uptime-kuma
uptime-kuma copied to clipboard
Adding new monitors (automation)
⚠️ Please verify that this feature request has NOT been suggested before.
- [X] I checked and didn't find similar feature request
🏷️ Feature Request Type
Other
🔖 Feature description
Hence there is ongoing discussion about adding API & terraform modules later on - is it possible right now to somehow automate adding new monitors? I have over 1k domains to monitor.
✔️ Solution
Scipt, interface or actually anything which will make adding multiple monitors at the same time possible.
❓ Alternatives
No response
📝 Additional Context
No response
@wojcikm i think there is no way to fully automate it. I recently migrated around 300 Domains via the Backup functionality (from Uptime Robot). Maybe that would help you. But a API would be really great and usefull.
@wojcikm you can do so via the sqlite database and insert new domains into the monitor table.
I have bypassed this limitation by creating backup file and parsing escipt. Then I just import bigger json. The next issue though is that the large file fails during upload, so next step is to split them into two smaller ones. But it works 👍
What's the file limit ? I have more than 700 domains to import, I will try the backup solution
@wojcikm I think this is a duplicate of https://github.com/louislam/uptime-kuma/issues/118 https://github.com/louislam/uptime-kuma/issues/763 https://github.com/louislam/uptime-kuma/issues/210 If you agree, could you please close this Issue, as duplicates only create immortal zombies and are really hard to issue-manage? If not, what makes this issue unique enough to require an additional issue? (Could this be integrated into the issue linked above?) ^^
@wojcikm
We are consolidating duplicate issues a bit to make issue management easier.
I am going to close this as a duplicate of https://github.com/louislam/uptime-kuma/issues/118 https://github.com/louislam/uptime-kuma/issues/763 https://github.com/louislam/uptime-kuma/issues/210