Hi,
I have installed in new machine a zabbix proxy and i followed instructions as here
The zabbix proxy daemon works well and the server is responding too.
I have tried to use data in a remote site in this machine as test and running :
sqlite> .tables to show tables but no table was shown although the configuration was passed well.
Consulting the /tmp/zabbix_proxy.db file where sqlite will retirieve data and tables is empty...
I dont thing that creating a new database in the sqlite is a flexible solution.. because the purpose hier is to retrieve information gathered..ans the tables must be the same as the zabbix server....
Any idea to fix this misunderstood??
Thanks in advance...
I have installed in new machine a zabbix proxy and i followed instructions as here
The zabbix proxy daemon works well and the server is responding too.
I have tried to use data in a remote site in this machine as test and running :
Code:
$ sqlite3 /tmp/zabbix_proxy.db

Consulting the /tmp/zabbix_proxy.db file where sqlite will retirieve data and tables is empty...
I dont thing that creating a new database in the sqlite is a flexible solution.. because the purpose hier is to retrieve information gathered..ans the tables must be the same as the zabbix server....
Any idea to fix this misunderstood??
Thanks in advance...
Comment