From 85ef1e9932d3eb5117710147d86899e8784a6b2a Mon Sep 17 00:00:00 2001 From: rchikatw Date: Fri, 3 Jan 2025 16:04:17 +0530 Subject: [PATCH] Fix url typo in MDS alert Signed-off-by: rchikatw --- metrics/deploy/prometheus-ocs-rules.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/metrics/deploy/prometheus-ocs-rules.yaml b/metrics/deploy/prometheus-ocs-rules.yaml index 8656b5af2c..cf0d9c010a 100644 --- a/metrics/deploy/prometheus-ocs-rules.yaml +++ b/metrics/deploy/prometheus-ocs-rules.yaml @@ -389,8 +389,8 @@ spec: scaling, by adding more resources to the existing MDS pod{{end}}. Please see 'runbook_url' for more details. message: Ceph metadata server pod ({{ $labels.pod }}) has high cpu usage - runbook_url: '{{if query "rate(ceph_mds_request[6h]) >= 1000"}}https://github.com/openshift/runbooks/blob/master/alerts/openshift-container-storage-operator/CephMdsCpuUsageHighNeedsHorizontalScaling.md - {{else}}https://github.com/openshift/runbooks/blob/master/alerts/openshift-container-storage-operator/CephMdsCpuUsageHighNeedsVerticalScaling.md + runbook_url: '{{if query "rate(ceph_mds_request[6h]) >= 1000"}}https://github.com/openshift/runbooks/blob/master/alerts/openshift-container-storage-operator/CephMdsCPUUsageHighNeedsHorizontalScaling.md + {{else}}https://github.com/openshift/runbooks/blob/master/alerts/openshift-container-storage-operator/CephMdsCPUUsageHighNeedsVerticalScaling.md {{end}}' severity_level: warning expr: |