summaryrefslogtreecommitdiffstats
path: root/lib/Plugins/Kerneloops.conf
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2009-12-15 12:19:29 +0100
committerDenys Vlasenko <vda.linux@googlemail.com>2009-12-15 12:19:29 +0100
commit3126a489809bf36462095ece08593ec9a3358a19 (patch)
tree52c07e49214f1f4d591bdd3676b543da04d0976f /lib/Plugins/Kerneloops.conf
parent6e933d22b7b1f5a53690d1d5e8ce958c7948093d (diff)
downloadabrt-3126a489809bf36462095ece08593ec9a3358a19.tar.gz
abrt-3126a489809bf36462095ece08593ec9a3358a19.tar.xz
abrt-3126a489809bf36462095ece08593ec9a3358a19.zip
Kerneloops.conf: better comments
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'lib/Plugins/Kerneloops.conf')
-rw-r--r--lib/Plugins/Kerneloops.conf20
1 files changed, 11 insertions, 9 deletions
diff --git a/lib/Plugins/Kerneloops.conf b/lib/Plugins/Kerneloops.conf
index a0141533..56235969 100644
--- a/lib/Plugins/Kerneloops.conf
+++ b/lib/Plugins/Kerneloops.conf
@@ -1,15 +1,17 @@
-# compatibility with kerneloops.org tool
+# Do we want kernel oopses to be visible to any user?
+# Set to "yes" for compatibility with kerneloops.org tool.
InformAllUsers = yes
+# Automatically perform reporting.
+# With default abrt.conf, it invokes KerneloopsReporter
+# and thus reports oops to kerneloops.org.
+# ("root" because all oopses are filed by abrt with user "root")
AutoReportUIDs = root
-# KerneloopsReporter configuration. Reports kernel crashes collected by the addon.
-################################################################################
+# Kerneloops Scanner configuration
+##################################
+SysLogFile = /var/log/messages
-# kerneloops.org
+# KerneloopsReporter configuration
+##################################
SubmitURL = http://submit.kerneloops.org/submitoops.php
-
-# Kerneloops Scanner configuration.
-################################################################################
-
-SysLogFile = /var/log/messages