Restarting the services of Nagios xi

This support forum board is for support questions relating to Nagios xi, our flagship commercial network monitoring solution.
monitoreo1
Posts: 124
Joined: Wed Feb 18, 2015 10:41 am

Restarting the services of Nagios xi

Post by monitoreo1 »

Hi Everybody !!!!

Here i am again asking for help !!!!

Is necessary, restarts frequently all the services of a Nagios instalation for ensure the better performance of the application?

Wich is the better way for do a controlled restart of the service?


Thanks for your help !!!!!
ssax
Dreams In Code
Posts: 7682
Joined: Wed Feb 11, 2015 12:54 pm

Re: Restarting the services of Nagios xi

Post by ssax »

Are you asking us if it's recommended to restart the Nagios services often to get better performance? If so, it should not be necessary, are you experiencing performance issues?

If you needed to restart all of the services of the stack, you would do it in this order:

Code: Select all

service nagios stop
service npcd stop
service ndo2db stop
service mysqld stop
service postgresql stop
service httpd stop
service crond stop
service crond start
service httpd start
service postgresql start
service mysqld start
service ndo2db start
service npcd start
service nagios start
Or if you just want to restart the Nagios service:

Code: Select all

service nagios restart