From 12e671b3419dd2a2c6df457e522bbb747d3bc484 Mon Sep 17 00:00:00 2001 From: Arne Teuke Date: Tue, 25 Jul 2017 14:58:36 +0100 Subject: [PATCH] template syntax --- templates/nagios/nagios_cfg.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/nagios/nagios_cfg.erb b/templates/nagios/nagios_cfg.erb index 546bffe..65a3d03 100644 --- a/templates/nagios/nagios_cfg.erb +++ b/templates/nagios/nagios_cfg.erb @@ -165,7 +165,7 @@ service_check_timeout_state=<%= @ng_svc_check_timeout_state %> check_host_freshness=<%= @ng_check_host_freshness %> <% if @ng_check_host_freshness == '1' -%> host_freshness_check_interval=<%= @ng_host_fresh_check_intval %> -<%= end -%> +<% end -%> additional_freshness_latency=<%= @ng_add_freshness_latency %>