You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
summary = "({{ $labels.env }}) Dock out of ram host={{ $labels.hostIp }} org={{ $labels.githubOrgId }}",
67
-
description = "(hook) Dock out of ram host={{ $labels.hostIp }} org={{ $labels.githubOrgId }}"
66
+
summary = "({{ $labels.env }}) Dock out of ram host={{ $labels.hostIp }} labels={{ $labels }}",
67
+
description = "(hook) Dock out of ram host={{ $labels.hostIp }} labels={{ $labels }}"
68
68
}
69
69
70
70
ALERT DockOutOfRam
@@ -74,8 +74,8 @@ ALERT DockOutOfRam
74
74
reportTo = "pagerduty"
75
75
}
76
76
ANNOTATIONS {
77
-
summary = "({{ $labels.env }}) Dock out of ram host={{ $labels.hostIp }} org={{ $labels.githubOrgId }}",
78
-
description = "unhealthy dock {{ $labels.hostIp } using dock-cli and message slack #customer channel with org={{ $labels.githubOrgId }}"
77
+
summary = "({{ $labels.env }}) Dock out of ram host={{ $labels.hostIp }} labels={{ $labels }}",
78
+
description = "unhealthy dock {{ $labels.hostIp } using dock-cli and message slack #customer channel with labels={{ $labels }}"
79
79
}
80
80
81
81
ALERT DockHighLoad
@@ -85,6 +85,6 @@ ALERT DockHighLoad
85
85
reportTo = "pagerduty"
86
86
}
87
87
ANNOTATIONS {
88
-
summary = "({{ $labels.env }}) Dock is experiencing high load host={{ $labels.hostIp }} org={{ $labels.githubOrgId }}",
88
+
summary = "({{ $labels.env }}) Dock is experiencing high load host={{ $labels.hostIp }} labels={{ $labels }}",
89
89
description = "ssh {{ $labels.hostIp }} into dock make sure it is responsive, if it is not, unhealthy. `docks unhealthy -e delta {{ $labels.hostIp }}`"
0 commit comments