Add KernelDeadlock condition to hollow NPD
This commit is contained in:
parent
91cef78f43
commit
23ef37d9ce
@ -9,6 +9,12 @@
|
|||||||
"lookback": "10m",
|
"lookback": "10m",
|
||||||
"bufferSize": 10,
|
"bufferSize": 10,
|
||||||
"source": "kernel-monitor",
|
"source": "kernel-monitor",
|
||||||
"conditions": [],
|
"conditions": [
|
||||||
|
{
|
||||||
|
"type": "KernelDeadlock",
|
||||||
|
"reason": "KernelHasNoDeadlock",
|
||||||
|
"message": "kernel has no deadlock"
|
||||||
|
}
|
||||||
|
],
|
||||||
"rules": []
|
"rules": []
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user