You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Rely on kube_statefulset_replicas instead of parameter, to better
adapt to different deployment configurations.
- Use same alert name for warning & ciritical, so they get deduplicated
automatically.
Issue: ZENKO-5097
description: "MongoDB replica set `data-db-mongodb-sharded-shard-0` is not in the expected state. It does not have the expected number of SECONDARY members. Please ensure that all instances are running properly."
483
+
description: >-
484
+
MongoDB replica set `data-db-mongodb-sharded-shard-0` is not in the expected state.
485
+
It does not have the expected number of SECONDARY members. Please ensure that all
description: "MongoDB replica set `data-db-mongodb-sharded-shard-0` is not in the expected state. It does not have the expected number of SECONDARY members. Please ensure that all instances are running properly."
566
+
description: >-
567
+
MongoDB replica set `data-db-mongodb-sharded-shard-0` is not in the expected state.
568
+
It does not have the expected number of SECONDARY members. Please ensure that all
description: "MongoDB replica set `data-db-mongodb-sharded-shard-0` is not in the expected state. It does not have the expected number of SECONDARY members. Please ensure that all instances are running properly."
653
+
description: >-
654
+
MongoDB replica set `data-db-mongodb-sharded-shard-0` is not in the expected state.
655
+
It does not have the expected number of SECONDARY members. Please ensure that all
656
+
instances are running properly.
634
657
summary: MongoDB replica set out of sync
635
658
- exp_labels: # Expected alert for shard-1
636
659
severity: warning
637
660
rs_nm: data-db-mongodb-sharded-shard-1
661
+
statefulset: data-db-mongodb-sharded-shard1-data
638
662
exp_annotations:
639
-
description: "MongoDB replica set `data-db-mongodb-sharded-shard-1` is not in the expected state. It does not have the expected number of SECONDARY members. Please ensure that all instances are running properly."
663
+
description: >-
664
+
MongoDB replica set `data-db-mongodb-sharded-shard-1` is not in the expected state.
665
+
It does not have the expected number of SECONDARY members. Please ensure that all
0 commit comments