summaryrefslogtreecommitdiffstats
path: root/src/plugins/abrt-action-kerneloops.txt
blob: 0a49a4b5ccdfe31ca7b23e9283486779a59de0f4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
abrt-action-kerneloops(1)
=========================

NAME
----
abrt-action-kerneloops - Reports kernel oops to kerneloops.org (or similar)
site.

SYNOPSIS
--------
'abrt-action-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
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
'abrt-action-kerneloops' can be used as a reporter, to allow users to report
problems to the Kerneloops tracker. This usage is pre-configured in
/etc/abrt/events.d/koops_events.conf:

------------
EVENT=report_Kerneloops analyzer=Kerneloops abrt-action-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  abrt-action-kerneloops
------------

OPTIONS
-------
-v::
   Be more verbose. Can be given multiple times.

-d DIR::
   Path to dump directory.

-c CONFFILE::
   Path to configration 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
-------
* ABRT team