Skip to content

Commit 111e981

Browse files
authored
fix: Remove forced DOWN status in group monitor (louislam#7045)
1 parent ce74072 commit 111e981

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

server/monitor-types/group.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,6 @@ class GroupMonitorType extends MonitorType {
6363
return;
6464
}
6565

66-
heartbeat.status = DOWN;
67-
6866
let message = `Child monitors down: ${downChildren.join(", ")}`;
6967

7068
if (pendingChildren.length > 0) {

0 commit comments

Comments
 (0)