Ad Widget

Collapse

Installation via External Repository/Yum on RHEL 7 for Zabbix 5.0.3

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • delawless
    Junior Member
    • Aug 2020
    • 3

    #1

    Installation via External Repository/Yum on RHEL 7 for Zabbix 5.0.3

    Attempting to go through the steps for installing Zabbix 5.0.3 on RHEL 7.

    I'm able to successfully execute: rpm -Uvh https://repo.zabbix.com/zabbix/5.0/r...el7.noarch.rpm

    I have also edited the /etc/yum.repos.d/zabbix.repo to enable the front end repository.

    When I attempt to execute: yum install zabbix-server-mysql zabbix-agent, I get a curl error [Errno 14] curl#52 - "Empty reply from server"

    I've set up http proxy and https proxies in my yum configuration, and I can download the rpms via wget, however, I've reached a dependency that I can't find a rpm for:

    error: Failed dependencies:
    zabbix-web-database-scl = 5.0.3-1.el7 is needed by zabbix-apache-conf-scl-5.0.3-1.el7.noarch

    Please advise as to what I need to check to get the repository working.

    Thanks
  • isaqueprofeta
    Senior Member
    Zabbix Certified SpecialistZabbix Certified Professional
    • Aug 2020
    • 154

    #2
    Zabbix 5.0 on CentOS7 has a lot of side steps to make it work...

    Note that RHEL/CentOS 7 only provide PHP 5.4. See instructions for installing Zabbix frontend on Red Hat Enterprise Linux/CentOS 7.
    Review you steps under the specific docs: https://www.zabbix.com/documentation...ntend_on_rhel7

    Comment

    • delawless
      Junior Member
      • Aug 2020
      • 3

      #3
      I found out the issue. It turns out the /etc/yum.repos.d/zabbix.repo file needed "proxy = " entries for each repository that was enabled.

      Once I was able to configure that for each, I was able to install Zabbix from the repository like normal.

      Comment

      Working...