# Which kind of legend shall be used # set STYLE="bytes" to display all values in bytes/s # set STYLE="bits" to display all values in bits/s # STYLE="bytes" # Shall input and output traffic be swaped ? # (possible values for "yes" are: "yes" "true" "1") # SWAPIO="no" # Configure one line for each device that shall be sampled: # # DEV=,,, # # is the network-device you like to sample # # for SNMP queries the entry has the following format: # # SNMP:::: # # is the last number in the OID # # defines the query-method. if nothing is given, the script # uses GetBulk method by default, if you say "walk" the script # does a (more compatible, but slower) SNMP-walk over the # whole interface tree. # # Examples: # # DEV="eth0,12500000,12500000,100 MBit ethernet" # DEV="SNMP:192.168.1.1:2:public,12500000,12500000,100 MBit ethernet via SNMP (bulk)" # DEV="SNMP:192.168.1.1:1:public:walk,1250000,1250000,10 MBit ethernet via SNMP (walk)" # DEV="eth0,12500000,12500000,100 MBit Ethernet" DEV="lo,12500000,12500000,100 MBit Ethernet"