Icinga DB Web - Module web
Find a file
Sukhwinder Dhillon f675d539f2
Enhance global search (#756)
* Controllers: Remove not required method call `handleSearchRequest()`

These controller do not support global search

* Models: Add `display_name` to default search columns

* Controller: Add ´$additionaColumns` param to method handleSearchRequest() and prepareSearchFilter()

* TacticalController: Remove superfluous override of method `prepareSearchFilter()`
2023-05-30 15:26:00 +02:00
.github actions: Run PHP unit tests 2023-01-18 12:19:19 +01:00
application Enhance global search (#756) 2023-05-30 15:26:00 +02:00
doc Mention correct possible values for icingadb/denylist/routes 2023-05-22 09:43:57 +02:00
library/Icingadb Enhance global search (#756) 2023-05-30 15:26:00 +02:00
public action-list.js: Also detect selection if detail tabs are open 2023-05-22 15:11:02 +02:00
test/php Introduce monitoring's perfdata tests here 2023-01-19 11:04:17 +01: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 2022-11-03 17:08:28 +01:00
.phpcs.xml phpcs: Relax style checks a bit 2020-01-20 08:45:11 +01:00
AUTHORS Update AUTHORS 2022-11-03 17:08:38 +01:00
CHANGELOG.md Update CHANGELOG.md 2022-11-03 17:08:51 +01:00
configuration.php configuration.php: Properly populate sidebar and dashboard.. 2023-02-22 09:52:26 +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 Raise version to 1.0.2 2022-11-03 17:09:02 +01:00
phpunit.xml actions: Run PHP unit tests 2023-01-18 12:19:19 +01:00
README.md README.md: Fix wrong latest doc link 2022-07-12 09:55:22 +02:00
run.php Add service SLA report 2022-05-31 10:42:45 +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.