1abrt.conf(5)                  File Formats Manual                 abrt.conf(5)
2
3
4

NAME

6       abrt.conf - configuration file for abrt
7

DESCRIPTION

9       abrt  is  a  daemon  that watches for application crashes. When a crash
10       occurs, it collects the crash data and takes action  according  to  its
11       configuration. This manual page describes abrt's configuration file.
12
13       The configuration file consists of sections, each section contains sev‐
14       eral items in the format "Option = Value". A description of  each  sec‐
15       tion follows:
16
17   [Common]
18       OpenGPGCheck = yes | no
19              When  set  to "yes", abrt will report crashes only in GPG signed
20              packages. When set to "no",  it  will  report  crashes  also  in
21              unsigned packages. The default is "no".
22
23       OpenGPGPublicKeys = filename , filename ...
24              These  are  the  trusted GPG keys with which packages have to be
25              signed for abrt to report them if "OpenGPGCheck = yes".
26
27       BlackList = packageName, packageName ...
28              abrt will ignore packages in this list and will not handle their
29              crashes.
30
31       BlackListedPaths = /path/to/ignore/*, */another/ignored/path* ...
32              abrt  will  ignore  crashes  in  executables whose absolute path
33              matches one of specified patterns.
34
35       Database = databasePlugin
36              This specifies which database plugin abrt uses to store metadata
37              about the crash.
38
39       MaxCrashReportsSize = number
40              The  maximum  disk space (specified in megabytes) that abrt will
41              use for all the crash dumps. Specify a value here to ensure that
42              the  crash dumps will not fill all available storage space.  The
43              default is 1000.
44
45       ActionsAndReporters = plugin, plugin(parameters)
46              List of reporter and action plugins which will be run  at  crash
47              time.
48
49       ProcessUnpackaged = yes | no
50              When  set  to  "yes", abrt will catch all crashes in the system.
51              When set to "no", it will catch crashes only in Fedora packages.
52              The default is "no".
53
54
55   [ AnalyzerActionsAndReporters ]
56       This  section  contains  associations  between  analyzers and action or
57       reporter plugins.
58
59       CCpp = plugin
60              abrt will use this plugin when a C/C++ program crashes.  You can
61              specify a plugin for specific program, for example
62              CCpp:bind = Mailx("[abrt] Bind crashed")
63              The  Mailx  plugin  will  run  when bind crashes, instead of the
64              plugin specified for all the C/C++ programs.
65
66       Kerneloops = plugin
67              This plugin will be used in the case of kernel crashes.
68
69   [ Cron ]
70       This section specifies tasks that will be run at some  specified  time.
71       You can specify either a time of day in the format
72       hh:mm = plugin
73       or an interval
74       ss = plugin2
75       in  this case, plugin2 will be run every ss seconds (this number can be
76       greater than 60).
77

SEE ALSO

79       abrtd(8), abrt-plugins(7)
80

AUTHOR

82       Written by Zdeněk  Přikryl  <zprikryl@redhat.com>  and  Jiří  Moskovčák
83       <jmoskovc@redhat.com>.   Manual   page   written   by   Daniel  Novotný
84       <dnovotny@redhat.com>.
85
86
87
88                                  28 May 2009                     abrt.conf(5)
Impressum