summaryrefslogtreecommitdiffstats
path: root/src/daemon
diff options
context:
space:
mode:
authorJiri Moskovcak <jmoskovc@redhat.com>2011-03-25 20:13:10 +0100
committerJiri Moskovcak <jmoskovc@redhat.com>2011-03-25 20:13:10 +0100
commita5f311e2fa609215c8749f45a57557616ed0c298 (patch)
treee9fb52387e74656dbde0055a33598db5c9eae9e9 /src/daemon
parentf01ef15f2c0e0b2233b04342f6cf1650d7519030 (diff)
downloadabrt-a5f311e2fa609215c8749f45a57557616ed0c298.tar.gz
abrt-a5f311e2fa609215c8749f45a57557616ed0c298.tar.xz
abrt-a5f311e2fa609215c8749f45a57557616ed0c298.zip
added xml file for kerneloops reporter, split koops events to a separate file
Diffstat (limited to 'src/daemon')
-rw-r--r--src/daemon/abrt_event.conf8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/daemon/abrt_event.conf b/src/daemon/abrt_event.conf
index 129e532a..35f6fb0a 100644
--- a/src/daemon/abrt_event.conf
+++ b/src/daemon/abrt_event.conf
@@ -53,13 +53,6 @@ include events.d/*.conf
# In this case, do not record username too:
EVENT=post-create if [ -f uid ]; then getent passwd "`cat uid`" | cut -d: -f1 >username; fi
EVENT=post-create analyzer=Python abrt-action-analyze-python
-EVENT=post-create analyzer=Kerneloops abrt-action-analyze-oops
-
-# If you want behavior similar to one provided by kerneloops daemon
-# distributed by kerneloops.org - that is, if you want
-# oopses to be reported automatically and immediately without
-# user interaction, uncomment this line:
-#EVENT=post-create analyzer=Kerneloops abrt-action-kerneloops
# Example: if you want to save sosreport immediately at the moment of a crash:
# (alternatively, you can add similar command to EVENT=analyze_foo's,
@@ -79,6 +72,5 @@ EVENT=post-create analyzer=Kerneloops abrt-action-analyze-oops
} 2>/dev/null
-EVENT=report_kerneloops.org analyzer=Kerneloops abrt-action-kerneloops
EVENT=report_Bugzilla analyzer=Python abrt-action-bugzilla -c /etc/abrt/plugins/Bugzilla.conf
EVENT=report_Logger abrt-action-print -o "${Log_File:-/tmp/abrt.log}" -a "${Append:-no}"