From 543fb9c47489cc0689aaba643b4f697ff2e29ba5 Mon Sep 17 00:00:00 2001 From: Frank Brehm Date: Mon, 26 Feb 2018 12:16:46 +0100 Subject: [PATCH] saving uncommitted changes in /etc prior to apt run --- icinga2/conf.d/services.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/icinga2/conf.d/services.conf b/icinga2/conf.d/services.conf index fb634b5..5210347 100644 --- a/icinga2/conf.d/services.conf +++ b/icinga2/conf.d/services.conf @@ -58,6 +58,7 @@ apply Service for (http_vhost => config in host.vars.http_vhosts) { import "generic-service" check_command = "http" + enable_flapping = true vars += config } -- 2.39.5