Skip to content

Commit abcf6a4

Browse files
committed
Add ABRT adaptor config
1 parent c7a9ab7 commit abcf6a4

File tree

1 file changed

+38
-0
lines changed

1 file changed

+38
-0
lines changed

config/abrt-adaptor.json

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
{
2+
"plugin": "journald",
3+
"pluginConfig": {
4+
"source": "abrt-notification"
5+
},
6+
"logPath": "/var/log/journal",
7+
"lookback": "5m",
8+
"bufferSize": 10,
9+
"source": "abrt-adaptor",
10+
"conditions": [],
11+
"rules": [
12+
{
13+
"type": "temporary",
14+
"reason": "CCPPCrash",
15+
"pattern": "Process \\d+ \\(\\S+\\) crashed in \\S+"
16+
},
17+
{
18+
"type": "temporary",
19+
"reason": "UncaughtException",
20+
"pattern": "Process \\d+ \\(\\S+\\) of user \\d+ encountered an uncaught \\S+ exception"
21+
},
22+
{
23+
"type": "temporary",
24+
"reason": "XorgCrash",
25+
"pattern": "Display server \\S+ crash in \\S+"
26+
},
27+
{
28+
"type": "temporary",
29+
"reason": "VMcore",
30+
"pattern": "System encountered a fatal error in \\S+"
31+
},
32+
{
33+
"type": "temporary",
34+
"reason": "Kerneloops",
35+
"pattern": "System encountered a non-fatal error in \\S+"
36+
}
37+
]
38+
}

0 commit comments

Comments
 (0)