Random Project

Additional Info

You will need to have a check_nrpe command written.

# ‘check_nrpe’
define command{
command_name check_nrpe
command_line $USER1$/check_nrpe -H ‘$HOSTADDRESS$’ -c $ARG1$
}

Example Service (applied to a hostgroup)

define service{
use generic-service
hostgroup_name exchangeservers
service_description Component Health Check
check_command check_nrpe!check_ex2013servercomponentstate
}