mirror of https://github.com/louislam/uptime-kuma
Merge 02af171ec9
into cf44d39e1b
commit
4cabcb3fcf
|
@ -645,6 +645,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…
Reference in New Issue