Hello,
I have two servers that I want to use with Zabbix 1.6.1.
I've tried first to use server1 as Zabbix server and server2 as a zabbix proxy. I used the following to build Zabbix with proxy support:
I've update zabbix_proxy.conf and ran zabbix_proxy, the command didn't show up an error message. But when I did
Nothing showed up, is this a normal behavior?
Then I tried the node mode, I've updated zabbix_server.conf to have NodeID=1 instead of disabled (#NodeID=0), I restart zabbix-agent ran the following:
It has been running for over 40 min now, I'm wondering how long does the conversion take?
Thank you,
I have two servers that I want to use with Zabbix 1.6.1.
I've tried first to use server1 as Zabbix server and server2 as a zabbix proxy. I used the following to build Zabbix with proxy support:
Code:
./configure --enable-proxy --with-mysql --with-net-snmp –with-libcurl
Code:
ps -ef | grep zabbix
Then I tried the node mode, I've updated zabbix_server.conf to have NodeID=1 instead of disabled (#NodeID=0), I restart zabbix-agent ran the following:
Code:
./zabbix_server -n 1 -c /etc/zabbix/zabbix_server.conf
Thank you,

Comment