Add KernelDeadlock condition to hollow NPD

This commit is contained in:
Shyam Jeedigunta 2017-06-01 22:23:28 +02:00
parent 91cef78f43
commit 23ef37d9ce

View File

@ -9,6 +9,12 @@
"lookback": "10m",
"bufferSize": 10,
"source": "kernel-monitor",
"conditions": [],
"conditions": [
{
"type": "KernelDeadlock",
"reason": "KernelHasNoDeadlock",
"message": "kernel has no deadlock"
}
],
"rules": []
}