Skip to content

Commit

Permalink
Merge pull request #105 from juliusmilan/abrt-adaptor-config
Browse files Browse the repository at this point in the history
Add ABRT adaptor config
  • Loading branch information
Random-Liu committed Mar 29, 2017
2 parents 7843f6e + abcf6a4 commit 9c29602
Showing 1 changed file with 38 additions and 0 deletions.
38 changes: 38 additions & 0 deletions config/abrt-adaptor.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
{
"plugin": "journald",
"pluginConfig": {
"source": "abrt-notification"
},
"logPath": "/var/log/journal",
"lookback": "5m",
"bufferSize": 10,
"source": "abrt-adaptor",
"conditions": [],
"rules": [
{
"type": "temporary",
"reason": "CCPPCrash",
"pattern": "Process \\d+ \\(\\S+\\) crashed in \\S+"
},
{
"type": "temporary",
"reason": "UncaughtException",
"pattern": "Process \\d+ \\(\\S+\\) of user \\d+ encountered an uncaught \\S+ exception"
},
{
"type": "temporary",
"reason": "XorgCrash",
"pattern": "Display server \\S+ crash in \\S+"
},
{
"type": "temporary",
"reason": "VMcore",
"pattern": "System encountered a fatal error in \\S+"
},
{
"type": "temporary",
"reason": "Kerneloops",
"pattern": "System encountered a non-fatal error in \\S+"
}
]
}

0 comments on commit 9c29602

Please sign in to comment.