Ad Widget

Collapse

Installing Zabbix 3.2 on RHEL 5

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • MonitorMan
    Junior Member
    • Dec 2016
    • 1

    #1

    Installing Zabbix 3.2 on RHEL 5

    Hi to all,

    I'm Installing Zabix on RHEL 5.x

    After looking up. I get to understand that for older releases.
    the following packages are deprecated
    Code:
    zabbix-server-mysql 
    zabbix-web-mysql
    But according to the release page there is still support for for RHEL 5 on the 3.2 release.
    HTML Code:
    http://www.zabbix.com/download
    The following post recomends enabling the deprecated modules for install.
    HTML Code:
    https://www.zabbix.com/forum/showthread.php?p=190626#post190626
    Code:
    # yum --enablerepo=zabbix-deprecated install zabbix-server-mysql
    # yum --enablerepo=zabbix-deprecated install zabbix-web-mysql
    But the repo in RHEL 5 don't have the deprecated folder.

    Can I install the RHEL 6 repo on my RHEL 5.x instalation?
    Is there a guide I can use?

    Thanks in Advance.


    Code:
    $ lsb_release -a
    LSB Version:    :core-3.1-ia32:core-3.1-noarch:graphics-3.1-ia32:graphics-3.1-noarch
    Distributor ID: EnterpriseEnterpriseServer
    Description:    Enterprise Linux Enterprise Linux Server release 5.5 (Carthage)
    Release:        5.5
    Codename:       Carthage
    $
    $ yum search zabbix
    =========================================================================== Matched: zabbix ============================================================================
    zabbix-agent.i386 : Zabbix Agent
    zabbix-debuginfo.i386 : Debug information for package zabbix
    zabbix-get.i386 : Zabbix Get
    zabbix-java-gateway.i386 : Zabbix java gateway
    zabbix-proxy-mysql.i386 : Zabbix proxy for MySQL or MariaDB database
    zabbix-proxy-pgsql.i386 : Zabbix proxy for PostgreSQL database
    zabbix-proxy-sqlite3.i386 : Zabbix proxy for SQLite3 database
    zabbix-release.noarch : Zabbix repository configuration
    zabbix-sender.i386 : Zabbix Sender
    $
  • Atsushi
    Senior Member
    • Aug 2013
    • 2028

    #2
    Zabbix 3.2 server package that can be installed on RHEL 5 is not published.
    The RHEL 5 standard does not have the required version of the library for Zabbix 3.2.

    Only agents and proxy can be installed in RHEL 5.

    Comment

    • tim.mooney
      Senior Member
      • Dec 2012
      • 1427

      #3
      Originally posted by MonitorMan
      Hi to all,

      I'm Installing Zabix on RHEL 5.x
      Considering RHEL 5 is end-of-life in less than 3 months, I'm puzzled why you would deploy a new service on it.

      If you are mandated to use RHEL 5, you will need to build your own, updated versions of some packages (e.g. php) and then build your own Zabbix packages.

      Comment

      Working...