Archived community.zenoss.org | full text search
Skip navigation
27372 Views 6 Replies Latest reply: Sep 23, 2009 12:38 PM by Nick Yeates RSS
Dieter_be Rank: White Belt 74 posts since
May 27, 2009
Currently Being Moderated

Aug 25, 2009 11:34 AM

httpmonitor incorrect value for 'Host:' in http requests

Hi,
zenoss 2.4.1
device name in zenoss: 'QA MQ-XDF server'
through a performance template we do a HttpMonitor http test with Url = http://<ip here>/ and port = 12080

Now, I tried:
- ip address: 192.168... and ${dev/manageIp}
- hostname:mq-xdf, localhost and ${dev/id}

And for all of them, the http packets are like this:

GET http://192.168.68.20/ HTTP/1.0

User-Agent: check_http/v2053 (nagios-plugins 1.4.13)

Connection: close

Host: QA:12080



HTTP/1.1 400 Bad Request

Server: Apache-Coyote/1.1

Date: Tue, 25 Aug 2009 15:07:46 GMT

Connection: close

1) what the *** is the string it puts as value for 'Host' ? It seems to be some mangled version of the name of the device and the used port. Which doesn't make sense at all.
2) why does it send a http version of 1.0 ?
[/quote]
  • Rank: Brown Belt 260 posts since
    Mar 30, 2009

    I am not sure that it is easy to fully understand what your actual issue is, and what it is that you are doing to try to debug that issue. Screenshots might help us visualize better.

     

    Check out my httpmonitor how to at: docs/DOC-3234

     

    A good way to search for docs on our new community portal is to use the search in the upper right, type in "httpmonitor" (or whatever), ENTER to search, and then from those results click the document-looking icon, to get just wikis and docs. Otherwise it gives you forum entries, etc.

  • Rank: Brown Belt 260 posts since
    Mar 30, 2009

More Like This

  • Retrieving data ...