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.
#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.
Comment