Blame doc/abrt.conf.txt

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