1REPORTER-KERNELOOPS(1)         LIBREPORT MANUAL         REPORTER-KERNELOOPS(1)
2
3
4

NAME

6       reporter-kerneloops - Reports kernel oops to kerneloops.org (or
7       similar) site.
8

SYNOPSIS

10       reporter-kerneloops [-v] [-c CONFFILE]... [-d DIR]
11

DESCRIPTION

13       The tool is used to report the crash to the Kerneloops tracker.
14
15   Configuration file
16       Configuration file contains entries in a format "Option = Value".
17
18       The options are:
19
20       SubmitURL
21           The URL of the kerneloops tracker, the default is
22           "http://submit.kerneloops.org/submitoops.php".
23
24   Integration with ABRT events
25       reporter-kerneloops can be used as a reporter, to allow users to report
26       problems to the Kerneloops tracker. This usage is pre-configured in
27       /etc/libreport/events.d/koops_event.conf:
28
29           EVENT=report_Kerneloops analyzer=Kerneloops reporter-kerneloops
30
31       It can be also used automatically and immediately without user
32       interaction. When this is desired, modify the event configuration file
33       to run the tool on the post-create event:
34
35           EVENT=post-create analyzer=Kerneloops  reporter-kerneloops
36

OPTIONS

38       -v
39           Be more verbose. Can be given multiple times.
40
41       -d DIR
42           Path to problem directory.
43
44       -c CONFFILE
45           Path to configuration file. When used in ABRT event system, the
46           file contains site-wide configuration. Users can change the values
47           via environment variables.
48

ENVIRONMENT VARIABLES

50       Environment variables take precedence over values provided in the
51       configuration file.
52
53       KerneloopsReporter_SubmitURL
54           The URL of the kerneloops tracker.
55

SEE ALSO

57       koops_event.conf(5)
58

AUTHORS

60       ยท   ABRT team
61
62
63
64LIBREPORT 2.14.0                  12/11/2020            REPORTER-KERNELOOPS(1)
Impressum