otm / cloudwatch-alarm-exporter

Metrics exporter for Cloudwatch Alarms that is also able to directly push alerts to prometheus/alertmanger

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CloudWatch Alarm Exporter

This exporter exposes the state of the CloudWatch alarms. It is also possible to utilize it to directly send alerts to prometheus/alertmanager however it is recommended to use metrics instead. The biggest reason for this is that it's possible to make queries on alarms and also get a bit of historic data.

Building

Building the project is straight forward by using go get

go get github.com/otm/cloudwatch-alarm-exporter

About

Metrics exporter for Cloudwatch Alarms that is also able to directly push alerts to prometheus/alertmanger

License:MIT License


Languages

Language:Go 100.0%