Hello,
I tried installing zabbix agent 3.4 on my debian server using the steps provided before. However after installation, i noticed zabbix 4.0 was installed instead. This is an issue because my existing zabbix serve runs on zabbix server 3.4 and upgrading it will be a lot of troubles as i already have a lot of servers configured on it. Kindly advise on how to go about downloading and installing zabbix agent 3.4 specifically on debian 10
wget https://repo.zabbix.com/zabbix/3.4/d...tretch_all.deb
dpkg -i zabbix-release_3.4-1+stretch_all.deb
apt-get update
apt update
apt-get install zabbix-agent
I tried installing zabbix agent 3.4 on my debian server using the steps provided before. However after installation, i noticed zabbix 4.0 was installed instead. This is an issue because my existing zabbix serve runs on zabbix server 3.4 and upgrading it will be a lot of troubles as i already have a lot of servers configured on it. Kindly advise on how to go about downloading and installing zabbix agent 3.4 specifically on debian 10
wget https://repo.zabbix.com/zabbix/3.4/d...tretch_all.deb
dpkg -i zabbix-release_3.4-1+stretch_all.deb
apt-get update
apt update
apt-get install zabbix-agent
Comment