I have a requirement where check interval is 180 mins while notification interval is 10 mins. Means service owner wants if he miss any alert that usually comes after 180 mins if service is critical then Icinga keeps on checking and informing them every 10 mins until service goes back to normal.
i tried interval = 0
parameter in notification.conf but that is not fulfilling the requirement.
It sends alert every 10 mins if service is not okay but it doesn't check the service.
For eg. if service comes to normal before 180 mins(i.e. next check) , it'll keep on alerting till next check.
Found similar question here but it is for Nagios & i'm not able to merge it with Icinga2.
I'm sure it will be done using CHANGE_NORMAL_SVC_CHECK_INTERVAL
parameter but don't know how to implement it.
I also found below Icinga page:
Kindly help.