From 9571dc875b0362e6f252ee77f4f0dc08ece780e4 Mon Sep 17 00:00:00 2001 From: Arne Teuke Date: Tue, 25 Jul 2017 15:01:26 +0100 Subject: [PATCH] template syntax --- templates/nagios/nagios_cfg.erb | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/templates/nagios/nagios_cfg.erb b/templates/nagios/nagios_cfg.erb index 65a3d03..86d520b 100644 --- a/templates/nagios/nagios_cfg.erb +++ b/templates/nagios/nagios_cfg.erb @@ -205,13 +205,3 @@ debug_file=<%= @ng_debug_file %> max_debug_file_size=<%= @ng_max_debug_file_size %> allow_empty_hostgroup_assignment=<%= @ng_allow_empty_hostgroups %> - -<% unless @ng_check_workers.empty? %> -check_workers=<%= @ng_check_workers %> -<% end %> - -host_down_disable_service_checks=<%= @ng_host_down_svc_checks %> - -<% if @ng_enable_load_ctl_options == true -%> -loadctl_options=<%= @ng_loadctl_options %> -<% end -%>