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
14 nagios_check_command=/opt/plugins/check_procs -w 1: -c 1: -C monitor
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
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
46 ping_syntax=/opt/plugins/suid/check_host $HOSTADDRESS$