1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40
|
# SubNetIO Configuration Directives ############################################
# SubnetFiles (REQUIRED)
# a comma-seperated list of one (or more) files containing the definitions
# of "local" subnets, e.g.:
# SubnetFiles our_subnets.boulder
SubnetFiles /etc/flowscan/our_subnets.boulder
# OutputDir (REQUIRED)
# This is the directory in which RRD files will be written, e.g.:
# OutputDir /var/local/flows/graphs
OutputDir graphs
# Verbose (OPTIONAL, non-zero = true)
# Verbose 1
# }{ Top Talkers Reports #######################################################
# TopN (OPTIONAL)
# Note that this requires the HTML::Table perl module.
# This is the number of top talkers and listeners to show in the tables
# that will be generated in the "${subnet}_top.html" HTML fragment output files
# TopN 10
# ReportPrefixFormat (OPTIONAL)
# This option is used to specify the file name prefix for any HTML or text
# reports such as the "top" reports.
# You may use strftime(3) format specifiers in the value, and it may also
# specify sub-directories.
# If not set, the prefix defaults to the null string, which means that
# each report to overwrite the previous of that type.
# Create reports with this sort of name "YYYYMMDD/HH:MI_report.html":
# ReportPrefixFormat %Y%m%d/%H:%M_
# Preserve one month by using the day of month in the dir name (like sar(1)):
# ReportPrefixFormat %d/%H:%M_
# Preserve one day by using only the hour and minute in the dir name:
# ReportPrefixFormat %H:%M/
# } ############################################################################
|