Service notifications sending as soon as host recovers

Hello,

Hoping someone can assist. When hosts go down, we receive a host down notification as expected and all services on that host go into a handled state. All is ok until the host recovers, at which point we receive the host up notification, however also receive notifications that the services are in a warning/critical state - even though the services have not rechecked since the host is up. Is there a way to stop these service notifications from coming through until they have actually been checked again?

Thanks,

Michael

Hi and welcome,

I think you are familiar with apply service objects. Unless, please take look into docs:

https://icinga.com/docs/icinga2/latest/doc/03-monitoring-basics/#apply-services-to-hosts

Please check your host and service templates in relation to check_interval, max_check_attempts and retry interval. Your services do not checked less than the time of your host checks.