re-added all files
This commit is contained in:
93
templates/nagios/cgi_cfg.erb
Normal file
93
templates/nagios/cgi_cfg.erb
Normal file
@@ -0,0 +1,93 @@
|
||||
###############################################################################
|
||||
########## parameterized cgi.cfg created by Puppet ##########
|
||||
########## manual changes will be overwritten !!! ##########
|
||||
###############################################################################
|
||||
########## full reference original file is available at ##########
|
||||
########## https://confdroid.com/2017/07/nagios-cgi-cfg/ ##########
|
||||
###############################################################################
|
||||
|
||||
main_config_file=<%= @ng_main_config %>
|
||||
physical_html_path=<%= @ng_share_html %>
|
||||
|
||||
url_html_path=/nagios
|
||||
|
||||
show_context_help=<%= @ng_context_help %>
|
||||
use_pending_states=<%= @ng_pending_state %>
|
||||
use_authentication=<%= @ng_use_auth %>
|
||||
use_ssl_authentication=<%= @ng_use_ssl_auth %>
|
||||
|
||||
<% if @ng_enable_def_user == true -%>
|
||||
default_user_name=<%= @ng_def_user_name %>
|
||||
<% else -%>
|
||||
#default_user_name=guest
|
||||
<% end -%>
|
||||
|
||||
authorized_for_system_information=<%= @ng_nagios_admin %>,<%= @ng_sysinfo_auth %>
|
||||
authorized_for_configuration_information=<%= @ng_nagios_admin %>,<%= @ng_confinfo_auth %>
|
||||
authorized_for_system_commands=<%= @ng_nagios_admin %>,<%= @ng_command_auth %>
|
||||
authorized_for_all_services=<%= @ng_nagios_admin %>,<%= @ng_serviceview_auth %>
|
||||
authorized_for_all_hosts=<%= @ng_nagios_admin %>,<%= @ng_hostview_auth %>
|
||||
authorized_for_all_service_commands=<%= @ng_nagios_admin %>,<%= @ng_svc_cmd_auth %>
|
||||
authorized_for_all_host_commands=<%= @ng_nagios_admin %>,<%= @ng_host_cmd_auth %>
|
||||
authorized_for_read_only=<%= @ng_readonly_auth %>
|
||||
|
||||
statusmap_background_image=<%= @ng_statusmap_img %>
|
||||
|
||||
<% if @ng_use_colormap == true -%>
|
||||
color_transparency_index_r=<%= @ng_colormap_red %>
|
||||
color_transparency_index_g=<%= @ng_colormap_green %>
|
||||
color_transparency_index_b=<%= @ng_colormap_blue %>
|
||||
<% else -%>
|
||||
#color_transparency_index_r=255
|
||||
#color_transparency_index_g=255
|
||||
#color_transparency_index_b=255
|
||||
<% end -%>
|
||||
|
||||
default_statusmap_layout=<%= @ng_statusmap_layout%>
|
||||
default_statuswrl_layout=<%= @ng_wrl_layout %>
|
||||
|
||||
<% if @ng_incl_own_wrl == true -%>
|
||||
statuswrl_include=<%= @ng_statuswrl_include %>
|
||||
<% else -%>
|
||||
#statuswrl_include=myworld.wrl
|
||||
<% end -%>
|
||||
|
||||
ping_syntax=<%= @ng_ping_syntax %>
|
||||
refresh_rate=<%= @ng_refresh_rate %>
|
||||
result_limit=1<%= @ng_result_limit %>
|
||||
escape_html_tags=<%= @ng_escape_html %>
|
||||
|
||||
<% if @ng_use_sound == true -%>
|
||||
host_unreachable_sound=<%= @ng_host_unreachable %>
|
||||
host_down_sound=<%= @ng_host_down %>
|
||||
service_critical_sound=<%= @ng_svc_critical %>
|
||||
service_warning_sound=<%= @ng_svc_warn %>
|
||||
service_unknown_sound=<%= @ng_svc_unknown %>
|
||||
normal_sound=<%= @ng_normal_sound %>
|
||||
<% else -%>
|
||||
#host_unreachable_sound=hostdown.wav
|
||||
#host_down_sound=hostdown.wav
|
||||
#service_critical_sound=critical.wav
|
||||
#service_warning_sound=warning.wav
|
||||
#service_unknown_sound=warning.wav
|
||||
#normal_sound=noproblem.wav
|
||||
<% end -%>
|
||||
|
||||
action_url_target=<%= @ng_action_url_target %>
|
||||
notes_url_target=<%= @ng_notes_url_target %>
|
||||
|
||||
lock_author_names=<%= @ng_lock_author_names %>
|
||||
|
||||
<% if @ng_enable_splunk -%>
|
||||
enable_splunk_integration=1
|
||||
splunk_url=<%= @ng_splunk_url %>
|
||||
<% else -%>
|
||||
enable_splunk_integration=0
|
||||
#splunk_url=http://127.0.0.1:8000/
|
||||
<% end -%>
|
||||
|
||||
navbar_search_for_addresses=<%= @ng_navbar_addresses %>
|
||||
navbar_search_for_aliases=<%= @ng_navbar_aliases %>
|
||||
|
||||
ack_no_sticky=<%= @ng_ack_no_sticky %>
|
||||
ack_no_send=<%= @ng_ack_no_send %>
|
||||
Reference in New Issue
Block a user