Ad Widget

Collapse

Unable to install Zabbix get utility

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • wyang
    Member
    • Mar 2016
    • 93

    #1

    Unable to install Zabbix get utility

    With previous versions of Zabbix, I usually install Zabbix get utility with either command 'yum install zabbix-get' or 'apt install zabbix-get'.

    While using the above command now, I get error messages like 'Unable to locate package zabbix-get'

    For Zabbix 4.4 and 5.0, how to install Zabbix get utility?

    Thanks!
  • Atsushi
    Senior Member
    • Aug 2013
    • 2028

    #2
    Please try Zabbix official repository package according to the distribution and version you are using.

    for Zabbix 5.0 on RHEL 8(CentOS 8)
    Code:
    # rpm -Uvh https://repo.zabbix.com/zabbix/5.0/rhel/8/x86_64/zabbix-release-5.0-1.el8.noarch.rpm
    # dnf clean all
    # dnf install zabbix-agent
    https://www.zabbix.com/download?zabb...ysql&ws=apache

    for Zabbix 4.4 on RHEL 8(CentOS 8)
    Code:
    # rpm -Uvh https://repo.zabbix.com/zabbix/4.4/rhel/8/x86_64/zabbix-release-4.4-1.el8.noarch.rpm
    # dnf clean all
    # dnf install zabbix-agent
    https://www.zabbix.com/download?zabb...ysql&ws=apache

    for Zabbix 5.0 on Ubuntu 18.04(Bionic)
    Code:
    # wget https://repo.zabbix.com/zabbix/5.0/ubuntu/pool/main/z/zabbix-release/zabbix-release_5.0-1+bionic_all.deb
    # dpkg -i zabbix-release_5.0-1+bionic_all.deb
    # apt update
    # apt install zabbix-agent
    Zabbix is being downloaded over 4 000 000 times every year for a reason. Download and install Zabbix for free and try it yourself!
    Last edited by Atsushi; 15-05-2020, 02:16.

    Comment

    • wyang
      Member
      • Mar 2016
      • 93

      #3
      Atsushi, thank you very much! Zabbix get utility is included in the Zabbix repository. I have installed the tool and figured the cause of my discovery rule not working

      .

      Comment

      Working...