Re: Need help with NRPE in nagiosXI:
Posted: Wed Apr 15, 2015 10:47 am
Run the following two commands on the client (remote box) and show us the output:
How did you install NRPE (from repo, using our installer, etc.)?
Also, test your check from the command line (not in the CCM) from the Nagios XI server.
If it fails, run the commands below and show us the output:
Code: Select all
ps axuw | grep nrpe
netstat -at | grep nrpeAlso, test your check from the command line (not in the CCM) from the Nagios XI server.
Code: Select all
/usr/local/nagios/libexec/check_nrpe -H <client ip> -t 60 -c check_mountpointsCode: Select all
/usr/local/nagios/libexec/check_nrpe -H <client ip>
nmap <client ip> -p 5666