Service Status Crticial after Client Install

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
nagiostool
Posts: 72
Joined: Wed Jul 20, 2011 2:17 am

Re: Service Status Crticial after Client Install

Post 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.
slansing
Posts: 7698
Joined: Mon Apr 23, 2012 4:28 pm
Location: Travelling through time and space...

Re: Service Status Crticial after Client Install

Post 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.
Locked