Docker hub: kuvaszmonitoring/kuvasz:3.9.0
docker pull kuvaszmonitoring/kuvasz:3.9.0
Documentation: v3.9.0 - kuvasz-uptime.dev
Features
- Added a new property called
monitorDetailsUrlto the webhook messages (also available in the webhook templates asctx.monitorDetailsUrl), which is a relative URL to the affected monitor's details page on the UI. This allows you to easily include a direct link to the monitor's details page in your webhook notifications, so you or your team can quickly access more information about the incident and take necessary actions. - The webhook request headers can be templated from now on, so you can include dynamic values in the headers as well, based on the context of the event that triggered the webhook.
Fixes
- Fixed a bug in the webhook templating logic that caused templates fail to render in case the
ctx.monitorUrnvariable was referenced inside.
Docs
- Added a dedicated section of webhook examples for 3rd party services (with ntfy included).
Full Changelog: 3.8.0...3.9.0