1abrt(7) Miscellaneous Information Manual abrt(7)
2
3
4
6 KerneloopsReporter plugin for abrt(8)
7
9 abrt is a daemon that watches for application crashes. When a crash
10 occurs, it collects the crash data and takes action according to its
11 configuration. This manual page describes the KerneloopsReporter plugin
12 for abrt.
13
14 This plugin is used to report the crash to the Kerneloops tracker.
15
17 The plugin is invoked in the abrt.conf configuration file. No parameā
18 ters are necessary.
19
21 The KerneloopsReporter.conf configuration file contains one entry:
22
23 SubmitURL
24 The URL of the kerneloops tracker, the default is
25 SubmitURL = http://submit.kerneloops.org/submitoops.php
26
28 This is a snippet from the abrt.conf configuration file. Each time a
29 kernel oops is detected, run KerneloopsReporter:
30
31 [common]
32 ActionsAndReporters = Kerneloops, KerneloopsReporter
33 [AnalyzerActionsAndReporters]
34 Kerneloops = KerneloopsReporter
35
37 abrt(8), abrt.conf(5), abrt-plugins(7)
38
40 Written by Anton Arapov <anton@redhat.com>. Manual page by Daniel
41 Novotny <dnovotny@redhat.com>.
42
43
44
45 1 Jun 2009 abrt(7)