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 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70
|
Source: prometheus-alertmanager
Maintainer: Debian Go Packaging Team <pkg-go-maintainers@lists.alioth.debian.org>
Uploaders: MartÃn Ferrari <tincho@debian.org>,
Section: net
Testsuite: autopkgtest-pkg-go
Priority: optional
Build-Depends: adduser,
bash-completion,
debhelper (>= 11),
dh-golang (>= 1.31~),
golang-any (>= 2:1.10~),
golang-github-cenkalti-backoff-dev,
golang-github-cespare-xxhash-dev,
golang-github-go-kit-kit-dev,
golang-github-gogo-protobuf-dev (>= 0.5),
golang-github-hashicorp-go-sockaddr-dev,
golang-github-hashicorp-memberlist-dev (>= 0.1.0~),
golang-github-kylelemons-godebug-dev,
golang-github-oklog-ulid-dev,
golang-github-pkg-errors-dev,
golang-github-prometheus-client-golang-dev (>= 0.9.0~pre1+git20180417),
golang-github-prometheus-common-dev (>= 0+git20181119),
golang-github-satori-go.uuid-dev,
golang-golang-x-net-dev,
golang-gopkg-alecthomas-kingpin.v2-dev,
golang-gopkg-yaml.v2-dev (>= 2.2.1-1~),
Standards-Version: 4.3.0
Vcs-Browser: https://salsa.debian.org/go-team/packages/prometheus-alertmanager
Vcs-Git: https://salsa.debian.org/go-team/packages/prometheus-alertmanager.git
Homepage: https://prometheus.io/
XS-Go-Import-Path: github.com/prometheus/alertmanager
Package: prometheus-alertmanager
Architecture: any
Depends: daemon | systemd-sysv,
${misc:Depends},
${shlibs:Depends},
Built-Using: ${misc:Built-Using},
Description: Handle and deliver alerts created by Prometheus
The Alertmanager handles alerts sent by client applications such as the
Prometheus server. It takes care of deduplicating, grouping, and routing them
to the correct receiver integration such as email, PagerDuty, or OpsGenie. It
also takes care of silencing and inhibition of alerts.
Package: golang-github-prometheus-alertmanager-dev
Architecture: all
Depends: golang-github-cenkalti-backoff-dev,
golang-github-cespare-xxhash-dev,
golang-github-go-kit-kit-dev,
golang-github-gogo-protobuf-dev (>= 0.5),
golang-github-hashicorp-go-sockaddr-dev,
golang-github-hashicorp-memberlist-dev (>= 0.1.0~),
golang-github-kylelemons-godebug-dev,
golang-github-oklog-ulid-dev,
golang-github-pkg-errors-dev,
golang-github-prometheus-client-golang-dev (>= 0.9.0~pre1+git20180417),
golang-github-prometheus-common-dev (>= 0+git20180518),
golang-github-satori-go.uuid-dev,
golang-golang-x-net-dev,
golang-gopkg-alecthomas-kingpin.v2-dev,
golang-gopkg-yaml.v2-dev (>= 2.2.1-1~),
${misc:Depends},
${shlibs:Depends},
Description: Handle and deliver alerts created by Prometheus -- source
The Alertmanager handles alerts sent by client applications such as the
Prometheus server. It takes care of deduplicating, grouping, and routing them
to the correct receiver integration such as email, PagerDuty, or OpsGenie. It
also takes care of silencing and inhibition of alerts.
.
This package provides the source code to be used as a library.
|