Port details |
- icingadb Publish, synchronize, and visualize Icinga data
- 1.2.0_2 net-mgmt =2 1.1.1_13Version of this port present on the latest quarterly branch.
- Maintainer: dvl@FreeBSD.org
- Port Added: 2023-09-26 15:27:05
- Last Update: 2024-08-09 06:24:08
- Commit Hash: aa8c011
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- 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 - 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 = 1722340400
SHA256 (go/net-mgmt_icingadb/Icinga-icingadb-v1.2.0_GH0/v1.2.0.mod) = 7ae965983fb00d3e058aad4e8d38d15eeac66c314cc8b6830a4b3b2983dbfe12
SIZE (go/net-mgmt_icingadb/Icinga-icingadb-v1.2.0_GH0/v1.2.0.mod) = 1502
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- go121 : lang/go121
- vacuumlo : databases/postgresql16-contrib
- Runtime dependencies:
-
- vacuumlo : databases/postgresql16-contrib
- Fetch dependencies:
-
- go121 : lang/go121
- ca_root_nss>0 : security/ca_root_nss
- This port is required by:
- for Run
-
- net-mgmt/icingaweb2-module-icingadb
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:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.2.0_2 09 Aug 2024 06:24:08 |
Ashish SHUKLA (ashish) |
all: Bump after lang/go121 update |
1.2.0_1 04 Aug 2024 14:55:03 |
Dan Langille (dvl) |
net-mgmt/icingadb: include sql files needed for upgrade
Not sure how this worked without this change.
PR: 280595 |
1.2.0 31 Jul 2024 11:53:37 |
Dan Langille (dvl) |
net-mgmt/icingadb: Update to v1.2.0
re: https://github.com/Icinga/icingadb/releases/tag/v1.2.0 |
1.1.1_14 03 Jul 2024 08:29:54 |
Ashish SHUKLA (ashish) |
all: Bump after lang/go121 update |
1.1.1_13 15 Jun 2024 09:52:17 |
Ashish SHUKLA (ashish) |
all: Bump after lang/go121 update
MFH: 2024Q2 |
1.1.1_12 13 May 2024 17:56:04 |
Ashish SHUKLA (ashish) |
all: Bump after lang/go121 update
MFH: 2024Q2 |
1.1.1_11 15 Apr 2024 08:20:04 |
Ashish SHUKLA (ashish) |
all: Bump after lang/go121 update
MFH: 2024Q2 |
1.1.1_10 24 Mar 2024 14:29:00 |
Muhammad Moinur Rahman (bofh) |
lang/go: Change DEFAULT to 1.21
PR: 277776
Approved by: portmgr (exp-run) |
1.1.1_9 11 Feb 2024 10:39:17 |
Ashish SHUKLA (ashish) |
all: Bump PORTREVISION after lang/go* update
PR: 276530 |
1.1.1_8 15 Jan 2024 13:55:20 |
Dan Langille (dvl) |
net-mgmt/icingadb: add pkg-message
A PostgreSQL extension needs to be created before using this package.
PR: 276272 |
1.1.1_7 15 Jan 2024 13:25:34 |
Dan Langille (dvl) |
net-mgmt/icingadb: add missing dependency
The contrib component is required.
PR: 276272 |
1.1.1_6 07 Dec 2023 02:22:10 |
Ashish SHUKLA (ashish) |
all: Bump PORTREVISION after lang/go* update
PR: 274405 |
1.1.1_5 26 Sep 2023 15:22:01 |
Dan Langille (dvl) |
net-mgmt/icingadb: Add new port
Publish, synchronize, and visualize Icinga data
https://icinga.com/docs/icinga-db/latest/doc/02-Installation/ |