fixes template

This commit is contained in:
Arne Teuke
2018-10-19 18:59:02 +02:00
parent e937cafe7f
commit cb79331c26
2 changed files with 3 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
|Repo Name| version | Build Status| |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 ### 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.

View File

@@ -118,7 +118,7 @@ execute_host_checks=<%= @ng_execute_host_checks %>
accept_passive_host_checks=<%= @ng_accept_pass_host_checks %> accept_passive_host_checks=<%= @ng_accept_pass_host_checks %>
enable_notifications=<%= @ng_enable_notifications %> 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 %> process_performance_data=<%= @ng_process_perf_data %>
<% if @ng_process_perf_data == '1' -%> <% if @ng_process_perf_data == '1' -%>
@@ -127,7 +127,7 @@ service_perfdata_command=<%= @ng_svc_perfdata_command %>
host_perfdata_file=<%= @ng_host_perfdata_file %> host_perfdata_file=<%= @ng_host_perfdata_file %>
service_perfdata_file=<%= @ng_service_perfdata_file %> service_perfdata_file=<%= @ng_service_perfdata_file %>
host_perfdata_file_template=<%= @ng_host_perfdata_template %> 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 %> host_perfdata_file_mode=<%= @ng_host_perfdata_file_mode %>
service_perfdata_file_mode=<%= @ng_svc_perfdata_file_mode %> service_perfdata_file_mode=<%= @ng_svc_perfdata_file_mode %>
host_perfdata_file_processing_interval=<%= @ng_h_perfdata_proc_intval %> host_perfdata_file_processing_interval=<%= @ng_h_perfdata_proc_intval %>