From: Lists <li...@mu...> - 2017-11-05 06:41:23
|
Hello, I just installed a fresh Debian 9.2 server to take a look at Zabbix. I downloaded and installed the zabbix-release_3.4-1+stretch_all.deb package and ran 'apt-get update'. After my repository info updated, I installed Zabbix Server by running 'apt-get install zabbix-server-mysql', however it has installed a 3.0 version and not 3.4.x: --- START --- sysadmin@monitor:~$ sudo zabbix_server --version zabbix_server (Zabbix) 3.0.7 Revision 64609 21 December 2016, compilation time: Jun 4 2017 07:14:06 --- END --- I have a Debian 8 server I am will be using as a proxy to monitor devices behind it and I ran the exact same commands for getting the Zabbix repo and then I install zabbix-proxy-mysql and zabbix-agent. These versions are correct: --- START --- os-fw01:~# zabbix_agentd --version zabbix_agentd (daemon) (Zabbix) 3.4.3 Revision 73588 17 October 2017, compilation time: Oct 18 2017 09:51:35 --- END --- Here is the contents of my '/etc/apt/sources.list.d/zabbix.list' file on my Zabbix server (Debian 9): --- START --- deb http://repo.zabbix.com/zabbix/3.4/debian stretch main deb-src http://repo.zabbix.com/zabbix/3.4/debian stretch main --- END --- Other than downgrading to Debian 8, is there a way to fix this so I have the correct (and updated) Zabbix version packages installed? Thanks! :-) Regards, Alan |