From 20e85887947f9c3428f604b5f2934098db9dc516 Mon Sep 17 00:00:00 2001 From: Deepak Tiwari Date: Thu, 28 Nov 2024 14:13:45 +0530 Subject: [PATCH] Fix the spelling mistake --- argocd-helm-charts/prometheus-linuxaid/rules/domain.yaml | 2 +- argocd-helm-charts/prometheus-linuxaid/tests/domain.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/argocd-helm-charts/prometheus-linuxaid/rules/domain.yaml b/argocd-helm-charts/prometheus-linuxaid/rules/domain.yaml index da330ff49..b9cfe9aef 100644 --- a/argocd-helm-charts/prometheus-linuxaid/rules/domain.yaml +++ b/argocd-helm-charts/prometheus-linuxaid/rules/domain.yaml @@ -9,5 +9,5 @@ groups: severity: critical alert_id: monitor::domains::status annotations: - summary: "For server **{{ $labels.certname }}**,this **{{ $labels.domain }}** domain is down" + summary: "For server **{{ $labels.certname }}** this **{{ $labels.domain }}** domain is down" description: Domain {{ $labels.domain }} is down for certname {{ $labels.certname }}. Please fix this. diff --git a/argocd-helm-charts/prometheus-linuxaid/tests/domain.yaml b/argocd-helm-charts/prometheus-linuxaid/tests/domain.yaml index 66923997a..0e472f180 100644 --- a/argocd-helm-charts/prometheus-linuxaid/tests/domain.yaml +++ b/argocd-helm-charts/prometheus-linuxaid/tests/domain.yaml @@ -24,5 +24,5 @@ tests: alert_id: monitor::domains::status domain: example.com exp_annotations: - summary: "For server **dev01.example**,this **example.com** domain is down" + summary: "For server **dev01.example** this **example.com** domain is down" description: Domain example.com is down for certname dev01.example. Please fix this.