How to Scheduled Downtime Child Host's all services

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
Olin
Posts: 50
Joined: Tue Dec 26, 2017 1:46 am

How to Scheduled Downtime Child Host's all services

Post by Olin »

HI all,

How to Scheduled Downtime Child Host's all services ?
I found only Scheduled Downtime Child Host.

thank you !
User avatar
cdienger
Support Tech
Posts: 5045
Joined: Tue Feb 07, 2017 11:26 am

Re: How to Scheduled Downtime Child Host's all services

Post by cdienger »

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.
User avatar
lmiltchev
Former Nagios Staff
Posts: 13589
Joined: Mon May 23, 2011 12:15 pm

Re: How to Scheduled Downtime Child Host's all services

Post by lmiltchev »

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!
Olin
Posts: 50
Joined: Tue Dec 26, 2017 1:46 am

Re: How to Scheduled Downtime Child Host's all services

Post by Olin »

lmiltchev 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.
But Now i need
host_down_disable_service_checks=0 .
User avatar
lmiltchev
Former Nagios Staff
Posts: 13589
Joined: Mon May 23, 2011 12:15 pm

Re: How to Scheduled Downtime Child Host's all services

Post by lmiltchev »

But Now i need
host_down_disable_service_checks=0 .
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.

From our official documentation:
If the host is in hard non-OK state, notifications for services on this host won't be sent out.
https://assets.nagios.com/downloads/nag ... tions.html
Be sure to check out our Knowledgebase for helpful articles and solutions!
Locked