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 4ce29a9 commit fbdd9eeCopy full SHA for fbdd9ee
config/docker-monitor.json
@@ -14,11 +14,6 @@
14
"reason": "NoCorruptDockerOverlay2",
15
"message": "docker overlay2 is functioning properly"
16
},
17
- {
18
- "type": "DockerContainerStartupFailure",
19
- "reason": "NoDockerContainerStartupFailure",
20
- "message": "Successfully started docker container"
21
- }
22
],
23
"rules": [
24
{
@@ -33,8 +28,7 @@
33
28
"pattern": "returned error: readlink /var/lib/docker/overlay2.*: invalid argument.*"
34
29
35
30
36
- "type": "permanent",
37
- "condition": "DockerContainerStartupFailure",
31
+ "type": "temporary",
38
32
"reason": "DockerContainerStartupFailure",
39
"pattern": "OCI runtime start failed: container process is already dead: unknown"
40
}
0 commit comments