]> granicus.if.org Git - icinga2/commitdiff
Remove wrong 'ignore where' expression from 'ssh' apply example
authorMichael Friedrich <michael.friedrich@netways.de>
Mon, 27 Apr 2015 12:34:35 +0000 (14:34 +0200)
committerMichael Friedrich <michael.friedrich@netways.de>
Mon, 27 Apr 2015 12:34:50 +0000 (14:34 +0200)
fixes #9188

etc/icinga2/conf.d/services.conf

index 4decbcf53f78df38bdd6fef1dccb494c96090bc2..416915bc07928fbd5419e9ee35f9d0d7a422308a 100644 (file)
@@ -50,7 +50,6 @@ apply Service "ssh" {
   check_command = "ssh"
 
   assign where (host.address || host.address6) && host.vars.os == "Linux"
-  ignore where host.name == "localhost" /* for upgrade safety */
 }