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.