Jalankan :
echo "deb [trusted=yes] https://repo.zabbix.com/zabbix/7.0/ubuntu noble main" | sudo tee /etc/apt/sources.list.d/zabbix.list
sudo apt update
Pastikan outputnya terdapat:
repo.zabbix.com
Jalankan:
apt-cache policy zabbix-agent2
Harus ada:
Candidate: 7.0.x
sudo apt install zabbix-agent2 -y
sudo systemctl enable --now zabbix-agent2
systemctl status zabbix-agent2
Status harus Active
Edit config:
sudo nano /etc/zabbix/zabbix_agent2.conf
Cari dan isi:
Server=IP_ZABBIX_SERVER ServerActive=IP_ZABBIX_SERVER Hostname=notebooksvr
Contoh:
Server=10.100.1.42 ServerActive=10.100.1.42 Hostname=dev20.gisportal.id
sudo systemctl restart zabbix-agent2
No due date set.
This issue currently doesn't have any dependencies.
Deleting a branch is permanent. It CANNOT be undone. Continue?
Dokumentasi Install Zabbix-Agents Ubuntu 24-04
1. Buat repo secara manual
Jalankan :
2. Update APT
Pastikan outputnya terdapat:
3. Cek Paket tersedia
Jalankan:
Harus ada:
4. Install Zabbix-Agents2(Rekomendasi)
5. Start Service
6. Cek Status
Status harus Active

7. Konfigurasi server Zabbix
Edit config:
Cari dan isi:
Contoh:
8. Restart service
Install Zabbix-Agents Ubuntu 24-04(Noble)to Install Zabbix-Agents Ubuntu 24.04(Noble) 3 months ago