Files
confdroid_nagios/templates/nagios/cgi_cfg.erb

22 lines
610 B
Plaintext
Raw Normal View History

2026-02-14 15:41:26 +01:00
###############################################################################
########## parameterized cgi.cfg created by Puppet ##########
########## manual changes will be overwritten !!! ##########
###############################################################################
2026-03-07 15:39:36 +01:00
main_config_file=<%= @ng_nagios_cfg_file %>
2026-02-14 15:41:26 +01:00
physical_html_path=<%= @ng_share_html %>
url_html_path=/nagios
show_context_help=<%= @ng_context_help %>
2026-03-07 15:39:36 +01:00
use_pending_states=<%= @ng_pending_states %>
2026-02-14 15:41:26 +01:00
use_authentication=<%= @ng_use_auth %>
use_ssl_authentication=<%= @ng_use_ssl_auth %>
2026-03-07 15:39:36 +01:00