mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-08-02 03:26:31 -04:00
Merge pull request #380 from No0Vad/retry-heartbeat-interval
Added support for a retry interval to monitors
This commit is contained in:
commit
72783fd94c
6 changed files with 36 additions and 4 deletions
|
@ -487,6 +487,7 @@ let indexHTML = fs.readFileSync("./dist/index.html").toString();
|
|||
bean.type = monitor.type
|
||||
bean.url = monitor.url
|
||||
bean.interval = monitor.interval
|
||||
bean.retryInterval = monitor.retryInterval;
|
||||
bean.hostname = monitor.hostname;
|
||||
bean.maxretries = monitor.maxretries;
|
||||
bean.port = monitor.port;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue