net/lsm: add link state monitor package. (thank you Brian J. Murrell)
[openwrt/svn-archive/archive.git] / net / lsm / files / lsm.conf
1
2 #
3 # (C) 2009 Mika Ilmaranta <ilmis at nullnet.fi>
4 #
5 # License: GPLv2
6 #
7
8 #
9 # Debug level: 0 .. 8 are normal, 9 gives lots of stuff and 100 doesn't
10 # bother to detach
11 #
12 #debug=10
13 #debug=9
14 debug=8
15
16 #
17 # Defaults for the connection entries
18 #
19 defaults {
20 name=defaults
21 checkip=127.0.0.1
22 eventscript=/etc/lsm/script
23 max_packet_loss=15
24 max_successive_pkts_lost=7
25 min_packet_loss=5
26 min_successive_pkts_rcvd=10
27 interval_ms=2000
28 timeout_ms=2000
29 warn_email=root
30 check_arp=0
31 sourceip=
32 # if using ping probes for monitoring only then defaults should
33 # not define a default device for packets to autodiscover their path
34 # to destination
35 # device=eth0
36 # use system default ttl
37 ttl=0
38 }
39
40 include /etc/lsm/connections.conf
41
42 #EOF