Forum Discussion

Luca_55898's avatar
Luca_55898
Icon for Nimbostratus rankNimbostratus
Aug 31, 2011

SuperHTTP monitor problem

Hello,

 

We have three SuperHTTP monitors configured on a pool. Two of them work but one never works. Any new SuperHTTP monitors added also never work.

 

 

We use them to monitor three sites, F5, Cisco and IBM. All have identical configurations but the IBM one never works.

 

 

Here is the conifg:

 

DEBUG = 1

 

PROXY_AUTHTYPE = ntlm

 

PROXY_PASSWORD = internet

 

URI_PATH = http://www.ibm.com

 

PROXY_USERNAME = Domain\name

 

 

The config for the Cisco of F5 one is identical except for the URI path, such as:

 

 

DEBUG = 1

 

PROXY_AUTHTYPE = ntlm

 

PROXY_PASSWORD = internet

 

URI_PATH = http://www.f5.com

 

PROXY_USERNAME = Domain\name

 

 

Any ideas on this? How can i do some debugging?

 

2 Replies

  • is URI_PATH value correct?

     

    should it be included protocol i.e. http:// and FQDN?

     

     

    for troubleshooting, have u checked debug log in /var/run?

     

     

    tcpdump may also be helpful.

     

     

    cheer!
  • Actually just sorted this out.

     

     

    www.ibm.com redirects to www.ibm.com/us/en/

     

    So i made the URI_PATH www.ibm.com/us/en/ and it worked.