Ad Widget

Collapse

Zabbix Agent

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Mun
    Member
    • Sep 2016
    • 67

    #1

    Zabbix Agent

    Hi all,

    May i know whether centos 5 can works with zabbix agent 3.4?
    Thanks.
  • Atsushi
    Senior Member
    • Aug 2013
    • 2028

    #2
    You can run it.
    However, encryption of communication can not be used for packages that are published.

    Comment

    • Mun
      Member
      • Sep 2016
      • 67

      #3
      Hi Atushi,

      Thank you for your reply. Are you saying that encryption can't be done using zabbix agent 3.4 with centos 5?
      If i want to do the encryption using pre-shared keys? it is not possible?

      Thanks.

      Comment

    • kloczek
      Senior Member
      • Jun 2006
      • 1771

      #4
      Originally posted by Atsushi
      You can run it.
      However, encryption of communication can not be used for packages that are published.
      http://repo.zabbix.com/zabbix/3.4/rhel/5/
      Just had a look on zabbix.spec used to generate CentOS 5 packages and I found inside:

      Code:
      %if 0%{?rhel} >=6
      build_flags="$build_flags --with-openssl"
      %endif
      Looks like the only reason why it has been disabled is because distribution openssl version provided by CentOS 5 is to old.
      Compile and install new openssl on top of the CentOS 5 will not solve the issue because distribution libcurl uses as well uses openssl and if zabbix will be compiled with new version it will cause crash of the zabbix agent by two libraries symbols clashes.
      Kind of workaround could be build openssl 1.1.x static libraries and link zabbix binaries statically with this new version of the openssl. But it is only workaround ..

      PS. Using RHEL/CentOS 5 based systems longer will create in the future more similar problems.
      http://uk.linkedin.com/pub/tomasz-k%...zko/6/940/430/
      https://kloczek.wordpress.com/
      zapish - Zabbix API SHell binding https://github.com/kloczek/zapish
      My zabbix templates https://github.com/kloczek/zabbix-templates

      Comment


      • Mun
        Mun commented
        Editing a comment
        Thank you kloczek, will take a look on this.
    Working...