Merge pull request #111 from juliusmilan/abrt-readme-and-ccpp-fix

Abrt readme and ccpp fix
This commit is contained in:
Lantao Liu
2017-05-15 08:58:21 -07:00
committed by GitHub
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -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
+1 -1
View File
@@ -12,7 +12,7 @@
{
"type": "temporary",
"reason": "CCPPCrash",
"pattern": "Process \\d+ \\(\\S+\\) crashed in \\S+"
"pattern": "Process \\d+ \\(\\S+\\) crashed in .*"
},
{
"type": "temporary",