Difference between revisions of "Prometheus Alertmanager"

From wikieduonline
Jump to navigation Jump to search
Line 1: Line 1:
 
[[Prometheus]] Alertmanager <ref> https://prometheus.io/docs/alerting/alertmanager/</ref> handles alerts sent by client applications such as the Prometheus server.
 
[[Prometheus]] Alertmanager <ref> https://prometheus.io/docs/alerting/alertmanager/</ref> handles alerts sent by client applications such as the Prometheus server.
 
* http://localhost:9093/
 
* http://localhost:9093/
* Repe: https://github.com/prometheus/alertmanager
+
* Repo: https://github.com/prometheus/alertmanager
 
* https://prometheus.io/docs/alerting/alertmanager/
 
* https://prometheus.io/docs/alerting/alertmanager/
 
* Configuration: <code>[[/etc/prometheus/alertmanager.yml]]</code>
 
* Configuration: <code>[[/etc/prometheus/alertmanager.yml]]</code>

Revision as of 08:18, 23 September 2022

Prometheus Alertmanager [1] handles alerts sent by client applications such as the Prometheus server.


Features:

  • Deduplicating
  • Silencing and inhibition
  • Grouping
  • Routing to the correct receiver integration such as email, PagerDuty or OpsGenie.


  • amtool cli tool is included with all releases of Alertmanager for interacting with the Alertmanager API

Installation

Related terms

See also

  • https://prometheus.io/docs/alerting/alertmanager/
  • Advertising: