mirror of
https://github.com/louislam/uptime-kuma.git
synced 2024-10-01 01:25:45 -04:00
Merge 02af171ec9
into 46d90a6a99
This commit is contained in:
commit
39ee9d4dad
@ -664,6 +664,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
Block a user