abrt-SQLite3 (7) - Linux Manuals
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 INVOCATIONAUTHOR
Written by Zdenek Prikryl <zprikryl [at] redhat.com> and Jiri Moskovcak <jmoskovc [at] redhat.com>. Manual page by Daniel Novotny <dnovotny [at] redhat.com>.