From 4ce29a95d56bd47939775202912812755cd0ddcc Mon Sep 17 00:00:00 2001 From: varsha teratipally Date: Thu, 6 Aug 2020 01:30:11 +0000 Subject: [PATCH] removed the $ symbol as npd handles end of the line --- config/docker-monitor.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/config/docker-monitor.json b/config/docker-monitor.json index ad12053c..69a51eb2 100644 --- a/config/docker-monitor.json +++ b/config/docker-monitor.json @@ -15,8 +15,8 @@ "message": "docker overlay2 is functioning properly" }, { - "type": "DockerStartupFailure", - "reason": "DockerStartUpSucess", + "type": "DockerContainerStartupFailure", + "reason": "NoDockerContainerStartupFailure", "message": "Successfully started docker container" } ], @@ -34,9 +34,9 @@ }, { "type": "permanent", - "condition": "DockerStartupFailure", - "reason": "DockerStartupFailure", - "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" } ] }