summaryrefslogtreecommitdiffstats
path: root/src/daemon/abrt.conf.5
blob: 84c8f002cec82d12d5e3f1b1e8bb31c18acdafa0 (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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
.TH "abrt.conf" "5" "28 May 2009" ""
.SH NAME
abrt.conf \- configuration file for abrt
.SH DESCRIPTION
.P
.I abrt
is a daemon that watches for application crashes. When a crash occurs,
it collects the crash data and takes action according to
its configuration. This manual page describes \fIabrt\fP's configuration
file.
.P
The configuration file consists of sections, each section contains
several items in the format "Option = Value". A description of each
section follows:
.SS [Common]
.TP
.B OpenGPGCheck =  \fIyes\fP | \fIno\fP
When set to "yes",
.I abrt
will report crashes only in GPG signed packages. When set to "no",
it will report crashes also in unsigned packages. The default is "no".
.TP
.B OpenGPGPublicKeys =  \fIfilename\fP , \fIfilename\fP ...
These are the trusted GPG keys with which packages have to be
signed for
.I abrt
to report them if "OpenGPGCheck = yes".
.TP
.B BlackList = \fIpackageName\fP, \fIpackageName\fP ...
.I abrt
will ignore packages in this list and will not handle their crashes.
.TP
.B BlackListedPaths = \fI/path/to/ignore/*\fP, \fI*/another/ignored/path*\fP ...
.I abrt
will ignore crashes in executables whose absolute path matches
one of specified patterns.
.TP
.B MaxCrashReportsSize = \fInumber\fP
The maximum disk space (specified in megabytes) that
.I abrt
will use for all the crash dumps. Specify a value here to ensure
that the crash dumps will not fill all available storage space.
The default is 1000.
.TP
.B ProcessUnpackaged =  \fIyes\fP | \fIno\fP
When set to "yes",
.I abrt
will catch all crashes in the system. When set to "no",
it will catch crashes only in Fedora packages.
The default is "no".

.SS [ AnalyzerActionsAndReporters ]
This section contains associations between analyzers and action
or reporter plugins.
.TP
.B CCpp = \fIplugin\fP
.I abrt
will use this plugin when a C/C++ program crashes.
You can specify a plugin for specific program, for example
.br
CCpp:bind = Mailx("[abrt] Bind crashed")
.br
The Mailx plugin will run when bind crashes, instead of the plugin specified for
all the C/C++ programs.
.TP
.B Kerneloops = \fIplugin\fP
This plugin will be used in the case of kernel crashes.
.SH "SEE ALSO"
.IR abrtd (8),
.IR abrt-plugins (7)
.SH AUTHOR
Written by Zdeněk Přikryl <zprikryl@redhat.com> and
Jiří Moskovčák <jmoskovc@redhat.com>. Manual page written by Daniel
Novotný <dnovotny@redhat.com>.