mirror of
https://github.com/louislam/uptime-kuma.git
synced 2026-03-02 22:57:00 -05:00
How to import multiple site? #3092
Labels
No labels
A:accessibility
A:api
A:cert-expiry
A:core
A:dashboard
A:deployment
A:documentation
A:domain expiry
A:incidents
A:maintenance
A:metrics
A:monitor
A:notifications
A:reports
A:settings
A:status-page
A:ui/ux
A:user-management
Stale
ai-slop
blocked
blocked-upstream
bug
cannot-reproduce
dependencies
discussion
duplicate
feature-request
feature-request
good first issue
hacktoberfest
help
help wanted
house keeping
invalid
invalid-format
invalid-format
question
releaseblocker 🚨
security
spam
type:enhance-existing
type:new
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/uptime-kuma#3092
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @baalchina on GitHub (Feb 2, 2024).
⚠️ Please verify that this question has NOT been raised before.
🛡️ Security Policy
📝 Describe your problem
Hi, I have more than 200 sites want to monitor by uptime-kuma, but I found there seems no import function? I tried using backup/restore, while backup is not woking now?
So, how can I import multiple sites using xls or csv? Thanks.
📝 Error Message(s) or Log
No response
🐻 Uptime-Kuma Version
1.23.11
💻 Operating System and Arch
Rocky 9.3, docker
🌐 Browser
Chrome,edge,firefox
🖥️ Deployment Environment
@CommanderStorm commented on GitHub (Feb 2, 2024):
Currently, no import function exists.
Furthermore, the backup feature was dropped in
v2.0due to not being maintainable.Currently, this is blocked by not having an API (we think we need this to not repeat the maintainability issues of the backup feature).
The current approach to implementing this is in https://github.com/louislam/uptime-kuma/pull/3854
Please consider using SQL or API based1 adding of monitors instead.
You can subscribe to/read these issues for further context/a notification if/once this gets implemented:
using the third-party API: https://uptime-kuma-api.readthedocs.io/en/latest/
↩︎An example of how to use the third party API would be