disable service checks when a host is down

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
doneil326
Posts: 82
Joined: Fri Aug 14, 2015 3:26 pm

disable service checks when a host is down

Post by doneil326 »

hello i saw this post which shows this feature is already available https://support.nagios.com/forum/viewto ... =20&t=9729 but i dont understand how to enable it? Right now when our hosts are down all of the services still page out. How do we set it up so that this is not the case? that we only get paged on the host down event?
User avatar
tgriep
Madmin
Posts: 9190
Joined: Thu Oct 30, 2014 9:02 am

Re: disable service checks when a host is down

Post by tgriep »

You would have to edit your nagios.cfg file and add the following option.

Code: Select all

host_down_disable_service_checks=1
Take a look at this link for more details.
https://support.nagios.com/kb/article.php?id=505
Be sure to check out our Knowledgebase for helpful articles and solutions!
Locked