Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

reporter-ureport(1) [centos 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)

Check Out this Related Man Page

REPORTER-MAILX(1)						 LIBREPORT MANUAL						 REPORTER-MAILX(1)

NAME
reporter-mailx - Sends contents of a problem directory via email. SYNOPSIS
reporter-mailx [-v] -d DIR [-c CONFFILE] DESCRIPTION
The tool reads a problem directory, composes an email message from the directory contents, and uses mailx to send the message to specified recipient. Properties of email messages can be specified in a configuration file, and via environment variables. Configuration file Configuration file contains entries in a format "Option = Value". The options are: Subject The subject of the email message. EmailFrom The sender of the email message. EmailTo The recipient of the email message. SendBinaryData Use yes/true/on/1 to attach all binary files from the problem directory to the email. This can cause the emails to be very large. Integration with ABRT events reporter-mailx can be used as a reporter, to allow users report problems via email when they decide to do it. This usage is pre-configured in /etc/libreport/events.d/mailx_event.conf: EVENT=report_Mailx reporter-mailx It can also be used to notify administrator automatically when a problem happens. When this is desired, modify the event configuration file to run the tool on the post-create event: EVENT=post-create reporter-mailx OPTIONS
-d DIR Path to problem directory. -c CONFFILE Path to configuration file. When used in ABRT event system, the file contains site-wide configuration. Users can change the values via environment variables. ENVIRONMENT VARIABLES
Environment variables take precedence over values provided in the configuration file. Mailx_Subject Subject of the email message. Mailx_EmailFrom Sender of the email message. Mailx_EmailTo Recipient of the email message. If nor the environment variable nor the corresponding option is defined, the message is send to "root@localhost". Mailx_SendBinaryData Use yes/true/on/1 to attach all binary files from the problem directory to the email. AUTHORS
o ABRT team LIBREPORT 2.1.11 06/18/2014 REPORTER-MAILX(1)
Man Page