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 https://www.veripool.org/ipc-locker.

Copyright 2006-2022 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

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