Conditional checks

Hi all,
Can anybody help me ?

In Icinga Director I’ve defined a Basic_Host Template with “hostalive” check command; I’ve also defined a “check disk” Service Template and some other Service Templates. All my hosts are based on the Basic_Host Template and use the check_disk Service Template. All work fine.

My question: is there a way to execute a Service check only if my host is UP ?
Thanks for your help

Hello @goldjj,
In theory this requires dependencies, which is a way to implement something like “if the router is down, dont check the hosts in the other network”. In this case this happens implicitely.
If a host is down, the assigned services on it will not be checked.