hotsanic |
Subversion Repositories: |
Compare with Previous - Blame - Download
# 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="bits"
STYLETOTAL="bytes"
# Shall input and output traffic be swaped ?
# (possible values for "yes" are: "yes" "true" "1")
#
SWAPIO="no"
# Use fixed-scale or dynamically scaled graphs. This affects ALL diagrams!
# set SCALE="-1000" to use dynamically scaing with a minimum scale of
# 1000 bytes/s (default)
# 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
# scale of 1000 bytes/s) will be used
#
SCALE="-1000"
# Configure one line for each device that shall be sampled:
#
# DEV=<device>,<max bytes/s input>,<max bytes/s output>,<description>
#
# <device> is the network-device you like to sample
#
# for SNMP queries the <device> entry has the following format:
#
# SNMP:<host>:<community>:<interface>
#
# <host> is the name or the IP of the host you want to query
#
# <community> self explaining (for newbies: the community acts almost
# like a "password" for SNMP)
#
# <interface> the name of the interface on the remote-host
#
# in var/modules/<host>.info is stored snmp protocol version
#
# Examples:
#
# DEV="eth0,12500000,12500000,100 MBit ethernet"
# DEV="SNMP:192.168.1.1:public:eth0,12500000,12500000,100 MBit ethernet via SNMP"
#
#
DEV="eth0,12500000,12500000,100 MBit lokalni sit"
DEV="ath0,12500000,12500000,36 MBit link mrk"
DEV="ath1,12500000,12500000,36 MBit link letnany"
DEV="ath3,12500000,12500000,18 MBit link martinicka"
DEV="ath4,12500000,12500000,36 MBit link kytlicka"
DEV="ath2,12500000,12500000,11 MBit AP.sv"
DEV="SNMP:10.55.30.129:publicore:eth0,12500000,12500000,100 Mbit"
DEV="SNMP:10.55.30.129:publicore:ath0,12500000,12500000,100 Mbit"
DEV="SNMP:10.55.30.129:publicore:ath1,12500000,12500000,100 Mbit"
DEV="SNMP:10.55.2.217:publicore:eth0,12500000,12500000,100 Mbit"
DEV="SNMP:10.55.2.217:publicore:eth1,12500000,12500000,100 Mbit"
DEV="SNMP:10.55.2.217:publicore:ath0,12500000,12500000,100 Mbit"
DEV="SNMP:10.55.2.217:publicore:ath1,12500000,12500000,100 Mbit"
DEV="SNMP:10.55.2.217:publicore:ath2,12500000,12500000,100 Mbit"
DEV="SNMP:10.55.2.217:publicore:ath3,12500000,12500000,100 Mbit"
DEV="RRCP:6a.61.62.00.00.01:2379:1,12500000,12500000,Port 1"
DEV="RRCP:6a.61.62.00.00.01:2379:2,12500000,12500000,Port 2"
DEV="RRCP:6a.61.62.00.00.01:2379:3,12500000,12500000,Port 3"
DEV="RRCP:6a.61.62.00.00.01:2379:4,12500000,12500000,Port 4"