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