Hi again,
on the road to have a SQLite setup operational... I used this params in the zabbix_server.conf :
and compiled my zabbix_server with this configure options:
My server seems to work : fail to start if no DB on the specified (DBName) path, and log 'as usual' when a 'correct' (at least with shema and most of datas... see another post with some issues I face with initial SQLite DB injection) SQLite database exists.
I suggest to enforce documentation (Manual/Webpages) with:
*2.4.3, step 4 : indicating the ./configure --enable-server --with-sqlite3 if SQLite is wanted.
*3.2 paragraph: indicating than, in the case of SQLite, only 'DBName' parameter is relevant, and must be the absolute path to the SQLite database used.
Additionnaly, I'll suggest to comment in the source/misc/conf/zabbix_server.conf the mention for DBName in case of SQLite (path to the SQLite DB file).
Cheers,
on the road to have a SQLite setup operational... I used this params in the zabbix_server.conf :
Code:
DBName=/tmp/zabbixdb
Code:
./configure --enable-server --with-sqlite3
I suggest to enforce documentation (Manual/Webpages) with:
*2.4.3, step 4 : indicating the ./configure --enable-server --with-sqlite3 if SQLite is wanted.
*3.2 paragraph: indicating than, in the case of SQLite, only 'DBName' parameter is relevant, and must be the absolute path to the SQLite database used.
Additionnaly, I'll suggest to comment in the source/misc/conf/zabbix_server.conf the mention for DBName in case of SQLite (path to the SQLite DB file).
Cheers,
Comment