mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 07:28:39 +01:00
foolsm: Add package foolsm
Signed-off-by: Brian J. Murrell <brian@interlinx.bc.ca>
(cherry picked from commit 5cff94399d)
This commit is contained in:
@@ -0,0 +1,43 @@
|
||||
#
|
||||
# (C) 2009 Mika Ilmaranta <ilmis at nullnet.fi>
|
||||
#
|
||||
# License: GPLv2
|
||||
#
|
||||
|
||||
#
|
||||
# Debug level: 0 .. 8 are normal, 9 gives lots of stuff and 100 doesn't
|
||||
# bother to detach
|
||||
#
|
||||
#debug=10
|
||||
#debug=9
|
||||
debug=8
|
||||
# reopen_on_enodev=1
|
||||
|
||||
#
|
||||
# Defaults for the connection entries
|
||||
#
|
||||
defaults {
|
||||
name=defaults
|
||||
checkip=127.0.0.1
|
||||
eventscript=/etc/foolsm/script
|
||||
notifyscript=
|
||||
max_packet_loss=20
|
||||
max_successive_pkts_lost=7
|
||||
min_packet_loss=5
|
||||
min_successive_pkts_rcvd=10
|
||||
interval_ms=2000
|
||||
timeout_ms=2000
|
||||
warn_email=root
|
||||
check_arp=0
|
||||
sourceip=
|
||||
# if using ping probes for monitoring only then defaults should
|
||||
# not define a default device for packets to autodiscover their path
|
||||
# to destination
|
||||
# device=eth0
|
||||
# use system default ttl
|
||||
ttl=0
|
||||
}
|
||||
|
||||
include /etc/foolsm/connections.conf
|
||||
|
||||
#EOF
|
||||
Reference in New Issue
Block a user