-
Type:
Problem report
-
Resolution: Duplicate
-
Priority:
Trivial
-
None
-
Affects Version/s: 7.0.22
-
Component/s: Agent2 (G)
-
None
Steps to reproduce:
Since the Zabbix agent 2 7.0.22-1+debian12 update, the simple check net.tcp.service[https,,] no longer works correctly; an invalid IP literal is thrown.
root@zabbix:~ [0]# zabbix_get -s agent -k net.tcp.service[https,,]
Result:
with zabbix-agent2 1:7.0.22-1+debian12 amd64
2025/12/19 22:20:49.362365 received passive check request from "{\"request\":\"passive checks\",\"data\":[{\"key\":\"net.tcp.service[https,,]\",\"timeout\":30}]}": "<zabbix server ip>"
2025/12/19 22:20:49.362865 [1] processing update request (1 requests)
2025/12/19 22:20:49.362888 [1] adding new request for key: 'net.tcp.service[https,,]'
2025/12/19 22:20:49.362897 [1] created direct exporter task for plugin 'TCP' itemid:0 key 'net.tcp.service[https,,]'
2025/12/19 22:20:49.362923 executing direct exporter task for key 'net.tcp.service[https,,]'
2025/12/19 22:20:49.363087 https error: cannot parse the combined url [https://[127.0.0.1]]: parse "https://[127.0.0.1]": invalid IP-literal
2025/12/19 22:20:49.363101 executed direct exporter task for key 'net.tcp.service[[https ]]'
Expected:
with zabbix-agent2 1:7.0.21-2+debian12 amd64
2025/12/19 22:22:38.989003 received passive check request from "{\"request\":\"passive checks\",\"data\":[{\"key\":\"net.tcp.service[https,,]\",\"timeout\":30}]}": "<zabbix server ip>"
2025/12/19 22:22:38.989062 [1] processing update request (1 requests)
2025/12/19 22:22:38.989073 [1] adding new request for key: 'net.tcp.service[https,,]'
2025/12/19 22:22:38.989080 [1] created direct exporter task for plugin 'TCP' itemid:0 key 'net.tcp.service[https,,]'
2025/12/19 22:22:38.989101 executing direct exporter task for key 'net.tcp.service[https,,]'
2025/12/19 22:22:38.997773 executed direct exporter task for key 'net.tcp.service[[https ]]'
- is duplicated by
-
ZBX-27329 net.tcp.service via Agent2 to 127.0.0.1 broken in 6.0.43
-
- Ready for QA
-