Ubuntu zabbix agent2: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 6: | Line 6: | ||
#Install and configure Zabbix for your platform | #Install and configure Zabbix for your platform | ||
for 22.04 | |||
wget https://repo.zabbix.com/zabbix/6.4/ubuntu/pool/main/z/zabbix-release/zabbix-release_6.4-1+ubuntu22.04_all.deb –no-check-certificate | wget https://repo.zabbix.com/zabbix/6.4/ubuntu/pool/main/z/zabbix-release/zabbix-release_6.4-1+ubuntu22.04_all.deb –no-check-certificate | ||
for 24.04 | |||
wget https://repo.zabbix.com/zabbix/6.4/ubuntu/pool/main/z/zabbix-release/zabbix-release_latest%2Bubuntu24.04_all.deb –no-check-certificate | |||
dpkg -i zabbix-release_6.4-1+ubuntu22.04_all.deb | dpkg -i zabbix-release_6.4-1+ubuntu22.04_all.deb | ||
Revision as of 04:59, 1 August 2026
sudo apt update sudo apt upgrade -y sudo apt-get dist-upgrade -u
- Install and configure Zabbix for your platform
for 22.04
wget https://repo.zabbix.com/zabbix/6.4/ubuntu/pool/main/z/zabbix-release/zabbix-release_6.4-1+ubuntu22.04_all.deb –no-check-certificate
for 24.04
wget https://repo.zabbix.com/zabbix/6.4/ubuntu/pool/main/z/zabbix-release/zabbix-release_latest%2Bubuntu24.04_all.deb –no-check-certificate
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_agent2.conf
...
Server=<Zabbix_Server_IP>
ServerActive=<Zabbix_Server_IP>
Hostname=<Hostname_Of_Ubuntu_Client>
...
systemctl restart zabbix-agent2
systemctl enable zabbix-agent2