mirror of
https://github.com/louislam/uptime-kuma.git
synced 2026-05-17 08:26:56 +03:00
fix: Remove forced DOWN status in group monitor (#7045)
This commit is contained in:
@@ -63,8 +63,6 @@ class GroupMonitorType extends MonitorType {
|
||||
return;
|
||||
}
|
||||
|
||||
heartbeat.status = DOWN;
|
||||
|
||||
let message = `Child monitors down: ${downChildren.join(", ")}`;
|
||||
|
||||
if (pendingChildren.length > 0) {
|
||||
|
||||
Reference in New Issue
Block a user