Hi, I am using Icinga v 2.3.4 and icingaweb2.
I set schedule downtime. I was hoping all hosts and services notification would stop. But it was sending notifications for hosts and services outrage with different notification type: Notification: DOWNTIMESTART and Notification: DOWNTIMEEND The followings are the configuration: template Notification "Icinga-host-notification" { command = "Icinga-host-notification" states = [ Up, Down ] types = [ Problem, Acknowledgement, Recovery, Custom, FlappingStart, FlappingEnd, DowntimeStart, DowntimeEnd, DowntimeRemoved ] users = ["icingaadmin"] period = "24x7" } template Notification "Icinga-service-notification" { command = "Icinga-service-notification" states = [ OK, Warning, Critical, Unknown ] types = [ Problem, Acknowledgement, Recovery, Custom, FlappingStart, FlappingEnd, DowntimeStart, DowntimeEnd, DowntimeRemoved ] users = ["icingaadmin"] period = "24x7" } Because I have DowntimeStart, DowntimeEnd, and DowntimeRemoved in types setting, I got notifications during scheduled downtime? I want to stop All notifications during scheduled downtime. Nobuo
_______________________________________________ icinga-users mailing list icinga-users@lists.icinga.org https://lists.icinga.org/mailman/listinfo/icinga-users