Blame doc/abrt.conf.txt

Packit 8ea169
abrt.conf(5)
Packit 8ea169
============
Packit 8ea169
Packit 8ea169
NAME
Packit 8ea169
----
Packit 8ea169
abrt.conf - Configuration file for abrt.
Packit 8ea169
Packit 8ea169
DESCRIPTION
Packit 8ea169
-----------
Packit 8ea169
'abrt' is a daemon that watches for application crashes. When a crash occurs, it
Packit 8ea169
collects the problem data and takes action according to its configuration. This
Packit 8ea169
document describes abrt's configuration file.
Packit 8ea169
Packit 8ea169
The configuration file consists of items in the format "Option = Value".
Packit 8ea169
A description of each item follows:
Packit 8ea169
Packit 8ea169
DumpLocation = 'directory'::
Packit 8ea169
   The directory where should 'abrt' store coredumps and all files which are
Packit 8ea169
   needed for reporting. The default is /var/spool/abrt.
Packit 8ea169
Packit 8ea169
MaxCrashReportsSize = 'number'::
Packit 8ea169
   The maximum disk space (specified in megabytes) that 'abrt'
Packit 8ea169
   will use for all the crash dumps. Specify a value here to ensure
Packit 8ea169
   that the crash dumps will not fill all available storage space.
Packit 8ea169
   The default is 1000.
Packit 8ea169
Packit 8ea169
WatchCrashdumpArchiveDir = 'directory'::
Packit 8ea169
   The daemon will watch this directory and call 'abrt-handle-upload' on files
Packit 8ea169
   which appear there. This is used to auto-unpack crashdump tarballs uploaded
Packit 8ea169
   via ftp, scp, etc. The directory must exist and be writable for 'abrt'.
Packit 8ea169
   There is no default.
Packit 8ea169
Packit 8ea169
DeleteUploaded = 'yes/no'::
Packit 8ea169
   The daemon will delete an uploaded crashdump archive after an atempt to
Packit 8ea169
   unpack it. An archive will be delete whether unpacking finishes successfully
Packit 8ea169
   or not.
Packit 8ea169
   The default value is 'no'.
Packit 8ea169
Packit 8ea169
DebugLevel = '0-100'::
Packit 8ea169
   Allows ABRT tools to detect problems in ABRT itself. By increasing the value
Packit 8ea169
   you can force ABRT to detect, process and report problems in ABRT. You have
Packit 8ea169
   to bare in mind that ABRT might fall into an infinite loop when handling
Packit 8ea169
   problems caused by itself.
Packit 8ea169
   The default is 0 (non debug mode).
Packit 8ea169
Packit 8ea169
AutoreportingEvent = 'event'::
Packit 8ea169
   A name of event which is run automatically after problem's detection. The
Packit 8ea169
   event should perform some fast analysis and exit with 70 if the
Packit 8ea169
   problem is known.
Packit 8ea169
   Default is report_uReport.
Packit 8ea169
Packit 8ea169
AutoreportingEnabled = 'yes/no'::
Packit 8ea169
   Enables automatic running of the event configured in AutoreportingEvent option.
Packit 8ea169
Packit 8ea169
ShortenedReporting = 'yes/no'::
Packit 8ea169
   Enables shortened GUI reporting where the reporting is interrupted after
Packit 8ea169
   AutoreportingEvent is done.
Packit 8ea169
   Default is Yes if application is running in GNOME desktop session; otherwise
Packit 8ea169
   No.
Packit 8ea169
Packit 8ea169
ExploreChroots = 'true/false'::
Packit 8ea169
   Enables various features exploring process's root directories if they differ
Packit 8ea169
   from the default root directory. The folowing list includes examples of
Packit 8ea169
   enabled features:
Packit 8ea169
     * query the rpm database in the process's root directory
Packit 8ea169
     * save files like /etc/os-release from the process's root directory
Packit 8ea169
   Default is false.
Packit 8ea169
Packit 8ea169
Packit 8ea169
SEE ALSO
Packit 8ea169
--------
Packit 8ea169
abrtd(8)
Packit 8ea169
abrt-action-save-package-data.conf(5)
Packit 8ea169
abrt-handle-upload(1)
Packit 8ea169
Packit 8ea169
AUTHORS
Packit 8ea169
-------
Packit 8ea169
* ABRT team