20 Nov, 2004. Tested by SuSE 9.1
sarg-1.4.1-109 (Squid Analysis Report Generator)
Sarg - Squid Analysis Report Generator is a tool that allows you to view "where" your users are going to on the Internet. SARG provides much information about Squid users activities: times, bytes, sites, etc...
Sarg Homepage
Installation
- Install Sarg. Configuration file is /etc/sarg.conf. You may modify it as you wish. You need to create output directory as described in sarg.conf.
# rpm -ihv sarg-1.4.1-109.i586.rpm
# mkdir /srv/www/htdocs/squid-reports
- Run Sarg daily. Edit /etc/crontab and add following line.
0 4 * * * root /usr/bin/sarg >/dev/null 2>&1
- You can see the analysis report from http://hostname/squid-reports/
Back