Hello there,
i've been using zabbix server since version 1.8. Now i'm running zabbix v2.2.2 on Ubuntu 13.10.
Lately I decide to create one zabbix proxy on other branch to connect with current zabbix server.
However, after i complete install from source, i'm unable to start the zabbix proxy. Even i check at log dir, no log has been created.
I'm using Ubuntu 13.10 with zabbix source V2.2.3. Here is the command i used.
I start zabbix-proxy using below command:
and the respond is:
I have configured all the configuration setting and pointing to mysql database.
Hope experts can help me.
i've been using zabbix server since version 1.8. Now i'm running zabbix v2.2.2 on Ubuntu 13.10.
Lately I decide to create one zabbix proxy on other branch to connect with current zabbix server.
However, after i complete install from source, i'm unable to start the zabbix proxy. Even i check at log dir, no log has been created.
I'm using Ubuntu 13.10 with zabbix source V2.2.3. Here is the command i used.
Code:
./configure --enable-proxy --with-mysql --enable-agent --enable-ipv6 --with-net-snmp --with-libcurl
Code:
service zabbix-proxy start
Code:
zabbix-proxy stop/waiting
Hope experts can help me.
Comment