jablonka.czprosek.czf

hotsanic

Subversion Repositories:
[/] [branches/] [HotSaNIC-0.5.0-jablonecka/] [modules/] [ping/] [settings] - Blame information for rev 8

 

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 
49HOST=1jarov,Jarov
50HOST=5jinak.cz,Jinak.cz
51HOST=r-man,Rman
52HOST=yenik,Yenik
53HOST=kasik,Kasik
54HOST=orgj,Orgj
55HOST=kozel,Kozel
56HOST=dodo.kobylisy.czf,djDodo
57HOST=sntop,sntop
58HOST=asistent,asistent
59HOST=bratrk,Bratrk
60HOST=salamandr,Salamandr
61HOST=fci,FCI Jizni mesto 10.38.0.0/16
62HOST=gookin,Gookin 10.41.0.0/16
63HOST=luna,AP luna-jih
64HOST=styx,styx
65HOST=sitel,sitel
66HOST=jablonka,jablonka
67HOST=ztop,ztop
68HOST=10.43.1.1,Repna pole 10.43.0.0/16
69HOST=10.33.30.73,letopt
70HOST=10.33.2.238,dlhhwap
71HOST=10.33.2.161,silhwap
72HOST=10.33.2.2,mirhwap
73HOST=10.33.3.65,r-man2
74HOST=10.32.0.132,jipe
75HOST=10.32.0.131,pospa
76HOST=10.32.0.138,jelin
77HOST=10.32.0.140,jark
78HOST=10.32.0.135,looser
79HOST=10.32.0.157,duch
80HOST=10.32.0.147,kyselova

Powered by WebSVN 2.2.1