initial version of scripts, config and debian package
[moebian] / install / etc / watchdog-twl4030.conf
1 #ping                   = 172.31.14.1
2 #ping                   = 172.26.1.255
3 #interface              = eth0
4 #file                   = /var/log/messages
5 #change                 = 1407
6
7 # Uncomment to enable test. Setting one of these values to '0' disables it.
8 # These values will hopefully never reboot your machine during normal use
9 # (if your machine is really hung, the loadavg will go much higher than 25)
10 #max-load-1             = 24
11 #max-load-5             = 18
12 #max-load-15            = 12
13
14 # Note that this is the number of pages!
15 # To get the real size, check how large the pagesize is on your machine.
16 #min-memory             = 1
17
18 #repair-binary          = /usr/sbin/repair
19 #test-binary            = 
20 #test-timeout           = 
21
22 watchdog-device         = /dev/twl4030_wdt
23
24 # Defaults compiled into the binary
25 #temperature-device     =
26 #max-temperature        = 120
27
28 # Defaults compiled into the binary
29 #admin                  = root
30 #interval               = 10
31 #logtick                = 1
32 #logdir                 = /var/log/watchdog
33
34 # This greatly decreases the chance that watchdog won't be scheduled before
35 # your machine is really loaded
36 realtime                = yes
37 priority                = 1
38
39 # Check if syslogd is still running by enabling the following line
40 #pidfile                = /var/run/syslogd.pid   
41