Hello,
I've been using this page to install Zabbix 3.4 agent on my Proxmox Servers:
wget http://repo.zabbix.com/zabbix/3.4/de...tretch_all.deb
dpkg -i zabbix-release_3.4-1+stretch_all.deb
apt install zabbix-agent
sed -i 's/^Server=.*/Server=monitor-proxies.zoobey.com/' /etc/zabbix/zabbix_agentd.conf
systemctl enable zabbix-agent
systemctl start zabbix-agent
I've now upgraded my Zabbix to version 4. Would the wget line in the above instructions change to the following location to install Zabbix Agent version 4?
And which install would I use? Would it be:
zabbix-release_4.0-1+stretch_all.deb Would 4.0-1 stretch all deb be the correct version to install? Thank you.
I've been using this page to install Zabbix 3.4 agent on my Proxmox Servers:
wget http://repo.zabbix.com/zabbix/3.4/de...tretch_all.deb
dpkg -i zabbix-release_3.4-1+stretch_all.deb
apt install zabbix-agent
sed -i 's/^Server=.*/Server=monitor-proxies.zoobey.com/' /etc/zabbix/zabbix_agentd.conf
systemctl enable zabbix-agent
systemctl start zabbix-agent
I've now upgraded my Zabbix to version 4. Would the wget line in the above instructions change to the following location to install Zabbix Agent version 4?
And which install would I use? Would it be:
zabbix-release_4.0-1+stretch_all.deb Would 4.0-1 stretch all deb be the correct version to install? Thank you.