jablonka.czprosek.czf

hotsanic

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

 

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"
74simandlSTYLETOTAL="bytes"
81simandl 
9# Shall input and output traffic be swaped ?
10# (possible values for "yes" are: "yes" "true" "1")
11#
12SWAPIO="no"
13 
14# Use fixed-scale or dynamically scaled graphs. This affects ALL diagrams!
15# set SCALE="-1000" to use dynamically scaing with a minimum scale of
16# 1000 bytes/s (default)
17# set SCALE="12345" to set the fixed scale of the graphs to 12345 bytes/s
18#
19# If nothing is defined here, the defaults (dynamic scaling with a minimum
20# scale of 1000 bytes/s) will be used
21#
224simandlSCALE="1500000"
231simandl 
24# Configure one line for each device that shall be sampled:
25#
26# DEV=<device>,<max bytes/s input>,<max bytes/s output>,<description>
27#
28# <device> is the network-device you like to sample
29#
30# for SNMP queries the <device> entry has the following format:
31#
32# SNMP:<host>:<community>:<interface>
33#
34# <host> is the name or the IP of the host you want to query
35#
36# <community> self explaining (for newbies: the community acts almost
37# like a "password" for SNMP)
38#
39# <interface> the name of the interface on the remote-host
40#
414simandl# in var/modules/<host>.info is stored snmp protocol version
421simandl#
434simandl# RRCP:<host>:<authkey>:<interface>
44#
45# <host> is the MAC of the host you want to query
46#
47# <authkey> self explaining (for newbies: the authkey acts almost
48# like a "password" for RRCP and default is 2379)
49#
50# <interface> the port number of the interface on the remote-host
51#
521simandl# Examples:
53#
54# DEV="eth0,12500000,12500000,100 MBit ethernet"
55# DEV="SNMP:192.168.1.1:public:eth0,12500000,12500000,100 MBit ethernet via SNMP"
564simandl# DEV="RRCP:6a.61.62.00.00.03:2379:25,125000000,125000000,1 Gbit eth via RRCP"
571simandl#
584simandlRTLBIN="/usr/local/bin/rtl83xx_repotec_g3224x"
591simandl#
604simandlDEV="eth0,12500000,12500000,100 Mbit lokalni sit"
61DEV="ath0,10000000,10000000,link upc"
62DEV="ath1,10000000,10000000,link jarov"
63DEV="ath2,10000000,10000000,AP jablonecka.jv"
64DEV="wlan0,500000,500000,11 Mbit AP.jz"
65DEV="wlan1,500000,500000,11 Mbit AP.sv"
66DEV="SNMP:10.33.6.254:public:port1,12500000,12500000,100 Mbit eth via SNMP"
67DEV="SNMP:10.33.0.14:public:eth0,12500000,12500000,jtop 100 Mbit eth via SNMP"
68DEV="SNMP:10.33.6.254:public:port27,125000000,125000000,1 Gbit eth via SNMP"
69DEV="SNMP:10.33.6.254:public:port28,125000000,125000000,1 Gbit eth via SNMP"
70DEV="RRCP:6a.61.62.00.00.01:2379:26,125000000,125000000,1 Gbit eth via RRCP"
71DEV="RRCP:6a.61.62.00.00.05:2379:26,125000000,125000000,1 Gbit eth via RRCP"
72DEV="RRCP:6a.61.62.00.00.03:2379:25,125000000,125000000,1 Gbit eth via RRCP"
73DEV="RRCP:6a.61.62.00.00.03:2379:26,125000000,125000000,1 Gbit eth via RRCP"

Powered by WebSVN 2.2.1