fixes template

This commit is contained in:
Arne Teuke
2018-10-19 18:50:30 +02:00
parent a75c6ac5b7
commit e937cafe7f
2 changed files with 4 additions and 4 deletions

View File

@@ -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

View File

@@ -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 %>