BigBoot / AutoKuma

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
312 stars 15 forks source link

Push monitor type URL format #21

Closed radokristof closed 7 months ago

radokristof commented 7 months ago

What is the correct syntax for the push monitor type push_url parameter? It seems if I leave it out, there will be no ID for that monitor (ID will be null) and it will get regenerated every time when opening that monitor. I tried setting a few value for it, but none of them seemed to work.

BigBoot commented 7 months ago

Hmm looks like push monitor will need some special treatment, I'll take a look late today.

BigBoot commented 7 months ago

It's now possible to specify a push_token, the token has to be 32 characters long and consist of [a-zA-Z0-9]

radokristof commented 7 months ago

Thank you :)