OP#436 add more settings

This commit is contained in:
2026-02-14 19:00:37 +01:00
parent bea1137160
commit 03a3bf4d27

View File

@@ -201,14 +201,11 @@ 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 -%>