NRPE version 2.14
-
FrontlineIT
- Posts: 94
- Joined: Tue Jul 26, 2016 8:46 am
NRPE version 2.14
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?
Re: NRPE version 2.14
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?
If that prints the NRPE version number then you should be able to get this working in the latest Nagios XI.
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 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.
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
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.
Re: NRPE version 2.14
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).
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).