Ubuntu zabbix agent2: Difference between revisions
		
		
		
		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 | ||
| (4 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
|  sudo apt update  | |||
|  sudo apt upgrade -y  | |||
|  sudo apt-get dist-upgrade -u | |||
| #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 | |||
|  dpkg -i zabbix-release_6.4-1+ubuntu22.04_all.deb | |||
| dpkg -i zabbix-release_6.4-1+ubuntu22.04_all.deb | |||
| sudo nano /etc/zabbix/ |  apt update | ||
|  apt install zabbix-agent2 zabbix-agent2-plugin-* | |||
|  sudo nano /etc/zabbix/zabbix_agent2.conf   | |||
| ... | ... | ||
| Line 20: | Line 27: | ||
| systemctl restart zabbix-agent2 |  systemctl restart zabbix-agent2 | ||
| systemctl enable zabbix-agent2 | |||
|  systemctl enable zabbix-agent2 | |||
Latest revision as of 06:23, 8 December 2024
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_agent2.conf
...
Server=<Zabbix_Server_IP>
ServerActive=<Zabbix_Server_IP>
Hostname=<Hostname_Of_Ubuntu_Client>
...
systemctl restart zabbix-agent2
systemctl enable zabbix-agent2