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 diff --git a/config/abrt-adaptor.json b/config/abrt-adaptor.json index cdad01bf..59a87f1f 100644 --- a/config/abrt-adaptor.json +++ b/config/abrt-adaptor.json @@ -12,7 +12,7 @@ { "type": "temporary", "reason": "CCPPCrash", - "pattern": "Process \\d+ \\(\\S+\\) crashed in \\S+" + "pattern": "Process \\d+ \\(\\S+\\) crashed in .*" }, { "type": "temporary",