Browse Source

icinga2: Warn when 2 of 4 iBGP sessions are down. CRIT when 3 are down.

Signed-off-by: Maximilian Wilhelm <max@rfc2324.org>
Maximilian Wilhelm 6 years ago
parent
commit
8f743a2e13
1 changed files with 4 additions and 4 deletions
  1. 4 4
      icinga2/services/network.conf

+ 4 - 4
icinga2/services/network.conf

@@ -122,8 +122,8 @@ apply Service "bird_ibgp4" {
 	}
 
 	vars.ibgp = true
-	vars.ibgp_w = "1:1"
-	vars.ibgp_c = "2:"
+	vars.ibgp_w = "2:2"
+	vars.ibgp_c = "3:"
 	vars.asn = 65132
 	vars.proto = "4"
 	vars.sessions_down_ok_file = "/etc/icinga2/ffho-conf.d/bird_ibgp_sessions_down_ok.txt"
@@ -142,8 +142,8 @@ apply Service "bird_ibgp6" {
 	}
 
 	vars.ibgp = true
-	vars.ibgp_w = "1:1"
-	vars.ibgp_c = "2:"
+	vars.ibgp_w = "2:2"
+	vars.ibgp_c = "3:"
 	vars.asn = 65132
 	vars.proto = "6"
 	vars.sessions_down_ok_file = "/etc/icinga2/ffho-conf.d/bird_ibgp_sessions_down_ok.txt"