From cb79331c26742e07184cbbafe85dc70193422e3b Mon Sep 17 00:00:00 2001 From: Arne Teuke Date: Fri, 19 Oct 2018 18:59:02 +0200 Subject: [PATCH] fixes template --- README.md | 2 +- templates/nagios/nagios_cfg.erb | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 8253c39..ef83281 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ |Repo Name| version | Build Status| |---|---|---|---| -|`cd_nagios`| 1.1.0.2 | [![Build Status](https://pipelines.confdroid.com/buildStatus/icon?job=cd_nagios)](https://pipelines.confdroid.com/job/cd_nagios/)| +|`cd_nagios`| 1.1.0.3 | [![Build Status](https://pipelines.confdroid.com/buildStatus/icon?job=cd_nagios)](https://pipelines.confdroid.com/job/cd_nagios/)| ### Synopsis Nagios is a powerful open source software solution for monitoring your IT environments. diff --git a/templates/nagios/nagios_cfg.erb b/templates/nagios/nagios_cfg.erb index df1989d..e3dba0e 100644 --- a/templates/nagios/nagios_cfg.erb +++ b/templates/nagios/nagios_cfg.erb @@ -118,7 +118,7 @@ execute_host_checks=<%= @ng_execute_host_checks %> accept_passive_host_checks=<%= @ng_accept_pass_host_checks %> enable_notifications=<%= @ng_enable_notifications %> -enable_event_handlers=<%= ng_enable_event_handlers %> +enable_event_handlers=<%= @ng_enable_event_handlers %> process_performance_data=<%= @ng_process_perf_data %> <% if @ng_process_perf_data == '1' -%> @@ -127,7 +127,7 @@ service_perfdata_command=<%= @ng_svc_perfdata_command %> host_perfdata_file=<%= @ng_host_perfdata_file %> service_perfdata_file=<%= @ng_service_perfdata_file %> host_perfdata_file_template=<%= @ng_host_perfdata_template %> -service_perfdata_file_template=ng_svc_perfdata_template +service_perfdata_file_template=<%= @ng_svc_perfdata_template %> host_perfdata_file_mode=<%= @ng_host_perfdata_file_mode %> service_perfdata_file_mode=<%= @ng_svc_perfdata_file_mode %> host_perfdata_file_processing_interval=<%= @ng_h_perfdata_proc_intval %>