Hello, all. I keep seeing a lot of the following message in the icinga log. information/NotificationComponent: Sending reminder notification for object
What is puzzling is, I have (I believe) configured notifications to only send the first notification, and I am not actually seeing new email messages. Wondering if this is a glitch, or an indication that I have a configuration issue, or what. Has anyone else run into this? Cheers __________________________________________ icinga2 --version icinga2 - The Icinga 2 network monitoring daemon (version: r2.2.1-1) __________________________________________ template Notification "generic-notification" { interval = 0 command = "mail-service-notification" states = [ Critical ] types = [ Problem, Acknowledgement, Recovery, Custom, DowntimeStart, DowntimeEnd, DowntimeRemoved ] period = "24x7" } __________________________________________ apply Notification "external-notify" to Service { import "generic-notification" user_groups = [ "sysadmins" ] assign where match("xyz*", host.name) assign where match("abc*", host.name) interval = 0 times = { begin = 15m } } _______________________________________________ icinga-users mailing list icinga-users@lists.icinga.org https://lists.icinga.org/mailman/listinfo/icinga-users