0

I am running endian firewall release 2.2.rc3 and I have just installed sarg to monitor bandwidth usage but I sarg daily index.html is not being created. Has anyone come across such scenarios?

Rungano
  • 97
  • 1
  • 3
  • 12

4 Answers4

0

You could also look at SRG, written when SARG stopped being maintained a few years ago.

crb
  • 7,998
  • 1
  • 38
  • 53
  • Endian firewall wont install pacakages easily, its a linux distro modified to suite the packages shipped with endian – Rungano Jun 24 '09 at 06:52
0

First you need to check the permissions for the squid logs, then the permissions for the output directory and finally if your web publishing directory is available.

Double check the sarg.conf file and look if you are using the correct paths.

HTH

Slayer_X
  • 11
  • 2
  • Permissions are fine, I think one of the problem is the date, its using the date 1Jan1970...this now annoying me big time! I have uninstalled it deleted all the files associated with it, reinstalled again nothing seem to be working! – Rungano Aug 07 '09 at 14:37
0

append the access.log file in sarg.conf to access_short

Rungano
  • 97
  • 1
  • 3
  • 12
0

Have you changed anything in endian's output log format? SARG will parse default log format only. That could explain why it doesn't show correct time...

Was using SARG with Squid, everything was fine until I changed Squid log format to something readable. And found that it should not even look like default, it has to be default.

alexm
  • 458
  • 3
  • 11