Forum Discussion

lipos_54863's avatar
lipos_54863
Icon for Nimbostratus rankNimbostratus
May 18, 2009

Receive String problem

Hi,

 

I'm trying to create a regular monitor that would monitor a website with:

 

Send String: GET / HTTP/1.0

 

Receive String: Welcome Page

 

When I do telnet "IP of the Node" 80, I get text that is including "Welcome Page" string, but the monitor seems to be down.

 

When I use a Receive String of "div" the monitor goes up.

 

Is there something wrong with formatting of the Receive String for my request?

 

I guess the configuration should be pretty straightforward, but still I'm stuck.

 

I tried GET /Default.aspx HTTP/1.1 with similar recieve strings and still nothing.

 

 

Also, if I use my default monitor of:

 

Send String: GET / HTTP/1.0

 

Receive String: 200 OK

 

 

Everything works well, but I need to monitor some text from the website.

 

 

Any ideas?

13 Replies