jablonka.czprosek.czf

hotsanic

Subversion Repositories:
[/] [trunk/] [modules/] [ping/] [settings] - Blame information for rev 36

 

Line No. Rev Author Line
11simandl# query-interval in seconds.
2#
3INTERVAL="60"
4 
5# set type of diagrams (whatever you like best ... Thanx M. Renner! :) )
6# classic (default) -> shade ranges for min, avg, max in different colors
7# simple -> only shade area between min and max in light blue
8#
9TYPE="classic"
10 
11# set diagram scaling
12# log -> set logarithmic scaling (default)
13# lin -> set linear scaling
14#
15SCALE="log"
16 
17# set diagram initial upper border in milliseconds (for better graph comparison)
18# UPPER="10" sets all diagrams upper border to 10ms
19# UPPER="0.01" sets all diagrams upper border to 100us
20#
21UPPER="0.01"
22 
23# how many ping processes shall be done in parallel. Reducing the number
24# causes the process to run longer, but keeps your system load a bit lower.
25#
26PARALLEL="2"
27 
28# use system's "ping" command instead of perl library. This is useful when not
29# running as root. Fallback is implemented in case Net::Ping is not installed
30# on your system
31#
32# SYSPING="0" use Net::Ping library (default)
33# SYSPING="1" use system command
34#
35SYSPING="1"
36 
37# If SYSPING is set to "0", then you may specify the protocol used to ping all
38# hosts. Valid are "icmp" (the default) and "tcp". If you run HotSaNIC without
39# root privileges, you should use "tcp" - but note, that some hosts don't reply
40# to tcp ping packages!
41#
42# PROTOCOL="icmp"
43#
44PROTOCOL="icmp"
45 
46# configure multiple destinations of the form:
47# HOST=<host>,<description>
48 
4927simandlHOST=jablonka,jablonka
50HOST=10.33.11.5,jabtv
5115simandlHOST=10.33.0.11,jabu
5227simandlHOST=10.33.11.9,dashboard
53HOST=10.33.0.52,jabap
54HOST=10.33.0.22,hasit
55HOST=10.33.200.1,dvb-t1
56HOST=10.33.200.2,dvb-t2
57HOST=10.33.200.3,dvb-t3
58HOST=r-man,Rman
59HOST=kasik,Kasik
60HOST=kozel,Kozel
61HOST=asistent,asistent
62HOST=bratrk,Bratrk
63HOST=sitelka,sitelka
64HOST=10.33.2.6,makovec
65HOST=10.32.0.132,jipe
66HOST=10.32.0.131,pospa
67HOST=10.32.0.138,jelin
68HOST=10.32.0.140,jark
69HOST=10.32.0.135,looser
70HOST=10.32.0.157,duch
71HOST=10.32.0.147,kyselova
72HOST=10.33.58.129,piseksz
73HOST=10.33.2.74,libor
74HOST=www.seznam.cz,www.seznam.cz
75HOST=10.33.0.25,jgw
76HOST=10.33.30.204,pohanka
77HOST=10.33.30.67,polansky
78HOST=czela.net,czela.net
79HOST=10.33.12.15,vpn-server
80HOST=10.33.30.16,simlin
81HOST=10.11.1.1,brevnov
82HOST=10.33.11.4,molekula
83HOST=10.33.25.93,jgw
84HOST=10.33.23.2,brevnov-peer
85HOST=10.11.10.14,hostalkova-2hop
86HOST=10.11.30.212,hostalkova-1hop
87HOST=10.11.162.170,hostalkova
88HOST=10.87.0.1,smlh75
89HOST=10.33.23.114,smlh75bgplink
90HOST=10.87.1.1,smlh75lan
9130simandlHOST=192.168.44.128,skylinkA
92HOST=192.168.55.6,skylinkB
93HOST=192.168.66.2,skylinkBond
9415simandl 

Powered by WebSVN 2.2.1