1abrt(7) Miscellaneous Information Manual abrt(7)
2
3
4
6 ReportUploader plugin for abrt(8)
7
9 abrt is a daemon which watches for application crashes. When a crash
10 occurs, it collects the crash data and performs some actions according
11 to the configuration. This manual page describes the ReportUploader
12 plugin for abrt.
13
14 This plugin will send a report to an anonymous FTP site. It's intended
15 for use in cases where a ticketing system is associated with the FTP
16 site, but the ticketing system has no way to automatically create new
17 tickets, or add to existing tickets. Customer Name is put in config
18 file. Ticket name (or number) is also put in config file. If no
19 ticket name is configured, assume ticketing system should create a new
20 ticket. This information is added to the report, the report is copied
21 into a compressed, optionally encrypted, tarball. Then the tarball is
22 FTP'd to the upload site. Then a status string is displayed to the
23 user showing the name of the file on the FTP site, it's MD5SUM, and
24 it's encryption key. This information can be pasted into a ticket in
25 the ticketing system.
26
28 The plugin is invoked in the abrt.conf configuration file. No parameā
29 ters are necessary.
30
32 The ReportUploader.conf configuration file contains entries in a format
33 "Option = Value". The options are:
34
35 Customer
36 This is the customer's name or other customer identifier.
37
38 Ticket
39 This is the ticket name or number.
40
41 Encrypt
42 "yes" for encrypt upload, anything else for not.
43
44 Upload
45 "yes" for for upload to FTP site, anything else for copy to local /tmp.
46
47 URL
48 URL of upload site (ie. ftp://support.com/upload).
49
51 This is a snippet from the abrt.conf configuration file. Log all the
52 C/C++ application crashes:
53
54 [AnalyzerActionsAndReporters]
55 CCpp = RHUpload
56
58 abrt(8), abrt.conf(5), abrt-plugins(7)
59
61 Plugin and man page by Gavin Romig-Koch <gavin@redhat.com>.
62
63
64
65
66
67 9 July 2009 abrt(7)