Преглед на файлове

icinga2: Increase notification delay from 2m to 3m

Signed-off-by: Maximilian Wilhelm <max@sdn.clinic>
Maximilian Wilhelm преди 2 седмици
родител
ревизия
ef25b7ef3e
променени са 1 файла, в които са добавени 5 реда и са изтрити 6 реда
  1. 5 6
      icinga2/notifications.conf.tmpl

+ 5 - 6
icinga2/notifications.conf.tmpl

@@ -56,7 +56,6 @@ template Notification "telegram-service-notification" {
 	period = "24x7"
 	interval = 0
 }
-				  
 
 
 ################################################################################
@@ -69,7 +68,7 @@ apply Notification "notify_host_ffho_ops_by_telegram" to Host {
 	users = [ "ffho-ops" ]
 	period = "24x7"
 	
-	times.begin = 2m
+	times.begin = 3m
 
 	assign where host.address
 }
@@ -80,7 +79,7 @@ apply Notification "notify_service_ffho_ops_telegram" to Service {
 	users = [ "ffho-ops" ]
 	period = "24x7"
 
-	times.begin = 2m
+	times.begin = 3m
 
 	assign where host.address
 	ignore where service.name == "apt-Updates"
@@ -95,8 +94,8 @@ apply Notification "notify_host_ffho_dek_by_telegram" to Host {
 
 	users = [ "ffho-dek" ]
 	period = "24x7"
-	
-	times.begin = 2m
+
+	times.begin = 3m
 
 	assign where host.vars.location.region.code == "ffho_dek"
 }
@@ -107,7 +106,7 @@ apply Notification "notify_service_ffho_dek_telegram" to Service {
 	users = [ "ffho-dek" ]
 	period = "24x7"
 
-	times.begin = 2m
+	times.begin = 3m
 
 	assign where host.vars.location.region.code == "ffho_dek"
 	ignore where service.name == "apt-Updates"