aboutsummaryrefslogtreecommitdiffstats
path: root/config/sarg/sarg.xml
diff options
context:
space:
mode:
Diffstat (limited to 'config/sarg/sarg.xml')
-rw-r--r--config/sarg/sarg.xml25
1 files changed, 17 insertions, 8 deletions
diff --git a/config/sarg/sarg.xml b/config/sarg/sarg.xml
index f1ce5d93..bb345379 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>
@@ -112,6 +107,11 @@
<prefix>/usr/local/pkg/</prefix>
<chmod>0755</chmod>
</additional_files_needed>
+ <additional_files_needed>
+ <item>http://www.pfsense.org/packages/config/sarg/sarg.priv.inc</item>
+ <prefix>/etc/inc/priv/</prefix>
+ <chmod>0755</chmod>
+ </additional_files_needed>
<tabs>
<tab>
<text>General</text>
@@ -275,14 +275,23 @@
<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>
+ <description><![CDATA[How many reports files must be kept in reports directory.<br>
The oldest report file will be automatically removed.0 means no limit.]]></description>
<type>input</type>
<size>10</size>
</field>
<field>
+ <fielddescr>Reports days limits</fielddescr>
+ <fieldname>daylimit</fieldname>
+ <description><![CDATA[How many days reports files must be kept in reports directory.<br>
+ Older report file will be automatically removed.<br>
+ Leave empty to do not remove old reports.]]></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>