fixes template
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
|Repo Name| version | Build Status|
|
||||
|---|---|---|---|
|
||||
|`cd_nagios`| 1.1.0.2 | [](https://pipelines.confdroid.com/job/cd_nagios/)|
|
||||
|`cd_nagios`| 1.1.0.3 | [](https://pipelines.confdroid.com/job/cd_nagios/)|
|
||||
|
||||
### Synopsis
|
||||
Nagios is a powerful open source software solution for monitoring your IT environments.
|
||||
|
||||
@@ -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 %>
|
||||
|
||||
Reference in New Issue
Block a user