summaryrefslogtreecommitdiffstats
path: root/src/daemon/abrt.conf
diff options
context:
space:
mode:
Diffstat (limited to 'src/daemon/abrt.conf')
-rw-r--r--src/daemon/abrt.conf12
1 files changed, 8 insertions, 4 deletions
diff --git a/src/daemon/abrt.conf b/src/daemon/abrt.conf
index 07ea51a0..fedefea0 100644
--- a/src/daemon/abrt.conf
+++ b/src/daemon/abrt.conf
@@ -8,7 +8,7 @@ OpenGPGCheck = yes
# Blacklisted packages
#
-BlackList = nspluginwrapper, valgrind, strace
+BlackList = nspluginwrapper,valgrind,strace
# Process crashes in executables which do not belong to any package?
#
@@ -16,7 +16,7 @@ ProcessUnpackaged = no
# Blacklisted executable paths (shell patterns)
#
-BlackListedPaths = /usr/share/doc/*, */example*
+BlackListedPaths = /usr/share/doc/*,*/example*
# Enable this if you want abrtd to auto-unpack crashdump tarballs which appear
# in this directory (for example, uploaded via ftp, scp etc).
@@ -30,12 +30,16 @@ BlackListedPaths = /usr/share/doc/*, */example*
MaxCrashReportsSize = 1000
+# So far we support only one line here
+#
+[ LogScanners ]
+abrt-dump-oops = abrt-dump-oops -drw /var/log/messages
+
+
# Which Action plugins to run repeatedly
#
[ Cron ]
# h:m - at h:m
# s - every s seconds
-120 = KerneloopsScanner
-
#02:00 = FileTransfer