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

More strict matching and small text change on the alert

parent 8506f7ae
No related branches found
No related tags found
1 merge request!241Add alerts for fe workers and the rest of the NFS servers
ALERT FrontEndWorkerDown
IF min(up{fqdn=~"worker-(web|ssh|api|kiq)*.*"}) without (job) == 0
IF min(up{fqdn=~"worker-(web|ssh|api|kiq)[0-9]+.fe.gitlab.com"}) without (job) == 0
FOR 5m
LABELS {severity="critical", pager="pagerduty"}
ANNOTATIONS {
title="Front end worker {{$labels.instance}} host is down",
description="One of front end web workers is down for more than 5 minutes, this results in a degraded performance of GitLab.com",
description="One of front end node is down for more than 5 minutes, this results in a degraded performance of GitLab.com",
runbook="troubleshooting/worker-down.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