summaryrefslogtreecommitdiffstats
path: root/src/plugins/ccpp_events.conf
Commit message (Collapse)AuthorAgeFilesLines
* run abrt-action-save-package-data before running bugzilla, if neededDenys Vlasenko2011-05-231-0/+1
| | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* run_event: support VAR~=REGEX matchDenys Vlasenko2011-05-231-1/+1
| | | | | | | This makes in possible to configure analyze_xsession_errors to appear only for X-related stuff Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* Remove .py from abrt-action-install-debuginfo.pyDenys Vlasenko2011-05-161-1/+1
| | | | | | | | | Rename abrt-action-install-debuginfo to abrt-action-install-debuginfo-to-abrt-cache Yes, it's ugly long... Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* rename "rating" -> "backtrace_rating", "dsos" -> "dso_list"Denys Vlasenko2011-05-161-1/+1
| | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* add smart_event.confDenys Vlasenko2011-05-121-2/+2
| | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* Add analyzer which collects ~/.xsession-errors. Closes bz#539532Denys Vlasenko2011-05-101-6/+17
| | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* Add analyzer which collects /var/log/messages. Closes bz#565725Denys Vlasenko2011-05-101-9/+17
| | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* Do away with reanalyze eventsDenys Vlasenko2011-05-101-15/+2
| | | | | | | | Now code determines whether analyze event can be skipped by looking at <creates-elements>backtrace</creates-elements> element in .xml file. Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* analyze_RetraceServer: fail on servers with problematic SSL certificatesKarel Klic2011-05-051-2/+2
|
* call abrt-action-trim-files from abrt-action-install-debuginfoDenys Vlasenko2011-05-021-4/+2
| | | | | | This allows us to not setuid abrt-action-trim-files Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* Make abrt-action-list-dsos.py take -m maps -o dsos params; and ↵Denys Vlasenko2011-04-221-3/+3
| | | | | | abrt-action-analyze-core.py to take -o build_ids param Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* renamed abrt-action-analyzecore.py -> analyze-core; made .conf file more ↵Denys Vlasenko2011-04-221-15/+25
| | | | | | readable Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* split abrt-action-install-debuginfo into two apps rhbz#692064Jiri Moskovcak2011-04-141-2/+2
| | | | | | | - the first part analyzes the coredump and writes the required build-ids into a file - the second app reads the file and tries to find the debuginfo packages for build-ids
* Analyze backtraces from retrace serverKarel Klic2011-03-261-1/+5
| | | | | | | | | | | | | | | Hi, the attached patch splits a part of abrt-action-generate-backtrace to a new tool abrt-action-analyze-backtrace, which is used by both LocalGDB and RetraceServer analyzers. Then new abrt-action-analyze-backtrace tool reads backtrace and generates duplication hash, detects crash function, and provides backtrace rating. These steps haven't been performed for remotely analyzed crashes so far. Karel
* abrt-action-trim-files: new tool for trimming old debuginfo and debug dumpsDenys Vlasenko2011-03-261-14/+14
| | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* ccpp: save package's NVR for all loaded librariesJiri Moskovcak2011-03-161-0/+1
|
* ccpp_events.conf: rename reanalyze_Local to reanalyze_LocalGDBKarel Klic2011-03-101-2/+2
|
* mergeKarel Klic2011-03-101-1/+0
|\
| * make report_Logger configurableDenys Vlasenko2011-03-101-1/+0
| | | | | | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* | added XML configuration for analyze stepsKarel Klic2011-03-101-2/+2
|/
* Add retrace client into analyze and reanalyze eventsKarel Klic2011-03-031-4/+6
|
* move ccpp related events to events.d/Jiri Moskovcak2011-02-221-0/+17
- so now when the abrt-addon-ccpp is removed it's config will be removed with it, so the rest of abrt and libreport won't be confused