abrt

Section: Misc. Reference Manual Pages (7)
Updated: 1 Jun 2009
Index Return to Main Contents
 

NAME

KerneloopsReporter plugin for abrt(8)  

DESCRIPTION

abrt is a daemon that watches for application crashes. When a crash occurs, it collects the crash data and takes action according to its configuration. This manual page describes the KerneloopsReporter plugin for abrt. This plugin is used to report the crash to the Kerneloops tracker.  

INVOCATION

The plugin is invoked in the abrt.conf configuration file. No parameters are necessary.  

CONFIGURATION

The KerneloopsReporter.conf configuration file contains one entry:  

SubmitURL

The URL of the kerneloops tracker, the default is
SubmitURL = http://submit.kerneloops.org/submitoops.php  

EXAMPLES

This is a snippet from the abrt.conf configuration file. Each time a kernel oops is detected, run KerneloopsReporter: [common]
ActionsAndReporters = Kerneloops, KerneloopsReporter
[AnalyzerActionsAndReporters]
Kerneloops = KerneloopsReporter  

SEE ALSO

abrt(8), abrt.conf(5), abrt-plugins(7)  

AUTHOR

Written by Anton Arapov <anton@redhat.com>. Manual page by Daniel Novotny <dnovotny@redhat.com>.