monitoring(alerts): make soteria backup health rule driver-agnostic
This commit is contained in:
parent
206daf156a
commit
3d2f5c0778
@ -506,7 +506,7 @@ data:
|
|||||||
to: 0
|
to: 0
|
||||||
datasourceUid: atlas-vm
|
datasourceUid: atlas-vm
|
||||||
model:
|
model:
|
||||||
expr: sum((1 - pvc_backup_health{driver="longhorn"}) > bool 0) or on() vector(0)
|
expr: sum((1 - pvc_backup_health) > bool 0) or on() vector(0)
|
||||||
intervalMs: 60000
|
intervalMs: 60000
|
||||||
maxDataPoints: 43200
|
maxDataPoints: 43200
|
||||||
legendFormat: unhealthy-pvcs
|
legendFormat: unhealthy-pvcs
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user