Shutting down NagiosXI for OS patching

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
krobertson71
Posts: 444
Joined: Tue Feb 11, 2014 10:16 pm

Shutting down NagiosXI for OS patching

Post by krobertson71 »

I was trying to shut down the major components for XI in the Admin menu. I was able to get "Monitoring Engine" and "Database Backend" to come down but "Performance Grapher" throws an error.

Is there a way to completely shutdown Nagios XI? After they apply to Redhat el6 OS patches they reboot the server. I don't want Nagios XI to be running when this happens.

If all I need to do is stop the Monitoring Engine and the Database backend to be safe then I am good. But I would think there would be a way to bring the whole app down before a reboot.
You do not have the required permissions to view the files attached to this post.
User avatar
lmiltchev
Bugs find me
Posts: 13589
Joined: Mon May 23, 2011 12:15 pm

Re: Shutting down NagiosXI for OS patching

Post by lmiltchev »

You can stop all of the services from the CLI if you want to:

Code: Select all

service nagios stop
service ndo2db stop
service mysqld stop
service postgresql stop
service crond stop
service npcd stop
service httpd stop
Be sure to check out our Knowledgebase for helpful articles and solutions!
Locked