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.conf61
1 files changed, 61 insertions, 0 deletions
diff --git a/src/daemon/abrt.conf b/src/daemon/abrt.conf
new file mode 100644
index 00000000..534aef8f
--- /dev/null
+++ b/src/daemon/abrt.conf
@@ -0,0 +1,61 @@
+[ Common ]
+# With this option set to "yes",
+# 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] or 0 for unlimited
+#
+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
+Python = Bugzilla, Logger
+#CCpp:xorg-x11-apps = RunApp("date", "date.txt")
+
+
+# Which Action plugins to run repeatedly
+#
+[ Cron ]
+# h:m - at h:m
+# s - every s seconds
+
+120 = KerneloopsScanner
+
+#02:00 = FileTransfer