jablonka.czprosek.czf

hotsanic

Subversion Repositories:
[/] [trunk/] [modules/] [traffic/] [settings] - Blame information for rev 3

 

Line No. Rev Author Line
11simandl# 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#
5STYLE="bits"
6STYLETOTAL="bytes"
7 
8# Shall input and output traffic be swaped ?
9# (possible values for "yes" are: "yes" "true" "1")
10#
11SWAPIO="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#
213simandlSCALE="-1000"
221simandl 
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#
403simandl# in var/modules/<host>.info is stored snmp protocol version
411simandl#
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#
473simandl 
481simandl#
493simandlDEV="eth0,12500000,12500000,100 MBit lokalni sit"
50DEV="ath0,12500000,12500000,36 MBit link mrk"
51DEV="ath1,12500000,12500000,36 MBit link letnany"
52DEV="ath3,12500000,12500000,18 MBit link martinicka"
53DEV="ath4,12500000,12500000,36 MBit link kytlicka"
54DEV="ath2,12500000,12500000,11 MBit AP.sv"
55 
56DEV="SNMP:10.55.30.129:publicore:eth0,12500000,12500000,100 Mbit"
57DEV="SNMP:10.55.30.129:publicore:ath0,12500000,12500000,100 Mbit"
58DEV="SNMP:10.55.30.129:publicore:ath1,12500000,12500000,100 Mbit"
59DEV="SNMP:10.55.2.217:publicore:eth0,12500000,12500000,100 Mbit"
60DEV="SNMP:10.55.2.217:publicore:eth1,12500000,12500000,100 Mbit"
61DEV="SNMP:10.55.2.217:publicore:ath0,12500000,12500000,100 Mbit"
62DEV="SNMP:10.55.2.217:publicore:ath1,12500000,12500000,100 Mbit"
63DEV="SNMP:10.55.2.217:publicore:ath2,12500000,12500000,100 Mbit"
64DEV="SNMP:10.55.2.217:publicore:ath3,12500000,12500000,100 Mbit"
65 
66DEV="RRCP:6a.61.62.00.00.01:2379:1,12500000,12500000,Port 1"
67DEV="RRCP:6a.61.62.00.00.01:2379:2,12500000,12500000,Port 2"
68DEV="RRCP:6a.61.62.00.00.01:2379:3,12500000,12500000,Port 3"
69DEV="RRCP:6a.61.62.00.00.01:2379:4,12500000,12500000,Port 4"

Powered by WebSVN 2.2.1