AutoKuma is a utility that automates the creation of Uptime Kuma monitors based on Docker container labels. With AutoKuma, you can eliminate the need for manual monitor creation in the Uptime Kuma UI.
MIT License
307
stars
15
forks
source link
Feature Request: improve error messages when parsing snippets #55
btw, I absolutely love autokuma! It's helped me really shore up 50+ homelab containers while I migrated everything to a template with container-oriented definitions.
I've sort of hit two problems.
I was getting an error which doesn't have any logs for the snippet or context making it hard to pin down.
I had a snippet argument that wasn't valid JSON but was expected to be correct.
Which had a mistake with
/web
not wrapped in quotes, so it's not valid JSON.For posterity, this was my snippet
btw, I absolutely love autokuma! It's helped me really shore up 50+ homelab containers while I migrated everything to a template with container-oriented definitions.