diff options
author | Marcello Coutinho <marcellocoutinho@gmail.com> | 2012-04-09 20:40:01 -0300 |
---|---|---|
committer | marcelloc <marcellocoutinho@gmail.com> | 2012-04-09 20:40:01 -0300 |
commit | 210f73a354126d93d4e5cc7c6cdadaeafe9c4949 (patch) | |
tree | 12a38caceacd47430d7e981f6d887cc473665f34 /config/sarg/sarg.template | |
parent | e9dd1cda71cc70f9c36041385fc6a6d93f1e1335 (diff) | |
download | pfsense-packages-210f73a354126d93d4e5cc7c6cdadaeafe9c4949.tar.gz pfsense-packages-210f73a354126d93d4e5cc7c6cdadaeafe9c4949.tar.bz2 pfsense-packages-210f73a354126d93d4e5cc7c6cdadaeafe9c4949.zip |
sarg - include more config options and fix usertab check
Diffstat (limited to 'config/sarg/sarg.template')
-rw-r--r-- | config/sarg/sarg.template | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/config/sarg/sarg.template b/config/sarg/sarg.template index e8d92a73..8f4a83f0 100644 --- a/config/sarg/sarg.template +++ b/config/sarg/sarg.template @@ -414,6 +414,7 @@ long_url {$long_url} # Date/Time reports show the downloaded volume or the elapsed time or both. # #date_time_by bytes +date_time_by {$date_time_by} # TAG: charset name # ISO 8859 is a full series of 10 standardized multilingual single-byte coded (8bit) @@ -435,7 +436,8 @@ long_url {$long_url} # UTF-8 # #charset Latin1 -charset UTF-8 +charset {$report_charset} + # TAG: user_invalid_char "&/" # Records that contain invalid characters in userid will be ignored by Sarg. # @@ -487,6 +489,7 @@ privacy {$privacy} # Bytes field must be in Site & Users Report ? # #bytes_in_sites_users_report no +bytes_in_sites_users_report {$bytes_in_sites_users_report} # TAG: topuser_num n # How many users in topsites report. 0 = no limit @@ -610,6 +613,7 @@ show_sarg_logo no # abbreviation - 210K # #displayed_values bytes +displayed_values {$displayed_values} # Report limits # TAG: authfail_report_limit n |