Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

reporter-rhtsupport(1) [centos man page]

REPORTER-RHTSUPPORT(1)						 LIBREPORT MANUAL					    REPORTER-RHTSUPPORT(1)

NAME
reporter-rhtsupport - Reports problem to RHTSupport. SYNOPSIS
reporter-rhtsupport [-v] [-c CONFFILE] -d DIR Or: reporter-rhtsupport [-v] [-c CONFFILE] [-d DIR] -t[ID] FILE... DESCRIPTION
The tool reads problem directory DIR. Then it logs in to RHTSupport and creates a new case. The URL to new case is printed to stdout and recorded in reported_to element in DIR. If not specified, CONFFILE defaults to /etc/libreport/plugins/rhtsupport.conf. Option -t uploads FILEs to the already created case on RHTSupport site. The case ID is retrieved from directory specified by -d DIR. If problem data in DIR was never reported to RHTSupport, upload will fail. Option -tCASE uploads FILEs to the case CASE on RHTSupport site. -d DIR is ignored. Configuration file Configuration file lines should have PARAM = VALUE format. The parameters are: Login Login to RHTSupport account. Password Password to RHTSupport account. URL HTTP(S) address. (default: https://api.access.redhat.com/rs) SSLVerify Use yes/true/on/1 to verify server's SSL certificate. (default: yes) Parameters can be overridden via $RHTSupport_PARAM environment variables. Integration with ABRT events reporter-rhtsupport can be used as an ABRT reporter. Example fragment for /etc/libreport/report_event.conf: # Report Python crashes EVENT=report_RHTSupport analyzer=Python reporter-rhtsupport -d . -c /etc/libreport/plugins/rhtsupport.conf OPTIONS
-d DIR Path to problem directory. -c CONFFILE Path to configuration file. -t[ID] Upload FILEs to the already created case on RHTSupport site. SEE ALSO
abrt_event.conf LIBREPORT 2.1.11 06/18/2014 REPORTER-RHTSUPPORT(1)

Check Out this Related Man Page

REPORTER-UREPORT(1)						 LIBREPORT MANUAL					       REPORTER-UREPORT(1)

NAME
reporter-ureport - Reports ABRT problems in format of micro report SYNOPSIS
reporter-ureport [-v] [-c CONFFILE] [-u URL] [-k] [-A -a bthash -B -b bug-id -E -e email] [-r] [-d DIR] DESCRIPTION
The tool reads problem directory DIR, assembles an micro report from the loaded problem data and sends the micro report to uReport server for updating statistics and fast analysis. The results of the analysis are stored in problem data in form of problems elements. reporter-ureport updates reported_to Configuration file If not specified, CONFFILE defaults to /etc/libreport/plugins/ureport.conf. Configuration file lines should have PARAM = VALUE format. The parameters are: URL Base sever HTTP(S) address. SSLVerify Use no/false/off/0 to disable verification of server's SSL certificate. (default: yes) SSLClientAuth If this option is set, client-side SSL certificate is used to authenticate to the server so that it knows which machine it came from. Possible values are: rhsm Uses the system certificate that is used for Red Hat subscription management. puppet Uses the certificate that is used by the Puppet configuration management tool. <cert_path>:<key_path> Manually supply paths to certificate and the corresponding key in PEM format. ContactEmail Email address attached to a bthash on the server. Parameters can be overridden via $uReport_PARAM environment variables. OPTIONS
-c FILE Path to configuration file -a, --attach BTHASH bthash of uReport to attach (conflicts with -A) -A, --attach-rt Attach to a bthash from reported_to (conflicts with -a) -b, --bug-id NUM Attach RHBZ bug (requires -a) -B, --bug-id-rt Attach last RHBZ bug from reported_to (requires -a|-A, conflicts with -b) -e, --email EMAIL Contact e-mail address (requires -a|-A, conflicts with -E) -E, --email-env Contact e-mail address from environment (requires -a|-A, conflicts with -e) -d, --problem-dir DIR Path to problem directory. -k, --insecure Allow insecure connection to ureport server -t, --auth SOURCE Enables client authentication. See SSLClientAuth configuration file option for list of possible values. -v Be more verbose. Can be given multiple times. -u, --url URL Specify server URL ENVIRONMENT VARIABLES
Environment variables take precedence over values provided in the configuration file. uReport_URL Base sever HTTP(S) address. uReport_SSLVerify Use yes/true/on/1 to verify server's SSL certificate. (default: yes) uReport_ContactEmail Email address attached to a bthash on the server. SEE ALSO
ureport.conf(5) AUTHORS
o ABRT team LIBREPORT 2.1.11 06/18/2014 REPORTER-UREPORT(1)
Man Page