From 1a2be8cf92c27534675aff54e134b338dade1a63 Mon Sep 17 00:00:00 2001 From: Marcello Coutinho Date: Tue, 10 Apr 2012 02:57:13 -0300 Subject: sarg - package version 0.4 with user tab, ldap search and report limits --- config/sarg/sarg.xml | 112 ++++++++++++++++++++++++++++++++------------------- 1 file changed, 70 insertions(+), 42 deletions(-) (limited to 'config/sarg/sarg.xml') diff --git a/config/sarg/sarg.xml b/config/sarg/sarg.xml index c1cf3fa2..f1ce5d93 100644 --- a/config/sarg/sarg.xml +++ b/config/sarg/sarg.xml @@ -67,6 +67,11 @@ /usr/local/pkg/ 0755 + + http://www.pfsense.org/packages/config/sarg/sarg_users.xml + /usr/local/pkg/ + 0755 + http://www.pfsense.org/packages/config/sarg/sarg_realtime.php /usr/local/www/ @@ -109,10 +114,14 @@ - Settings + General /pkg_edit.php?xml=sarg.xml&id=0 + + Users + /pkg_edit.php?xml=sarg_users.xml&id=0 + Schedule /pkg.php?xml=sarg_schedule.xml&id=0 @@ -136,7 +145,7 @@ - Log Settings + Report Settings listtopic @@ -232,55 +241,74 @@ - User Settings + Host Aliases + hostalias + + Host names may contain up to one wildcard denoted by a *. The wildcard must not end the host name.
+ The host name may be followed by an optional alias but if no alias is provided, the host name, including the wildcard, replaces any matching host name found in the log.
+ Host names replaced by identical aliases are grouped together in the reports.
+ IP addresses are supported and accept the CIDR notation both for IPv4 and IPv6 addresses.
+ Sample:
+ *.gstatic.com
+ mt*.google.com
+ *.myphone.microsoft.com
+ *.myphone.microsoft.com:443 *.myphone.microsoft.com:secure
+ *.freeav.net antivirus:freeav
+ *.mail.live.com
+ 65.52.00.00/14 *.mail.live.com]]>
+ textarea + 70 + 10 + base64 +
+ + Limit Settings listtopic - User Sort Field - user_sort_field - - select - - - - - - + Max Elapsed + max_elapsed + + Samples: 0 means no checking
+ 28800000 means 08 hours ]]>
+ input + 10
- Exclude users - exclude_userlist - - You can use indexonly to have only index.html file.
- Format: one user per line.]]>
- textarea - 70 - 10 - base64 + Reports limits + lastlog + + The oldest report file will be automatically removed.0 means no limit.]]> + input + 10
- Include users - include_userlist - - Format: user1:user2:...:usern]]> - input - 70 + Top Users Limit + topuser_num + + input + 10 - Users association - usertab - - If resolve_ip is active, the ip address is resolved before being looked up into this file.
- That is, if you want to map the ip address, be sure to set resolv_ip to no or the resolved name will be looked into the file instead of the ip address.
- Note that it can be used to resolve any ip address known to the dns and then map the unresolved ip addresses to a name found in the usertab file.
- Table syntax: userid name or ip address name
- Eg:
SirIsaac Isaac Newton
- vinci Leonardo da Vinci
- 192.168.10.1 Karol Wojtyla]]>
- textarea - 70 - 10 - base64 + Denied Limit + denied_report_limit + + input + 10 +
+ + AuthFail Limit + authfail_report_limit + + input + 10 + + + User_report_limit + user_report_limit + + input + 10 Exclude Settings -- cgit v1.2.3