watchdog.conf 1.0 KB

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