Skip to content

Commit 6966797

Browse files
committed
Update README.md
Add description of ABRT usage.
1 parent b579984 commit 6966797

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ List of supported problem daemons:
5050
| Problem Daemon | NodeCondition | Description |
5151
|----------------|:---------------:|:------------|
5252
| [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. |
53+
| [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). |
5354

5455
# Usage
5556
## Flags

0 commit comments

Comments
 (0)