Version: 1.1.4
It looks like net.tcp.port[80] does not work with 302 redirect?
zabbix_get -s <IP> -k net.tcp.port[80]
Error: Connection reset by peer
But
telnet <IP> 80
Trying <IP>...
Connected to web.reachlocal.com (<IP>).
Escape character is '^]'.
GET / HTTP/1.0
HTTP/1.1 302 Found
Date: Thu, 08 Feb 2007 19:46:39 GMT
....
How can I get this working?
Another strange behavior! I ran it locally on that web server and I got the zabbix not supported response! I checked the manual and Linux 2.6 is supported!
It looks like net.tcp.port[80] does not work with 302 redirect?
zabbix_get -s <IP> -k net.tcp.port[80]
Error: Connection reset by peer
But
telnet <IP> 80
Trying <IP>...
Connected to web.reachlocal.com (<IP>).
Escape character is '^]'.
GET / HTTP/1.0
HTTP/1.1 302 Found
Date: Thu, 08 Feb 2007 19:46:39 GMT
....
How can I get this working?
Another strange behavior! I ran it locally on that web server and I got the zabbix not supported response! I checked the manual and Linux 2.6 is supported!