Icinga DB Web - Module web
Find a file
2021-10-01 15:30:06 +02:00
.github Drop PHP 5.6 support 2021-08-11 15:05:53 +02:00
application Provide navigation item config forms 2021-10-01 15:30:06 +02:00
doc doc: Update about chapter 2021-09-10 13:28:57 +02:00
library/Icingadb Introduce Macros class 2021-10-01 15:30:06 +02:00
public css: Always use 2px height for the downtime progress bar 2021-09-29 17:29:23 +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 Configuration: Provide custom navigation items 2021-10-01 15:30:06 +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: Raise version 2021-08-25 15:59:54 +02:00
README.md Update README.md 2021-09-10 13:28:57 +02:00
run.php run.php: Fix incorrect namespace registration for module monitoring 2021-08-31 16:38:56 +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

New Search With Auto-Completion

We have greatly expanded the search functionality in list views. The so called search-bar allows experienced users full control by keyboard to write their filters. It also aids with contextual auto completion. There's also an editor for a more easy manipulation.

Searchbar Completion 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 click on the little forward icon on the right. 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.