mirror of
https://github.com/koichixD/uptime-kuma.git
synced 2026-09-04 17:23:21 +00:00
Update server/model/monitor.js
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
@@ -779,7 +779,7 @@ class Monitor extends BeanModel {
|
||||
}
|
||||
} else {
|
||||
bean.status = PENDING;
|
||||
bean.msg = "Container has not reported its health and is currentlty " + res.data.State.Status;
|
||||
bean.msg = "Container has not reported its health and is currently " + res.data.State.Status;
|
||||
}
|
||||
} else if (this.type === "mysql") {
|
||||
let startTime = dayjs().valueOf();
|
||||
|
||||
Reference in New Issue
Block a user