Page 1 of 1

Nagios and NRPE yum update

Posted: Fri Mar 13, 2020 6:59 am
by Satmakuru
Hi
I recently installed nagios core and nrpe on my servers and I used wget to download the package and install them. Is there a way now to add the repository and add it our yum update command so that it updates the nrpe clients when the system gets an update?

How often the nagios and nrpe libraries gets updated and how do we know that there is an update for a nrpe ?

Thanks

Re: Nagios and NRPE yum update

Posted: Fri Mar 13, 2020 11:46 am
by benjaminsmith
Hello @satmakuru,
How often the nagios and nrpe libraries gets updated and how do we know that there is an update for a nrpe ?
We push out updates on a regular basis. They are open-source programs and you can follow the progress on GitHub if you'd like.

https://github.com/NagiosEnterprises

Below are the instructions for upgrading Core and NRPE:
https://assets.nagios.com/downloads/nag ... ading.html
https://support.nagios.com/kb/article/n ... t-750.html

It is possible to install NRPE vis yum as well. They are community maintained.

Re: Nagios and NRPE yum update

Posted: Mon Mar 16, 2020 2:22 pm
by Satmakuru
Is it possible to get these updates added to my yum repo ? I installed Nagios and NRPE with the source packages. How do I add these updates so that the nrpe agent and nagios gets updates along with my linux updates?

Re: Nagios and NRPE yum update

Posted: Mon Mar 16, 2020 5:14 pm
by benjaminsmith
Hi Satmakuru,

If you installed NRPE from source, then you can't really change the install to use yum for updates. You'd have to backup and then re-install using yum.

Re: Nagios and NRPE yum update

Posted: Mon Mar 16, 2020 7:12 pm
by Satmakuru
Thank you. Which repo can we add to get the latest updates to yum repository?

Re: Nagios and NRPE yum update

Posted: Tue Mar 17, 2020 10:55 am
by benjaminsmith
Hi,

You can follow the instructions on the page below.

https://tecadmin.net/install-nrpe-on-centos-rhel/