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

NAME

check_nrpe.pl - An implemetation of the check_nrpe command in pure perl

SYNOPSIS

  check_nrpe.pl -H localhost -p 5666 -c check_users -w 50 -c 100

DESCRIPTION

Using this script you can request the current status of checks on your remote hosts

It takes the following options

-H -host <somehost>

The remote host running NRPE-Server (default localhost)

-p --port <someport>

The remote port on which the NRPE-server listens

-s --ssl

Use SSL or don't use SSL (not yet implemented)

-c --check <somecheck>

The check command defined in the nrpe.cfg file you would like to trigger

-h --help

This help.

COPYRIGHT AND LICENSE

This software is copyright (c) 2013 by Andreas Marschke <andreas.marschke@googlemail.com>.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.