This file is indexed.

/usr/share/doc/zabbix-proxy-sqlite3/README.Debian is in zabbix-proxy-sqlite3 1:2.2.2+dfsg-1ubuntu1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
Installing the database
-----------------------

The Zabbix proxy needs an SQL database to run. As you chose to install
this zabbix-proxy-sqlite3 package you apparently want to use a SQLite3
database as a storage backend.

Create a new SQLite database with the necessary database schema:

-> zcat /usr/share/zabbix-proxy-sqlite3/schema.sql.gz | \
   sqlite3 /var/lib/zabbix/zabbix.db

Change the owner of the database to the "zabbix" user and group:

-> chown zabbix:zabbix /var/lib/zabbix/zabbix.db

Set the path to your SQLite3 database in the /etc/zabbix/zabbix_proxy.conf
configuration file:

-> DBName=/var/lib/zabbix/zabbix.db

Enable the startup in the /etc/default/zabbix-proxy file and start the Zabbix
proxy.

See also:
http://www.zabbix.com/documentation/2.0/manual/appendix/install/db_scripts