aboutsummaryrefslogtreecommitdiffstats
path: root/config/sarg/sarg.template
diff options
context:
space:
mode:
authorMarcello Coutinho <marcellocoutinho@gmail.com>2012-03-30 03:47:53 -0300
committermarcelloc <marcellocoutinho@gmail.com>2012-03-30 03:47:53 -0300
commit688b4f79e1e4a3827c913f752c2573c7a74ad99e (patch)
tree2ef4516c0b5d71424dba56695f7d10a9f0604c82 /config/sarg/sarg.template
parent86dd4b909c2657e67c92c186395e751a02a32d8d (diff)
downloadpfsense-packages-688b4f79e1e4a3827c913f752c2573c7a74ad99e.tar.gz
pfsense-packages-688b4f79e1e4a3827c913f752c2573c7a74ad99e.tar.bz2
pfsense-packages-688b4f79e1e4a3827c913f752c2573c7a74ad99e.zip
sarg - version 0.2 with exclusion lists, bug fixes and gui improves.
Diffstat (limited to 'config/sarg/sarg.template')
-rw-r--r--config/sarg/sarg.template10
1 files changed, 5 insertions, 5 deletions
diff --git a/config/sarg/sarg.template b/config/sarg/sarg.template
index 560d0c10..024d6d5c 100644
--- a/config/sarg/sarg.template
+++ b/config/sarg/sarg.template
@@ -204,7 +204,7 @@ exclude_users /usr/local/etc/sarg/exclude_users.conf
# s1.acme.foo - exclude hostname only
# *.acme.foo - exclude full domain name
#
-#exclude_hosts none
+exclude_hosts /usr/local/etc/sarg/exclude_hosts.conf
# TAG: useragent_log file
# useragent.log file patch to generate useragent report.
@@ -310,7 +310,7 @@ use_comma {$use_comma}
# Only codes matching exactly one of the line is rejected. The
# comparison is not case sensitive.
#
-#exclude_codes /usr/local/sarg/exclude_codes
+exclude_codes /usr/local/etc/sarg/exclude_codes
# TAG: replace_index string
# Replace "index.html" in the main index file with this string
@@ -462,7 +462,7 @@ privacy {$privacy}
# Records from access.log file that contain one of listed strings will be ignored.
#
#exclude_string none
-
+{$exclude_string}
# TAG: show_successful_message yes|no
# Shows "Successful report generated on dir" at end of process.
#
@@ -581,12 +581,12 @@ squidguard_conf {$squidguard_conf}
# TAG: show_sarg_info yes|no
# shows sarg information and site path on each report bottom
#
-#show_sarg_info yes
+show_sarg_info no
# TAG: show_sarg_logo yes|no
# shows sarg logo
#
-#show_sarg_logo yes
+show_sarg_logo no
# TAG: parsed_output_log directory
# Saves the processed log in a sarg format after parsing the squid log file.