Re: host status keep showing as being down
Posted: Tue Oct 03, 2017 10:02 am
Without knowing how the check is defined on the Nagios server, I am assuming you are using the check_nrpe plugin?
If so, you need to allow inbound connections through the firewall on the Windows system for port 5666
That could be one cause for the issue.
The other problem is that there are some wrong configuration settings in your nsclient.ini file so edit hat file and under this section
Change the following from
To
Save the nsclient.ini file and restart the NSClient++ agent on the Windows server.
If you still have problems, post the IP address of the Windows server and the Nagios server.
Post a screen shot of the error that you are seeing and an example of the command that is defined on the XI server.
Thanks
If so, you need to allow inbound connections through the firewall on the Windows system for port 5666
That could be one cause for the issue.
The other problem is that there are some wrong configuration settings in your nsclient.ini file so edit hat file and under this section
Code: Select all
[/settings/NRPE/server]Code: Select all
insecure = false
ssl options = no-sslv2,no-sslv3
verify mode = peer-cert
extended response = 1Code: Select all
insecure = true
ssl options =
verify mode = none
extended response = 0Save the nsclient.ini file and restart the NSClient++ agent on the Windows server.
If you still have problems, post the IP address of the Windows server and the Nagios server.
Post a screen shot of the error that you are seeing and an example of the command that is defined on the XI server.
Thanks