On 06/12/2012 09:23 AM, Jakub Filak wrote:
Signed-off-by: Jakub Filak<[email protected]> --- src/plugins/ccpp_event.conf | 8 ++++++++ src/plugins/koops_event.conf | 8 ++++++++ src/plugins/python_event.conf | 8 ++++++++ src/plugins/xorg_event.conf | 4 ++++ 4 files changed, 28 insertions(+)diff --git a/src/plugins/ccpp_event.conf b/src/plugins/ccpp_event.conf index 9ac32bb..1667ff8 100644 --- a/src/plugins/ccpp_event.conf +++ b/src/plugins/ccpp_event.conf @@ -47,3 +47,11 @@ EVENT=report_Bugzilla analyzer=CCpp duphash!= abrt-dedup-client test -f component || abrt-action-save-package-data reporter-bugzilla -b -c /etc/libreport/plugins/bugzilla.conf + +# Send micro report +EVENT=report_uReport analyzer=CCpp + reporter-ureport + +# Reporting of C/Cpp problems +EVENT=report-gui analyzer=CCpp + report-gtk -e report_uReport -e analyze_RetraceServer -e report_Bugzilla -- "$DUMP_DIR" diff --git a/src/plugins/koops_event.conf b/src/plugins/koops_event.conf index 02e956e..4d75110 100644 --- a/src/plugins/koops_event.conf +++ b/src/plugins/koops_event.conf @@ -17,3 +17,11 @@ EVENT=post-create analyzer=Kerneloops EVENT=report_Bugzilla analyzer=Kerneloops reporter-bugzilla -b + +# Send micro report +EVENT=report_uReport analyzer=Kerneloops + reporter-ureport + +# Reporting of kernel oopses +EVENT=report-gui analyzer=Kerneloops + report-gtk -e report_uReport -e report_Bugzilla -- "$DUMP_DIR" diff --git a/src/plugins/python_event.conf b/src/plugins/python_event.conf index 7f089b0..a7c72ac 100644 --- a/src/plugins/python_event.conf +++ b/src/plugins/python_event.conf @@ -5,3 +5,11 @@ EVENT=post-create analyzer=Python EVENT=report_Bugzilla analyzer=Python test -f component || abrt-action-save-package-data reporter-bugzilla -b -c /etc/libreport/plugins/bugzilla.conf + +# Send micro report +EVENT=report_uReport analyzer=Python + reporter-ureport + +# Reporting of python exceptions +EVENT=report-gui analyzer=Python + report-gtk -e report_uReport -e report_Bugzilla -- "$DUMP_DIR" diff --git a/src/plugins/xorg_event.conf b/src/plugins/xorg_event.conf index 0785f48..b974a6b 100644 --- a/src/plugins/xorg_event.conf +++ b/src/plugins/xorg_event.conf @@ -30,3 +30,7 @@ EVENT=post-create analyzer=xorg EVENT=report_Bugzilla analyzer=xorg reporter-bugzilla -b + +# Reporting of xorg problems +EVENT=report-gui analyzer=xorg + report-gtk -e report_Bugzilla -- "$DUMP_DIR"
Looks good to me. -- vda
