Hola , buenas a todos, he instalado el agente de Zabbix en un Centos 7 y he iniciado el servicio una vez configurado, pero tengo el problema que al iniciarlo no conecta con el servidor de Ubuntu que es donde tengo la web de Zabbix.
[root@localhost etc]# service zabbix-agent status
Redirecting to /bin/systemctl status zabbix-agent.service
zabbix-agent.service - Zabbix Monitor Agent
Loaded: loaded (/usr/lib/systemd/system/zabbix-agent.service; enabled)
Active: active (running) since lun 2014-11-24 12:53:54 CET; 2min 5s ago
Process: 10779 ExecStart=/usr/sbin/zabbix_agentd (code=exited, status=0/SUCCESS)
Main PID: 10781 (zabbix_agentd)
CGroup: /system.slice/zabbix-agent.service
ââ10781 /usr/sbin/zabbix_agentd
ââ10782 /usr/sbin/zabbix_agentd
ââ10783 /usr/sbin/zabbix_agentd
ââ10784 /usr/sbin/zabbix_agentd
ââ10785 /usr/sbin/zabbix_agentd
ââ10786 /usr/sbin/zabbix_agentd
nov 24 12:53:54 localhost.localdomain systemd[1]: Started Zabbix Monitor Agent.
[root@localhost etc]#
[root@localhost ~]# netstat -atu
Active Internet connections (servers and established)
Proto Recv-Q Send-Q Local Address Foreign Address State
tcp 0 0 localhost:smtp 0.0.0.0:* LISTEN
tcp 0 0 0.0.0.0:zabbix-agent 0.0.0.0:* LISTEN
tcp 0 0 0.0.0.0:ssh 0.0.0.0:* LISTEN
tcp 0 52 nettools:ssh 128.***.***.***:7802 ESTABLISHED
tcp 0 0 nettools:ssh 128.***.***.***:4631 ESTABLISHED
tcp 0 0 nettools:41334 128.***.***.***:zabbix-trapper TIME_WAIT
tcp 0 0 nettools:41335 128.***.***.***:zabbix-trapper TIME_WAIT
tcp 0 0 nettools:ssh 128.***.***.***:7793 FIN_WAIT2
udp 0 0 nettools:ntp 0.0.0.0:*
udp 0 0 localhost:ntp 0.0.0.0:*
udp 0 0 0.0.0.0:ntp 0.0.0.0:*
udp 0 0 0.0.0.0:45502 0.0.0.0:*
udp 0 0 0.0.0.0:mdns 0.0.0.0:*
udp 0 0 0.0.0.0:tftp 0.0.0.0:*
¿me podéis indicar que paso me falta para que pueda establecerse la conexión entre ambos? He desactivado la IPtables y el Firewall pero aun así no termina de completarse ni establecerse la conexión.
Un saludo.
[root@localhost etc]# service zabbix-agent status
Redirecting to /bin/systemctl status zabbix-agent.service
zabbix-agent.service - Zabbix Monitor Agent
Loaded: loaded (/usr/lib/systemd/system/zabbix-agent.service; enabled)
Active: active (running) since lun 2014-11-24 12:53:54 CET; 2min 5s ago
Process: 10779 ExecStart=/usr/sbin/zabbix_agentd (code=exited, status=0/SUCCESS)
Main PID: 10781 (zabbix_agentd)
CGroup: /system.slice/zabbix-agent.service
ââ10781 /usr/sbin/zabbix_agentd
ââ10782 /usr/sbin/zabbix_agentd
ââ10783 /usr/sbin/zabbix_agentd
ââ10784 /usr/sbin/zabbix_agentd
ââ10785 /usr/sbin/zabbix_agentd
ââ10786 /usr/sbin/zabbix_agentd
nov 24 12:53:54 localhost.localdomain systemd[1]: Started Zabbix Monitor Agent.
[root@localhost etc]#
[root@localhost ~]# netstat -atu
Active Internet connections (servers and established)
Proto Recv-Q Send-Q Local Address Foreign Address State
tcp 0 0 localhost:smtp 0.0.0.0:* LISTEN
tcp 0 0 0.0.0.0:zabbix-agent 0.0.0.0:* LISTEN
tcp 0 0 0.0.0.0:ssh 0.0.0.0:* LISTEN
tcp 0 52 nettools:ssh 128.***.***.***:7802 ESTABLISHED
tcp 0 0 nettools:ssh 128.***.***.***:4631 ESTABLISHED
tcp 0 0 nettools:41334 128.***.***.***:zabbix-trapper TIME_WAIT
tcp 0 0 nettools:41335 128.***.***.***:zabbix-trapper TIME_WAIT
tcp 0 0 nettools:ssh 128.***.***.***:7793 FIN_WAIT2
udp 0 0 nettools:ntp 0.0.0.0:*
udp 0 0 localhost:ntp 0.0.0.0:*
udp 0 0 0.0.0.0:ntp 0.0.0.0:*
udp 0 0 0.0.0.0:45502 0.0.0.0:*
udp 0 0 0.0.0.0:mdns 0.0.0.0:*
udp 0 0 0.0.0.0:tftp 0.0.0.0:*
¿me podéis indicar que paso me falta para que pueda establecerse la conexión entre ambos? He desactivado la IPtables y el Firewall pero aun así no termina de completarse ni establecerse la conexión.
Un saludo.
Comment