summaryrefslogtreecommitdiffstats
path: root/src/plugins/ccpp_events.conf
diff options
context:
space:
mode:
authorKarel Klic <kklic@redhat.com>2011-03-03 14:10:39 +0100
committerKarel Klic <kklic@redhat.com>2011-03-03 14:10:39 +0100
commitceaecf58a14dff5555d1a6a1ff5fa7f46149e927 (patch)
tree3b5c5fd92c746f694a1cd3f675ea6c84ae3e88f1 /src/plugins/ccpp_events.conf
parentdeac7d7ee408de17a97fbfb50e54ef22b74283fa (diff)
downloadabrt-ceaecf58a14dff5555d1a6a1ff5fa7f46149e927.tar.gz
abrt-ceaecf58a14dff5555d1a6a1ff5fa7f46149e927.tar.xz
abrt-ceaecf58a14dff5555d1a6a1ff5fa7f46149e927.zip
Add retrace client into analyze and reanalyze events
Diffstat (limited to 'src/plugins/ccpp_events.conf')
-rw-r--r--src/plugins/ccpp_events.conf10
1 files changed, 6 insertions, 4 deletions
diff --git a/src/plugins/ccpp_events.conf b/src/plugins/ccpp_events.conf
index 1ad57608..cbeb8acf 100644
--- a/src/plugins/ccpp_events.conf
+++ b/src/plugins/ccpp_events.conf
@@ -5,13 +5,15 @@ EVENT=post-create analyzer=CCpp abrt-action-analyze-c
#TODO: can we still specify additional directories to search for debuginfos,
# or was this ability lost with move to python installer?
-EVENT=analyze analyzer=CCpp backtrace= abrt-action-install-debuginfo --core="$DUMP_DIR/coredump"
-EVENT=analyze analyzer=CCpp backtrace= abrt-action-generate-backtrace
+EVENT=analyze_Local analyzer=CCpp backtrace= abrt-action-install-debuginfo --core="$DUMP_DIR/coredump"
+EVENT=analyze_Local analyzer=CCpp backtrace= abrt-action-generate-backtrace
+EVENT=analyze_RetraceServer analyzer=CCpp backtrace= abrt-retrace-client batch -k --dir "$DUMP_DIR"
# Same as "analyze", but executed when user requests "refresh" in GUI
#EVENT=reanalyze analyzer=CCpp trim-debuginfo-cache /var/cache/abrt-di 4096m
-EVENT=reanalyze analyzer=CCpp abrt-action-install-debuginfo --core="$DUMP_DIR/coredump"
-EVENT=reanalyze analyzer=CCpp abrt-action-generate-backtrace
+EVENT=reanalyze_Local analyzer=CCpp abrt-action-install-debuginfo --core="$DUMP_DIR/coredump"
+EVENT=reanalyze_Local analyzer=CCpp abrt-action-generate-backtrace
+EVENT=reanalyze_RetraceServer analyzer=CCpp abrt-retrace-client batch -k --dir "$DUMP_DIR"
EVENT=report_Bugzilla analyzer=CCpp abrt-action-bugzilla -c /etc/abrt/plugins/Bugzilla.conf
EVENT=report_Logger analyzer=CCpp abrt-action-print -o /var/log/abrt.log