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

[unreleased] Static monitors id is based on path, not on filename #93

Closed landure closed 2 weeks ago

landure commented 2 weeks ago

In master image, with

AUTOKUMA__STATIC_MONITORS=/etc/static-monitors

This static monitor id isn't group but static-monitors/group:

# group.toml
type = "group"
name = "My Group"

This is a change of static monitors behavior.