hammer_linux
(usa Debian)
Enviado em 02/08/2012 - 08:33h
# sarg.conf
#
# TAG: access_log file
# Where is the access.log file
# sarg -l file
#
access_log /var/log/squid3/access.log
# TAG: graphs yes|no
# Use graphics where is possible.
# graph_days_bytes_bar_color blue|green|yellow|orange|brown|red
#
#graphs yes
#graph_days_bytes_bar_color orange
# TAG: graph_font
# The full path to the TTF font file to use to create the graphs. It is required
# if graphs is set to yes.
#
#graph_font /usr/share/fonts/truetype/ttf-dejavu/DejaVuSans.ttf
# TAG: title
# Especify the title for html page.
#
title "Relatorio de ######"
# TAG: font_face
# Especify the font for html page.
#
font_face Arial,Verdana
# TAG: header_color
# Especify the header color
#
header_color #FFFFFF
# TAG: header_bgcolor
# Especify the header bgcolor
#
header_bgcolor #000000
# TAG: font_size
# Especify the text font size
#
font_size 12px
# TAG: header_font_size
# Especify the header font size
#
header_font_size 18px
# TAG: title_font_size
# Especify the title font size
#
title_font_size 18px
# TAG: background_color
# TAG: background_color
# Html page background color
#
background_color #CCCCCC
# TAG: text_color
# Html page text color
#
text_color #000000
# TAG: text_bgcolor
# Html page text background color
#
text_bgcolor #999999
# TAG: title_color
# Html page title color
#
title_color green #0066FF
# TAG: logo_image
# Html page logo.
#
##logo_image
# TAG: logo_text
# Html page logo text.
#
#logo_text ""
# TAG: logo_text_color
# Html page logo texti color.
#
#logo_text_color #000000
# TAG: logo_image_size
# Html page logo image size.
# width height
#
#image_size 250 100
# TAG: background_image
# Html page background image
#
#background_image none
# TAG: password
# User password file used by Squid authentication scheme
# If used, generate reports just for that users.
#
#password none
# TAG: temporary_dir
# Temporary directory name for work files
# sarg -w dir
#
temporary_dir /tmp
# TAG: output_dir
# The reports will be saved in that directory
# sarg -o dir
#
#output_dir /var/www/html/squid-reports
output_dir /var/lib/sarg
# TAG: output_email
# Email address to send the reports. If you use this tag, no html reports will be generated.
# sarg -e email
#
#output_email none
# TAG: resolve_ip yes/no
# Convert ip address to dns name
# sarg -n
resolve_ip yes
# TAG: user_ip yes/no
# Use Ip Address instead userid in reports.
# sarg -p
user_ip no
######################################################################################################################
Abraço