mirror of
https://github.com/kubernetes/node-problem-detector.git
synced 2026-03-30 15:31:09 +00:00
Merge pull request #111 from juliusmilan/abrt-readme-and-ccpp-fix
Abrt readme and ccpp fix
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
{
|
||||
"type": "temporary",
|
||||
"reason": "CCPPCrash",
|
||||
"pattern": "Process \\d+ \\(\\S+\\) crashed in \\S+"
|
||||
"pattern": "Process \\d+ \\(\\S+\\) crashed in .*"
|
||||
},
|
||||
{
|
||||
"type": "temporary",
|
||||
|
||||
Reference in New Issue
Block a user