When I specify a port in the URL for a step in the web scenario,
for example http://testLB:8888
the test fails and the log states:
12116:20150722:185944.532 cannot process step "testWeb" of web scenario "testWeb" on host "TestIT": Couldn't connect to server
In this case, network trace shows that zabbix does not make any connection attempt with the remote server.
On the other hand, http://testLB works.
Both URLs can be fetched with wget fromm the zabbix server.
I only get the web scenario to work when I do not specify a different port than 80. Anyone else who experiences this?
for example http://testLB:8888
the test fails and the log states:
12116:20150722:185944.532 cannot process step "testWeb" of web scenario "testWeb" on host "TestIT": Couldn't connect to server
In this case, network trace shows that zabbix does not make any connection attempt with the remote server.
On the other hand, http://testLB works.
Both URLs can be fetched with wget fromm the zabbix server.
I only get the web scenario to work when I do not specify a different port than 80. Anyone else who experiences this?
Comment