Skip to content

Alertmanager webhook receiver that forwards alerts using AMQP 1.0 to a queue

License

Notifications You must be signed in to change notification settings

roidelapluie/alert2amqp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Alert2amqp

This microservice receives alerts from the Prometheus alertmanager and puts them in an AMQP queue.

Expectations

This microservice is expecting groups of 1 alert. It means that it is alertmanager job to group the alerts one by one.

Out of scope

Except the 1-alert condition mentioned above, we do not do any other change or check on the alerts. The alerts are simply posted to the queue.

AMQP

Only the alert is posted, not the alert group.

Expiration of the message is currently set to 365 days.

known issues

The user name and password come from an environment variable, they should come from a file.

License

Apache-2.0

About

Alertmanager webhook receiver that forwards alerts using AMQP 1.0 to a queue

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages