I'm running Zabbix v1.6.4 with Sqlite and I've had a lot of problems with the PHP frontend. So far I think I've identified three bugs in the code, two of them refused SQL transactions and the third one affects drawing of graphs.
Am I doing something wrong here? No one else seems to have any problems, but I guess most people are using MySQL. I can keep digging in the code and post the changes, but I need to know if Sqlite is going to be supported in the future. If not, I might as well switch to MySQL.
The reason for us using Sqlite is that we want the monitoring to be small, compact and dependent on as few external components as possible. We're only monitoring five servers.
Am I doing something wrong here? No one else seems to have any problems, but I guess most people are using MySQL. I can keep digging in the code and post the changes, but I need to know if Sqlite is going to be supported in the future. If not, I might as well switch to MySQL.
The reason for us using Sqlite is that we want the monitoring to be small, compact and dependent on as few external components as possible. We're only monitoring five servers.
Comment