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

how to add multiple sites on the static monitors toml/json file? #86

Closed lazyzyf closed 1 month ago

lazyzyf commented 1 month ago

or I can only create one toml/json file for each url?

BigBoot commented 1 month ago

Yes, it's one file per monitor

lazyzyf commented 1 month ago

Can you please improve it to be able to parse multiple monitors in one file?

BigBoot commented 1 month ago

This is now possible on master, see multi_example.json, please note that the master currently contains some breaking change so make sure to read the CHANGELOG if you want to test the feature.