-
Notifications
You must be signed in to change notification settings - Fork 15
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
attaching a docker monitor to a group fails on creation #8
Comments
Hi, looks like uptime kuma will just ignore the autokuma specific parent_name property on the monitors when updating but chokes on it when creating a new monitor... but I think this must be a recent change as I'm sure this did work at one point 🤔... |
Hi! I'm observing the same issue. When are you planning to push a release to Docker? Thanks for your work! |
@radokristof while it's not been released (and I've not tried it), you should be able to get this by using the master tag (or a specifc SHA - think sha-705556c is this fix) from the packages page - https://github.com/BigBoot/AutoKuma/pkgs/container/autokuma |
Thanks @jlewis92, this is correct, you can use master or a specific commit tag until a release is available. |
Thank you for both of you :) I did not check that there is a CI/CD on the master branch as well. |
These are the labels I have:
running this causes an error to be thrown in the log:
However, I did find a workaround, which is to create the monitor without the group and then attach after creation
i.e.:
docker compose up -d
then force an update:
docker compose up -d
The text was updated successfully, but these errors were encountered: