mirror of
https://github.com/kubernetes/node-problem-detector.git
synced 2026-08-28 01:47:20 +00:00
29 lines
556 B
JSON
29 lines
556 B
JSON
{
|
|
"plugin": "journald",
|
|
"pluginConfig": {
|
|
"source": "systemd"
|
|
},
|
|
"logPath": "/var/log/journal",
|
|
"lookback": "",
|
|
"bufferSize": 10,
|
|
"source": "systemd-monitor",
|
|
"conditions": [],
|
|
"rules": [
|
|
{
|
|
"type": "temporary",
|
|
"reason": "KubeletStart",
|
|
"pattern": "Started Kubernetes kubelet."
|
|
},
|
|
{
|
|
"type": "temporary",
|
|
"reason": "DockerStart",
|
|
"pattern": "Starting Docker Application Container Engine..."
|
|
},
|
|
{
|
|
"type": "temporary",
|
|
"reason": "ContainerdStart",
|
|
"pattern": "Starting containerd container runtime..."
|
|
}
|
|
]
|
|
}
|