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).
|