diff options
author | Marcello Coutinho <marcellocoutinho@gmail.com> | 2012-09-17 17:09:24 -0300 |
---|---|---|
committer | marcelloc <marcellocoutinho@gmail.com> | 2012-09-17 17:09:24 -0300 |
commit | 19363da375ade3bfdb0fbba97fd27a009eccd520 (patch) | |
tree | 89e5b8c3996052e81629a5ced7015ce01c4e2af8 /config/sarg/sarg.xml | |
parent | 8c44f779ee7806ac816f028d7323cda77168bee8 (diff) | |
download | pfsense-packages-19363da375ade3bfdb0fbba97fd27a009eccd520.tar.gz pfsense-packages-19363da375ade3bfdb0fbba97fd27a009eccd520.tar.bz2 pfsense-packages-19363da375ade3bfdb0fbba97fd27a009eccd520.zip |
sarg - fixes for pfsense 2.1 dirs and realtime tab
Diffstat (limited to 'config/sarg/sarg.xml')
-rw-r--r-- | config/sarg/sarg.xml | 17 |
1 files changed, 10 insertions, 7 deletions
diff --git a/config/sarg/sarg.xml b/config/sarg/sarg.xml index 75694601..bac42dd6 100644 --- a/config/sarg/sarg.xml +++ b/config/sarg/sarg.xml @@ -18,7 +18,7 @@ Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: - 1. Redistributions of source code must retain the above copyright notice, + 1. Redistributions of source code MUST retain the above copyright notice, this list of conditions and the following disclaimer. 2. Redistributions in binary form must reproduce the above copyright @@ -88,11 +88,6 @@ <chmod>0755</chmod> </additional_files_needed> <additional_files_needed> - <item>http://www.pfsense.org/packages/config/sarg/sarg_queue.php</item> - <prefix>/usr/local/www/</prefix> - <chmod>0755</chmod> - </additional_files_needed> - <additional_files_needed> <item>http://www.pfsense.org/packages/config/sarg/sarg_reports.php</item> <prefix>/usr/local/www/</prefix> <chmod>0755</chmod> @@ -280,7 +275,7 @@ <size>10</size> </field> <field> - <fielddescr>Reports limits</fielddescr> + <fielddescr>Reports list limits</fielddescr> <fieldname>lastlog</fieldname> <description><![CDATA[How many reports files must be keept in reports directory.<br> The oldest report file will be automatically removed.0 means no limit.]]></description> @@ -288,6 +283,14 @@ <size>10</size> </field> <field> + <fielddescr>Reports days limits</fielddescr> + <fieldname>daylimit</fieldname> + <description><![CDATA[How many days reports files must be keept in reports directory.<br> + Older report file will be automatically removed.0 means no limit.]]></description> + <type>input</type> + <size>10</size> + </field> + <field> <fielddescr>Top Users Limit</fielddescr> <fieldname>topuser_num</fieldname> <description><![CDATA[How many users in topsites report. 0 = no limit]]></description> |