Selaa lähdekoodia

icinga2: Ignore ifupdown2 check on nodes running ifupdown-ng

Signed-off-by: Maximilian Wilhelm <max@sdn.clinic>
Maximilian Wilhelm 2 vuotta sitten
vanhempi
commit
5fc21b1d9d
1 muutettua tiedostoa jossa 1 lisäystä ja 0 poistoa
  1. 1 0
      icinga2/services/network.conf

+ 1 - 0
icinga2/services/network.conf

@@ -17,6 +17,7 @@ apply Service "ifupdown2" {
 	vars.ok_string = "[ OK ]"
 
 	assign where host.address && host.vars.os == "Linux"
+	ignore where "ifupdown-ng" in host.vars.tags
 }