github kuvasz-uptime/kuvasz 2.5.0
v2.5.0

latest releases: 3.0.2, 3.0.1, 3.0.0...
13 days ago

Docker hub: kuvaszmonitoring/kuvasz:2.5.0

docker pull kuvaszmonitoring/kuvasz:2.5.0

Documentation

v2.5.0 - kuvasz-uptime.dev

New features

  • Custom request headers: you can now specify custom headers to be sent with the HTTP requests, allowing for more flexible and tailored monitoring setups. See the HTTP monitors > Request headers section for more details.
  • Custom request body: you can send your own JSON body to the monitored HTTP endpoint, which can be useful for testing APIs that require a specific payload. See the HTTP monitors > Request body section for more details.
  • Expected headers: this is a brand new evaluation option that allows you to specify expected headers in the HTTP response. If the response does not contain the expected headers, the monitor will be marked as DOWN. You can find more details in the HTTP monitors > Expected headers section.
  • New HTTP request methods: POST, PUT, PATCH, DELETE and OPTIONS are now supported in addition to the existing GET and HEAD. This allows you to monitor endpoints that require different HTTP methods, such as APIs that expect a POST request with a specific payload. See the HTTP monitors > Request method section for more details.
  • Revamped UI for creating and editing HTTP monitors: the UI of the existing modal has been slightly redesigned to make it easier and more convenient to configure HTTP monitors with the new features. The fresh look is hopefully more intuitive and user-friendlier by having a better structure.

Kuvasz revamped monitor modal

Full Changelog: 2.4.0...2.5.0

Don't miss a new kuvasz release

NewReleases is sending notifications on new releases.