Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 635 Bytes

prometheus-alertmanager.md

File metadata and controls

16 lines (10 loc) · 635 Bytes

Prometheus Alertmanager

Handles alerts sent by client applications such as the Prometheus server. It takes care of deduplicating, grouping, and routing them to the correct receiver integration such as email, PagerDuty, or OpsGenie. It also takes care of silencing and inhibition of alerts.

Website | Documentation | GitHub

How to enable?

platys init --enable-services PROMETHEUS,PROMETHEUS_ALERTMANAGER	
platys gen

How to use it?

Navigate to http://dataplatform:28328