aboutsummaryrefslogtreecommitdiffstats
path: root/roles/nagios_server/templates/etc/nagios/cgi.cfg.j2
diff options
context:
space:
mode:
Diffstat (limited to 'roles/nagios_server/templates/etc/nagios/cgi.cfg.j2')
-rw-r--r--roles/nagios_server/templates/etc/nagios/cgi.cfg.j224
1 files changed, 24 insertions, 0 deletions
diff --git a/roles/nagios_server/templates/etc/nagios/cgi.cfg.j2 b/roles/nagios_server/templates/etc/nagios/cgi.cfg.j2
new file mode 100644
index 0000000..2910a7b
--- /dev/null
+++ b/roles/nagios_server/templates/etc/nagios/cgi.cfg.j2
@@ -0,0 +1,24 @@
+main_config_file=/etc/nagios/nagios.cfg
+physical_html_path=/usr/share/nagios/html
+url_html_path=/
+show_context_help=0
+use_pending_states=1
+use_authentication=1
+use_ssl_authentication=0
+authorized_for_system_information=*
+authorized_for_configuration_information=*
+authorized_for_system_commands=*
+authorized_for_all_services=*
+authorized_for_all_hosts=*
+authorized_for_all_service_commands=*
+authorized_for_all_host_commands=*
+default_statuswrl_layout=4
+ping_syntax=/bin/ping -n -U -c 5 $HOSTADDRESS$
+refresh_rate=90
+result_limit=100
+escape_html_tags=1
+action_url_target=_blank
+notes_url_target=_blank
+lock_author_names=1
+navbar_search_for_addresses=1
+navbar_search_for_aliases=1