Skip to content
Snippets Groups Projects
Unverified Commit 08031a6d authored by Varac's avatar Varac
Browse files

Ignore KubeProxy alert

Closes: #1105
parent 5de0c1ee
No related branches found
No related tags found
No related merge requests found
......@@ -21,7 +21,8 @@ def ignore_alert(alert):
return True
# Ignore issues fom high load during installation phase
if re.search(r"(KubeAPIDown|KubeletDown|NodeFilesystemSpaceFillingUp|NodeClockNotSynchronising)",
# KubeProxyDown: https://open.greenhost.net/stackspin/stackspin/-/issues/1105
if re.search(r"(KubeAPIDown|KubeletDown|NodeFilesystemSpaceFillingUp|NodeClockNotSynchronising|KubeProxyDown)",
alert["labels"]["alertname"]):
return True
# Ignore nextcloud cron jobs (https://open.greenhost.net/stackspin/stackspin/-/issues/984)
......
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