Feature Requests Regex check of response body

Closed

We have a single health-check endpoint which returns health of various modules of the system in JSON format. I would like to define these different components as separate monitoring targets in updown.io. Regex checking of the response would fit the bill.

lauri.holtta@dooap.com
Created on September 30, 2020 · Last update on July 16, 2024
1 Comment
Adrien Rey-Jarthon

Thanks for your suggestion, we're not gonna add Regexp matching because it's way too expensive, dangerous (in terms of ressource) and support-generating. What you're trying to achieve should be possible with simple text matching though, you can match on 'database: "ok"' for example. Or if you really want to do that with multiple checks in updown you should have one endpoint for each.

Like   Oct 01, 2020 17:45