A lightweight and extensible web interface to keep an eye on your environment. Analyse problems and act on them.
Go to file
Eric Lippmann 1ed2ebc191 IDO: Add config option to use the customvariables table for fetching custom vars
Icinga 1.x has the option to not dump the icinga_customvariablestatus table:

dump_customvar_status=0

With this setting applied, Web 2 will never show custom variables because Web 2 relies on the customvariablestatus table.
This commit introduces a config option to use the customvariables table instead:

/etc/icingaweb2/modules/monitoring/config.ini

[ido]
use_customvar_status_table = 0
2016-09-12 15:52:07 +02:00
.puppet Puppet module apache: install package mod_ssl 2016-02-26 13:56:06 +01:00
application Merge branch 'bugfix/wrong-url-makes-whole-dashboard-unusable-11920' 2016-09-09 15:22:48 +02:00
bin Drop license writer 2016-02-08 15:54:48 +01:00
doc doc: Mention FreeBSD and Gentoo packages 2016-09-05 11:26:19 +02:00
etc Change all license headers to only reflect a file's year of creation 2016-02-08 15:41:00 +01:00
library Merge branch 'bugfix/handle-recoverable-error-10361' 2016-09-12 08:29:40 +02:00
modules IDO: Add config option to use the customvariables table for fetching custom vars 2016-09-12 15:52:07 +02:00
packages Change all license headers to only reflect a file's year of creation 2016-02-08 15:41:00 +01:00
public JS: Fix usage of global variable self used to reference icinga in events.js 2016-09-09 13:22:10 +02:00
test/php FilterExpression: render boolean true as such 2016-08-03 13:03:08 +00:00
.gitattributes Revert "Rename application/VERSION to application/GITCOMMIT" 2015-09-30 18:37:48 +02:00
.gitignore git: Ignore dompdf font cache 2015-11-26 11:17:32 +01:00
.mailmap Update AUTHORS 2016-04-13 16:26:13 +02:00
AUTHORS Update AUTHORS 2016-04-13 16:26:13 +02:00
COPYING License writer 2013-07-03 14:17:48 +02:00
ChangeLog Bump version to 2.3.4 2016-06-23 14:09:55 +02:00
README.md Fix installation URL in README.md 2016-04-11 10:10:41 +02:00
RELEASE.md Update RELEASE.md 2015-09-30 18:17:27 +02:00
VERSION Bump version to 2.3.4 2016-06-23 14:09:55 +02:00
Vagrantfile Vagrant: forward port 8443 -> 443 2016-02-26 14:01:15 +01:00
changelog.py Update changelog.py and fix markdown indent 2016-04-14 18:17:27 +02:00
icingaweb2.spec Bump version to 2.3.4 2016-06-23 14:09:55 +02:00

README.md

Icinga Web 2

Table of Contents

  1. About
  2. Installation
  3. Support

About

Icinga Web 2 is the next generation open source monitoring web interface, framework and command-line interface developed by the Icinga Project, supporting Icinga 2, Icinga Core and any other monitoring backend compatible with the IDO database.

Icinga Web 2

Installation

For installing Icinga Web 2 please read doc/02-Installation.md.

Support

If you come across problems at some time, the community support channels are good places to ask for advice from other users and give some in return.

For status updates check the Icinga website and the Icinga Web 2 development roadmap.