Hi All,
I've got a web scenario setup to check if my wowza server is alive. Unfortunately it doesn't work for some reason and the log shows "Couldn't connect to server". cURL and wget connect no problem from the command line. If I plug in "www.google.com" or a local apache server IP, they both appear to work. I've tried using a string instead of a status code, but no love. My wowza responds on port 1935. I can successfully telnet to that port from the zabbix server. Firewalls are disabled on the wowza and zabbix servers. I'm running out of ideas other than running an external script.
3165:20141118:153748.549 cannot process step "Wowza2 state" of web scenario "Wowza2 http check" on host "ANT-WOWZA-VM2": Couldn't connect to server
--
wget http://192.168.151.32:1935
--2014-11-18 15:45:07-- http://192.168.151.32:1935/
Connecting to 192.168.151.32:1935... connected.
HTTP request sent, awaiting response... 200 OK
--
curl http://192.168.151.32:1935
<html><head><title>Wowza Streaming Engine 4 Perpetual Bundle Edition 4.1.0 build12602</title></head><body>Wowza Streaming Engine 4 Perpetual Bundle Edition 4.1.0 build12602</body></html>
Help!
Paradoxum
I've got a web scenario setup to check if my wowza server is alive. Unfortunately it doesn't work for some reason and the log shows "Couldn't connect to server". cURL and wget connect no problem from the command line. If I plug in "www.google.com" or a local apache server IP, they both appear to work. I've tried using a string instead of a status code, but no love. My wowza responds on port 1935. I can successfully telnet to that port from the zabbix server. Firewalls are disabled on the wowza and zabbix servers. I'm running out of ideas other than running an external script.
3165:20141118:153748.549 cannot process step "Wowza2 state" of web scenario "Wowza2 http check" on host "ANT-WOWZA-VM2": Couldn't connect to server
--
wget http://192.168.151.32:1935
--2014-11-18 15:45:07-- http://192.168.151.32:1935/
Connecting to 192.168.151.32:1935... connected.
HTTP request sent, awaiting response... 200 OK
--
curl http://192.168.151.32:1935
<html><head><title>Wowza Streaming Engine 4 Perpetual Bundle Edition 4.1.0 build12602</title></head><body>Wowza Streaming Engine 4 Perpetual Bundle Edition 4.1.0 build12602</body></html>
Help!
Paradoxum
Comment