--- name: Opsview::Web # The version gets changed as part of a make version: '' build: '' session: expires: 86400 renew_ticket_after: 3600 # This keeps the session information so that an opsview-web restart doesn't force users to relogin again unlink_on_exit: 0 authentication: use_session: 1 default_realm: local realms: local: credential: class: Password password_field: password password_type: self_check store: class: DBIx::Class user_class: OpsviewSchema::Contacts id_field: name role_column: access_list # This realm is required for /atom feeds. Do not amend http: credential: class: HTTP type: basic username_field: name password_field: password password_type: self_check store: class: DBIx::Class user_class: OpsviewSchema::Contacts id_field: name Controller::Root: start_url: /status/hostgroup authtkt_ignoreip: 0 always_show_welcome_page: 0 # for use with FastCGI only, to resstart daemons with high memory usage # Not active by default Plugin::AutoRestart: active: 0 check_each: 20 max_bits: 524288000 min_handled_requests: 150 size_field: 'size' help: base_url: 'http://docs.opsview.com/doku.php?id=opsview' separator: ':' atom: name: Opsview dir: '/usr/local/nagios/atom' icon: '/favicon.ico' max_items: 15 age: "60 * 60 * 24" # 24 hours max age extinfo: '/cgi-bin/extinfo.cgi' description: "Opsview alerts for Atom readers" author: "Opsview" title: "Opsview Alerts" static: nmis_path: '/usr/local/nagios/nmis/htdocs' # Specify a web server path to the image reload_image: /images/reload_progress.gif View::RRDGraph: ON_ERROR_SERVE: /usr/local/nagios/share/images/rrderror.png host_interfaces: default_throughput_critical: 50% default_errors_critical: 10 default_discards_critical: 15 navigation: - menu: monitoring name: My Monitoring defaultaccess: CONFIGUREVIEW display: 0 entries: - url: '/my-monitoring-link-1' name: 'Monitoring Link 1' - url: '/my-monitoring-link-2' name: 'Monitoring Link 2' - menu: modules name: My Modules display: 0 entries: - url: '/my-module-link-1' name: 'Module Link 1' access: CONFIGUREHOSTS - url: '/my-module-link-1' name: 'Module Link 2'