diff options
Diffstat (limited to 'lib/Plugins/Kerneloops.conf')
| -rw-r--r-- | lib/Plugins/Kerneloops.conf | 20 |
1 files changed, 11 insertions, 9 deletions
diff --git a/lib/Plugins/Kerneloops.conf b/lib/Plugins/Kerneloops.conf index a014153..5623596 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 |
