Part of libcloud.loadbalancer.drivers.rackspace View Source View In Hierarchy
A HTTP health monitor adds extra features to a Rackspace health monitor. @param path: the HTTP path to monitor. @type path: C{str} @param body_regex: Regular expression used to evaluate the body of the HTTP response. @type body_regex: C{str} @param status_regex: Regular expression used to evaluate the HTTP status code of the response. @type status_regex: C{str}