mirror of
https://github.com/kubernetes/node-problem-detector.git
synced 2026-05-03 07:47:03 +00:00
20 lines
380 B
JSON
20 lines
380 B
JSON
{
|
|
"plugin": "custom",
|
|
"pluginConfig": {
|
|
"invoke_interval": "30s",
|
|
"timeout": "5s",
|
|
"max_output_length": 80,
|
|
"concurrency": 3
|
|
},
|
|
"source": "network-custom-plugin-monitor",
|
|
"conditions": [],
|
|
"rules": [
|
|
{
|
|
"type": "temporary",
|
|
"reason": "ConntrackFull",
|
|
"path": "./config/plugin/network_problem.sh",
|
|
"timeout": "3s"
|
|
}
|
|
]
|
|
}
|