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