fix: Remove forced DOWN status in group monitor (#7045)

This commit is contained in:
MayMeow
2026-03-01 11:03:21 +01:00
committed by GitHub
parent ce740724d8
commit 111e981f73

View File

@@ -63,8 +63,6 @@ class GroupMonitorType extends MonitorType {
return;
}
heartbeat.status = DOWN;
let message = `Child monitors down: ${downChildren.join(", ")}`;
if (pendingChildren.length > 0) {