Skip to content
Snippets Groups Projects
Commit 6ecebe70 authored by Pablo Carranza's avatar Pablo Carranza
Browse files

Fix the grammar of nfs-down alert

parent 637506e8
No related branches found
No related tags found
1 merge request!241Add alerts for fe workers and the rest of the NFS servers
Loading
Loading
@@ -4,7 +4,7 @@ ALERT GitNFSServerDown
LABELS {severity="critical", pager="pagerduty"}
ANNOTATIONS {
title="Git NFS Server {{$labels.instance}} is down",
description="One of git NFS servers is down, this locks the whole application and causes downtime",
description="One git NFS server is down, this locks the whole application and causes downtime",
runbook="troubleshooting/nfs-server.md"
}
 
Loading
Loading
@@ -14,6 +14,6 @@ ALERT FileNFSServerDown
LABELS {severity="critical", pager="pagerduty"}
ANNOTATIONS {
title="File NFS Server {{$labels.instance}} is down",
description="File NFS server is down, this locks the whole application and causes downtime",
description="One file NFS server is down, this locks the whole application and causes downtime",
runbook="troubleshooting/nfs-server.md"
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment