Uptime-Kuma-Web-API
Uptime-Kuma-Web-API copied to clipboard
[FEATURE] Upgrade Uptime Kuma API version
Overview
This pull request addresses the issue #58 in the Uptime Kuma Web API repository. The issue detailed problems with creating a monitor of type json-query
, which was not previously supported.
Changes Made
The following updates have been made in this pull request:
-
Added HTTP json-query Fields to Monitor Schema: The json-query type and its relevant fields have been added to the Monitor schema, allowing users to create monitors using this type.
-
The uptime-kuma-api dependency has been upgraded to 1.2.1.
-
Updated the Uptime Kuma Docker image version to 1.23.2 in the docker-compose.yml file. This update ensures compatibility with the new json-query monitor type.
Impact
These changes enable users to create and utilize the json-query
monitor type, enhancing the API's functionality and addressing the user-reported issue. It broadens the monitoring capabilities of Uptime Kuma, making the tool more versatile and user-friendly.
For those who are waiting for this feature or just want to use a newer Uptime Kuma version, I have pushed the image based on alencarsouza changes here:
https://hub.docker.com/r/haukemarquardt/uptimekuma_api
I keep getting this error
exec /app/entrypoint.sh: exec format error
Thanks for this!