Advertising:

VMware vCenter Server 7.0.3.00800 + VMware Photon OS 3.0 + Zabbix Agent2

From Zabbix-ES
Jump to navigation Jump to search

Descargar paqueteria de Agent2

# wget https://repo.zabbix.com/zabbix/6.2/rhel/8/x86_64/zabbix-agent-6.2.2-release1.el8.x86_64.rpm
# wget https://repo.zabbix.com/zabbix/6.2/rhel/8/x86_64/zabbix-agent2-6.2.2-release1.el8.x86_64.rpm
# wget https://vault.centos.org/centos/8/BaseOS/x86_64/os/Packages/pcre2-10.32-2.el8.x86_64.rpm

Instalar paqueteria

# rpm -i pcre2-10.32-2.el8.x86_64.rpm
# yum install zabbix-agent-6.2.2-release1.el8.x86_64.rpm
# vi /etc/zabbix/zabbix_agent2.conf
ATUALIZAR: Server, ServerActive, Hostname, Etc...

Arrancar el Zabbix-Agent2

# systemctl enable --now zabbix-agent2
# systemctl status zabbix-agent2

Habilitamos el IPTables

# iptables --list
# iptables -A INPUT -p tcp -m tcp --dport 10050 -j ACCEPT
# iptables-save >/etc/systemd/scripts/ip4save