template Notification "sms-host-notification" { command = "sms-host-notification" states = [ Up, Down ] types = [ Problem, Acknowledgement, Recovery, Custom, FlappingStart, FlappingEnd, DowntimeStart, DowntimeEnd, DowntimeRemoved ] vars += { notification_icingaweb2url = "https://icinga.abt.com.local/icingaweb2" notification_from = "Icinga 2 Host Monitoring " notification_logtosyslog = false } period = "24x7" } template Notification "sms-service-notification" { command = "sms-service-notification" states = [ OK, Warning, Critical, Unknown ] types = [ Problem, Acknowledgement, Recovery, Custom, FlappingStart, FlappingEnd, DowntimeStart, DowntimeEnd, DowntimeRemoved ] vars += { notification_icingaweb2url = "https://icinga.abt.com.local/icingaweb2" notification_from = "Icinga 2 Service Monitoring " notification_logtosyslog = false } period = "24x7" }