Consul Alerts Versions Save

A simple daemon to send notifications based on Consul health checks

v0.6.0

4 years ago

New notifiers including generic http.

v0.5.0

6 years ago

MAIN IMPROVEMENTS

  • Specific change-threshold for node/service/check (#186)
  • Better format for multi-line messages (#185)
  • Notifications are not triggered if the new healthcheck is passing (#169)
  • Number of calls to KV is reduced when checking against blacklist (#167)
  • Number of unnecessary writes (PUT requests) to KV is reduced when there is no change in health check status (#166)
  • Support for mattermost notifications (#165)
  • Variable overrides and profile selection based on regular expressions (#164)
  • ACL token is not shown in the logs (#160)
  • Backtips are not prined for empty slack messages (#151)

and numerous bug fixes.

v0.4.0

7 years ago

Includes many fixes as well as profiles and reminders

v0.3.3

8 years ago

v0.3.2

8 years ago

Just minor code cleanup and better logging on the handlers and leader election

v0.3.1

8 years ago

New Feature:

  • Partial support for ACL. Still needs to be full tested.
  • Hipchat plugin

Build:

  • Support for FreeBSD

Fixes:

  • Leader election

v0.3.0

9 years ago

Long overdue release. There are still some edge bugs in Leader Election to be fixed.

New Features:

  • Blacklist
  • Leader Election

Build Updates:

  • latest builds now available at bintray (up to date on what's in master)
  • Dockerfile now builds latest in master

Fixes:

  • Slack config
  • build outline
  • log outputs
  • stable handling of cmd.Run()

v0.2.0

9 years ago

Changes

  • Changed the Blacklisting strategy to a simpler model. Thanks to @lyrixx for the feedback.

v0.1.2

9 years ago

Feature

  • Added PagerDuty Notifier

Build

  • Updated Dockerfile to use v0.1.2

Fixes

  • better error message for Slack Notifier

v0.1.1

9 years ago

Build

  • Added Dockerfile
  • Added travis.yml
  • Updated Makefile for Travis and Bintray

Fixes

  • fix sytem critical being displayed as HEALTHY