-
Problem report
-
Resolution: Fixed
-
Trivial
-
3.4.5rc1, 4.0.0alpha1
-
Sprint 21, Sprint 22, Sprint 23, Sprint 25, Sprint 26
-
1
Pre-3.4 versions have the same issue, but starting with 3.4 it becomes a bit more painful due to hardcoded 1 second task sending period.
Steps to reproduce:
- Create new proxy in Administration->Proxies
- Choose Proxy mode: Passive
- Put non-existing and non-numeric macro in Port
- See server's log file
Similar result can be achieved if you choose TLS connection to be used with proxy and server does not support it.
Result:
Every second there is a message about failed connection to proxy.
Expected:
Since the root cause of connection failure is misconfiguration there is no chance it can be solved sooner than next reload of configuration cache by server. It makes no sense to continue polling mis-configured passive proxy until then.
Similar woes with invalid item update intervals were faced and solved in ZBXNEXT-1675.
- depends on
-
ZBX-12974 Incorrect handling of passive proxy with encryption settings by server without TLS support
- Closed