Page 1 of 1

Nagios complete stop

Posted: Wed Jan 22, 2014 4:29 am
by RDMaroto
Good morning,
I installed nagiosxi on a linux machine I wanted to know if you leave in some directory script full stop of all components(postgresql, httpd, nagios, mysql ..)
If not, I have to stop the process in some order.

Thanks for your time.
regards

Re: Nagios complete stop

Posted: Wed Jan 22, 2014 8:24 am
by scottwilkerson
We do not have such a script, it shouldn't matter a ton, but if anything I would stop in the following order

Code: Select all

nagios
ndo2db
then anything else.

Starting would be the reverse, bring all up, then

Code: Select all

ndo2db
nagios

Re: Nagios complete stop

Posted: Fri Jan 24, 2014 7:31 am
by RDMaroto
Thanks for your reply.

In the scripts /usr/local/nagiosxi/scripts/restore_xi.sh the script have the stop and start complete.

Thanks.

Re: Nagios complete stop

Posted: Fri Jan 24, 2014 11:37 am
by tmcdonald
That script is used for restoring Nagios to an earlier state. I would not recommend using it to stop services.

Re: Nagios complete stop

Posted: Mon Jan 27, 2014 2:51 am
by RDMaroto
Good morning,
I completely agree.
I wanted to indicate that in the script are the components of a complete stop.

Thanks for your time