healthchecks / healthchecks

Open-source cron job and background task monitoring service, written in Python & Django

Home Page:https://healthchecks.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Planned Down Time

TechyChap opened this issue · comments

We have an alert which we know should be pinged every hour. But not between the hours of 1am and 3am.
We also have planned outages for certain systems where we know it advance that the healthcheck won't be triggered.

It would be good to be able to add on off and/or recurring "down time" for specific healthchecks so that they don't alert during these times.

Maybe, as a work arround, use the API > Check - Pause/Resume endpoints to pause en resume the checks at the given times?