From 69667975d05eb9646ec80a95a7cb8516784a21d3 Mon Sep 17 00:00:00 2001 From: Julius Milan Date: Thu, 11 May 2017 16:23:56 +0200 Subject: [PATCH] Update README.md Add description of ABRT usage. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 90308215..7017baa2 100644 --- a/README.md +++ b/README.md @@ -50,6 +50,7 @@ List of supported problem daemons: | Problem Daemon | NodeCondition | Description | |----------------|:---------------:|:------------| | [KernelMonitor](https://github.com/kubernetes/node-problem-detector/blob/master/config/kernel-monitor.json) | KernelDeadlock | A system log monitor monitors kernel log and reports problem according to predefined rules. | +| [AbrtAdaptor](https://github.com/kubernetes/node-problem-detector/blob/master/config/abrt-adaptor.json) | None | Monitor ABRT log messages and report them further. ABRT (Automatic Bug Report Tool) is health monitoring daemon able to catch kernel problems as well as application crashes of various kinds occured on the host. For more information visit the [link](https://github.com/abrt). | # Usage ## Flags