mirror of https://github.com/k3s-io/k3s
21 lines
363 B
JSON
21 lines
363 B
JSON
{
|
|
"plugin": "filelog",
|
|
"pluginConfig": {
|
|
"timestamp": "dummy",
|
|
"message": "dummy",
|
|
"timestampFormat": "dummy"
|
|
},
|
|
"logPath": "/dev/null",
|
|
"lookback": "10m",
|
|
"bufferSize": 10,
|
|
"source": "kernel-monitor",
|
|
"conditions": [
|
|
{
|
|
"type": "KernelDeadlock",
|
|
"reason": "KernelHasNoDeadlock",
|
|
"message": "kernel has no deadlock"
|
|
}
|
|
],
|
|
"rules": []
|
|
}
|