Home Directory

Search Exchange

Search All Sites

Nagios Live Webinars

Let our experts show you how Nagios can help your organization.

Contact Us

Phone: 1-888-NAGIOS-1
Email: sales@nagios.com

Login

Remember Me

Directory Tree

Directory

jkiley

Reviews(1)
byjkiley, June 24, 2016
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
}