NRPE version 2.14

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
FrontlineIT
Posts: 94
Joined: Tue Jul 26, 2016 8:46 am

NRPE version 2.14

Post by FrontlineIT »

Hello, we currently have a few older centos machines that are still running NRPE agent ver 2.14. We looked into upgrading them the agent, but ran into issues. My question, what is the latest version of Nagios we can run with NRPE agent ver 2.14?
dchurch
Posts: 858
Joined: Wed Oct 07, 2020 12:46 pm
Location: Yo mama

Re: NRPE version 2.14

Post by dchurch »

The version of check_nrpe that ships with the latest Nagios XI (5.8.3) should still work provided you throw on a "-2" into the arguments list.

What happens if you load up a server with the latest Nagios XI, temporarily whitelist (in nrpe.cfg under allowed_hosts) the IP on one of the older centos machines and try the following command?

Code: Select all

/usr/local/nagios/libexec/check_nrpe -2 -H <IP of centos machine>
If that prints the NRPE version number then you should be able to get this working in the latest Nagios XI.
If you didn't get an 8% raise over the course of the pandemic, you took a pay cut.

Discussion of wages is protected speech under the National Labor Relations Act, and no employer can tell you you can't disclose your pay with your fellow employees.
FrontlineIT
Posts: 94
Joined: Tue Jul 26, 2016 8:46 am

Re: NRPE version 2.14

Post by FrontlineIT »

Thank you for the reply. We havent loaded up the newest Nagios version as of yet. We plan to do this next week. But will try and temporarily whitelist (in nrpe.cfg under allowed_hosts) the IP on one of the older centos machines and try the following command. We'll get back as soon as its done.
ssax
Dreams In Code
Posts: 7682
Joined: Wed Feb 11, 2015 12:54 pm

Re: NRPE version 2.14

Post by ssax »

See here as well:

https://support.nagios.com/kb/article/n ... s-516.html

The guide above references NRPE v3 but it's the same for the latest (NRPE v4).
Locked