The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

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

SYNOPSIS

  check_pidstatd --host hostname -p port

DESCRIPTION

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$
        }

ARGUMENTS

--help

Displays this message and program version and exits.

--host

Specifies host name to check for a process.

--port

Specifies the port number to contact the "pidstatd" on. (default 1752)

DISTRIBUTION

The latest version is available from CPAN and from http://www.veripool.com/.

Copyright 2006-2007 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 or the Perl Artistic License.

AUTHORS

Wilson Snyder <wsnyder@wsnyder.org>

SEE ALSO

IPC::Locker, IPC::PidStat, pidstatd, nagios