Icinga DB Web - Module web
Find a file
2020-04-24 15:01:29 +02:00
.github Add action workflow L10n-update 2020-04-24 09:55:32 +02:00
application Add missing/refactor existing localization markings 2020-04-24 15:01:29 +02:00
doc doc: Add missing space to IcingaDB in installation chapter 2020-03-13 10:00:51 +01:00
library/Icingadb Add missing/refactor existing localization markings 2020-04-24 15:01:29 +02:00
public css: Add spacing to the comment detail view 2020-04-01 10:02: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 license note to every file 2020-03-13 10:36:24 +01: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 Add module.info 2020-03-13 10:36:24 +01:00
README.md doc: Add migration chapter 2020-03-12 14:26:46 +01:00
run.php Add license note to every file 2020-03-13 10:36:24 +01: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.