Skip to content

Commit fbdd9ee

Browse files
authored
Update docker-monitor.json
making DockerContainerStartup failure as temporary
1 parent 4ce29a9 commit fbdd9ee

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

config/docker-monitor.json

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,6 @@
1414
"reason": "NoCorruptDockerOverlay2",
1515
"message": "docker overlay2 is functioning properly"
1616
},
17-
{
18-
"type": "DockerContainerStartupFailure",
19-
"reason": "NoDockerContainerStartupFailure",
20-
"message": "Successfully started docker container"
21-
}
2217
],
2318
"rules": [
2419
{
@@ -33,8 +28,7 @@
3328
"pattern": "returned error: readlink /var/lib/docker/overlay2.*: invalid argument.*"
3429
},
3530
{
36-
"type": "permanent",
37-
"condition": "DockerContainerStartupFailure",
31+
"type": "temporary",
3832
"reason": "DockerContainerStartupFailure",
3933
"pattern": "OCI runtime start failed: container process is already dead: unknown"
4034
}

0 commit comments

Comments
 (0)