$ flowscan SubNetIO
or in flowscan.cf:
ReportClasses SubNetIO
ReportClasses SubNetIO
SubNetIO
's configuration file is SubNetIO.cf. This configuration file is located in the directory in which the flowscan script resides.
The SubNetIO configuration directives include:
# SubnetFiles our_subnets.boulder SubnetFiles bin/our_subnets.boulder
# OutputDir /var/local/flows/graphs OutputDir graphs
flowscan
more verbose with respect to messages and warnings. Currently the values 1
and 2
are understood, the higher value causing more messages to be produced.
E.g.:
# Verbose (OPTIONAL, non-zero = true) Verbose 1
HTML::Table
perl module. TopN is the number of entries to show in the tables that will be generated in
HTML top reports. E.g.:
# TopN (OPTIONAL) TopN 10
If you'd prefer to see hostnames rather than IP addresses in your top reports, use the ip2hostname script. E.g.:
$ ip2hostname -I *.*.*.*_*.html
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, every
five minutes, subsequent reports will overwrite the previous. E.g.:
# Preserve one day of HTML reports using the time of day as the dir name: ReportPrefixFormat html/SubNetIO/%H:%M/
or:
# Preserve one month by using the day of month in the dir name (like sar(1)): ReportPrefixFormat html/SubNetIO/%d/%H:%M_
Copyright (C) 1999-2001 Dave Plonka. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
This is so that revision 1.10 (which is version 1.010), for example, will test greater than revision 1.2 (which is version 1.002) when you want to require a minimum version of this module.