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 !!!!!
Restarting the services of Nagios xi
-
- Dreams In Code
- Posts: 7682
- Joined: Wed Feb 11, 2015 12:54 pm
Re: Restarting the services of Nagios xi
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:
Or if you just want to restart the Nagios service:
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
Code: Select all
service nagios restart