Skip to content

3.0.0-alpha.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@jsirianni jsirianni released this 14 Feb 07:46

3.0.0-alpha.1

3.0.0 includes significant refactoring. The CLI interface is unchanged, and should be backwards compatible with existing deployments.

CI

  • Build AMD64 for Linux, Windows, FreeBSD using Travis

Features and Changes

  • alerts include disk usage stats #21
  • json logging and adjustable log level using -log-level=<level> #22
  • alert payload is json formatted #20
  • set hostname and primary ip address #15
  • alert type flag, currently support slack and stdout #16
  • lock backend is now an interface that can be extended to support additional lock backends #18
  • alert backend is now an interface that can be extended to support additional alert mechanisms #11
  • use official slack package for slack messages #10

Bugs

  • don't set lockfile when -dryrun is set #14
  • build for freebsd #17