Icinga DB Web - Module web
Find a file
Alvar Penning 3e0bd96ec6 IcingaHealth: Fix version comparison
There are multiple possible outputs for an Icinga DB version. The
package version contain the git tag, with a leading "v". The development
version mimics git-describe(1), including a commit hash separated by a
dash after the semantic version.

The current version comparison uses PHP's builtin version_compare().

This results in leading "v"s to return invalid results. Furthermore, it
treats everything behind the version as an "any string"[^0], which is
smaller than dev, alpha, beta, and so on. Thus, any git-describe(1)
version of Icinga DB 1.4.0 would be considered smaller as 1.4.0.

Fixes #1230.

[^0]: https://www.php.net/manual/en/function.version-compare.php
2025-06-20 10:13:00 +02:00
.github L10n-update: Fix workflow 2025-06-03 15:57:13 +02:00
application RedundacyGroupController: Fetch redundancy_group through DependencyNode to apply restrictions correctly 2025-06-17 15:08:48 +02:00
doc Update doc/05-Upgrading.md 2025-06-18 11:40:57 +02:00
library/Icingadb IcingaHealth: Fix version comparison 2025-06-20 10:13:00 +02:00
public css: Use proper flex layout to align redundancy group summaries 2025-06-18 08:20:51 +02:00
test/php usergroups: Rename to contactgroups 2025-04-10 15:04:41 +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 Update .mailmap 2025-06-18 11:12:40 +02:00
.phpcs.xml phpcs: Relax style checks a bit 2020-01-20 08:45:11 +01:00
AUTHORS Update AUTHORS 2025-06-18 11:12:40 +02:00
CHANGELOG.md Update CHANGELOG.md 2025-06-18 11:12:40 +02:00
configuration.php usergroups: Rename to contactgroups 2025-04-10 15:04:41 +02:00
CONTRIBUTING.md Rename default branch to main 2023-09-28 14:23:54 +02:00
LICENSE Add LICENSE 2020-03-13 10:36:24 +01:00
module.info Raise version and requirements 2025-06-18 11:12:40 +02:00
phpstan-baseline-7x.neon Phpstan: Update baseline files 2024-07-24 11:20:39 +02:00
phpstan-baseline-8x.neon Phpstan: Update baseline files 2024-07-24 11:20:39 +02:00
phpstan-baseline-by-php-version.php Phpstan: Create php version based baseline 2024-03-13 16:47:45 +01:00
phpstan-baseline-standard.neon Cleanup phpstan baseline and fix code sniffer issues 2025-03-28 16:13:17 +01:00
phpstan.neon Macros: Log the object where a macro is not found 2024-03-22 13:29:32 +01:00
phpunit.xml actions: Run PHP unit tests 2023-01-18 12:19:19 +01:00
README.md php: Drop support for PHP < 8.2 2025-06-03 09:37:15 +02:00
run.php Provide reporting hook for single host/service 2023-07-17 15:36:38 +02:00
SECURITY.md Create SECURITY.md 2022-11-22 08:58:18 +01:00

Icinga DB Web

PHP Support Build Status Github Tag

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 2.