Ad Widget

Collapse

Installing Zabbix server on amazon linux machine

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • traghu
    Junior Member
    • Sep 2016
    • 1

    #1

    Installing Zabbix server on amazon linux machine

    Hi,

    Am trying to install Zabbix server as per the steps provided in the following official documentation.



    Since i dont see any specific steps for installing Zabbix on aws linux machine, i followed the above document.

    But i am seeing the following errors when i tried installing mysql, can some one please help me out here to resolve this.

    Error: Package: zabbix-server-mysql-3.0.4-1.el7.x86_64 (zabbix)
    Requires: libnetsnmp.so.31()(64bit)
    Error: Package: iksemel-1.4-2.el7.centos.x86_64 (zabbix-non-supported)
    Requires: libgnutls.so.28(GNUTLS_1_4)(64bit)
    Error: Package: zabbix-server-mysql-3.0.4-1.el7.x86_64 (zabbix)
    Requires: systemd
    Error: Package: iksemel-1.4-2.el7.centos.x86_64 (zabbix-non-supported)
    Requires: libgnutls.so.28()(64bit)
  • okelet
    Junior Member
    • Sep 2016
    • 18

    #2
    Amazon Linux is like Red Hat or Centos. Ensure basic repos are enabled:

    Code:
    yum repolist

    Comment

    Working...