riotkit-org / infracheck

Incredibly elastic and lightweight health check endpoint to cover ANY CASE, including infrastructure as well as applications
https://infracheck.docs.riotkit.org
Apache License 2.0
19 stars 1 forks source link

[Core] Quiet hours for a health check #24

Closed blackandred closed 3 years ago

blackandred commented 3 years ago
Given I have expected failure of a health check at given time ex. increased load average in nightly hours during backup packaging
Then I expect that my health check will not raise alert during that hours
{
    "quietHours": [
        {"from": 7, "to": 10},
        {"from": 4, "to": 6}
    ]
}