fixes template
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
|Repo Name| version | Build Status|
|
|Repo Name| version | Build Status|
|
||||||
|---|---|---|---|
|
|---|---|---|---|
|
||||||
|`cd_nagios`| 1.0.0.0 | [](https://pipelines.confdroid.com/job/cd_nagios/)|
|
|`cd_nagios`| 1.1.0.2 | [](https://pipelines.confdroid.com/job/cd_nagios/)|
|
||||||
|
|
||||||
### Synopsis
|
### Synopsis
|
||||||
Nagios is a powerful open source software solution for monitoring your IT environments.
|
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.
|
* SELINUX modules: it appears that sealerts are different accross systems. it might be typically easier to work through sealerts manually.
|
||||||
|
|
||||||
### Support
|
### Support
|
||||||
* OS: CentOS 6, 7
|
* OS: CentOS 7
|
||||||
* Puppet 3.x
|
* Puppet 5.x
|
||||||
|
|
||||||
|
|
||||||
### Tests
|
### Tests
|
||||||
|
|||||||
@@ -102,7 +102,7 @@ use_retained_program_state=<%= @ng_use_ret_program_state %>
|
|||||||
use_retained_scheduling_info=<%= @ng_use_ret_scheduling_info %>
|
use_retained_scheduling_info=<%= @ng_use_ret_scheduling_info %>
|
||||||
retained_host_attribute_mask=<%= @ng_ret_host_attr_mask %>
|
retained_host_attribute_mask=<%= @ng_ret_host_attr_mask %>
|
||||||
retained_service_attribute_mask=<%= @ng_ret_service_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_process_service_attribute_mask=<%= @ng_ret_proc_svc_attr_mask %>
|
||||||
retained_contact_host_attribute_mask=<%= @ng_ret_contact_h_attr_mask %>
|
retained_contact_host_attribute_mask=<%= @ng_ret_contact_h_attr_mask %>
|
||||||
retained_contact_service_attribute_mask=<%= @ng_ret_contact_s_attr_mask %>
|
retained_contact_service_attribute_mask=<%= @ng_ret_contact_s_attr_mask %>
|
||||||
|
|||||||
Reference in New Issue
Block a user