summaryrefslogtreecommitdiffstats
path: root/src/plugins/abrt-action-kerneloops.txt
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/abrt-action-kerneloops.txt')
-rw-r--r--src/plugins/abrt-action-kerneloops.txt68
1 files changed, 68 insertions, 0 deletions
diff --git a/src/plugins/abrt-action-kerneloops.txt b/src/plugins/abrt-action-kerneloops.txt
new file mode 100644
index 00000000..0a49a4b5
--- /dev/null
+++ b/src/plugins/abrt-action-kerneloops.txt
@@ -0,0 +1,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