Uploaded image for project: 'ZABBIX BUGS AND ISSUES'
  1. ZABBIX BUGS AND ISSUES
  2. ZBX-11592

zbx_tcp_check_security: clarify that argument is a list of hosts

XMLWordPrintable

    • Icon: Incident report Incident report
    • Resolution: Fixed
    • Icon: Trivial Trivial
    • 3.4.0alpha1
    • 3.0.6, 3.2.2
    • Agent (G), Proxy (P)
    • 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

            Unassigned Unassigned
            jsoref Josh Soref
            Team A
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved: