abrt
Section: Misc. Reference Manual Pages (7)
Updated: 1 Jun 2009
Index
Return to Main Contents
NAME
SQLite3 database plugin for abrt(8)
DESCRIPTION
abrt
is a daemon that watches for application crashes. When a crash occurs,
it collects the crash data and takes action according to
its configuration. This manual page describes the SQLite3 database plugin
for abrt.
This is a database plugin: abrt needs a database in which to store
its metadata. You can choose one by specifying "Database" in
the abrt.conf configuration file. Currently SQLite3 is
the only choice supported.
INVOCATION
The plugin is invoked in the abrt.conf configuration file, like
this:
[common]
Database = SQLite3
CONFIGURATION
The SQLite3.conf configuration file contains one entry:
DBPath
The path to the database.
EXAMPLES
see INVOCATION
SEE ALSO
abrt(8),
abrt.conf(5),
abrt-plugins(7)
AUTHOR
Written by Zdenek Prikryl <zprikryl@redhat.com> and Jiri
Moskovcak <jmoskovc@redhat.com>. Manual
page by Daniel Novotny <dnovotny@redhat.com>.