File: control

package info (click to toggle)
prometheus-xmpp-alerts 0.3%2Bgit20190128.4c8868d-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 116 kB
  • sloc: python: 171; makefile: 2
file content (31 lines) | stat: -rw-r--r-- 1,095 bytes parent folder | download
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
Source: prometheus-xmpp-alerts
Section: net
Priority: optional
Build-Depends: debhelper (>= 11),
               dh-python,
               python3-all,
               python3-slixmpp,
               python3-setuptools,
               python3-aiowsgi,
               python3-yaml,
               python3-prometheus-client
Maintainer: Jelmer Vernooij <jelmer@debian.org>
Standards-Version: 4.2.1
Testsuite: autopkgtest-pkg-python
Vcs-Browser: https://salsa.debian.org/jelmer/prometheus-xmpp-alerts
Vcs-Git: https://salsa.debian.org/jelmer/prometheus-xmpp-alerts.git/
Homepage: https://jelmer.uk/code/prometheus-xmpp-alerts

Package: prometheus-xmpp-alerts
Architecture: all
Enhances: prometheus-alertmanager
Depends: ${misc:Depends},
         ${python3:Depends},
         python3-slixmpp,
         python3-aiowsgi,
         python3-yaml,
         python3-prometheus-client
Suggests: prometheus-alertmanager
Description: web hook that forwards prometheus alerts over XMPP
 This package provides a web hook for the prometheus alertmanager
 that can deliver alerts from prometheus over XMPP (Jabber).