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 95237ef commit 4ce29a9Copy full SHA for 4ce29a9
config/docker-monitor.json
@@ -15,8 +15,8 @@
15
"message": "docker overlay2 is functioning properly"
16
},
17
{
18
- "type": "DockerStartupFailure",
19
- "reason": "DockerStartUpSucess",
+ "type": "DockerContainerStartupFailure",
+ "reason": "NoDockerContainerStartupFailure",
20
"message": "Successfully started docker container"
21
}
22
],
@@ -34,9 +34,9 @@
34
35
36
"type": "permanent",
37
- "condition": "DockerStartupFailure",
38
- "reason": "DockerStartupFailure",
39
- "pattern": "OCI runtime start failed: container process is already dead: unknown$"
+ "condition": "DockerContainerStartupFailure",
+ "reason": "DockerContainerStartupFailure",
+ "pattern": "OCI runtime start failed: container process is already dead: unknown"
40
41
]
42
0 commit comments