Nagios experts - a quick question please

Support forum for Nagios Core, Nagios Plugins, NCPA, NRPE, NSCA, NDOUtils and more. Engage with the community of users including those using the open source solutions.
Locked
kylebreit96
Posts: 2
Joined: Fri Feb 19, 2021 1:14 pm

Nagios experts - a quick question please

Post by kylebreit96 »

So I'm involved in a team that are getting an exiting MSP to deploy Nagios to the environment.

They already use it, but we are getting a brand new instance of our own. The agents already are deployed.



My question is, how long would it take to reconfigure existing agents to the new Nagios server? Is there a simple command, or is it redeploying the agent, and how many can you do per day?

We're being told it is slow, only 5 per day and must be redeployed. Given this will be monitoring a few hundred systems, this is pretty average



Can anyone weigh in please?
gormank
Posts: 1114
Joined: Tue Dec 02, 2014 12:00 pm

Re: Nagios experts - a quick question please

Post by gormank »

Assuming nrpe is run by xinetd the /etc/xinetd.d/nrpe file needs updated and xinetd restarted.
This can easily be done by ansible if you have a user that can login and sudo. You just need a playbook to replace the file and restart xinetd. Of course you need to install ansible on some host...
If you want to update nrpe by reinstalling it, ansible can do that pretty easily.
Locked