From e937cafe7f05aee389bcf36e8e666909e1e0d3fb Mon Sep 17 00:00:00 2001 From: Arne Teuke Date: Fri, 19 Oct 2018 18:50:30 +0200 Subject: [PATCH] fixes template --- README.md | 6 +++--- templates/nagios/nagios_cfg.erb | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 85d655a..8253c39 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ |Repo Name| version | Build Status| |---|---|---|---| -|`cd_nagios`| 1.0.0.0 | [![Build Status](https://pipelines.confdroid.com/buildStatus/icon?job=cd_nagios)](https://pipelines.confdroid.com/job/cd_nagios/)| +|`cd_nagios`| 1.1.0.2 | [![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. @@ -155,8 +155,8 @@ So far this module works through the usage of NRPE, which by default is enabled. * SELINUX modules: it appears that sealerts are different accross systems. it might be typically easier to work through sealerts manually. ### Support -* OS: CentOS 6, 7 -* Puppet 3.x +* OS: CentOS 7 +* Puppet 5.x ### Tests diff --git a/templates/nagios/nagios_cfg.erb b/templates/nagios/nagios_cfg.erb index dd4f59e..df1989d 100644 --- a/templates/nagios/nagios_cfg.erb +++ b/templates/nagios/nagios_cfg.erb @@ -102,7 +102,7 @@ use_retained_program_state=<%= @ng_use_ret_program_state %> use_retained_scheduling_info=<%= @ng_use_ret_scheduling_info %> retained_host_attribute_mask=<%= @ng_ret_host_attr_mask %> retained_service_attribute_mask=<%= @ng_ret_service_attr_mask %> -retained_process_host_attribute_mask=<%= ng_ret_proc_host_attr_mask %> +retained_process_host_attribute_mask=<%= @ng_ret_proc_host_attr_mask %> retained_process_service_attribute_mask=<%= @ng_ret_proc_svc_attr_mask %> retained_contact_host_attribute_mask=<%= @ng_ret_contact_h_attr_mask %> retained_contact_service_attribute_mask=<%= @ng_ret_contact_s_attr_mask %>