Skip to content

Converts Prometheus Alertmanager webhook to Discord webhook

Notifications You must be signed in to change notification settings

viossat/alertmanager-discord

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

alertmanager-discord

Converts Prometheus Alertmanager webhook to Discord webhook.

Usage

Put your Discord webhook URL in the environment variable WEBHOOK.

Rule example:

alert: InstanceDown
expr: up == 0
for: 5m
labels:
  severity: critical
annotations:
  summary: "Instance {{$labels.instance}} down"
  description: "{{$labels.instance}} of job {{$labels.job}} has been down for more than 5 minutes."

About

Converts Prometheus Alertmanager webhook to Discord webhook

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published