consul-alerts icon indicating copy to clipboard operation
consul-alerts copied to clipboard

A simple daemon to send notifications based on Consul health checks

Results 91 consul-alerts issues
Sort by recently updated
recently updated
newest added

Added elasticsearch support. Sends notification in bulks to elasticsearch. To use, you need to specify `host`, `enabled`, `index-name` in consul.

in progress

If I specify a --consul-addr pointing to a Consul node that is down, I get: INFO[0000] Cluster has no leader or is unreacheable. Get http://10.0.42.1:8500/v1/status/leader?dc=dc1: dial tcp 10.0.42.1:8500: connection refused...

Any chance of uploading the binaries for the latest release?

It would be awesome if one of notifiers could be to publish a message to an SNS topic.

enhancement

Thought it would be useful to have the ability to disable/enable certain notifications for particular nodes and not others. For example, lets say you have a production and dev environment....

enhancement
help wanted
question

Nagios-herald (https://github.com/etsy/nagios-herald) is a nice idea for adding context to email notifications sent out from Nagios. It might make sense to add a similar feature to consul-alerts. Initial thoughts are...

enhancement
help wanted
question

The usecase is that I want multiple consul handlers to run in response to alerts, but perhaps with different flapping-settings / healthchecks / services. A quick fix would be to...

Great tool to monitor our infrastructure! We are interested in a VictorOps notifier. Are there any plans to support this? If not, any other people who are interested?

enhancement
help wanted

If the Consul connection fails or consul-alerts is otherwise unable to retrieve the health check status, it does two things that IMHO are broken: - It doesn't appear to trigger...