Blame SOURCES/README.Fedora

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