22 lines
610 B
Plaintext
22 lines
610 B
Plaintext
###############################################################################
|
|
########## parameterized cgi.cfg created by Puppet ##########
|
|
########## manual changes will be overwritten !!! ##########
|
|
###############################################################################
|
|
|
|
main_config_file=<%= @ng_nagios_cfg_file %>
|
|
|
|
physical_html_path=<%= @ng_share_html %>
|
|
|
|
url_html_path=/nagios
|
|
|
|
show_context_help=<%= @ng_context_help %>
|
|
|
|
use_pending_states=<%= @ng_pending_states %>
|
|
|
|
use_authentication=<%= @ng_use_auth %>
|
|
use_ssl_authentication=<%= @ng_use_ssl_auth %>
|
|
|
|
|
|
|
|
|