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 |
||
|---|---|---|
| .github | ||
| application | ||
| doc | ||
| library/Icingadb | ||
| public | ||
| test/php | ||
| .gitattributes | ||
| .gitignore | ||
| .mailmap | ||
| .phpcs.xml | ||
| AUTHORS | ||
| CHANGELOG.md | ||
| configuration.php | ||
| CONTRIBUTING.md | ||
| LICENSE | ||
| module.info | ||
| phpstan-baseline-7x.neon | ||
| phpstan-baseline-8x.neon | ||
| phpstan-baseline-by-php-version.php | ||
| phpstan-baseline-standard.neon | ||
| phpstan.neon | ||
| phpunit.xml | ||
| README.md | ||
| run.php | ||
| SECURITY.md | ||
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
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.
Various List Layouts
The view switcher allows to control the level of detail displayed in host and service list views:
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.
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.
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.
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.
License
Icinga DB Web and the Icinga DB Web documentation are licensed under the terms of the GNU General Public License Version 2.






