Skip to content

A webhook which receive message from AlertManager then "pust to queue" or "insert into database" or "call other HTTP request with authentication in config file"

Notifications You must be signed in to change notification settings

icovn/java-prometheus-alert-webhook

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#Reference

#Test curl -X POST
https://DOMAIN_XXX/alert
-H 'Content-Type: application/json'
-d '{ "receiver":"team-sms", "status":"firing", "alerts":[ { "status":"firing", "labels":{ "alertname":"test-123", "instance":"10.0.1.99" }, "annotations":{ "description":"RAM 70%" } } ], "commonLabels":{ "key":"value" } }'

About

A webhook which receive message from AlertManager then "pust to queue" or "insert into database" or "call other HTTP request with authentication in config file"

Resources

Stars

Watchers

Forks

Packages

No packages published