mirror of
https://github.com/samber/awesome-prometheus-alerts.git
synced 2026-06-21 17:07:24 +08:00
14 lines
399 B
YAML
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 }}"
|