DragonFly On-Line Manual Pages
SLCHOOSED_WATCHD(1) User Contributed Perl Documentation SLCHOOSED_WATCHD(1)
NAME
slchoosed_watchd - Make sure the slchoosed stays up
SYNOPSIS
slchoosed_watchd [ --help ]
DESCRIPTION
slchoosed_watchd will periodically ask the slchoosed server for
information, and if it does not respond, restart it. This is rarely
needed, as slchoosed is fairly standard, but provides another level of
assurance for critical applications.
ARGUMENTS
--help
Displays this message and program version and exits.
--nofork
For debugging, prevents the daemon from creating additional
processes and from going into the background. This allows messages
to appear on stdout, and ctrl-C to stop the daemon.
--period secs
Specify the period in seconds between scheduler requests. The
default is 10 minutes.
--timeout secs
Specify the longest acceptable delay in seconds.
--version
Displays program version and exits.
DISTRIBUTION
The latest version is available from CPAN and from
<http://www.veripool.org/>.
Copyright 1998-2011 by Wilson Snyder. This package is free software;
you can redistribute it and/or modify it under the terms of either the
GNU Lesser General Public License Version 3 or the Perl Artistic
License Version 2.0.
AUTHORS
Wilson Snyder <wsnyder@wsnyder.org>
SEE ALSO
slchoosed, Schedule::Load
perl v5.20.2 2011-01-02 SLCHOOSED_WATCHD(1)