Docker hub: kuvaszmonitoring/kuvasz:2.5.0
docker pull kuvaszmonitoring/kuvasz:2.5.0
Documentation
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
andOPTIONS
are now supported in addition to the existingGET
andHEAD
. This allows you to monitor endpoints that require different HTTP methods, such as APIs that expect aPOST
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.
Full Changelog: 2.4.0...2.5.0