Hi, I want to stop nagiosxi from running in one machine; I issue a service nagiosxi stop; service nagios stop" commands, after that, the ps command shows some nagios cron programs running, but nagios seems stopped.
after a while, nagios starts automatically.
Is there any way to stop this "awakening"?
TIA
Nagios resurrection after service stop
-
scottwilkerson
- DevOps Engineer
- Posts: 19396
- Joined: Tue Nov 15, 2011 3:11 pm
- Location: Nagios Enterprises
- Contact:
Re: Nagios resurrection after service stop
It should not start automatically, but it CAN start if another member of your team is interacting with the interface and performs an apply configuration.
If you want to stop all of this you would also want to stop crond on the system
If you want to stop all of this you would also want to stop crond on the system
Code: Select all
service crond stop-
eltrasimaco
- Posts: 75
- Joined: Thu Aug 02, 2012 7:15 am
Re: Nagios resurrection after service stop
Maybe the "apply configuration" does have some sort of "automatic apply" after some time without doing the update? i am the only person who interacts with the interface
-
scottwilkerson
- DevOps Engineer
- Posts: 19396
- Joined: Tue Nov 15, 2011 3:11 pm
- Location: Nagios Enterprises
- Contact:
Re: Nagios resurrection after service stop
How frequently are you seeing the service restored?eltrasimaco wrote:Maybe the "apply configuration" does have some sort of "automatic apply" after some time without doing the update? i am the only person who interacts with the interface
-
eltrasimaco
- Posts: 75
- Joined: Thu Aug 02, 2012 7:15 am
Re: Nagios resurrection after service stop
Sorry for the delay, I had to disable nagios service completely; it got "awakened" after five or ten minutes, at this moment, I dont know why
-
scottwilkerson
- DevOps Engineer
- Posts: 19396
- Joined: Tue Nov 15, 2011 3:11 pm
- Location: Nagios Enterprises
- Contact:
Re: Nagios resurrection after service stop
What version of Nagios XI are you running?