Uninstalling Nagiosxi Agent?

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
epx998
Posts: 31
Joined: Mon Nov 21, 2011 3:51 pm

Uninstalling Nagiosxi Agent?

Post by epx998 »

Is there a way to uninstall the nagiosxi agent cleanly? I need to be running the RPM for NRPE and not an agent that is compiling code.
scottwilkerson
DevOps Engineer
Posts: 19396
Joined: Tue Nov 15, 2011 3:11 pm
Location: Nagios Enterprises
Contact:

Re: Uninstalling Nagiosxi Agent?

Post by scottwilkerson »

Which agent did you install? That you want to remove? ie. what type of machine do you have this installed on?
Former Nagios employee
Creator:
Human Design Website
Get Your Human Design Chart
epx998
Posts: 31
Joined: Mon Nov 21, 2011 3:51 pm

Re: Uninstalling Nagiosxi Agent?

Post by epx998 »

We figured it out. Sadly due to the agent being compiled and not an RPM, we cant use it in our production environment.

Is there an RPM for the NagiosXI agent?
User avatar
lmiltchev
Bugs find me
Posts: 13589
Joined: Mon May 23, 2011 12:15 pm

Re: Uninstalling Nagiosxi Agent?

Post by lmiltchev »

We don't have an "official" rpm for NRPE, but you can check out this link:

http://pkgs.repoforge.org/nagios-nrpe/

You will have to deal with dependencies, setting up firewall rules, etc.

You can also try yum. In this case, you won't have to deal with dependencies - yum should take care of them.

Code: Select all

# yum list available nrpe
Hope this helps.
Be sure to check out our Knowledgebase for helpful articles and solutions!
Locked