I have a issue with the email notification, i want a notification send 30min after the services on a device is down and a notification send directly when it’s up. Today when a service is down a got a mail 30min after but in the 30min the service is up and send a mail
but i don’t want a notification if the service is up in the delay of 30min.
If I understand you correctly you want to receive a notification about service Down only after 30 minutes of Downtime and you also want an Up notification when it comes up.
In such case you may use Poling settings:
Probe Interval: 30s
Probe Timeout: 10s
Probe Down Count: 60
As a result:
You will be notified about service Down after 30s*60=1800s=30m
You will be notified about service Up in ~ 30 sec after it will be resumed to normal.