We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c01ea4f commit 95237efCopy full SHA for 95237ef
config/docker-monitor.json
@@ -13,6 +13,11 @@
13
"type": "CorruptDockerOverlay2",
14
"reason": "NoCorruptDockerOverlay2",
15
"message": "docker overlay2 is functioning properly"
16
+ },
17
+ {
18
+ "type": "DockerStartupFailure",
19
+ "reason": "DockerStartUpSucess",
20
+ "message": "Successfully started docker container"
21
}
22
],
23
"rules": [
@@ -26,6 +31,12 @@
26
31
"condition": "CorruptDockerOverlay2",
27
32
"reason": "CorruptDockerOverlay2",
28
33
"pattern": "returned error: readlink /var/lib/docker/overlay2.*: invalid argument.*"
34
35
36
+ "type": "permanent",
37
+ "condition": "DockerStartupFailure",
38
+ "reason": "DockerStartupFailure",
39
+ "pattern": "OCI runtime start failed: container process is already dead: unknown$"
29
40
30
41
]
42
0 commit comments