]> granicus.if.org Git - icinga2/blob - etc/icinga/cgi.cfg
Notification Scripts: Ensure that mail from address works on Debian/RHEL/SUSE (mailut...
[icinga2] / etc / icinga / cgi.cfg
1 # Icinga 2 Classic UI configuration
2 #
3 # requires icinga-gui package
4 # check http://docs.icinga.com for option details
5 #
6 # This has been DEPRECATED and will be removed in future releases.
7 # You can manually configure the Classic UI by keeping a backup of this file.
8
9 standalone_installation=1
10 physical_html_path=/usr/share/icinga
11 url_html_path=/icinga
12 url_stylesheets_path=/icinga/stylesheets
13 http_charset=utf-8
14 refresh_rate=30
15 refresh_type=1
16 escape_html_tags=1
17 result_limit=50
18 show_tac_header=1
19 use_pending_states=1
20 first_day_of_week=0
21 suppress_maintenance_downtime=0
22 action_url_target=main
23 notes_url_target=main
24 use_authentication=1
25 use_ssl_authentication=0
26 lowercase_user_name=0
27 authorized_for_system_information=icingaadmin
28 authorized_for_configuration_information=icingaadmin
29 authorized_for_full_command_resolution=icingaadmin
30 authorized_for_system_commands=icingaadmin
31 authorized_for_all_services=icingaadmin
32 authorized_for_all_hosts=icingaadmin
33 authorized_for_all_service_commands=icingaadmin
34 authorized_for_all_host_commands=icingaadmin
35 show_all_services_host_is_authorized_for=1
36 show_partial_hostgroups=0
37 show_partial_servicegroups=0
38 default_statusmap_layout=5
39 status_show_long_plugin_output=0
40 display_status_totals=0
41 highlight_table_rows=1
42 add_notif_num_hard=28
43 add_notif_num_soft=0
44 use_logging=0
45 cgi_log_file=/var/log/icinga/gui/icinga-cgi.log
46 cgi_log_rotation_method=d
47 cgi_log_archive_path=/var/log/icinga/gui
48 enforce_comments_on_actions=0
49 send_ack_notifications=1
50 persistent_ack_comments=0
51 lock_author_names=1
52 default_downtime_duration=7200
53 set_expire_ack_by_default=0
54 default_expiring_acknowledgement_duration=86400
55 default_expiring_disabled_notifications_duration=86400
56 tac_show_only_hard_state=0
57 show_tac_header_pending=1
58 exclude_customvar_name=PASSWORD,COMMUNITY
59 exclude_customvar_value=secret
60 extinfo_show_child_hosts=0
61 tab_friendly_titles=1
62 ######################################
63 #    STANDALONE (ICINGA 2) OPTIONS
64 #    requires standalone_installation=1
65 ######################################
66 object_cache_file=/var/cache/icinga2/objects.cache
67 status_file=/var/cache/icinga2/status.dat
68 resource_file=/etc/icinga/resource.cfg
69 command_file=/var/run/icinga2/cmd/icinga2.cmd
70 check_external_commands=1
71 interval_length=60
72 status_update_interval=10
73 log_file=/var/log/icinga2/compat/icinga.log
74 log_rotation_method=h
75 log_archive_path=/var/log/icinga2/compat/archives
76 date_format=us
77 #   EOF