diff options
| author | Lucas Castro <lucas@gnuabordo.com.br> | 2024-01-11 12:07:59 -0300 |
|---|---|---|
| committer | Lucas de Castro Borges <lucas@gnuabordo.com.br> | 2024-06-05 19:00:29 -0300 |
| commit | a4676d0e2e75ebcadfb2c947f7a1fa39b8aea246 (patch) | |
| tree | 635a07582f6f525318bfed44c38bda264f65f28c /foolsm.conf | |
| parent | ca0774165e52cc2c08a6bac98ed3f8622842930e (diff) | |
New upstream version 1.0.8
Diffstat (limited to 'foolsm.conf')
| -rw-r--r-- | foolsm.conf | 54 |
1 files changed, 54 insertions, 0 deletions
diff --git a/foolsm.conf b/foolsm.conf new file mode 100644 index 0000000..0bf5ab6 --- /dev/null +++ b/foolsm.conf @@ -0,0 +1,54 @@ +# +# Copyright (C) 2009-2015 Mika Ilmaranta <ilmis@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 + +# +# Defaults for the connection entries +# These are set in the code. You may override any values here. +# +#defaults { +# name=defaults +# checkip=127.0.0.1 +# eventscript= +# notifyscript=/usr/libexec/foolsm/default_script +# max_packet_loss=15 +# max_successive_pkts_lost=7 +# min_packet_loss=5 +# min_successive_pkts_rcvd=10 +# interval_ms=1000 +# timeout_ms=1000 +# 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 +# assume initial up state at foolsm startup +# (1 = up, 0 = down, 2 = unknown (default)) +# status=1 +# how many packets have to go through before a connection is declared up +# (0 = disabled) +# startup_acceleration=0 +# send first 10 packets in a burst (0 = disabled) with interval 200ms +# startup_burst_pkts=10 +# startup_burst_interval=200 +#} + +# +# Some example connections are found in foolsm.conf.sample +# + +-include /etc/foolsm/local*.conf |
