Rev 22 |
|
Rev 27 |
Line 1... |
|
Line 1... |
# Which kind of legend shall be used |
|
# Which kind of legend shall be used |
# set STYLE="bytes" to display all values in bytes/s |
|
# set STYLE="bytes" to display all values in bytes/s |
# set STYLE="bits" to display all values in bits/s |
|
# set STYLE="bits" to display all values in bits/s |
# |
|
# |
STYLE="bits" |
|
STYLE="bits" |
STYLETOTAL="bytes" |
|
|
STYLETOTAL="bytes" |
|
STYLETOTAL="bytes" |
|
|
|
# Shall input and output traffic be swaped ? |
|
# Shall input and output traffic be swaped ? |
# (possible values for "yes" are: "yes" "true" "1") |
|
# (possible values for "yes" are: "yes" "true" "1") |
# |
|
# |
Line 17... |
|
Line 16... |
# set SCALE="12345" to set the fixed scale of the graphs to 12345 bytes/s |
|
# set SCALE="12345" to set the fixed scale of the graphs to 12345 bytes/s |
# |
|
# |
# If nothing is defined here, the defaults (dynamic scaling with a minimum |
|
# If nothing is defined here, the defaults (dynamic scaling with a minimum |
# scale of 1000 bytes/s) will be used |
|
# scale of 1000 bytes/s) will be used |
# |
|
# |
|
|
#SCALE="2500000" |
SCALE="-1000" |
|
SCALE="-1000" |
|
|
|
# Configure one line for each device that shall be sampled: |
|
# Configure one line for each device that shall be sampled: |
# |
|
# |
# DEV=<device>,<max bytes/s input>,<max bytes/s output>,<description> |
|
# DEV=<device>,<max bytes/s input>,<max bytes/s output>,<description> |
Line 35... |
|
Line 35... |
# |
|
# |
# <community> self explaining (for newbies: the community acts almost |
|
# <community> self explaining (for newbies: the community acts almost |
# like a "password" for SNMP) |
|
# like a "password" for SNMP) |
# |
|
# |
# <interface> the name of the interface on the remote-host |
|
# <interface> the name of the interface on the remote-host |
# |
|
|
# in var/modules/<host>.info is stored snmp protocol version |
|
|
# |
|
# |
# RRCP:<host>:<authkey>:<interface> |
|
# RRCP:<host>:<authkey>:<interface> |
# |
|
# |
# <host> is the MAC of the host you want to query |
|
# <host> is the MAC of the host you want to query |
# |
|
# |
Line 49... |
|
Line 47... |
# |
|
# |
# <interface> the port number of the interface on the remote-host |
|
# <interface> the port number of the interface on the remote-host |
# |
|
# |
# Examples: |
|
# Examples: |
# |
|
# |
# DEV="eth0,12500000,12500000,100 MBit ethernet" |
|
# DEV="eth0,125000000,125000000,100 MBit ethernet" |
# DEV="SNMP:192.168.1.1:public:eth0,12500000,12500000,100 MBit ethernet via SNMP" |
|
# DEV="SNMP:192.168.1.1:public:eth0,125000000,125000000,100 MBit ethernet via SNMP" |
# DEV="RRCP:6a.61.62.00.00.03:2379:25,125000000,125000000,1 Gbit eth via RRCP" |
|
# DEV="RRCP:6a.61.62.00.00.03:2379:25,125000000,125000000,1 Gbit eth via RRCP" |
# |
|
# |
RTLBIN="/usr/local/bin/rtl83xx_repotec_g3224x" |
|
RTLBIN="/usr/local/bin/rtl83xx_repotec_g3224x" |
# |
|
# |
DEV="eth0,1250000000,1250000000,1G IGW" |
|
DEV="eth00,12500000000,12500000000,10g Mbit lokalni sit" |
DEV="SNMP:10.33.23.86:public:vlan,1250000000,1250000000,1GBit vlan" |
|
DEV="eth01,12500000000,12500000000,10g Mbit lokalni sit" |
DEV="SNMP:10.33.23.86:public:ge-0/0/12,1250000000,1250000000,1GBit 12" |
|
DEV="eth02,12500000000,12500000000,10g Mbit lokalni sit" |
|
|
DEV="eth03,12500000000,12500000000,10g Mbit lokalni sit" |
|
|
|
|
|
|
|
|
|