summaryrefslogtreecommitdiffstats
path: root/src/Daemon/abrt.conf
blob: 51367db870af69061932d6ea0b94395783ddd72c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# test conf file. it will be generated in the future

# common abrt settings
[ Common ]
# Enable GPG check
EnableOpenGPG = no
# GPG keys
OpenGPGPublicKeys = /etc/pki/rpm-gpg/RPM-GPG-KEY-fedora
# blacklisted packages
BlackList = bash, bind, apache2
# enabled plugins
EnabledPlugins = SQLite3, CCpp, Mailx, Logger, Kerneloops, KerneloopsReporter
# selected DB plugin
Database = SQLite3
# max size for coredumps storage
MaxCrashReportsSize = 1000
# set of reporters which are activated in crash time
Reporters = Mailx

# reporters association with alanyzers
[ Reporters ]
CCpp = Logger
Kerneloops = KerneloopsReporter

# actions association
[ Actions ]