Page 1 of 1

Restarting the services of Nagios XI

Posted: Wed Jun 24, 2015 10:56 am
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 !!!!!

Re: Restarting the services of Nagios XI

Posted: Wed Jun 24, 2015 11:04 am
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