attempting to use zabbix_proxy with sqlite database fails. logfile lists many warning regarding transactions like :
it sort of creates the database, but then dies with :
[Z3005] Query failed: [0] no such table: ids [select nextid from ids where table_name='proxy_history' and field_name='history_lastid']
Code:
Query without transaction detected [BEGIN TRANSACTION;CREATE TABLE IF NOT EXISTS... Query without transaction detected [PRAGMA synchronous = 0] Query without transaction detected [PRAGMA temp_store = 2]
[Z3005] Query failed: [0] no such table: ids [select nextid from ids where table_name='proxy_history' and field_name='history_lastid']
Comment