Jump to letter: [
ABCDEFGHIJKLMNOPQRSTUVWXYZ
]
watchdog: Software and/or Hardware watchdog daemon
- Summary
- The watchdog program can be used as a powerful software watchdog daemon
or may be alternately used with a hardware watchdog device such as the
IPMI hardware watchdog driver interface to a resident Baseboard
Management Controller (BMC). watchdog periodically writes to /dev/watchdog;
the interval between writes to /dev/watchdog is configurable through settings
in the watchdog sysconfig file. This configuration file is also used to
set the watchdog to be used as a hardware watchdog instead of its default
software watchdog operation. In either case, if the device is open but not
written to within the configured time period, the watchdog timer expiration
will trigger a machine reboot. When operating as a software watchdog, the
ability to reboot will depend on the state of the machine and interrupts.
When operating as a hardware watchdog, the machine will experience a hard
reset (or whatever action was configured to be taken upon watchdog timer
expiration) initiated by the BMC.
Changelog
- * Fri Sep 18 01:00:00 2009 Anatoly Metetes <anatolym{%}startcom{*}org>
-
- Rebuild for StartCom Linux 5.0.x
- * Fri Mar 27 00:00:00 2009 Richard W.M. Jones <rjones{%}redhat{*}com> - 5.6-1
-
- Rebase to watchdog 5.6.
- Drop cleanup patch, since it is now upstream.
- Drop NFS cleanup patch, since it breaks NFS support for one call.
- Add patch for general cleanups (sent upstream 2009-03-26).
- Add patch to quiet write warnings about unused return values.
- * Fri Mar 13 00:00:00 2009 Richard W.M. Jones <rjones{%}redhat{*}com> - 5.5-1
-
- New upstream release 5.5 - Resolves: 446123
- Synchronize the spec file formatting with Fedora.
- Upstream source URL has changed (_ into -).
- Convert README file to UTF-8.
- Fix defattr line.
- Manpages shouldn't be marked as doc.
- Added wd_keepalive manpage.