1REPORTER-RHTSUPPORT(1) LIBREPORT MANUAL REPORTER-RHTSUPPORT(1)
2
3
4
6 reporter-rhtsupport - Reports problem to RHTSupport.
7
9 reporter-rhtsupport [-v] [-c CONFFILE] [-F FMTFILE] [-u -C UR_CONFFILE]
10 -d DIR
11
12 Or:
13
14 reporter-rhtsupport [-v] [-c CONFFILE] [-d DIR] -t[ID] FILE...
15
17 The tool reads problem directory DIR. Then it logs in to RHTSupport and
18 creates a new case.
19
20 The tool can be configured to submit an uReport to RHTSupport together
21 with creating a new case.
22
23 The URL to new case is printed to stdout and recorded in reported_to
24 element in DIR.
25
26 If not specified, CONFFILE defaults to
27 /etc/libreport/plugins/rhtsupport.conf.
28
29 Option -t uploads FILEs to the already created case on RHTSupport site.
30 The case ID is retrieved from directory specified by -d DIR. If problem
31 data in DIR was never reported to RHTSupport, upload will fail.
32
33 Option -tCASE uploads FILEs to the case CASE on RHTSupport site. -d DIR
34 is ignored.
35
36 Option -u uploads uReport along with creating a new case. uReport
37 configuration is loaded from UR_CONFFILE which defaults to
38 /etc/libreport/plugins/ureport.conf.
39
40 Configuration file
41 Configuration file lines should have PARAM = VALUE format. The
42 parameters are:
43
44 Login
45 Login to RHTSupport account.
46
47 Password
48 Password to RHTSupport account.
49
50 URL
51 HTTP(S) address. (default: https://api.access.redhat.com/rs)
52
53 SSLVerify
54 Use yes/true/on/1 to verify server’s SSL certificate. (default:
55 yes)
56
57 SubmitUReport
58 Use yes/true/on/1 to enable submitting uReport together wit
59 creating a new case. (default: no)
60
61 Parameters can be overridden via $RHTSupport_PARAM environment
62 variables.
63
64 Integration with ABRT events
65 reporter-rhtsupport can be used as an ABRT reporter. Example fragment
66 for /etc/libreport/report_event.conf:
67
68 # Report Python crashes
69 EVENT=report_RHTSupport analyzer=Python
70 reporter-rhtsupport -d . -c /etc/libreport/plugins/rhtsupport.conf
71
73 -d DIR
74 Path to problem directory.
75
76 -c CONFFILE
77 Path to configuration file.
78
79 -t[ID]
80 Upload FILEs to the already created case on RHTSupport site.
81
82 -u
83 Submit uReport together with creating a new case.
84
85 -C UR_CONFFILE
86 Configuration file for submitting uReports.
87
88 -F CONF_FORMAT_FILE
89 Formatting file for a new case.
90
92 /etc/libreport/plugins/rhtsupport.conf
93 Configuration file.
94
96 abrt_event.conf
97
98
99
100LIBREPORT 2.0.9.1 06/19/2018 REPORTER-RHTSUPPORT(1)