-
Incident report
-
Resolution: Fixed
-
Trivial
-
3.0.6, 3.2.2
-
None
-
Sprint 1
The documentation claims I can provide hostnames:
### Option: Server # List of comma delimited IP addresses (or hostnames) of Zabbix servers. # Incoming connections will be accepted only from the hosts listed here. # If IPv6 support is enabled then '127.0.0.1', '::127.0.0.1', '::ffff:127.0.0.1' are treated equally.
The code passes the above:
https://github.com/zabbix/zabbix/blob/351bc7a6c3ea5f8010435af213fc7989f32a77cd/src/zabbix_agent/listener.c#L138
To here, which expects IP addresses:
https://github.com/zabbix/zabbix/blob/351bc7a6c3ea5f8010435af213fc7989f32a77cd/src/libs/zbxcomms/comms.c#L1931