Skip to content

Commit 9f20903

Browse files
authored
Merge pull request #111 from juliusmilan/abrt-readme-and-ccpp-fix
Abrt readme and ccpp fix
2 parents 9c29602 + 6966797 commit 9f20903

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
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

config/abrt-adaptor.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
{
1313
"type": "temporary",
1414
"reason": "CCPPCrash",
15-
"pattern": "Process \\d+ \\(\\S+\\) crashed in \\S+"
15+
"pattern": "Process \\d+ \\(\\S+\\) crashed in .*"
1616
},
1717
{
1818
"type": "temporary",

0 commit comments

Comments
 (0)