Ubuntu zabbix agent2: Difference between revisions

From wiki karavi
Jump to navigation Jump to search
(Created page with "#Install and configure Zabbix for your platform wget https://repo.zabbix.com/zabbix/6.4/ubuntu/pool/main/z/zabbix-release/zabbix-release_6.4-1+ubuntu22.04_all.deb dpkg -i zabbix-release_6.4-1+ubuntu22.04_all.deb apt update apt install zabbix-agent2 zabbix-agent2-plugin-* sudo nano /etc/zabbix/zabbix_agentd.conf ... Server=<Zabbix_Server_IP> ServerActive=<Zabbix_Server_IP> Hostname=<Hostname_Of_Ubuntu_Client> ... systemctl restart zabbix-agent2 systemctl enable...")
 
No edit summary
Line 3: Line 3:


wget https://repo.zabbix.com/zabbix/6.4/ubuntu/pool/main/z/zabbix-release/zabbix-release_6.4-1+ubuntu22.04_all.deb
wget https://repo.zabbix.com/zabbix/6.4/ubuntu/pool/main/z/zabbix-release/zabbix-release_6.4-1+ubuntu22.04_all.deb
dpkg -i zabbix-release_6.4-1+ubuntu22.04_all.deb
dpkg -i zabbix-release_6.4-1+ubuntu22.04_all.deb
apt update
apt update
apt install zabbix-agent2 zabbix-agent2-plugin-*
apt install zabbix-agent2 zabbix-agent2-plugin-*


Line 21: Line 24:


systemctl restart zabbix-agent2
systemctl restart zabbix-agent2
systemctl enable zabbix-agent2
systemctl enable zabbix-agent2

Revision as of 11:30, 23 October 2023

  1. Install and configure Zabbix for your platform


wget https://repo.zabbix.com/zabbix/6.4/ubuntu/pool/main/z/zabbix-release/zabbix-release_6.4-1+ubuntu22.04_all.deb

dpkg -i zabbix-release_6.4-1+ubuntu22.04_all.deb

apt update

apt install zabbix-agent2 zabbix-agent2-plugin-*

sudo nano /etc/zabbix/zabbix_agentd.conf

...

Server=<Zabbix_Server_IP>

ServerActive=<Zabbix_Server_IP>

Hostname=<Hostname_Of_Ubuntu_Client>

...


systemctl restart zabbix-agent2

systemctl enable zabbix-agent2