implement tcping

This commit is contained in:
LouisLam 2021-07-01 14:03:06 +08:00
parent 84c21b71c0
commit 9c653c3d05
8 changed files with 58 additions and 5 deletions

View file

@ -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)