M BUZZ CRAZE NEWS
// news

Installing latest version of Zabbix agent

By Emma Johnson

I have 2 servers:

  1. Staging server with Ubuntu 12.04
  2. Production server with Ubuntu 12.04

I tried to install Zabbix agent on the above 2 servers, first I tried to install it on my production server using the following command:

sudo apt-get install zabbix-agent

It's installing Zabbix 2.0.4 while the staging server installs Zabbix 1.8.11.

I want Zabbix 2.0.4 to be installed on my staging server too. I tried sudo apt-get update and everything but its not installing 2.0.4. How can I install the newer version?

1 Answer

You can install zabbix-agent 2.2.0 with ppa:dottedmag/zabbix-agent repository in 12.04.

sudo add-apt-repository ppa:dottedmag/zabbix-agent
sudo apt-get update
sudo apt-get install zabbix
1

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy