-
Problem report
-
Resolution: Fixed
-
Major
-
6.2.1
-
None
-
Parallels 18
Debian 11.4 /ARM64
MariaDB 10.6.9
-
Sprint 92 (Sep 2022), Sprint 93 (Oct 2022)
-
1
Steps to reproduce:
## Option: NodeAddress # IP or hostname with optional port to specify how frontend should connect to the server. # Format: <address>[:port] # # This option can be overridden by address specified in frontend configuration. # NodeAddress=localhost:10051
Set 'ListenPort to 10061'.
Set 'NodeAddress=localhost'
Get 'Cannot read the response, check connection with the Zabbix server "localhost".'
Expected:
Default configuration should not force 10051 port in NodeAddress= since it's optional according to the description. Also if we manually set without a port - it use ListenPort, not 10051.