baab13
From 92f6776a2d4d2c4a7239e3721acd2df46f6dd7da Mon Sep 17 00:00:00 2001
baab13
From: Denys Vlasenko <dvlasenk@redhat.com>
baab13
Date: Tue, 3 Dec 2013 12:19:27 +0100
baab13
Subject: [ABRT PATCH 22/27] Add a manpage for
baab13
 abrt-action-check-oops-for-hw-error
baab13
baab13
Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
baab13
baab13
Related to rhbz#1032077
baab13
baab13
Signed-off-by: Jakub Filak <jfilak@redhat.com>
baab13
---
baab13
 doc/abrt-action-check-oops-for-hw-error.txt | 32 +++++++++++++++++++++++++++++
baab13
 1 file changed, 32 insertions(+)
baab13
 create mode 100644 doc/abrt-action-check-oops-for-hw-error.txt
baab13
baab13
diff --git a/doc/abrt-action-check-oops-for-hw-error.txt b/doc/abrt-action-check-oops-for-hw-error.txt
baab13
new file mode 100644
baab13
index 0000000..c488e6f
baab13
--- /dev/null
baab13
+++ b/doc/abrt-action-check-oops-for-hw-error.txt
baab13
@@ -0,0 +1,32 @@
baab13
+abrt-action-check-oops-for-hw-error(1)
baab13
+======================================
baab13
+
baab13
+NAME
baab13
+----
baab13
+abrt-action-check-oops-for-hw-error - Checks dmesg element, marks problem as not-reportable
baab13
+if hardware error is detected
baab13
+
baab13
+SYNOPSIS
baab13
+--------
baab13
+'abrt-action-check-oops-for-hw-error'
baab13
+
baab13
+DESCRIPTION
baab13
+-----------
baab13
+The tool reads 'dmesg' element, and if it has a message which indicates hardware
baab13
+error, it creates 'not-reportable' and 'comment' elements which explain
baab13
+what this error is and how it can be diagnosed further.
baab13
+
baab13
+Integration with ABRT events
baab13
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~
baab13
+This tool can be used in event handling for kernel oopses. Example
baab13
+fragment for /etc/libreport/report_event.conf:
baab13
+
baab13
+------------
baab13
+# Determine in which package/component the crash happened (if not yet done):
baab13
+EVENT=post-create analyzer=Kerneloops
baab13
+        abrt-action-check-oops-for-hw-error
baab13
+------------
baab13
+
baab13
+AUTHORS
baab13
+-------
baab13
+* ABRT team
baab13
-- 
baab13
1.8.3.1
baab13