
check_pidstatd - Under Nagios, check the pidstat daemon on the specified host.

check_pidstatd --host hostname -p port

Check_pidstatd is a nagios plugin for the IPC::Locker daemon.
Add to Nagios's checkcommands.cfg:
define command{
command_name check_pidstatd
command_line $USER1$/check_pidstatd -H $HOSTADDRESS$
}

Displays this message and program version and exits.
Specifies host name to check for a process.
Specifies the port number to contact the "pidstatd" on. (default 1752)

The latest version is available from CPAN and from http://www.veripool.org/.
Copyright 2006-2009 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.

Wilson Snyder <wsnyder@wsnyder.org>
