A lightweight and extensible web interface to keep an eye on your environment. Analyse problems and act on them.
Go to file
Eric Lippmann e086905384 monitoring: Deprecate DataView::addFilter() and DataView::setFilter()
The from now on deprecated interface Filterable has proven that it sucks in the DataView.
Because of requiring us to implement trillion stupid methods, only DataView::applyFilter()
does not forget to handle column validation. Thus only DataView::applyFilter() must be used in order
to apply filters.
For setFilter() a wrapping Filter::matchAny() for the IdoQuery (or the DbQuery or the SimpleQuery I didn't have a look)
is required for the filter to work properly.
The deprecation is just for the records. I guess we do not use the other methods.
2015-01-27 14:52:13 +01:00
.puppet puppet: Do not enable the Icinga 2 feature ido-pgsql 2015-01-20 15:13:07 +01:00
application Only show the "save to session" button in case preferences store = none 2015-01-23 16:25:24 +01:00
bin Revert "Use /usr/bin/env instead of hard-coding paths" 2014-11-25 16:11:01 +01:00
doc doc/vagrant: Fix version requirement 2015-01-22 11:06:05 +01:00
etc Remove etc/license_header.txt 2014-12-18 14:28:58 +01:00
library lib: Deprecate Data\Filterable because of ... 2015-01-27 14:33:46 +01:00
modules monitoring: Deprecate DataView::addFilter() and DataView::setFilter() 2015-01-27 14:52:13 +01:00
packages packages: Install custom setup module config w/ correct path to the schema files 2015-01-19 11:43:38 +01:00
public Combine duplicate requirements 2015-01-22 12:47:18 +01:00
test/php Use shipped Zend framework in the testsuite as well 2014-11-27 11:37:18 +01:00
.gitattributes git: Fix .puppet path 2014-12-10 16:03:47 +01:00
.gitignore git: Fix .puppet path 2014-12-10 16:03:47 +01:00
COPYING
README.md doc/README.md: Remove vagrant 2015-01-20 14:47:49 +01:00
VERSION Add VERSION file 2014-11-20 17:49:43 +01:00
Vagrantfile Remove require version comment in the Vagrantfile 2015-01-22 10:37:44 +01:00
icingaweb2.spec rpm: Fix bad %if condition 2015-01-26 15:33:16 +01: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 Livestatus Protocol.

Icinga Web 2

Installation

For installing Icinga Web 2 please read doc/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.