Skip to content

Commit

Permalink
alerts: rephrase the message (RamenDR#1363)
Browse files Browse the repository at this point in the history
this rephrase sends a clear mesasage user to understand that DR is
just enabled on the workloads

Signed-off-by: rakeshgm <[email protected]>
  • Loading branch information
rakeshgm authored May 2, 2024
1 parent 64d0b8c commit 39485b5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/prometheus/alerts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,15 @@ spec:
labels:
severity: critical
annotations:
description: "Syncing of volumes (DRPC: {{ $labels.obj_name }}, Namespace: {{ $labels.obj_namespace }}) is taking more than thrice the scheduled snapshot interval. This may cause data loss and a backlog of replication requests."
description: "The syncing of volumes is exceeding three times the scheduled snapshot interval, or the volumes have been recently protected. (DRPC: {{ $labels.obj_name }}, Namespace: {{ $labels.obj_namespace }})"
alert_type: "DisasterRecovery"
- alert: VolumeSynchronizationDelay
expr: ramen_rpo_difference > 2 and ramen_rpo_difference < 3
for: 5s
labels:
severity: warning
annotations:
description: "Syncing of volumes (DRPC: {{ $labels.obj_name }}, Namespace: {{ $labels.obj_namespace }}) is taking more than twice the scheduled snapshot interval. This may cause data loss and impact replication requests."
description: "The syncing of volumes is exceeding two times the scheduled snapshot interval, or the volumes have been recently protected. (DRPC: {{ $labels.obj_name }}, Namespace: {{ $labels.obj_namespace }})"
alert_type: "DisasterRecovery"
- alert: WorkloadUnprotected
expr: ramen_workload_protection_status == 0
Expand Down

0 comments on commit 39485b5

Please sign in to comment.