1ABRT.CONF(5) ABRT Manual ABRT.CONF(5)
2
3
4
6 abrt.conf - Configuration file for abrt.
7
9 abrt is a daemon that watches for application crashes. When a crash
10 occurs, it collects the problem data and takes action according to its
11 configuration. This document describes abrt’s configuration file.
12
13 The configuration file consists of items in the format "Option =
14 Value". A description of each item follows:
15
16 DumpLocation = directory
17 The directory where should abrt store coredumps and all files which
18 are needed for reporting. The default is /var/spool/abrt.
19
20 MaxCrashReportsSize = number
21 The maximum disk space (specified in megabytes) that abrt will use
22 for all the crash dumps. Specify a value here to ensure that the
23 crash dumps will not fill all available storage space. The default
24 is 1000.
25
26 WatchCrashdumpArchiveDir = directory
27 The daemon will watch this directory and call abrt-handle-upload on
28 files which appear there. This is used to auto-unpack crashdump
29 tarballs uploaded via ftp, scp, etc. The directory must exist and
30 be writable for abrt. There is no default.
31
32 DeleteUploaded = yes/no
33 The daemon will delete an uploaded crashdump archive after an
34 atempt to unpack it. An archive will be delete whether unpacking
35 finishes successfully or not. The default value is no.
36
37 DebugLevel = 0-100
38 Allows ABRT tools to detect problems in ABRT itself. By increasing
39 the value you can force ABRT to detect, process and report problems
40 in ABRT. You have to bare in mind that ABRT might fall into an
41 infinite loop when handling problems caused by itself. The default
42 is 0 (non debug mode).
43
44 AutoreportingEvent = event
45 A name of event which is run automatically after problem’s
46 detection. The event should perform some fast analysis and exit
47 with 70 if the problem is known. Default is report_uReport.
48
49 AutoreportingEnabled = yes/no
50 Enables automatic running of the event configured in
51 AutoreportingEvent option.
52
53 ShortenedReporting = yes/no
54 Enables shortened GUI reporting where the reporting is interrupted
55 after AutoreportingEvent is done. Default is Yes if application is
56 running in GNOME desktop session; otherwise No.
57
58 ExploreChroots = true/false
59 Enables various features exploring process’s root directories if
60 they differ from the default root directory. The folowing list
61 includes examples of enabled features:
62
63 · query the rpm database in the process’s root directory
64
65 · save files like /etc/os-release from the process’s root
66 directory Default is false.
67
69 abrtd(8) abrt-action-save-package-data.conf(5) abrt-handle-upload(1)
70
72 · ABRT team
73
74
75
76abrt 2.12.0 02/05/2019 ABRT.CONF(5)