template syntax
This commit is contained in:
@@ -51,3 +51,12 @@ log_initial_states=<%= @ng_log_initial_states %>
|
||||
log_current_states=<%= @ng_log_current_states %>
|
||||
log_external_commands=<%= @ng_log_external_commands %>
|
||||
log_passive_checks=<%= @ng_log_passive_checks %>
|
||||
|
||||
<% unless @ng_glob_host_evt_handler.empty? -%>
|
||||
<% @ng_glob_host_evt_handler.each do |global_host_event_handler| -%>
|
||||
global_host_event_handler=<%= @ng_glob_host_evt_handler %>
|
||||
<% end end -%>
|
||||
<% unless @ng_glob_svc_evt_handler.empty? -%>
|
||||
<% @ng_glob_svc_evt_handler.each do |global_service_event_handler| -%>
|
||||
global_service_event_handler=<%= @ng_glob_svc_evt_handler %>
|
||||
<% end end -%>
|
||||
|
||||
Reference in New Issue
Block a user