Hello all,
I have a server running on 3.0.1 for quite some time. Now we have a new location and demands a proxy. I have setup Ubuntu 14 and added the repo using below commands
# wget http://repo.zabbix.com/zabbix/3.0/ub...trusty_all.deb
# sudo dpkg -i zabbix-release_3.0-1+trusty_all.deb
# sudo apt-get update
and then i use below command to install proxy
#sudo apt install zabbix-proxy-mysql
but to my surprise, it installs proxy with version 2.2 from the Ubuntu default repo.
I have checked the /etc/apt/sources.list.d but its empty. I think my repo's are screwed up.
Any pointers will be highly appreciated.
TIA
Ken
I have a server running on 3.0.1 for quite some time. Now we have a new location and demands a proxy. I have setup Ubuntu 14 and added the repo using below commands
# wget http://repo.zabbix.com/zabbix/3.0/ub...trusty_all.deb
# sudo dpkg -i zabbix-release_3.0-1+trusty_all.deb
# sudo apt-get update
and then i use below command to install proxy
#sudo apt install zabbix-proxy-mysql
but to my surprise, it installs proxy with version 2.2 from the Ubuntu default repo.
I have checked the /etc/apt/sources.list.d but its empty. I think my repo's are screwed up.
Any pointers will be highly appreciated.
TIA
Ken
Comment