1 | 1 | simandl | # Which kind of legend shall be used |
2 | | | # set STYLE="bytes" to display all values in bytes/s |
3 | | | # set STYLE="bits" to display all values in bits/s |
4 | | | # |
5 | | | STYLE="bits" |
6 | | | STYLETOTAL="bytes" |
7 | | | |
8 | | | # Shall input and output traffic be swaped ? |
9 | | | # (possible values for "yes" are: "yes" "true" "1") |
10 | | | # |
11 | | | SWAPIO="no" |
12 | | | |
13 | | | # Use fixed-scale or dynamically scaled graphs. This affects ALL diagrams! |
14 | | | # set SCALE="-1000" to use dynamically scaing with a minimum scale of |
15 | | | # 1000 bytes/s (default) |
16 | | | # set SCALE="12345" to set the fixed scale of the graphs to 12345 bytes/s |
17 | | | # |
18 | | | # If nothing is defined here, the defaults (dynamic scaling with a minimum |
19 | | | # scale of 1000 bytes/s) will be used |
20 | | | # |
21 | 3 | simandl | SCALE="-1000" |
22 | 1 | simandl | |
23 | | | # Configure one line for each device that shall be sampled: |
24 | | | # |
25 | | | # DEV=<device>,<max bytes/s input>,<max bytes/s output>,<description> |
26 | | | # |
27 | | | # <device> is the network-device you like to sample |
28 | | | # |
29 | | | # for SNMP queries the <device> entry has the following format: |
30 | | | # |
31 | | | # SNMP:<host>:<community>:<interface> |
32 | | | # |
33 | | | # <host> is the name or the IP of the host you want to query |
34 | | | # |
35 | | | # <community> self explaining (for newbies: the community acts almost |
36 | | | # like a "password" for SNMP) |
37 | | | # |
38 | | | # <interface> the name of the interface on the remote-host |
39 | | | # |
40 | 3 | simandl | # in var/modules/<host>.info is stored snmp protocol version |
41 | 1 | simandl | # |
42 | | | # Examples: |
43 | | | # |
44 | | | # DEV="eth0,12500000,12500000,100 MBit ethernet" |
45 | | | # DEV="SNMP:192.168.1.1:public:eth0,12500000,12500000,100 MBit ethernet via SNMP" |
46 | | | # |
47 | 3 | simandl | |
48 | 1 | simandl | # |
49 | 3 | simandl | DEV="eth0,12500000,12500000,100 MBit lokalni sit" |
50 | | | DEV="ath0,12500000,12500000,36 MBit link mrk" |
51 | | | DEV="ath1,12500000,12500000,36 MBit link letnany" |
52 | | | DEV="ath3,12500000,12500000,18 MBit link martinicka" |
53 | | | DEV="ath4,12500000,12500000,36 MBit link kytlicka" |
54 | | | DEV="ath2,12500000,12500000,11 MBit AP.sv" |
55 | | | |
56 | | | DEV="SNMP:10.55.30.129:publicore:eth0,12500000,12500000,100 Mbit" |
57 | | | DEV="SNMP:10.55.30.129:publicore:ath0,12500000,12500000,100 Mbit" |
58 | | | DEV="SNMP:10.55.30.129:publicore:ath1,12500000,12500000,100 Mbit" |
59 | | | DEV="SNMP:10.55.2.217:publicore:eth0,12500000,12500000,100 Mbit" |
60 | | | DEV="SNMP:10.55.2.217:publicore:eth1,12500000,12500000,100 Mbit" |
61 | | | DEV="SNMP:10.55.2.217:publicore:ath0,12500000,12500000,100 Mbit" |
62 | | | DEV="SNMP:10.55.2.217:publicore:ath1,12500000,12500000,100 Mbit" |
63 | | | DEV="SNMP:10.55.2.217:publicore:ath2,12500000,12500000,100 Mbit" |
64 | | | DEV="SNMP:10.55.2.217:publicore:ath3,12500000,12500000,100 Mbit" |
65 | | | |
66 | | | DEV="RRCP:6a.61.62.00.00.01:2379:1,12500000,12500000,Port 1" |
67 | | | DEV="RRCP:6a.61.62.00.00.01:2379:2,12500000,12500000,Port 2" |
68 | | | DEV="RRCP:6a.61.62.00.00.01:2379:3,12500000,12500000,Port 3" |
69 | | | DEV="RRCP:6a.61.62.00.00.01:2379:4,12500000,12500000,Port 4" |