kernel-monitor.json 363 B

123456789101112131415161718192021
  1. {
  2. "plugin": "filelog",
  3. "pluginConfig": {
  4. "timestamp": "dummy",
  5. "message": "dummy",
  6. "timestampFormat": "dummy"
  7. },
  8. "logPath": "/dev/null",
  9. "lookback": "10m",
  10. "bufferSize": 10,
  11. "source": "kernel-monitor",
  12. "conditions": [
  13. {
  14. "type": "KernelDeadlock",
  15. "reason": "KernelHasNoDeadlock",
  16. "message": "kernel has no deadlock"
  17. }
  18. ],
  19. "rules": []
  20. }