summaryrefslogtreecommitdiffstats
path: root/debian/control
blob: 4a146faa034a0fcaa54e7b1fc3bc6593c7c21949 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
Source: icingadb
Maintainer: Progress Linux Maintainers <maintainers@lists.progress-linux.org>
XSBC-Uploaders: Daniel Baumann <daniel.baumann@progress-linux.org>
XSBC-Original-Maintainer: Debian Nagios Maintainer Group <pkg-nagios-devel@lists.alioth.debian.org>
XSBC-Original-Uploaders: Bas Couwenberg <sebastic@debian.org>
Bugs: mailto:maintainers@lists.progress-linux.org
Section: admin
Priority: optional
Build-Depends: debhelper-compat (= 13),
               dh-exec,
               dh-golang,
               dh-sequence-golang,
               golang-any,
               docbook2x,
               docbook-xsl,
               docbook-xml,
               xsltproc
Standards-Version: 4.6.2
Vcs-Browser: https://salsa.debian.org/nagios-team/icingadb
Vcs-Git: https://salsa.debian.org/nagios-team/icingadb.git
Homepage: https://icinga.com
Rules-Requires-Root: no
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.