File tree Expand file tree Collapse file tree 1 file changed +38
-0
lines changed Expand file tree Collapse file tree 1 file changed +38
-0
lines changed Original file line number Diff line number Diff line change
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
+ }
You can’t perform that action at this time.
0 commit comments