jablonka.czprosek.czf

hotsanic

Subversion Repositories:
[/] [trunk/] [modules/] [ping/] [settings] - Rev 35 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=jablonka,jablonka
HOST=10.33.11.5,jabtv
HOST=10.33.0.11,jabu
HOST=10.33.11.9,dashboard
HOST=10.33.0.52,jabap
HOST=10.33.0.22,hasit
HOST=10.33.200.1,dvb-t1
HOST=10.33.200.2,dvb-t2
HOST=10.33.200.3,dvb-t3
HOST=r-man,Rman
HOST=kasik,Kasik
HOST=kozel,Kozel
HOST=asistent,asistent
HOST=bratrk,Bratrk
HOST=sitelka,sitelka
HOST=10.33.2.6,makovec
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
HOST=10.33.58.129,piseksz
HOST=10.33.2.74,libor
HOST=www.seznam.cz,www.seznam.cz
HOST=10.33.0.25,jgw
HOST=10.33.30.204,pohanka
HOST=10.33.30.67,polansky
HOST=czela.net,czela.net
HOST=10.33.12.15,vpn-server
HOST=10.33.30.16,simlin
HOST=10.11.1.1,brevnov
HOST=10.33.11.4,molekula
HOST=10.33.25.93,jgw
HOST=10.33.23.2,brevnov-peer
HOST=10.11.10.14,hostalkova-2hop
HOST=10.11.30.212,hostalkova-1hop
HOST=10.11.162.170,hostalkova
HOST=10.87.0.1,smlh75
HOST=10.33.23.114,smlh75bgplink
HOST=10.87.1.1,smlh75lan
HOST=192.168.44.128,skylinkA
HOST=192.168.55.6,skylinkB
HOST=192.168.66.2,skylinkBond


Powered by WebSVN 2.2.1