summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNikola Pajkovsky <npajkovs@redhat.com>2010-06-30 14:42:13 +0200
committerNikola Pajkovsky <npajkovs@redhat.com>2010-06-30 14:42:34 +0200
commitb85c61e854bfd80876825970d1d25399590795cd (patch)
treebd7afcc139aaacbb7adcbca7ed7cfd780c9c57f1
parent842d1a6d7ab1fe62c6e9bce6d776b0d73dab0e23 (diff)
downloadabrt-b85c61e854bfd80876825970d1d25399590795cd.tar.gz
abrt-b85c61e854bfd80876825970d1d25399590795cd.tar.xz
abrt-b85c61e854bfd80876825970d1d25399590795cd.zip
more readable abrt.conf
Signed-off-by: Nikola Pajkovsky <npajkovs@redhat.com>
-rw-r--r--src/Daemon/abrt.conf22
1 files changed, 20 insertions, 2 deletions
diff --git a/src/Daemon/abrt.conf b/src/Daemon/abrt.conf
index 1943ac68..b88b6b96 100644
--- a/src/Daemon/abrt.conf
+++ b/src/Daemon/abrt.conf
@@ -3,31 +3,46 @@
# only crashes in signed packages will be analyzed.
# the list of public keys used to check the signature is
# in the file gpg_keys
+#
OpenGPGCheck = yes
+
# Blacklisted packages
+#
BlackList = nspluginwrapper, valgrind, strace
+
# Process crashes in executables which do not belong to any package?
+#
ProcessUnpackaged = no
+
# Blacklisted executable paths (shell patterns)
+#
BlackListedPaths = /usr/share/doc/*, */example*
+
# Which database plugin to use
+#
Database = SQLite3
+
# Enable this if you want abrtd to auto-unpack crashdump tarballs which appear
# in this directory (for example, uploaded via ftp, scp etc).
# Note: you must ensure that whatever directory you specify here exists
# and is writable for abrtd. abrtd will not create it automatically.
+#
#WatchCrashdumpArchiveDir = /var/spool/abrt-upload
+
# Max size for crash storage [MiB]
+#
MaxCrashReportsSize = 1000
# Vector of actions and reporters which are activated immediately
# after a crash occurs, comma separated.
+#
#ActionsAndReporters = Mailx("[abrt] new crash was detected")
#ActionsAndReporters = FileTransfer("store")
ActionsAndReporters = RunApp("test x\"`cat component`\" = x\"xorg-x11-server-Xorg\" && cp /var/log/Xorg.0.log .")
# What actions or reporters to run on each crash type
+#
[ AnalyzerActionsAndReporters ]
Kerneloops = KerneloopsReporter
CCpp = Bugzilla, Logger
@@ -36,8 +51,11 @@ Python = Bugzilla, Logger
# Which Action plugins to run repeatedly
+#
[ Cron ]
-# h:m - at h:m
-# s - every s seconds
+# h:m - at h:m
+# s - every s seconds
+
120 = KerneloopsScanner
+
#02:00 = FileTransfer