How to uninstall nagios core v 4.4.3

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
gana.cn
Posts: 2
Joined: Mon Mar 08, 2021 5:58 am

How to uninstall nagios core v 4.4.3

Post by gana.cn »

Hi

Please help us uninstall the Nagios core 4.4.3 . So that we can install Nagios XI enterprise version .

Thanks,
Gana
benjaminsmith
Posts: 5324
Joined: Wed Aug 22, 2018 4:39 pm
Location: saint paul

Re: How to uninstall nagios core v 4.4.3

Post by benjaminsmith »

Hi Gana,

It might be easier to just install XI on a fresh system or re-install the OS. However, if Nagios core was installed using a package manager, you can try to use the package manager to remove it.

Code: Select all

rpm -qa | grep nagios
dpkg -l | grep nagios
Nagios XI Downloads

Good Luck!
Benjamin
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.

Be sure to check out our Knowledgebase for helpful articles and solutions!
Locked