From 688b4f79e1e4a3827c913f752c2573c7a74ad99e Mon Sep 17 00:00:00 2001 From: Marcello Coutinho Date: Fri, 30 Mar 2012 03:47:53 -0300 Subject: sarg - version 0.2 with exclusion lists, bug fixes and gui improves. --- config/sarg/sarg.xml | 46 +++++++++++++++++++++++++++++++++++++++++++--- 1 file changed, 43 insertions(+), 3 deletions(-) (limited to 'config/sarg/sarg.xml') diff --git a/config/sarg/sarg.xml b/config/sarg/sarg.xml index 6d7dd00e..98acc20f 100644 --- a/config/sarg/sarg.xml +++ b/config/sarg/sarg.xml @@ -44,7 +44,7 @@ Currently there are no FAQ items provided. sarg 1.0 - Services: sarg + Status: Sarg Settings /usr/local/pkg/sarg.inc Sarg Reports @@ -93,6 +93,11 @@ /usr/local/www/ 0755 + + http://www.pfsense.org/packages/config/sarg/sarg_reports.php + /usr/local/www/ + 0755 + http://www.pfsense.org/packages/config/sarg/sarg.template /usr/local/pkg/ @@ -110,7 +115,7 @@ View Report - /sarg-reports/ + /sarg_reports.php Realtime @@ -236,7 +241,42 @@ 10 base64 - + + Exclude Settings + listtopic + + + Exclude string + exclude_string + + Format: string1:string2:...:stringn]]> + input + 70 + + + Exclude hosts + exclude_hostlist + + Eg.: 192.168.10.10 - exclude ip address only
+ 192.168.10.0/24 - exclude full C class
+ s1.acme.foo - exclude hostname only
+ *.acme.foo - exclude full domain name]]>
+ textarea + 70 + 10 + base64 +
+ + Exclude codes + exclude_codelist + + Write one code per line. Lines starting with a # are ignored.
+ Only codes matching exactly one of the line is rejected. The comparison is not case sensitive.]]>
+ textarea + 70 + 10 + base64 +
sarg_php_install_command(); -- cgit v1.2.3