watchdog

The Linux software watchdog is a timer that continuously counts down from a specified start value. Once it reaches zero a function named “watchdog_fire” is called that logs the event and initiates a hard reset. A watchdog daemon is therefore needed to refresh the timer. As long as the daemon is present the timer will never fire, but if the daemon stops working for some reason, the timer will fire and reboot the machine. However, with no additional hardware, the watchdog is not able to recover from every possible hang up. For instance, if the interrupt system itself hangs up, the software watchdog is no cure at all.
Current version: 5.12

History

Effective Date Table ID Version Download URL Project URL Version URL
2020-12-22 10 5.12 project version
2019-01-17 9 5.12 project version
2017-07-13 8 5.12 project version
2015-06-25 7 5.12 project version
2014-03-07 6 5.12 project version
2013-09-10 5 5.12 project version
2012-10-31 4 5.9 project version
2012-05-01 3 5.9 project version