Difference between revisions of "Prometheus Alertmanager"

From wikieduonline
Jump to navigation Jump to search
 
(8 intermediate revisions by 3 users not shown)
Line 11: Line 11:
 
* Grouping
 
* Grouping
 
* Routing to the correct receiver integration such as email, [[PagerDuty]] or [[OpsGenie]].
 
* Routing to the correct receiver integration such as email, [[PagerDuty]] or [[OpsGenie]].
 
+
* [[Telegram]], [[Discord]], [[Webex]]
  
 
* <code>[[amtool]]</code> cli tool is included with all releases of Alertmanager for interacting with the Alertmanager API  
 
* <code>[[amtool]]</code> cli tool is included with all releases of Alertmanager for interacting with the Alertmanager API  
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 ==
Line 33: Line 35:
 
* [[Alertmanager versions]]
 
* [[Alertmanager versions]]
 
* [[Karma]]
 
* [[Karma]]
* <code>[[helm install myprometheus prometheus-community/prometheus]]</code>
+
* [[Prometheus]]: <code>[[job_name]]</code>
 +
* [[Grafana alerts]]
 +
* [[Elasticsearch Watcher]]
 +
* [[CPUThrottlingHigh]]
 +
* [[Prometheus AlertManager Datasource]] for [[Grafana]]
  
 
== See also ==
 
== See also ==

Latest revision as of 17:07, 30 November 2023

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


Features:

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

Installation[edit]

Related terms[edit]

See also[edit]

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