influxdata / kapacitor

Open source framework for processing, monitoring, and alerting on time series data
MIT License
2.31k stars 492 forks source link

[alerta] Support the "correlate" attribute #1048

Open notfol opened 7 years ago

notfol commented 7 years ago

See http://alerta.readthedocs.io/en/latest/server.html#simple-correlation. Add support for the correlate attribute so when an alert with the same resource is received with an event in the correlate list of related events with any severity, then the alert is correlated.

allen13 commented 7 years ago

This is a pretty straight forward modification. You just need to update the alerta config class and and add it to the alerta post data. https://github.com/influxdata/kapacitor/tree/master/services/alerta