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

Background: I've been running consul-alerts for years in a cluster of 3 consul servers. The last restart I've done was ~4 months ago. Today external website monitoring alerted me that...

During the past weeks, we observed a stale reminder which didnt get deleted while the service is already back passing/healthy. That means, critical notifications are continuing even if a service...

Hi, When trying to run it, I get these "Running for leader election" forever and nothing happens, I use Consul 0.5.2 so maybe it's related ``` root@somehost:~$ ./consul-alerts start --alert-addr=127.0.0.1:9000...

The docker image was last updated a year ago. https://hub.docker.com/r/acaleph/consul-alerts Looks like it's on v0.5.0

Currently http notifier does not support Token authentication using JWT, i'd like to add support to it as following: config prefix: `consul-alerts/config/notifiers/http-endpoint/` Key | Type | Description token | base64-encoded...

We would like to have more than one "consul-alert" running to check different services and have different alarms. I've checked the configuration options and it seems there is no config...

Hi: We would like to have more than one "consul-alert" running to check different services and have different alarms. I've checked the configuration options and it seems there is no...

Is there a way to specify different receivers for different consul service to notify?

After losing hours on this without understanding why the http notification didn't work I decided to try the normal method and it worked instantly. Can we update the docker image...