Skip to content

Commit

Permalink
Fix the spelling mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
Deepak Tiwari authored and ashish1099 committed Nov 28, 2024
1 parent b5b34c8 commit 20e8588
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion argocd-helm-charts/prometheus-linuxaid/rules/domain.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
2 changes: 1 addition & 1 deletion argocd-helm-charts/prometheus-linuxaid/tests/domain.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit 20e8588

Please sign in to comment.