Merge branch 'maint/7.0'
[ninja.git] / test / configs / templates / etc / cgi.cfg
blob1e76b4231036f38a6edead4137403fc30b5d7e85
1 ###############################################################################
3 # cgi.cfg - CGI Configuration File for op5 Monitor
5 # This file controls the behaviour of the webinterface .cgi scripts
7 ###############################################################################
9 main_config_file=/opt/monitor/etc/nagios.cfg
10 physical_html_path=/opt/monitor/share
11 url_html_path=/monitor
12 show_context_help=0
14 nagios_check_command=/opt/plugins/check_procs -w 1: -c 1: -C monitor
16 use_authentication=1
18 #default_user_name=guest
20 authorized_for_system_information=monitor
21 authorized_for_configuration_information=monitor
22 authorized_for_system_commands=monitor
23 authorized_for_all_services=monitor
24 authorized_for_all_hosts=monitor
25 authorized_for_all_service_commands=monitor
26 authorized_for_all_host_commands=monitor
28 #statusmap_background_image=smbackground.gd2
30 # DEFAULT STATUSMAP LAYOUT METHOD
31 #   0 = User-defined coordinates
32 #   1 = Depth layers
33 #   2 = Collapsed tree
34 #   3 = Balanced tree
35 #   4 = Circular
36 #   5 = Circular (Marked Up)
37 default_statusmap_layout=5
39 #host_unreachable_sound=hostu.wav
40 #host_down_sound=hostd.wav
41 #service_critical_sound=critical.wav
42 #service_warning_sound=warning.wav
43 #service_unknown_sound=unknown.wav
45 # PING SYNTAX
46 ping_syntax=/opt/plugins/suid/check_host $HOSTADDRESS$
48 refresh_rate=90