1ABRT.CONF(5)                      ABRT 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 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/tmp/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: Allows ABRT tools to detect problems in ABRT
38       itself. By increasing the value you can force ABRT to detect, process
39       and report problems in ABRT. You have to bare in mind that ABRT might
40       fall into an infinite loop when handling problems caused by itself. The
41       default is 0 (non debug mode).
42

SEE ALSO

44       abrtd(8) abrt-action-save-package-data.conf(5) abrt-handle-upload(1)
45

AUTHORS

47       ·   ABRT team
48
49
50
51abrt 2.1.11                       11/13/2018                      ABRT.CONF(5)
Impressum