The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

check_lockerd - Under Nagios, check the lockerd daemon on the specified host.

SYNOPSIS

  check_lockerd --host hostname -p port

DESCRIPTION

Check_lockerd is a nagios plugin for the IPC::Locker daemon.

Add to Nagios's checkcommands.cfg:

    define command{
        command_name    check_lockerd
        command_line    $USER1$/check_lockerd -H $HOSTADDRESS$
        }

A quicker, but less accurate check is possible using the default Nagios check_tcp plugin as follows:

    define command{
        command_name    check_lockerd
        command_line    $USER1$/check_tcp -H $HOSTADDRESS$ -p 1751
        }

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 "lockerd" 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::Locker, lockerd, nagios