I am trying to set up Nagios XI in our lab to monitor certain ports and services. At this point I am still testing things out but I cannot get the status of any services that use check_nrpe. I have installed the agent using your guides and port 5666 is listening on the client machine. The only check that does work is ping. Firewalld is disabled.
See below:
Service Status Unknown
Service Status Unknown
You do not have the required permissions to view the files attached to this post.
Re: Service Status Unknown
What is the output of this command from the XI server?
- Change X.X.X.X to the IP of the remote NRPE agent
I assume you used this guide, correct?
https://assets.nagios.com/downloads/nag ... _Agent.pdf
Do you see any errors in /var/log/messages on the NRPE system when you run the check from the XI server?
- Change X.X.X.X to the IP of the remote NRPE agent
If so, please post them.
Attach these files if you have them:
- Change X.X.X.X to the IP of the remote NRPE agent
Code: Select all
nmap -Pn -p5666 X.X.X.Xhttps://assets.nagios.com/downloads/nag ... _Agent.pdf
Do you see any errors in /var/log/messages on the NRPE system when you run the check from the XI server?
- Change X.X.X.X to the IP of the remote NRPE agent
Code: Select all
/usr/local/nagios/libexec/check_nrpe -H X.X.X.XAttach these files if you have them:
Code: Select all
/etc/xinetd.d/nrpe
/usr/local/nagios/etc/nrpe.cfg
/usr/local/nagios/etc/nrpe/common.cfgRe: Service Status Unknown
We decided to use SNMP for other reasons. This can be closed.
-
scottwilkerson
- DevOps Engineer
- Posts: 19396
- Joined: Tue Nov 15, 2011 3:11 pm
- Location: Nagios Enterprises
- Contact:
Re: Service Status Unknown
Locking threadkmorelli wrote:We decided to use SNMP for other reasons. This can be closed.