I have a web server that I'm monitoring with the HTTP probe. Recently its status has changed to yellow with a '302 Moved' error.
I've connected to the server in question with telnet and issued the same query that InterMapper does - when I do this the server returns a 200 status code. Also, from the access_log on the server, here's a request that I issued by hand and one from InterMapper - both seem to return a 200. Could there be a problem with the HTTP probe? I haven't upgraded anything recently, so I'm a bit stumped. 216.102.12.123 - - [28/Jul/2003:16:23:24 -0700] "GET / HTTP/1.0" 200 1451 "-" "InterMapper 4.0.5" 216.102.13.100 - - [28/Jul/2003:16:23:25 -0700] "GET / HTTP/1.0" 200 1451 "-" "InterMapper/4.0.5" Is there something else I can do to debug this problem? Output from the debug log is below - this is from 4.0.5 on OS X. Thanks! -- matt Cmd line 1: CONN #60 (connect timeout in secs) 16:09:25 CTCPProbeScript::NotifyConnected Cmd line 2: WAIT #30 #18 (idle timeout in secs) Cmd line 3: DISC #50 (disconnect handler) Cmd line 4: SEND "GET / HTTP/1.0\r\n" Cmd line 5: CHCK "www.elevate.org" else goto #+2 Cmd line 6: SEND "Host: www.elevate.org\r\n" Cmd line 7: SEND "User-Agent: InterMapper/4.0.5\r\n" Cmd line 8: CHCK "" else goto #+2 Jumping to failure line 10 Cmd line 10: SEND "\r\n" Cmd line 11: MTCH "HTTP/"i else goto #19 16:09:25 CTCPProbeScript::NotifyReceivedLine(HTTP/1.1 302 Moved Temporarily) Cmd line 11: MTCH "HTTP/"i else goto #19 Cmd line 12: MTCH "200" else goto #21 MTCH failed: 200 doesn't match HTTP/1.1 302 Moved Temporarily Jumping to failure line 21 Cmd line 21: MTCH "201" ELSE #+2 MTCH failed: 201 doesn't match HTTP/1.1 302 Moved Temporarily Jumping to failure line 23 Cmd line 23: MTCH "202" ELSE #+2 MTCH failed: 202 doesn't match HTTP/1.1 302 Moved Temporarily Jumping to failure line 25 Cmd line 25: MTCH "204" ELSE #+2 MTCH failed: 204 doesn't match HTTP/1.1 302 Moved Temporarily Jumping to failure line 27 Cmd line 27: MTCH "301" ELSE #+2 MTCH failed: 301 doesn't match HTTP/1.1 302 Moved Temporarily Jumping to failure line 29 Cmd line 29: MTCH "302" ELSE #+2 Cmd line 30: DONE WARN "[HTTP] 302 Moved Temporarily (/)" 16:09:25 CTCPProbeScript::NotifyDisconnected 16:09:25 CTCPProbeConnection::Dispose() 16:09:27 CTCPProbeConnection::IStreamConnection() ____________________________________________________________________ List archives: http://www.mail-archive.com/intermapper-talk%40list.dartware.com/ To unsubscribe: send email to: [EMAIL PROTECTED]
