Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FEATURE] Upgrade Uptime Kuma API version #59

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

alencarsouza
Copy link

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 alencarsouza force-pushed the feature/upgrade-uptime-kuma-api-version branch from 23addbf to 9af09ea Compare December 1, 2023 13:28
Copy link

@Matthew-Chan-viAct Matthew-Chan-viAct left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The update upgraded the Uptime Kuma API version

@HaukeMarquardt
Copy link

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

@bisonlou
Copy link

I keep getting this error

exec /app/entrypoint.sh: exec format error

@HaukeMarquardt
Copy link

HaukeMarquardt commented Aug 27, 2024

I keep getting this error

exec /app/entrypoint.sh: exec format error

Try this image: 1.2.1-amd

@cocoonkid
Copy link

Thanks for this!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants