Skip to content

Commit 4ce29a9

Browse files
committed
removed the $ symbol as npd handles end of the line
1 parent 95237ef commit 4ce29a9

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

config/docker-monitor.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
"message": "docker overlay2 is functioning properly"
1616
},
1717
{
18-
"type": "DockerStartupFailure",
19-
"reason": "DockerStartUpSucess",
18+
"type": "DockerContainerStartupFailure",
19+
"reason": "NoDockerContainerStartupFailure",
2020
"message": "Successfully started docker container"
2121
}
2222
],
@@ -34,9 +34,9 @@
3434
},
3535
{
3636
"type": "permanent",
37-
"condition": "DockerStartupFailure",
38-
"reason": "DockerStartupFailure",
39-
"pattern": "OCI runtime start failed: container process is already dead: unknown$"
37+
"condition": "DockerContainerStartupFailure",
38+
"reason": "DockerContainerStartupFailure",
39+
"pattern": "OCI runtime start failed: container process is already dead: unknown"
4040
}
4141
]
4242
}

0 commit comments

Comments
 (0)