Uptime-Kuma-Web-API icon indicating copy to clipboard operation
Uptime-Kuma-Web-API copied to clipboard

[FEATURE] Upgrade Uptime Kuma API version

Open alencarsouza opened this issue 1 year ago • 4 comments

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.

alencarsouza avatar Oct 27 '23 07:10 alencarsouza

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

HaukeMarquardt avatar Jun 19 '24 12:06 HaukeMarquardt

I keep getting this error

exec /app/entrypoint.sh: exec format error

bisonlou avatar Aug 27 '24 07:08 bisonlou

I keep getting this error

exec /app/entrypoint.sh: exec format error

Try this image: 1.2.1-amd

HaukeMarquardt avatar Aug 27 '24 08:08 HaukeMarquardt

Thanks for this!

cocoonkid avatar Sep 10 '24 19:09 cocoonkid