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