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.
- 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 ofgo-icinga2-client
anymore. (#21) go get
is now able to fetch and install Signalilo (#19)
- Support for "heartbeat" services, i.e. services which alert when they don't receive a regular update.
- Allow passing the bearer token via URL query parameter (
/webhook?token=<token>
) in addition to theAuthorization
header. Header takes precedence.
- Added ChangeLog (this file)
- Moved code and CI pipeline to GitHub
- Changed version tags to have a
v
prefix
- Support for passing through custom variables on Icinga checks
- Improved README
- Improved log messages in webhook handler
Initial implementation