Documentation: v4.1.0 - kuvasz-uptime.dev
docker pull kuvaszmonitoring/kuvasz:4.1.0
Important
There is a short questionnaire about Kuvasz in general, which you can fill out anonymously. It takes only a few minutes, and your feedback is highly appreciated as it helps me to focus on the most important features and improvements in the future. You can find it here.
Thanks, Adam
Features
The long-awaited maintenance window support is finally here! 🎉
-
You can now schedule planned downtime so Kuvasz pauses the affected checks and suppresses false alerts while you do scheduled work. A window can be manual (toggled on and off by hand), recurring (a
cronexpression +duration), or a one-off (astarttimestamp +duration), and can be scoped to specific monitors or made global. Assigned integrations receive dedicated start and end notifications, and windows can optionally be shown on your status pages. Manageable via the Web UI, REST API, or YAML, and exposed to AI assistants through the MCP server. -
YAML import/restore is now available for your whole configuration: on top of monitors, you can restore maintenance windows and status pages from exported YAML backups, both through the Web UI and the REST API. This makes it easy to migrate or recover an entire Kuvasz setup. To try it out, head to the "Settings" page and click the "Backup & Restore" button! Thanks for the monitor imports to @visorcraft!
- Clonable monitors: you can now duplicate an existing monitor straight from the Web UI, so creating similar checks no longer means filling out the whole form from scratch.
Enhancements
- Helm chart: removed the hard-coded default image tags so the image tag correctly falls back to the chart version. Also, the chart now supports setting up OIDC authentication and its current state also reflects the latest changes related to API keys. See the Helm deployment guide for more details. Thanks for the contribution to @leofvo!
- A few custom Glance widget examples were added to the documentation.
- Added a proper robots.txt that prevents search engine from indexing anything but the public status pages (e.g. the login page of Kuvasz won't be indexed anymore in case you publicly expose your instance).
- The actual and the latest version of Kuvasz is not leaked on the login page anymore, by hiding the version update badge for non-authenticated users.
Full Changelog: 4.0.1...4.1.0

