Branch oldpackages for 14.07
[14.07/packages.git] / net / lsm / files / lsm.conf
1 #
2 # (C) 2009 Mika Ilmaranta <ilmis at nullnet.fi>
3 #
4 # License: GPLv2
5 #
6
7 #
8 # Debug level: 0 .. 8 are normal, 9 gives lots of stuff and 100 doesn't
9 # bother to detach
10 #
11 #debug=10
12 #debug=9
13 debug=8
14 # reopen_on_enodev=1
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=20
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