Skip to content

Latest commit

 

History

History
30 lines (22 loc) · 577 Bytes

prometheus-heartbeat-example.md

File metadata and controls

30 lines (22 loc) · 577 Bytes
description
To ensure and monitor the uptime of your Prometheus Alert Manager

Prometheus Heartbeat Example

A recipe for the Prometheus alert manager configuration to support liveness check of your alert manager using ilert's heartbeat alert sources.

Alter your AM.yml

route:
  receiver: default
  group_by:
  - job
  routes:
  - receiver: ilert
    match:
      alertname: iLert
    repeat_interval: 1m 

receivers:
 - name: ilert
   webhook_configs:
   - url: 'https://api.ilert.com/api/v1/heartbeats/${YOUR-APIKEY}'
     send_resolved: true