template syntax
This commit is contained in:
@@ -175,3 +175,43 @@ low_service_flap_threshold=<%= @ng_low_svc_flap_threshold %>
|
||||
high_service_flap_threshold=<%= @ng_high_svc_flap_threshold %>
|
||||
low_host_flap_threshold=<%= @ng_low_h_flap_threshold %>
|
||||
high_host_flap_threshold=<%= @ng_high_h_flap_threshold %>
|
||||
<% end -%>
|
||||
|
||||
date_format=<%= @ng_date_format %>
|
||||
|
||||
<% if @ng_use_timezone_offset == true -%>
|
||||
use_timezone=<%= @ng_use_timezone %>
|
||||
<% end -%>
|
||||
|
||||
illegal_object_name_chars=<%= @ng_illegal_obj_name_chars %>
|
||||
illegal_macro_output_chars=<%= @ng_ill_macro_output_chars %>
|
||||
|
||||
use_regexp_matching=<%= @ng_use_regexp_matching %>
|
||||
use_true_regexp_matching=<%= @ng_true_regexp_matching %>
|
||||
|
||||
admin_email=<%= @ng_mail_user %>
|
||||
admin_pager=<%= @ng_page_user %>
|
||||
|
||||
daemon_dumps_core=<%= @ng_daemon_dumps_core %>
|
||||
|
||||
use_large_installation_tweaks=<%= @ng_use_large_inst_tweaks %>
|
||||
enable_environment_macros=<%= @ng_enable_env_macros %>
|
||||
|
||||
free_child_process_memory=<%= @ng_free_child_process_mem %>
|
||||
child_processes_fork_twice=<%= @ng_child_proc_fork_twice %>
|
||||
|
||||
debug_level=<%= @ng_debug_level %>
|
||||
debug_verbosity=<%= @ng_debug_verbosity %>
|
||||
debug_file=<%= @ng_debug_file %>
|
||||
max_debug_file_size=<%= @ng_max_debug_file_size %>
|
||||
|
||||
allow_empty_hostgroup_assignment=<%= @ng_allow_empty_hostgroups %>
|
||||
<% unless @ng_check_workers.empty? -%>
|
||||
check_workers=<%= @ng_check_workers %>
|
||||
<% end -%>
|
||||
|
||||
host_down_disable_service_checks=<%= @ng_host_down_svc_checks %>
|
||||
|
||||
<% if @ng_enable_load_ctl_options == true -%>
|
||||
loadctl_options=<%= @ng_loadctl_options %>
|
||||
<% end -%>
|
||||
|
||||
Reference in New Issue
Block a user