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