| 192 |
- |
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 |
#allocatable-memory = 1
|
|
|
18 |
|
|
|
19 |
# With enforcing SELinux policy please use the /usr/libexec/watchdog/scripts/
|
|
|
20 |
# or /etc/watchdog.d/ for your test-binary and repair-binary configuration.
|
|
|
21 |
#repair-binary = /usr/sbin/repair
|
|
|
22 |
#repair-timeout = 60
|
|
|
23 |
#test-binary =
|
|
|
24 |
#test-timeout = 60
|
|
|
25 |
|
|
|
26 |
# The retry-timeout and repair limit are used to handle errors in a more robust
|
|
|
27 |
# manner. Errors must persist for longer than retry-timeout to action a repair
|
|
|
28 |
# or reboot, and if repair-maximum attempts are made without the test passing a
|
|
|
29 |
# reboot is initiated anyway.
|
|
|
30 |
#retry-timeout = 60
|
|
|
31 |
#repair-maximum = 1
|
|
|
32 |
|
|
|
33 |
#watchdog-device = /dev/watchdog
|
|
|
34 |
|
|
|
35 |
# Defaults compiled into the binary
|
|
|
36 |
#temperature-sensor =
|
|
|
37 |
#max-temperature = 90
|
|
|
38 |
|
|
|
39 |
# Defaults compiled into the binary
|
|
|
40 |
#admin = root
|
|
|
41 |
#interval = 1
|
|
|
42 |
#logtick = 1
|
|
|
43 |
#log-dir = /var/log/watchdog
|
|
|
44 |
|
|
|
45 |
# This greatly decreases the chance that watchdog won't be scheduled before
|
|
|
46 |
# your machine is really loaded
|
|
|
47 |
realtime = yes
|
|
|
48 |
priority = 1
|
|
|
49 |
|
|
|
50 |
# When using custom service pid check with custom service
|
|
|
51 |
# systemd unit file please be aware the "Requires="
|
|
|
52 |
# does dependent service deactivation.
|
|
|
53 |
# Using "Before=watchdog.service" or "Before=watchdog-ping.service"
|
|
|
54 |
# in the custom service unit file may be the desired operation instead.
|
|
|
55 |
# See man 5 systemd.unit for more details.
|
|
|
56 |
#
|
|
|
57 |
# Check if rsyslogd is still running by enabling the following line
|
|
|
58 |
#pidfile = /var/run/rsyslogd.pid
|