X

How to Install And Configure Zabbix Agent on Ubuntu

Now I can configure zabbix agent in linux machine [e.g Ubuntu 14.04]. Goto your ubuntu machine or login via ssh connector. Then if you can any update your ubuntu machine so update command below:

Install Zabbix Agent Into Windows
How to Install And Configure Zabbix Agent on Ubuntu

Step #01: Run ubuntu update command with apt-get.

root@ubuntuvm:~# apt-get update

Step #02: Now run ubuntu distribution upgrade command.

root@ubuntuvm:~# apt-get upgrade

Step #03: Run ZABBIX agent command with apt-get

root@ubuntuvm:~# apt-get install zabbix-agent

See image details

Install completed.

Step #04: Now configure zabbix agent file. Open zabbix agent file via vi, vim, nano or other linux file editor.

root@ubuntuvm:~# vim /etc/zabbix/zabbix_agentd.conf

Step #05: Change two lines

Before:
#Server=127.0.0.1 [Zabbix server ip]
#Hostname=Zabbix Hostname [Hostname of client]
After:
Server=10.66.10.10
Hostname=ubuntuvm

Step #06: Then restart your zabbix agent service

root@ubuntuvm:~#  service zabbix-agent restart

or using /etc/init.d/zabbix-agent restart, stop and start service.
Zabbix server restart command using /etc/init.d/

root@ubuntuvm:~# /etc/init.d/zabbix-agent restart

Zabbix server stop command using /etc/init.d/

root@ubuntuvm:~# /etc/init.d/zabbix-agent stop

Zabbix server start command using /etc/init.d/

root@ubuntuvm:~# /etc/init.d/zabbix-agent start

How to see zabbix agent service status via command line.

root@ubuntuvm:~# service zabbix-agent status

Then see as below zabbix agent details such as stop or running

Successfully completed install zabbix agen on ubuntu 14.04.

If face any problem then see my YouTube video and Subscribe my channel. Please subscribe my channel for more update.

Next step add windows host on Zabbix Server in your zabbix server for monitoring.

0 0 votes
Article Rating
Admin: I am system administrator as Windows and Linux platform. I have 4 years skilled from the professional period. I have to configure Linux based system such as an Asterisk VOIP system, Network monitoring tools (ZABBIX), Virtualization (XEN Server), Cloud computing (Apache CloudStack) etc. Now share my professional skill each interested person. Thanks to all.
Leave a Comment