Hello All,

Could someone verify if my understanding is correct regarding the times set
in a Notification object.

The times.begin time will be used to send the first notification message
and it would carry on re-notifying until the times.end time, if
re-notification is enabled.

Could or should times.begin and times.end be set to be the same if
re-notification is disabled?

apply Notification "escalation-sms-2nd-level" to Service {
  import "generic-notification"

  command = "sms-notification"
  users = [ "icinga-oncall-2nd-level" ]

  times = {
    begin = 30m
    end = 1h
  }

  assign where service.name == "ping4"
}
_______________________________________________
icinga-users mailing list
[email protected]
https://lists.icinga.org/mailman/listinfo/icinga-users

Reply via email to