11-Apr-2014 12:37
Does the https_443 monitor look for error responses (4xx, 5xx) or does it look for a 200 response code? I'm seeing a node marked as down that's returning a 302 redirect, and I'm not sure if the monitor is flagging the 302 as a problem or if there's something else wrong. Thanks!
11-Apr-2014 12:48
Your monitor can be configured with a receive string of whatever you want, whether that's a 200, 302, 404, anything you like. What does your monitor configuration look like?
11-Apr-2014 12:58
Sorry, I mean the default monitor. I'm curious what the default behavior is for it. I can write a custom monitor if I need to, but was curious as to the current behavior of the one that ships with it. Thanks!
11-Apr-2014 13:03
Default HTTP monitor I don't believe has a receive string set so if it receives a response of any kind it'll mark the host up.