SARG: Report User Akses

From OnnoWiki
Jump to navigation Jump to search

sumber: https://www.howtoforge.com/monitoring_squid

Konfigurasi

title "Squid User Access Reports"
output_dir /home/squid/report/

To generate reports based on behalf of user (it requires a Proxy configured with authentication of users).

user_ip no

This option allows to specify the place generated for log theirs Squid# TAG: access_log file

#
#access_log /usr/local/squid/logs/access.log
#access_log /var/log/squid/logs/access.log # RedHat VersãoIn this option nothing it needs to be modified, therefore the type of access to the site is about the type of report in accordance with.# TAG: report_type type
# report_type topsites users_sites sites_users date_time denied auth_failures site_user_time_date

The following options exist:

Topsites - Sites more visited by passed through connection and bytes.
Sites_users - Sample which the users have access a specific site.
Users_sites - Sample sites had access for a specific user.
Date_time - Bytes utilizados/trafegados per day and hour.
Denied - Sample access attempts the sites forbidden for the ACLs.
Auth_failures - Sample authentication attempts (error in the typing of authentication password) imperfections of an user.

Contoh Report

e-mail report

sarg -e wrochal@linuxit.com.br -d 01/01/2003-06/01/2003

generate untuk address tertentu

sarg -s www.linuxit.com.br, www.myunix.org

konfigurasi date format

sarg -d [e=Europa -> dd/mm/aa], u=EUA -> mm/dd/aa]

report untuk user & IP tertentu

sarg -i wrochal 10.100.0.101

report untuk jam tertentu

sarg -t [HH, HH:MM, HH:MM:SS]

report untuk user tertentu

sarg -u wrochal




Referensi