-
Problem report
-
Resolution: Fixed
-
Trivial
-
6.0.17, 7.0.0alpha1
-
None
-
Sprint 100 (May 2023)
-
0.25
It is documented:
NodeAddress
IP or hostname with optional port to override how the frontend should connect to the server.
Format: <address>[:<port>]If IP or hostname is not set, the value of ListenIP will be used. If ListenIP is not set, the value localhost will be used.
If port is not set, the value of ListenPort will be used. If ListenPort is not set, the value 10051 will be used.This option can be overridden by the address specified in the frontend configuration.
See also: HANodeName parameter; Enabling high availability.
But actually ListenIP Is never used
- caused by
-
ZBX-21510 NodeAddress statically defines port 10051 for the frontend out of the box and if port is not set
- Closed