mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-08-02 19:46:26 -04:00
implement tcping
This commit is contained in:
parent
84c21b71c0
commit
9c653c3d05
8 changed files with 58 additions and 5 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue