| Port details on branch 2025Q4 |
- icingadb Publish, synchronize, and visualize Icinga data
- 1.4.0_4 net-mgmt
=0 1.4.0_4Version of this port present on the latest quarterly branch. - Maintainer: dvl@FreeBSD.org
 - Port Added: 2025-11-01 15:53:31
- Last Update: 2025-11-01 15:48:35
- Commit Hash: ae07b4c
- License: GPLv2
- WWW:
- https://icinga.com/docs/icinga-db/latest/doc/02-Installation/
- Description:
- 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
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - USE_RC_SUBR (Service Scripts)
-
- Dependency lines:
-
- icingadb>0:net-mgmt/icingadb
- To install the port:
- cd /usr/ports/net-mgmt/icingadb/ && make install clean
- To add the package, run one of these commands:
- pkg install net-mgmt/icingadb
- pkg install icingadb
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: icingadb
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1752491323
SHA256 (go/net-mgmt_icingadb/Icinga-icingadb-v1.4.0_GH0/v1.4.0.mod) = af22816190cdd4935f3dd696a4e98f6b2246d8580460173f126c408299258d3c
SIZE (go/net-mgmt_icingadb/Icinga-icingadb-v1.4.0_GH0/v1.4.0.mod) = 1625
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:

- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- go124 : lang/go124
- vacuumlo : databases/postgresql17-contrib
- Runtime dependencies:
-
- vacuumlo : databases/postgresql17-contrib
- Fetch dependencies:
-
- go124 : lang/go124
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- net-mgmt_icingadb
- USES:
- go:modules pgsql zip
- pkg-message:
- For install:
- When using this package for the first time, you must first create the
CITEXT extension in your databaes. Issue this command:
create extension if not exists citext;
- Master Sites:
|