Difference between revisions of "Prometheus Alertmanager"

From wikieduonline
Jump to navigation Jump to search
Line 22: Line 22:
 
** <code>prometheus-alertmanager</code>
 
** <code>prometheus-alertmanager</code>
 
* Configuration: <code>[[/etc/prometheus/alertmanager.yml]]</code>
 
* Configuration: <code>[[/etc/prometheus/alertmanager.yml]]</code>
* K8s: <code>[[helm install prometheus bitnami/kube-prometheus]]</code>
+
* K8s:
 +
** [[Bitnami]]: <code>[[helm install prometheus bitnami/kube-prometheus]]</code>
 +
** Community: <code>[[helm install myprometheus prometheus-community/prometheus]]</code>
  
 
== Related terms ==
 
== Related terms ==

Revision as of 18:47, 2 November 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: