Skip to content

Commit 0cb0fba

Browse files
authored
Removes gmx_machine_maintenance condition from LameDuckMetricMissingForNode alert. (#311)
* Removes the gmx_machine_maintenance condition from the LameDuckMetricMissingForNode alert. It doesn't belong there.
1 parent db47ce2 commit 0cb0fba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/federation/prometheus/alerts.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -491,7 +491,7 @@ ALERT MobiperfMetricsMissing
491491
# Some number of nodes don't have a lame-duck status.
492492
ALERT LameDuckMetricMissingForNode
493493
IF up{service="nodeexporter"} == 1
494-
UNLESS ON(machine) (lame_duck_node == 1 OR gmx_machine_maintenance == 1)
494+
UNLESS ON(machine) lame_duck_node
495495
FOR 30m
496496
LABELS {
497497
severity = "ticket",

0 commit comments

Comments
 (0)