mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-08-07 17:01:23 +08:00
implement tcping
This commit is contained in:
@@ -145,6 +145,8 @@ let monitorList = {};
|
||||
bean.type = monitor.type
|
||||
bean.url = monitor.url
|
||||
bean.interval = monitor.interval
|
||||
bean.hostname = monitor.hostname;
|
||||
bean.port = monitor.port;
|
||||
|
||||
await R.store(bean)
|
||||
|
||||
|
Reference in New Issue
Block a user