jablonka.czprosek.czf

hotsanic

Subversion Repositories:
[/] [trunk/] [modules/] [ping/] [settings] - Rev 23 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=10.33.0.11,jabu
HOST=10.33.23.66,AlphaSys
HOST=213.195.202.1,gw


Powered by WebSVN 2.2.1