mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-08-02 03:26:31 -04:00
[http options] fine tune
This commit is contained in:
parent
4e71ab7406
commit
cd211a6be7
4 changed files with 53 additions and 45 deletions
|
@ -180,6 +180,10 @@ class Monitor extends BeanModel {
|
|||
debug("Cert Info Query Time: " + (dayjs().valueOf() - certInfoStartTime) + "ms");
|
||||
}
|
||||
|
||||
if (process.env.UPTIME_KUMA_LOG_RESPONSE_BODY_MONITOR_ID == this.id) {
|
||||
console.log(res.data);
|
||||
}
|
||||
|
||||
if (this.type === "http") {
|
||||
bean.status = UP;
|
||||
} else {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue