Docker hub: kuvaszmonitoring/kuvasz:3.0.1
docker pull kuvaszmonitoring/kuvasz:3.0.1
Documentation
Breaking changes
This is a major release that paths the way for new monitor types in the future, by handling the already existing HTTP monitors in a more explicit way. There are a few breaking changes in there, so please refer to the Upgrade notes for more details.
Don't be afraid, the upgrade process is straightforward and well-documented, and if you follow the steps, everything should go smoothly.
New features
- Integrations have their own section on the UI now, and they are also exposed under a new API endpoint (
GET /api/v2/integrations
). Furthermore, you can test them directly from the UI, or via the API to make sure that they are working as expected, before you would enable them or assign them to monitors.
- Update notifications: you can now get notified about new releases of Kuvasz on the UI and through the API on
GET /api/v2/settings
. This way, it's easier to stay up-to-date with the latest features and improvements. - Monitor-level metrics: the uptime ratio, incident count and total downtime metrics are now available on a per-monitor basis (both on the UI & via the v2 API), not just as cumulated metrics across all monitors.
- Incidents: there is a brand new section on the UI, and a dedicated endpoint under
GET /api/v2/incidents
to see/fetch all your incidents in one single place, where you can also filter them by a monitor, or by a time range.
Fixes
- Clear the expected status code select's search value after selecting an option (by WasixXD)
- Fix the background color of the active option inside the expected status codes select
New Contributors
Full Changelog: 2.5.1...3.0.0