Icinga DB Web - Module web
Find a file
2021-08-20 16:17:34 +02:00
.github Drop PHP 5.6 support 2021-08-11 15:05:53 +02:00
application Move HostList to Icinga\Module\Icingadb\Widget\ItemList 2021-08-20 16:14:00 +02:00
doc Drop PHP 5.6 support 2021-08-11 15:05:53 +02:00
library/Icingadb Move HostListItem to Icinga\Module\Icingadb\Widget\ItemList 2021-08-20 16:17:34 +02:00
public Add icon image support (#225) 2021-08-20 15:43:12 +02:00
.gitattributes Add .gitattributes 2020-03-13 10:36:24 +01:00
.gitignore Update .gitignore 2020-01-23 13:34:45 +01:00
.mailmap Add AUTHORS 2020-03-13 10:36:24 +01:00
.phpcs.xml phpcs: Relax style checks a bit 2020-01-20 08:45:11 +01:00
AUTHORS Add AUTHORS 2020-03-13 10:36:24 +01:00
CHANGELOG.md Add CHANGELOG.md 2020-03-13 10:36:24 +01:00
configuration.php Add Service Grid (#204) 2021-08-05 11:23:01 +02:00
CONTRIBUTING.md Add CONTRIBUTING.md 2020-03-13 10:36:24 +01:00
LICENSE Add LICENSE 2020-03-13 10:36:24 +01:00
module.info module.info: Update library requirements 2021-06-16 07:59:27 +02:00
README.md Drop PHP 5.6 support 2021-08-11 15:05:53 +02:00
run.php run.php: Autoload monitoring module classes/interfaces 2021-08-20 11:09:58 +02:00

Icinga DB Web

PHP Support Build Status Github Tag

Icinga Logo

  1. Documentation
  2. Installation
  3. Configuration
  4. Migration
  5. New Features
  6. Concepts

Icinga DB Web pushes your monitoring stack to the next level.

Based on the lessons learnt with the base monitoring module, it offers a modern and streamlined design to provide a clear and concise overview of your monitoring environment.

Documentation

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

Installation

For installing Icinga DB Web please check the installation chapter.

Configuration

To configure Icinga DB Web please check the configuration chapter.

Migration

To migrate from the monitoring module to Icinga DB Web check the migration chapter.

New Features

Multiple List Layouts

The new view switcher displayed in the controls of lists allows to change their layout. The majority of lists use this to switch between various levels of detail. The service list below for example uses it to show a check's output at different lengths.

View Switcher Preview

Cleaner Detail Views

A host's or service's detail view has been restructured to show more details but also to make more use of the available space. Important details also got moved to the top so that they are visible right away without having to scroll down.

Service Detail Preview

Modal Dialogs

Acknowledging a problem, scheduling a downtime or sending a custom notification does not take you away from where you've been. Instead a modal dialog is shown on top of your current view.

Modal Dialog Preview

Bulk Operations

If you ever wanted to perform really big bulk acknowledgements or downtime schedules, now is the time for it. Simply filter for the hosts or services you want to operate on and then select Continue with filter. No more shift-click nightmares! (Which are still possible, for the die-hard)

Continue With Preview

Concepts

To learn more about our widget/view designs check the concepts chapter.