Page 4 of 4

Re: Service Status Crticial after Client Install

Posted: Mon May 12, 2014 12:23 am
by nagiostool
Hi,

Can you check what is command defined for service System Logging daemon in the file

Code: Select all

/usr/local/nagios/etc/nrpe.cfg 
in the client and post the output of the command.

Re: Service Status Crticial after Client Install

Posted: Mon May 12, 2014 11:39 am
by slansing
In addition to the above, can you run the command that that service check runs but by hand from the XI server's CLI? It would be structured like so:

Code: Select all

/usr/local/nagios/libexec/check_nrpe -H addr.of.remote.host -c name_of_check_command_on_the_host -a 'arguments here'
You can check the CCM on the XI server to see what command is being called, and what arguments are being set, then inject them in the above command where noted.