Hi,
Hope someone is able to help with the below.
We're migrating from Nagios Core 3.2 to Nagios XI.
We're in the process of importing all of our service checks, but we're facing an issue with the check_nrpe command not receving any data back.
On our old Nagios Core environment, the check_nrpe works as expected, as in the example below:
Code: Select all
nagios@NAGIOSCORE:~/libexec> ./check_nrpe -H client.domain -t 60 -n -c "check_procs"
OK: 168 processes|Processes=168;300;350Code: Select all
nagios@NAGIOSXI:~/libexec>./check_nrpe -H client.domain -t 60 -n -c "check_procs"
CHECK_NRPE: Received 0 bytes from daemon. Check the remote server logs for error messages.
The IP off the server has been whitelisted on each of the clients, however we still are unable to run the check.
Any ideas on where we could start debugging this?
If it helps, the check_nrpe on the old environment is: 2.0 and on the new is 2.15.
Thank you.