yum install libreport-plugin-reportuploader). See the following sections on how to configure systems to use ABRT's centralized crash collection.
/var/spool/abrt-upload/ is used (the rest of the document assumes you are using this directory). Make sure this directory is writable by the abrt user.
abrt. This user is used by the abrtd daemon, for example, as the owner:group of /var/spool/abrt/* directories.
/etc/abrt/abrt.conf configuration file, set the WatchCrashdumpArchiveDir directive to the following:
WatchCrashdumpArchiveDir = /var/spool/abrt-upload/
FTP or SCP. For more information on how to configure FTP, refer to Section 17.2, “FTP”. For more information on how to configure SCP, refer to Section 11.3.2, “Using the scp Utility”.
FTP, upload a file using an interactive FTP client:
~]$ftpftp>open SERVERNAMEName:USERNAMEPassword:PASSWORDftp>cd /var/spool/abrt-upload250 Operation successful ftp>put TESTFILEftp>quit
TESTFILE appeared in the correct directory on the server system.
MaxCrashReportsSize directive (in the /etc/abrt/abrt.conf configuration file) needs to be set to a larger value if the expected volume of crash data is larger than the default 1000 MB.
/etc/libreport/events.d/ccpp_events.conf configuration file:
EVENT=analyze_LocalGDB analyzer=CCpp abrt-action-analyze-core.py --core=coredump -o build_ids && abrt-action-install-debuginfo-to-abrt-cache --size_mb=4096 && abrt-action-generate-backtrace && abrt-action-analyze-backtrace
remote!=1 condition to the rule.
package and the component elements) in the problem data. Refer to Section 21.5.3, “Saving Package Information” to find out whether you need to collect package information in your centralized crash collection configuration and how to configure it properly.