There is a point to this story, but it has temporarily escaped my mind...
Contact Me MyFaceBook MyLinkedIn MyGitHub MyTwitter

Install Zabbix Agent

In order for Zabbix to receive information from hosts, an agent needs to be installed. Follow the following steps to install agents on Linux servers.

  1. Install the repository configuration package:
    cd /tmp
    wget http://repo.zabbix.com/zabbix/3.2/ubuntu/pool/main/z/zabbix-release/zabbix-release_3.2-1+xenial_all.deb
     
    sudo dpkg -i zabbix-release_3.2-1+xenial_all.deb
     
    sudo apt-get update
  2. Install agent:
    sudo apt-get -y install zabbix-agent
     
    sudo systemctl enable zabbix-agent
  3. Configure the IP of the Zabbix Server:
    sudo sed -i 's/ServerActive=127.0.0.1/ServerActive=###.###.###.###/g' /etc/zabbix/zabbix_agentd.conf
  4. Start the Zabbix Agent:
    sudo systemctl start zabbix-agent
Copyright © 2022 by Julian Easterling. SOME RIGHTS RESERVED.
Privacy Policy              Terms of Use             


Creative Commons License
Except where otherwise noted, content on this site is
licensed under a Creative Common Attribution-Share Alike 4.0 International License.


All of the opinions expressed on this website are those of Julian Easterling and
do not represent the views of any of my current and previous clients or employers in any way.

If you notice an error on the site or content that has not been properly attributed, bring
it to my attention using the contact page and I will endeavor to fix it as soon as I can.

I accept no responsibility or liability for any damages incurred by following any of
my advice or by using any of the information on my site or of those sites that I link to.