-
Problem report
-
Resolution: Cannot Reproduce
-
Trivial
-
None
-
None
-
None
-
None
Steps to reproduce:
- Create an item for a registered host with net.tcp.service[tcp,,8081]
- Have a service running on that machine with port opened using the IPv4 instead of localhost or 127.0.0.1 (example kafka, schema registry, zookeeper, etc.)
Result:
- Run zabbix_agentd -t net.tcp.service[tcp,,8081] on that host
- result is 0 instead of 1, even though netstat shows the port is listening against the IPv4
Expected:
Return 1.
This used to work for v3.4; when we upgraded agent to 4.2 it doesnt return 1 no more.