Ad Widget

Collapse

Unable to install proxy from Zabbix Repo

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • whitekitten
    Junior Member
    • Jul 2016
    • 17

    #1

    Unable to install proxy from Zabbix Repo

    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
  • whitekitten
    Junior Member
    • Jul 2016
    • 17

    #2
    This is resolved by clearing apt cache and leftover of zabbix folders
    cleared using dpkg -r and --purge option with apt.

    Cheers
    Ken

    Comment

    Working...