Icinga DB Web - Module web
Find a file
Bastian Lederer ba56d5557c
Some checks failed
L10n Update / update (push) Has been cancelled
CI / PHP (push) Has been cancelled
DowntimeCard: Fix start time in the timeline for fixed downtimes
Previously fixed downtimes always used `TimeAgo` for the start
in the timeline, even when the downtime had not yet started.
2026-04-08 15:35:05 +02:00
.github GitHub Actions: Use new PHP workflow 2025-12-15 14:21:44 +01:00
application Change implicit nullable type declaration to explicit 2026-03-19 22:08:30 +01:00
doc Release version 1.4.0 (#1351) 2026-03-26 16:14:42 +01:00
library/Icingadb DowntimeCard: Fix start time in the timeline for fixed downtimes 2026-04-08 15:35:05 +02:00
public Replace [INFO]/(INFO) w/ .state-info ball in plugin output (#1348) 2026-03-25 15:15:19 +01:00
test/php Change implicit nullable type declaration to explicit 2026-03-19 22:08:30 +01:00
.gitattributes Add .gitattributes 2020-03-13 10:36:24 +01:00
.gitignore Remove phpunit.xml and phpcs.xml 2025-12-15 14:21:56 +01:00
.mailmap Update .mailmap 2025-06-18 11:12:40 +02:00
AUTHORS Update AUTHORS 2025-06-23 07:49:01 +02:00
CHANGELOG.md Release version 1.4.0 (#1351) 2026-03-26 16:14:42 +01:00
configuration.php License source files as GPL-3.0-or-later 2026-03-11 14:03:05 +01:00
CONTRIBUTING.md Rename default branch to main 2023-09-28 14:23:54 +02:00
LICENSE.md Upgrade license to GPL-3.0-only 2026-03-11 13:43:10 +01:00
module.info Release version 1.4.0 (#1351) 2026-03-26 16:14:42 +01:00
phpstan-baseline.neon Clean up and merge PHPStan baselines 2026-03-20 14:54:41 +01:00
phpstan.neon Clean up and merge PHPStan baselines 2026-03-20 14:54:41 +01:00
README.md Release version 1.4.0 (#1351) 2026-03-26 16:14:42 +01:00
run.php Loosen monitoring module integration (#1346) 2026-03-25 22:08:07 +01:00
SECURITY.md Create SECURITY.md 2022-11-22 08:58:18 +01:00

Icinga DB Web

Icinga DB is a set of components for publishing, synchronizing and visualizing monitoring data in the Icinga ecosystem, consisting of:

  • Icinga DB Web which connects to both a Redis®* server and a database to view and work with most up-to-date monitoring data
  • Icinga 2 with its Icinga DB feature enabled, responsible for publishing the data to the Redis® server, i.e. configuration and its runtime updates, check results, state changes, downtimes, acknowledgements, notifications, and other events such as flapping
  • And the Icinga DB daemon, which synchronizes the data between the Redis® server and the database

Icinga DB Architecture

Documentation

Icinga DB Web documentation is available at icinga.com/docs.

Features

Icinga DB Web offers a modern and streamlined design to provide a clear and concise view of your monitoring environment, also with dark and light mode support.

Icinga DB Dashboard

Various List Layouts

The view switcher allows to control the level of detail displayed in host and service list views:

View Switcher Preview

Search with Autocomplete

The search bar in list views can be used for everything from simple searches to creating complex filters. It allows full keyboard control and also supports contextual auto-completion. In addition, there is an editor for easier filter creation.

Searchbar Completion Preview

Clean Detail Views

Host and service detail views are structured to make best use of available space. Related information is grouped and important information is at the top for instant access without having to scroll down.

Service Detail Preview

Modal Dialogs

Any interaction that requires user input, such as acknowledging problems, scheduling downtimes, etc., shows a modal dialog over the current view to preserve context and focus on interaction.

Modal Dialog Preview

Bulk Operations

Bulk interactions such as scheduling downtimes for multiple objects, acknowledging multiple problems, etc. are easily accomplished with the Continue With control that operates on filtered lists.

Continue With Preview

License

Icinga DB Web and the Icinga DB Web documentation are licensed under the terms of the GNU General Public License Version 3.