Skip to content

Latest commit

 

History

History
65 lines (40 loc) · 1.72 KB

CHANGELOG.md

File metadata and controls

65 lines (40 loc) · 1.72 KB

Changelog

Please document all notable changes to this project in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

Fixed

  • Resolved "heartbeat" alerts are handled correctly, i.e. not at all (#24)
  • The go module dependency definition doesn't use replace to pull in our fork of go-icinga2-client anymore. (#21)
  • go get is now able to fetch and install Signalilo (#19)

Added

  • Support for "heartbeat" services, i.e. services which alert when they don't receive a regular update.

Added

  • Allow passing the bearer token via URL query parameter (/webhook?token=<token>) in addition to the Authorization header. Header takes precedence.

Added

  • Added ChangeLog (this file)

Changed

  • Moved code and CI pipeline to GitHub
  • Changed version tags to have a v prefix

Added

  • Support for passing through custom variables on Icinga checks

Changed

  • Improved README
  • Improved log messages in webhook handler

Initial implementation