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.conf7
1 files changed, 5 insertions, 2 deletions
diff --git a/src/Daemon/abrt.conf b/src/Daemon/abrt.conf
index acf8566f..406289fe 100644
--- a/src/Daemon/abrt.conf
+++ b/src/Daemon/abrt.conf
@@ -13,11 +13,13 @@ BlackList = nspluginwrapper
Database = SQLite3
# Max size for crash storage [MiB]
MaxCrashReportsSize = 1000
-# Vector of actions and reporters which are activated immediately after a crash occurs
+# 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 specified crash type
+# What actions or reporters to run on each crash type
[ AnalyzerActionsAndReporters ]
Kerneloops = KerneloopsReporter
CCpp = Bugzilla, Logger
@@ -29,3 +31,4 @@ Python = Bugzilla, Logger
# h:m - at h:m an action plugin is activated
# s - every s seconds is an action plugin activated
120 = KerneloopsScanner
+#02:00 = FileTransfer