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.conf15
1 files changed, 7 insertions, 8 deletions
diff --git a/src/Daemon/abrt.conf b/src/Daemon/abrt.conf
index 8ed5179c..32ba2111 100644
--- a/src/Daemon/abrt.conf
+++ b/src/Daemon/abrt.conf
@@ -12,17 +12,15 @@ Database = SQLite3
MaxCrashReportsSize = 1000
# Vector of actions and reporters which are activated immediately
# after a crash occurs, comma separated.
-#ActionsAndReporters = Mailx("[abrt] new crash was detected"), RunApp("cp /etc/mtab .")
-# If you don't want sosreport to be run immediately after crash,
-# you may comment it out here and add ", SOSreport" to "CCpp ="
-# and "Python =" lines below.
-ActionsAndReporters = SOSreport
+#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 = TicketUploader, Bugzilla
-CCpp = TicketUploader, Bugzilla
-Python = TicketUploader, Bugzilla
+Kerneloops = KerneloopsReporter
+CCpp = Bugzilla, Logger
+Python = Bugzilla, Logger
#CCpp:xorg-x11-apps = RunApp("date", "date.txt")
# Which Action plugins to run repeatedly
@@ -30,3 +28,4 @@ Python = TicketUploader, Bugzilla
# h:m - at h:m
# s - every s seconds
120 = KerneloopsScanner
+#02:00 = FileTransfer \ No newline at end of file