awesome-prometheus-alerts/dist/rules/mongodb/stefanprodan-mgob-exporter.yml
Samuel Berthe ccf24bcf03 Publish
2022-06-15 00:08:51 +00:00

14 lines
399 B
YAML

groups:
- name: StefanprodanMgobExporter
rules:
- alert: MgobBackupFailed
expr: 'changes(mgob_scheduler_backup_total{status="500"}[1h]) > 0'
for: 0m
labels:
severity: critical
annotations:
summary: Mgob backup failed (instance {{ $labels.instance }})
description: "MongoDB backup has failed\n VALUE = {{ $value }}\n LABELS = {{ $labels }}"