Ad Widget

Collapse

Is there a problem in installing an agent source version larger than the package?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • cesarsj
    Senior Member
    • Dec 2018
    • 154

    #1

    Is there a problem in installing an agent source version larger than the package?

    For example, the agent package for debian seems to be version 4.0.2, and I installed on a Raspbian 8 (Debian Jessie) 4.0.4 source. Is there a problem with that?

    #wget https://repo.zabbix.com/zabbix/4.0/d...jessie_all.deb

    Another issue, for the installation of the Agent, other than the Server that install with --enable-ipv6 --enable-net-snmp and others ... For the agent I install only with ./configure --enable-agent, correct ?

    Actually, I usually just put:

    ./configure --enable-agent --sysconfdir=/etc/zabbix.
  • Atsushi
    Senior Member
    • Aug 2013
    • 2028

    #2
    The package for Debian in the Zabbix official repository does not correspond to Raspbian Jessie because its architecture is different. If you install Zabbix 4.0 agent on Raspbian Jessie, it will be installed from the source.

    If you are only building a Zabbix agent, you can specify "--enable-agent" as an argument to configure. As with packages, if you set the configuration file below the /etc/zabbix directory, you also need to specify "--sysconfdir=/etc/zabbix" as you wrote.

    In addition, if you are doing communication encryption between the Zabbix server and the Zabbix agent, you also need to specify options that match the library of encryption you are using.

    ex. --with-openssl

    Comment

    Working...