A lightweight and extensible web interface to keep an eye on your environment. Analyse problems and act on them.
Go to file
Eric Lippmann fce2858beb LDAP: Add option to disable server side sorting
We automatically detect whether the server supports server side sorting
and sort manually if that is not the case. But there are LDAP servers
which report that they support this feature in general but have it
disabled for certain fields.

If we send the server side control for any field that has server side
sort disabled, the LDAP server will abort the query.

With the new configuration option it is possible to disable server side
sorting and it has precedence over our automatic detection.
Since this is a very special LDAP server configuration, there is no GUI
option for this.
2020-05-25 11:08:13 +02:00
.github L10n-update: Update to latest version 2020-04-29 17:23:31 +02:00
.puppet Vagrant: install rh-php73-php-pecl-xdebug, not sclo-php73-php-pecl-xdebug 2020-04-21 12:25:26 +02:00
application announcements/index: Provide a real link to edit an announcement 2020-05-13 12:05:15 +02:00
bin Drop license writer 2016-02-08 15:54:48 +01:00
doc LDAP: Add option to disable server side sorting 2020-05-25 11:08:13 +02:00
etc Schema: Increase length of username columns 2017-06-12 13:31:07 +02:00
library LDAP: Add option to disable server side sorting 2020-05-25 11:08:13 +02:00
modules Transmit the user who clears an acknowledgement 2020-05-14 13:58:19 +02:00
packages apache: Make sure to forward authentication credentials to FPM 2017-12-04 14:16:34 +01:00
public css: Fix wrong text color of a modal's close button 2020-05-20 16:44:25 +02:00
test test: Load composer autoloader if available 2020-01-22 13:09:01 +01:00
.gitattributes Revert "Rename application/VERSION to application/GITCOMMIT" 2015-09-30 18:37:48 +02:00
.gitignore test: Cleanup vendor symlinks 2018-12-05 14:57:38 +01:00
.mailmap Update AUTHORS 2019-07-30 10:19:53 +02:00
AUTHORS Update AUTHORS 2020-03-13 10:40:35 +01:00
CHANGELOG.md Update CHANGELOG.md 2020-03-13 10:40:35 +01:00
CONTRIBUTING.md CONTRIBUTING.md: Add link to PSR-12 2020-01-13 10:42:48 +01:00
COPYING License writer 2013-07-03 14:17:48 +02:00
README.md README.md: Add php version badge 2020-01-22 14:13:51 +01:00
RELEASE.md RELEASE.md: Add note for label `affects-upgrades` 2020-04-20 09:02:08 +02:00
VERSION Raise version to 2.8.0-rc1 2020-03-13 10:40:35 +01:00
Vagrantfile Vagrant VM: Update to bento/centos-7 2018-07-18 13:41:28 +02:00
icingaweb2.ruleset.xml style: Update icingaweb2.ruleset.xml 2017-11-08 09:59:33 +01:00
phpcs.xml travis: Add php syntax checks 2018-12-05 14:57:37 +01:00

README.md

Icinga Web 2

PHP Support Build Status Github Tag

Icinga Logo

  1. About
  2. License
  3. Installation
  4. Documentation
  5. Support
  6. Contributing

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 with Graphite Icinga Web 2 Sidebar Collapsed

License

Icinga Web 2 and the Icinga Web 2 documentation are licensed under the terms of the GNU General Public License Version 2, you will find a copy of this license in the COPYING file included in the source package.

Installation

For installing Icinga Web 2 please check the installation chapter in the documentation.

Documentation

The documentation is located in the doc/ directory and also available on icinga.com/docs.

Support

Check the project website for status updates. Join the community channels for questions or ask an Icinga partner for professional support.

Contributing

There are many ways to contribute to Icinga -- whether it be sending patches, testing, reporting bugs, or reviewing and updating the documentation. Every contribution is appreciated!

Please continue reading in the contributing chapter.

Security Issues

For reporting security issues please visit this page.