This discussion has been locked. The information referenced herein may be inaccurate due to age, software updates, or external references.
You can no longer post new replies to this discussion. If you have a similar question you can start a new discussion in this forum.

HTTPS Monitor down status after X consecutive or X out of Y polls (not just a single poll)

Hello Team,

Is it possible to configure an HTTPS Monitor to only change to a DOWN status if it meets the DOWN criteria for X consecutive or X out of Y polls similar to the response time thresholds?

I understand that an alert can allow a grace period, but I'm more interested in the status being delayed.

Does anyone have a solution to this or in theory can this be achieved with a PowerShell script monitor?

Thanks!!

  • Hi, if I'm correct here, monitors that have status "down" are direct, can't have "x out of Y", whiles monitors with status "warning or "critical" can have delayed status with "x out of y". Think it's the same all over.

    The http/https monitor goes down if website is not responding at all. 

    If you create a PS script that report a value if the site is down, say a "1" for down (ie "How many websites are down"), then you can use the "x out of y" feature.