mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-02-17 09:05:56 +00:00
Merge 02af171ec9
into d7ffa33950
This commit is contained in:
commit
341ad125d0
1 changed files with 4 additions and 0 deletions
|
@ -642,6 +642,10 @@ class Monitor extends BeanModel {
|
|||
retries = 0;
|
||||
log.debug("monitor", `[${this.name}] timeout = ${timeout}`);
|
||||
this.heartbeatInterval = setTimeout(safeBeat, timeout);
|
||||
|
||||
bean.status = UP;
|
||||
this.prometheus?.update(bean, tlsInfo);
|
||||
|
||||
return;
|
||||
}
|
||||
} else {
|
||||
|
|
Loading…
Add table
Reference in a new issue