template syntax
This commit is contained in:
@@ -76,3 +76,21 @@ check_result_path=<%= @ng_check_result_path %>
|
||||
max_check_result_file_age=<%= @ng_max_check_res_file_age %>
|
||||
cached_host_check_horizon=<%= @ng_cached_h_check_horizon %>
|
||||
cached_service_check_horizon=<%= @ng_cached_s_check_horizon %>
|
||||
|
||||
enable_predictive_host_dependency_checks=<%= @ng_pred_host_dep_checks %>
|
||||
enable_predictive_service_dependency_checks=<%= @ng_pred_svc_dep_checks %>
|
||||
|
||||
soft_state_dependencies=<%= @ng_soft_state_dependencies %>
|
||||
|
||||
time_change_threshold=<%= @ng_time_change_threshold %>
|
||||
|
||||
auto_reschedule_checks=<%= @ng_auto_reschedule_checks %>
|
||||
auto_rescheduling_interval=<%= @ng_auto_reschedule_intval %>
|
||||
auto_rescheduling_window=<%= @ng_auto_reschedule_window %>
|
||||
|
||||
service_check_timeout=<%= @ng_service_check_timeout %>
|
||||
host_check_timeout=<%= @ng_host_check_timeout %>
|
||||
event_handler_timeout=<%= @ng_event_handler_timeout %>
|
||||
notification_timeout=<%= @ng_notification_timeout %>
|
||||
ocsp_timeout=<%= @ng_ocsp_timeout %>
|
||||
perfdata_timeout=<%= @ng_perfdata_timeout %>
|
||||
|
||||
Reference in New Issue
Block a user