Ad Widget

Collapse

zabbix_proxy.db empty???

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • mastraze
    Member
    • Jul 2011
    • 30

    #1

    zabbix_proxy.db empty???

    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 :
    Code:
    $ sqlite3 /tmp/zabbix_proxy.db
    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...
  • mastraze
    Member
    • Jul 2011
    • 30

    #2
    Hostname is an important parameter. As with active agents, if it's wrong, nothing will work.
    So becarefull in the /etc/zabbix_proxy.conf the hostname on which runs the proxy must be correct.

    Then restart your system. It works well....

    Comment

    Working...