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

Fix alerting rules for nfs servers

parent 808dfe2a
No related branches found
No related tags found
1 merge request!252Fix alerts after nfs fleet change
ALERT GitNFSServerDown
IF up{fqdn=~"nfs-file[0-9]+.stor.gitlab.com"} == 0
IF up{fqdn=~"nfs-file-[0-9]+.stor.gitlab.com"} == 0
FOR 2m
LABELS {severity="critical", pager="pagerduty"}
ANNOTATIONS {
Loading
Loading
@@ -9,7 +9,7 @@ ALERT GitNFSServerDown
}
 
ALERT FileNFSServerDown
IF up{fqdn=~"nfs-(uploads|share|lfs|artifacts)[0-9]+.stor.gitlab.com"} == 0
IF up{fqdn=~"nfs-(uploads|share|lfs|artifacts)-[0-9]+.stor.gitlab.com"} == 0
FOR 2m
LABELS {severity="critical", pager="pagerduty"}
ANNOTATIONS {
Loading
Loading
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