Skip to content

Commit 8a41d4a

Browse files
authored
Merge pull request #453 from vteratipally/docker_failures
Detect docker startup failures
2 parents 860e6b0 + edfd70a commit 8a41d4a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

config/docker-monitor.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,11 @@
2626
"condition": "CorruptDockerOverlay2",
2727
"reason": "CorruptDockerOverlay2",
2828
"pattern": "returned error: readlink /var/lib/docker/overlay2.*: invalid argument.*"
29+
},
30+
{
31+
"type": "temporary",
32+
"reason": "DockerContainerStartupFailure",
33+
"pattern": "OCI runtime start failed: container process is already dead: unknown"
2934
}
3035
]
3136
}

0 commit comments

Comments
 (0)