]> git.ipfire.org Git - thirdparty/sarg.git/blobdiff - sarg.conf
Plot the bytes graphs with the same scale as the text report
[thirdparty/sarg.git] / sarg.conf
index e39bbe9f5f1dc5a5168597c6eb465a500313b8b1..e007776990ae6046d54e11cc76a389d9d8b90b4b 100644 (file)
--- a/sarg.conf
+++ b/sarg.conf
 #long_url no
 
 # TAG: date_time_by bytes|elap
-#      Date/Time reports will use bytes or elapsed time?
+#      Date/Time reports show the downloaded volume or the elapsed time or both.
 #
-#date_time_by elap
+#date_time_by bytes
 
 # TAG: charset name
 #      ISO 8859 is a full series of 10 standardized multilingual single-byte coded (8bit)
 #
 #squidguard_conf none
 
-# TAG: squidguard_ignore_date on|off
-#      Use 'on'  use the record even the date range is different from the used squid access.log file.
-#      Use 'off' use the record only if the date range is in the used squid access.log file.
+# TAG: redirector_log file
+#      the location of the web proxy redirector log such as one created by squidGuard or Rejik. The option
+#      may be repeated up to 64 times to read multiple files.
+#      If this option is specified, it takes precedence over squidguard_conf.
+#      The command line option -L override this option.
 #
-#squidguard_ignore_date off
+#redirector_log /usr/local/squidGuard/var/logs/urls.log
 
-# TAG: squidguard_log_format
-#      Format string SquidGuard logs.
+# TAG: redirector_ignore_date on|off
+#      was named squidguard_ignore_date before sarg 2.3 but was renamed as it is not specific to squidGuard.
+#      Set to 'on' to use the record even if the date is different from the date in the access log file.
+#      Set to 'off' to use the record only if the date is within the range found in the access log file.
+#
+#redirector_ignore_date off
+
+# TAG: redirector_log_format
+#      Format string for web proxy redirector logs.
+#      This option was named squidguard_log_format before sarg 2.3.
 #      REJIK       #year#-#mon#-#day# #hour# #list#:#tmp# #ip# #user# #tmp#/#tmp#/#url#/#end#
 #      SQUIDGUARD  #year#-#mon#-#day# #hour# #tmp#/#list#/#tmp#/#tmp#/#url#/#tmp# #ip#/#tmp# #user# #end#
-#squidguard_log_format #year#-#mon#-#day# #hour# #tmp#/#list#/#tmp#/#tmp#/#url#/#tmp# #ip#/#tmp# #user# #end#
+#redirector_log_format #year#-#mon#-#day# #hour# #tmp#/#list#/#tmp#/#tmp#/#url#/#tmp# #ip#/#tmp# #user# #end#
 
 # TAG: show_sarg_info yes|no
 #      shows sarg information and site path on each report bottom
 #block_it none
 
 # TAG: external_css_file path
-#     This tag allow internal sarg css override by providing the name of
-#     the css file to link into each HTML page.
+#     Provide the path to an external css file to link into the HTML reports instead of
+#     the inline css written by sarg when this option is not set.
 #
 #     In versions prior to 2.3, this used to be an absolute file name to
-#     a file to include verbatim in each HTML but as it takes a lot of
-#     spaces, version 2.3 switched to a link to an external css file.
-#     Therefore, it must be the HTTP server path on which a client browser
-#     may find the css file.
+#     a file to include verbatim in each HTML page but, as it takes a lot of
+#     space, version 2.3 switched to a link to an external css file.
+#     Therefore, this option must contain the HTTP server path on which a client
+#     browser may find the css file.
 #
 #     Sarg use theses style classes:
-#      .body           body class
+#      .logo           logo class
 #      .info           sarg information class, align=center
-#      .title          title class, align=center
-#      .header         header class, align:left
-#      .header2        header class, align:right
-#      .header       header class, align:right
-#      .text           text class, align:left
+#      .title_c        title class, align=center
+#      .header_c       header class, align:center
+#      .header_l       header class, align:left
+#      .header_r       header class, align:right
+#      .text           text class, align:right
 #      .data           table text class, align:right
-#      .data2          table text class, align:right, border colors
+#      .data2          table text class, align:left
+#      .data3          table text class, align:center
 #      .link           link class
 #
-#     There is a sample in /usr/local/sarg/etc/css.tpl
+#     Sarg can be instructed to output the internal css it inline
+#     into the reports with this command:
+#
+#        sarg --css
+#
+#     You can redirect the output to a file of your choice and edit
+#     it to your liking.
 #
 #external_css_file none