16f9d04ad518e713254215404b51a4e9f37ec2d5
[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 reopen_on_enodev=1
16
17 #
18 # Defaults for the connection entries
19 #
20 defaults {
21 name=defaults
22 checkip=127.0.0.1
23 eventscript=/etc/lsm/script
24 max_packet_loss=15
25 max_successive_pkts_lost=7
26 min_packet_loss=5
27 min_successive_pkts_rcvd=10
28 interval_ms=2000
29 timeout_ms=2000
30 warn_email=root
31 check_arp=0
32 sourceip=
33 # if using ping probes for monitoring only then defaults should
34 # not define a default device for packets to autodiscover their path
35 # to destination
36 # device=eth0
37 # use system default ttl
38 ttl=0
39 }
40
41 include /etc/lsm/connections.conf
42
43 #EOF