Hi,
Currently I am using NRPE with Nagios Core to monitor remote servers. This is working fine in most cases but unfortunately there are cases when the remote NRPE port can't be opened for nagios to connect to.
Does anyone know if there's something that works just like NRPE but instead the client would connect to the Nagios Core server and send the data of the remote server it is running on thus not requiring a remote port to be opened on the server that is being monitored?
Please let me know
Thanks in advance
NRPE like client
-
avandemore
- Posts: 1597
- Joined: Tue Sep 27, 2016 4:57 pm
Re: NRPE like client
Remote -> Server communication is usually done by snmp traps. You can find information on it here: https://www.nagios.com/solutions/snmp-traps/
Previous Nagios employee
Re: NRPE like client
This means that I will need to run the snmpd daemon on the server that is being monitoring and have nagios query it for data, basically it is the same as NRPE client as I will still need a port opened so nagios can connect to the remote snmpd daemon.avandemore wrote:Remote -> Server communication is usually done by snmp traps. You can find information on it here: https://www.nagios.com/solutions/snmp-traps/
I want it to work the other way. I want the remote client to connect to the nagios server and send the data for the check commands.
Is this possible?
Please let me know
THanks
Re: NRPE like client
It wasn't made clear, but the idea is that the Core server would be running the SNMP daemon, and the remote server would send over traps.
The way I would suggest though would be to use NRDP: https://exchange.nagios.org/directory/A ... or/details
Much more configurable, and in my opinion easier to use.
The way I would suggest though would be to use NRDP: https://exchange.nagios.org/directory/A ... or/details
Much more configurable, and in my opinion easier to use.
Former Nagios employee