hi all,
both server and agent are running on default ListenIP without configured, 0.0.0.0 .
tcp 0 0 0.0.0.0:10050 0.0.0.0:* LISTEN
both server to client ways 10050, 10051 are open. telnet on both ways ok:
[root@zbx01 ~]# telnet host33 10050
Trying 10.1.50.16...
Connected to host33.
Escape character is '^]'.
both hosts 10050 are listening but:
[root@zbx01 ~]# zabbix_get -s host33 -k "net.tcp.port[,10050]"
0
[root@zbx01 ~]# zabbix_get -s host1 -k "net.tcp.port[,10050]"
1
host33 is not returning data, host1 is ok.
after enable debug, I found these:
9799:20140710:235859.233 Requested [net.tcp.port[,10050]]
9799:20140710:235859.233 TCP expect network error: cannot connect to [[127.0.0.1]:10050]: [13] Permission denied
9799:20140710:235859.233 Sending back [0]
how to resolve this?
Please help, it is urgent, thanks.
both server and agent are running on default ListenIP without configured, 0.0.0.0 .
tcp 0 0 0.0.0.0:10050 0.0.0.0:* LISTEN
both server to client ways 10050, 10051 are open. telnet on both ways ok:
[root@zbx01 ~]# telnet host33 10050
Trying 10.1.50.16...
Connected to host33.
Escape character is '^]'.
both hosts 10050 are listening but:
[root@zbx01 ~]# zabbix_get -s host33 -k "net.tcp.port[,10050]"
0
[root@zbx01 ~]# zabbix_get -s host1 -k "net.tcp.port[,10050]"
1
host33 is not returning data, host1 is ok.
after enable debug, I found these:
9799:20140710:235859.233 Requested [net.tcp.port[,10050]]
9799:20140710:235859.233 TCP expect network error: cannot connect to [[127.0.0.1]:10050]: [13] Permission denied
9799:20140710:235859.233 Sending back [0]
how to resolve this?
Please help, it is urgent, thanks.
Comment