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

Hello, Following the recent integration of this program in a consul cluster, I found out that the authentication token is not passed to the consul watchers. In order to correct...

Hi, finally getting around to testing consul-alerts. So far so great. However, I am less interesting a single check failing but rather "how many service instances are still all green"....

Hi, Is there someone that already met that kind of issue, sometimes I receive false positive alerts ? Another issue is redundant alerts, for example, I monitor a service, when...

Hi, Would be great to have rocketchat support, should be very similar to current Slack or Mattermost plugins. I will try to have a go on it if the idea...

I've noticed that when I start consul-alerts, it creates a new "consul watch" process. Is the pid of this process recorded anywhere? I'd like to cleanly stop that process, along...

There is an option to alert when one of the nodes (serf check) is down? This can be very useful to know if one of the masters is down, because...

Hello, i want to create a notification reminder profile for slack; Slack first notification is working at the moment, but i want to have got a 5 minutes reminder, both...

I have recently started hitting the below segmentation fault on a 3 node consul-alerts cluster, often. I am using consul-alerts version 0.5.0 It is unclear what might be causing it...

I trying use consul-alerts with default template Consul KV properties: ` consul-alerts/config/notifiers/email/enabled true consul-alerts/config/notifiers/email/password {AWS SES user pass} consul-alerts/config/notifiers/email/port 25 consul-alerts/config/notifiers/email/receivers ["{my email}"] consul-alerts/config/notifiers/email/sender-email {sender email} consul-alerts/config/notifiers/email/url email-smtp.us-east-1.amazonaws.com consul-alerts/config/notifiers/email/username {AWS...

On Amazon created an auto scaling group in which 3 servers are created. On each of us we listen to TTL check from the server. On one of the servers...