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)

'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

-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
-------
* ABRT team
