The net/icinga/icingadb-web port
icingadb-web-1.2.2p0 – web-based UI for Icinga DB (cvsweb github mirror)
Description
Icinga DB Web is an Icinga Web 2 module for Icinga DB, providing a graphical interface to Icinga monitoring. 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 databaseWWW: https://icinga.com/docs/icinga-db-web/
Readme
+-----------------------------------------------------------------------
| Running ${PKGSTEM} on OpenBSD
+-----------------------------------------------------------------------
To use this module, first you should have a basic configuration of
Icinga 2, Icinga DB, and Icinga Web 2.
Afterwards, you should enable the required module:
# doas -u _icingaweb2 ${PREFIX}/icinga-web2/bin/icingacli module enable icingadb
You should have a list something like this:
# doas -u _icingaweb2 ${PREFIX}/icinga-web2/bin/icingacli module list
MODULE VERSION STATE DESCRIPTION
icingadb 1.1.2 enabled Icinga DB Web
Then follow the instructions in the documentation in
${PREFIX}/icinga-web2/modules/icingadb/doc/03-Configuration.md
or online under
https://icinga.com/docs/icinga-db-web/latest/doc/03-Configuration/
Maintainer
Alvar Penning