jablonka.czprosek.czf

hotsanic

Subversion Repositories:
[/] [trunk/] [modules/] [ping/] [settings] - Rev 9 Go to most recent revision

Compare with Previous - Blame - Download


# query-interval in seconds.
# 
INTERVAL="60"

# set type of diagrams (whatever you like best ... Thanx M. Renner! :) )
#   classic (default)  ->  shade ranges for min, avg, max in different colors
#   simple             ->  only shade area between min and max in light blue
#
TYPE="classic"

# set diagram scaling
#   log -> set logarithmic scaling (default)
#   lin -> set linear scaling
#
SCALE="log"

# set diagram initial upper border in milliseconds (for better graph comparison)
#   UPPER="10"     sets all diagrams upper border to 10ms
#   UPPER="0.01"   sets all diagrams upper border to 100us
#
UPPER="0.01"

# how many ping processes shall be done in parallel. Reducing the number
# causes the process to run longer, but keeps your system load a bit lower.
#
PARALLEL="2"

# use system's "ping" command instead of perl library. This is useful when not
# running as root. Fallback is implemented in case Net::Ping is not installed
# on your system
#
#   SYSPING="0"   use Net::Ping library (default)
#   SYSPING="1"   use system command
#
SYSPING="1"

# If SYSPING is set to "0", then you may specify the protocol used to ping all
# hosts. Valid are "icmp" (the default) and "tcp". If you run HotSaNIC without
# root privileges, you should use "tcp" - but note, that some hosts don't reply
# to tcp ping packages!
#
#   PROTOCOL="icmp"
#
PROTOCOL="icmp"

# configure multiple destinations of the form:
# HOST=<host>,<description>

HOST=1jarov,Jarov
HOST=5jinak.cz,Jinak.cz
HOST=r-man,Rman
HOST=yenik,Yenik
HOST=kasik,Kasik
HOST=orgj,Orgj
HOST=kozel,Kozel
HOST=dodo.kobylisy.czf,djDodo
HOST=sntop,sntop
HOST=asistent,asistent
HOST=bratrk,Bratrk
HOST=salamandr,Salamandr
HOST=fci,FCI Jizni mesto 10.38.0.0/16
HOST=gookin,Gookin 10.41.0.0/16
HOST=luna,AP luna-jih
HOST=styx,styx
HOST=sitel,sitel
HOST=jablonka,jablonka
HOST=ztop,ztop
HOST=10.43.1.1,Repna pole 10.43.0.0/16
HOST=10.33.30.73,letopt
HOST=10.33.2.238,dlhhwap
HOST=10.33.2.161,silhwap
HOST=10.33.2.2,mirhwap
HOST=10.33.3.65,r-man2
HOST=10.32.0.132,jipe
HOST=10.32.0.131,pospa
HOST=10.32.0.138,jelin
HOST=10.32.0.140,jark
HOST=10.32.0.135,looser
HOST=10.32.0.157,duch
HOST=10.32.0.147,kyselova

Powered by WebSVN 2.2.1