From 5e5c1680f044a79ea138ad60c0cdb216c37d633e Mon Sep 17 00:00:00 2001 From: jaskaransarkaria Date: Mon, 20 Nov 2023 15:14:29 +0000 Subject: [PATCH] =?UTF-8?q?chore:=20=F0=9F=A4=96=20update=20runbook=20aler?= =?UTF-8?q?t=20url?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../prometheusrule-alerts/application-alerts.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/resources/prometheusrule-alerts/application-alerts.yaml b/resources/prometheusrule-alerts/application-alerts.yaml index c440f44..ac2ea9c 100644 --- a/resources/prometheusrule-alerts/application-alerts.yaml +++ b/resources/prometheusrule-alerts/application-alerts.yaml @@ -309,7 +309,7 @@ spec: - alert: VeleroBackupPartialFailure-velero-allnamespacebackup annotations: message: A Velero backup partial failure in past 3 hours - velero-allnamespacebackup - runbook_url: https://github.com/kubernetes-monitoring/kubernetes-mixin/tree/master/runbook.md + runbook_url: https://runbooks.cloud-platform.service.justice.gov.uk/disaster-recovery-scenarios.html#resolving-a-partiallyfailed-backup-alert expr: sum(increase(velero_backup_partial_failure_total{schedule="velero-allnamespacebackup"}[3h])) > 0 for: 1m labels: @@ -317,7 +317,7 @@ spec: - alert: VeleroBackupFailure-velero-allnamespacebackup annotations: message: A Velero backup failure in past 3 hours - velero-allnamespacebackup - runbook_url: https://github.com/kubernetes-monitoring/kubernetes-mixin/tree/master/runbook.md + runbook_url: https://runbooks.cloud-platform.service.justice.gov.uk/disaster-recovery-scenarios.html#resolving-a-partiallyfailed-backup-alert expr: sum(increase(velero_backup_failure_total{schedule="velero-allnamespacebackup"}[3h])) > 0 for: 1m labels: @@ -325,7 +325,7 @@ spec: - alert: VeleroBackupNotSuccessfulForOverFourHours-velero-allnamespacebackup annotations: message: The Velero backup schedule for AllNamespaceBackup does not have a successful timestamp for over 4 hours - runbook_url: https://github.com/kubernetes-monitoring/kubernetes-mixin/tree/master/runbook.md + runbook_url: https://runbooks.cloud-platform.service.justice.gov.uk/disaster-recovery-scenarios.html#resolving-a-partiallyfailed-backup-alert expr: (time() - velero_backup_last_successful_timestamp{schedule="velero-allnamespacebackup"}) / 60 / 60 > 4 for: 1m labels: @@ -333,7 +333,7 @@ spec: - alert: VeleroBackupPartialFailure annotations: message: A Velero backup partial failure notification - runbook_url: https://github.com/kubernetes-monitoring/kubernetes-mixin/tree/master/runbook.md + runbook_url: https://runbooks.cloud-platform.service.justice.gov.uk/disaster-recovery-scenarios.html#resolving-a-partiallyfailed-backup-alert expr: sum(increase(velero_backup_partial_failure_total[2m])) > 0 for: 1m labels: @@ -341,7 +341,7 @@ spec: - alert: VeleroBackupFailure annotations: message: A Velero backup failure notification - runbook_url: https://github.com/kubernetes-monitoring/kubernetes-mixin/tree/master/runbook.md + runbook_url: https://runbooks.cloud-platform.service.justice.gov.uk/disaster-recovery-scenarios.html#resolving-a-partiallyfailed-backup-alert expr: sum(increase(velero_backup_failure_total[2m])) > 0 for: 1m labels: