8486e6
This is the watchdog package for Fedora.  It implements a userspace
8486e6
daemon which periodically pings (usually hardware) to tell the
8486e6
hardware that the machine is alive.  If the hardware times out without
8486e6
receiving a ping, it assumes userspace is dead and reboots the
8486e6
machine.
8486e6
8486e6
There are several major classes of watchdog available:
8486e6
8486e6
 - watchdog hardware implementing the Linux /dev/watchdog API
8486e6
8486e6
     * drivers in /lib/modules/$(uname -r)/kernel/drivers/watchdog/
8486e6
     * http://lxr.linux.no/linux/Documentation/watchdog/watchdog-api.txt
8486e6
8486e6
 - softdog
8486e6
8486e6
     * software watchdog (just runs inside the kernel)
8486e6
     * implements the Linux /dev/watchdog API
8486e6
     * won't help you if the kernel fails (obvious, right?)
8486e6
8486e6
 - IPMI
8486e6
8486e6
     * a heavyweight standard for all things server-management
8486e6
     * separate Linux driver
8486e6
     * ipmitool to control it
8486e6
     * see README.watchdog.ipmi for how to use this daemon together
8486e6
       with IPMI
8486e6
8486e6
You can also use watchdogs inside recent QEMU/KVM virtual machines.
8486e6
When running qemu, specify "-watchdog i6300esb" on the qemu command
8486e6
line (or use libvirt).  Inside the guest, the i6300esb watchdog driver
8486e6
should automatically load and provide you with a Linux /dev/watchdog-
8486e6
compatible API.
8486e6
8486e6
	- Richard W.M. Jones (rjones@redhat.com) 2009-02-26