HI all,
How to Scheduled Downtime Child Host's all services ?
I found only Scheduled Downtime Child Host.
thank you !
How to Scheduled Downtime Child Host's all services
Re: How to Scheduled Downtime Child Host's all services
It looks like this may be a feature request or bug. I'm pinging dev now to see which way we'll go, but right now it doesn't look like the scheduled downtime tool will put services of child hosts into downtime.
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.
Re: How to Scheduled Downtime Child Host's all services
In my opinion, this is not a bug. If the parent is down, then the child would be unreachable, and notifications on services should be suppressed. There is no need for scheduling downtime for the child host's services... This functionality doesn't exist anyway. We could file a feature request but I doubt it would be implemented.
Be sure to check out our Knowledgebase for helpful articles and solutions!
Re: How to Scheduled Downtime Child Host's all services
But Now i needlmiltchev wrote:In my opinion, this is not a bug. If the parent is down, then the child would be unreachable, and notifications on services should be suppressed. There is no need for scheduling downtime for the child host's services... This functionality doesn't exist anyway. We could file a feature request but I doubt it would be implemented.
host_down_disable_service_checks=0 .
Re: How to Scheduled Downtime Child Host's all services
I am not sure if I am following... When the host is down, service check will continue to execute. They won't be disabled. Only notifications will be disabled. You don't need to schedule a downtime for services on a host that is down as service notifications won't be sent anyway.But Now i need
host_down_disable_service_checks=0 .
From our official documentation:
https://assets.nagios.com/downloads/nag ... tions.htmlIf the host is in hard non-OK state, notifications for services on this host won't be sent out.
Be sure to check out our Knowledgebase for helpful articles and solutions!