Difference between revisions of "Prometheus Alertmanager"

From wikieduonline
Jump to navigation Jump to search
 
Line 16: Line 16:
 
== Installation ==
 
== Installation ==
 
* Installation: <code>[[apt install prometheus-alertmanager]]</code>
 
* Installation: <code>[[apt install prometheus-alertmanager]]</code>
* <code>[[docker run]] --name alertmanager -d -p 127.0.0.1:[[9093]]:9093 [[quay.io]]/prometheus/alertmanager</code>
+
* <code>[[docker run --name alertmanager -d -p 127.0.0.1:9093:9093 quay.io/prometheus/alertmanager]]</code>
 
* macOS:
 
* macOS:
 
** <code>sudo [[port install]] alertmanager</code>
 
** <code>sudo [[port install]] alertmanager</code>

Latest revision as of 07:33, 15 July 2025

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

Features[edit]

  • 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: