From: Michael Friedrich Date: Mon, 27 Apr 2015 12:34:35 +0000 (+0200) Subject: Remove wrong 'ignore where' expression from 'ssh' apply example X-Git-Tag: v2.4.0~681 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=da4ed19fc45d749863dab0f52f8cf3770071afd1;p=icinga2 Remove wrong 'ignore where' expression from 'ssh' apply example fixes #9188 --- diff --git a/etc/icinga2/conf.d/services.conf b/etc/icinga2/conf.d/services.conf index 4decbcf53..416915bc0 100644 --- a/etc/icinga2/conf.d/services.conf +++ b/etc/icinga2/conf.d/services.conf @@ -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 */ }