Ubuntu zabbix agent2: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 8: | Line 8: | ||
#Install and configure Zabbix for your platform | #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 –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 | |||
dpkg -i zabbix-release_6.4-1+ubuntu22.04_all.deb | dpkg -i zabbix-release_6.4-1+ubuntu22.04_all.deb | ||
Line 17: | Line 16: | ||
apt install zabbix-agent2 zabbix-agent2-plugin-* | apt install zabbix-agent2 zabbix-agent2-plugin-* | ||
sudo nano /etc/zabbix/ | sudo nano /etc/zabbix/zabbix_agentd2.conf | ||
... | ... |
Revision as of 16:24, 24 October 2023
sudo apt update
sudo apt upgrade -y
sudo apt-get dist-upgrade -u
- 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 –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_agentd2.conf
...
Server=<Zabbix_Server_IP>
ServerActive=<Zabbix_Server_IP>
Hostname=<Hostname_Of_Ubuntu_Client>
...
systemctl restart zabbix-agent2
systemctl enable zabbix-agent2