mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-05-02 06:26:06 -04:00
implement keyword monitor
This commit is contained in:
parent
ef028794ac
commit
1d64f643b1
4 changed files with 28 additions and 4 deletions
|
@ -147,6 +147,7 @@ let monitorList = {};
|
|||
bean.interval = monitor.interval
|
||||
bean.hostname = monitor.hostname;
|
||||
bean.port = monitor.port;
|
||||
bean.keyword = monitor.keyword;
|
||||
|
||||
await R.store(bean)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue