Difference between revisions of "Prometheus Alertmanager"

From wikieduonline
Jump to navigation Jump to search
Line 9: Line 9:
 
* <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  
  
 
+
== 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>
 
* Binaries:
 
* Binaries:
 
** <code>amtool</code>
 
** <code>amtool</code>

Revision as of 11:06, 29 April 2021

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

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