From 210f73a354126d93d4e5cc7c6cdadaeafe9c4949 Mon Sep 17 00:00:00 2001 From: Marcello Coutinho Date: Mon, 9 Apr 2012 20:40:01 -0300 Subject: sarg - include more config options and fix usertab check --- config/sarg/sarg.template | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'config/sarg/sarg.template') 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 -- cgit v1.2.3