Patrick Williams | c0f7c04 | 2017-02-23 20:41:17 -0600 | [diff] [blame] | 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 | #repair-timeout = |
| 20 | #test-binary = |
| 21 | #test-timeout = |
| 22 | |
| 23 | watchdog-device = /dev/watchdog |
| 24 | |
| 25 | # Defaults compiled into the binary |
| 26 | #temperature-device = |
| 27 | #max-temperature = 120 |
| 28 | |
| 29 | # Defaults compiled into the binary |
| 30 | #admin = root |
| 31 | #interval = 1 |
| 32 | #logtick = 1 |
| 33 | #log-dir = /var/log/watchdog |
| 34 | |
| 35 | # This greatly decreases the chance that watchdog won't be scheduled before |
| 36 | # your machine is really loaded |
| 37 | realtime = yes |
| 38 | priority = 1 |
| 39 | |
| 40 | # Check if rsyslogd is still running by enabling the following line |
| 41 | #pidfile = /var/run/rsyslogd.pid |
| 42 | |