mirror of
https://github.com/kubernetes/node-problem-detector.git
synced 2026-08-28 01:47:20 +00:00
Merge pull request #852 from linxiulei/status_message
Update config/systemd-monitor.json to match all systemd StatusUnitFormat
This commit is contained in:
@@ -13,17 +13,17 @@
|
|||||||
{
|
{
|
||||||
"type": "temporary",
|
"type": "temporary",
|
||||||
"reason": "KubeletStart",
|
"reason": "KubeletStart",
|
||||||
"pattern": "Started Kubernetes kubelet."
|
"pattern": "Started (Kubernetes kubelet|kubelet.service|kubelet.service - Kubernetes kubelet)."
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "temporary",
|
"type": "temporary",
|
||||||
"reason": "DockerStart",
|
"reason": "DockerStart",
|
||||||
"pattern": "Starting Docker Application Container Engine..."
|
"pattern": "Starting (Docker Application Container Engine|docker.service|docker.service - Docker Application Container Engine)..."
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "temporary",
|
"type": "temporary",
|
||||||
"reason": "ContainerdStart",
|
"reason": "ContainerdStart",
|
||||||
"pattern": "Starting containerd container runtime..."
|
"pattern": "Starting (containerd container runtime|containerd.service|containerd.service - containerd container runtime)..."
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user