Alertmanager
provides you with 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, web hooks, ... It also takes care of silencing and inhibition of alerts.
Links#
- Docs: https://prometheus.io/docs/alerting/latest/configuration/
- Issues: https://github.com/prometheus/alertmanager/issues
- Source: https://github.com/prometheus/alertmanager
- License: Apache-2.0
Variables#
Name | Default | Type | Description |
---|---|---|---|
ALLOW_FROM | TODO | /^<IP>\/[0-9]+$/ | Federation address/CIDR ; space separated |
LISTEN | TODO | /<IP>/ | Listen address |
PORT | TODO | /[1-9][0-9][0-9][0-9]+/ | Listen port |
SHA512 | TODO | /^[0-9a-f]+$/ | SHA512sum of alertmanager binary |
URL | TODO | /^http.*\.tar\.gz/ | Location of tar.gz distribution bundle |