From 8bc37fc67193505a5a346fd2f1bee70476eb3942 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 28 Apr 2024 14:36:05 +0200 Subject: Adding debian version 1.1.0-1. Signed-off-by: Daniel Baumann --- debian/control | 40 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 debian/control (limited to 'debian/control') diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..bd78e52 --- /dev/null +++ b/debian/control @@ -0,0 +1,40 @@ +Source: icingadb +Maintainer: Debian Nagios Maintainer Group +Uploaders: Bas Couwenberg +Section: admin +Priority: optional +Build-Depends: debhelper-compat (= 12), + dh-exec, + dh-golang, + golang-any, + docbook2x, + docbook-xsl, + docbook-xml, + xsltproc +Standards-Version: 4.6.1 +Vcs-Browser: https://salsa.debian.org/nagios-team/icingadb +Vcs-Git: https://salsa.debian.org/nagios-team/icingadb.git +Homepage: https://icinga.com +XS-Go-Import-Path: github.com/icinga/icingadb + +Package: icingadb +Architecture: any +Depends: adduser, + ${shlibs:Depends}, + ${misc:Depends} +Suggests: redis-server, + postgresql | default-mysql-server +Built-Using: ${misc:Built-Using} +Description: database connector for Icinga 2 + Icinga DB is a set of components for publishing, synchronizing and + visualizing monitoring data in the Icinga ecosystem, consisting of: + . + * The Icinga DB daemon, which synchronizes monitoring data between a + Redis server and a database. + * 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 Icinga Web with the Icinga DB Web module enabled, which connects + to both Redis and the database to display and work with the most + up-to-date data. -- cgit v1.2.3