Skip to content

1.0.0

Choose a tag to compare

@csmith csmith released this 26 Feb 15:09
· 13 commits to master since this release
3608f57

Breaking changes

  • Removed support for runtime plugins. Plugins are now selected at compile

time using build tags. The plugins option no longer exists. This should

be a transparent change for users of the Docker image.

  • Go package named changed from github.com/csmith/goplum to

chameth.com/goplum.

Features

  • Add support for groups. These can provide default settings to checks,

and rate limiting for alerts. Checks can be members of any number of groups,

and alerts will be suppressed if any goes over the rate limit.

  • Add support for reminders. If set, a failing check will repeatedly emit

alerts with the given period.

Other changes

  • Various dependency updates
  • Converted documentation to markdown