From da4ed19fc45d749863dab0f52f8cf3770071afd1 Mon Sep 17 00:00:00 2001 From: Michael Friedrich Date: Mon, 27 Apr 2015 14:34:35 +0200 Subject: [PATCH] Remove wrong 'ignore where' expression from 'ssh' apply example fixes #9188 --- etc/icinga2/conf.d/services.conf | 1 - 1 file changed, 1 deletion(-) 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 */ } -- 2.40.0