Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

reporter-kerneloops(1) [centos man page]

REPORTER-KERNELOOPS(1)						 LIBREPORT MANUAL					    REPORTER-KERNELOOPS(1)

NAME
reporter-kerneloops - Reports kernel oops to kerneloops.org (or similar) site. SYNOPSIS
reporter-kerneloops [-v] [-c CONFFILE]... [-d DIR] DESCRIPTION
The tool is used to report the crash to the Kerneloops tracker. Configuration file Configuration file contains entries in a format "Option = Value". The options are: SubmitURL The URL of the kerneloops tracker, the default is "http://submit.kerneloops.org/submitoops.php". Integration with ABRT events reporter-kerneloops can be used as a reporter, to allow users to report problems to the Kerneloops tracker. This usage is pre-configured in /etc/libreport/events.d/koops_event.conf: EVENT=report_Kerneloops analyzer=Kerneloops reporter-kerneloops It can be also used automatically and immediately without user interaction. When this is desired, modify the event configuration file to run the tool on the post-create event: EVENT=post-create analyzer=Kerneloops reporter-kerneloops OPTIONS
-v Be more verbose. Can be given multiple times. -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. KerneloopsReporter_SubmitURL The URL of the kerneloops tracker. AUTHORS
o ABRT team LIBREPORT 2.1.11 06/18/2014 REPORTER-KERNELOOPS(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