You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It'll be nice to have a retry_check_interval along with a retry_check_count option so a service can be marked as being down if, for instance, the check fails x times.
One way you can have this functionality now using a script/interval check type is to take a longer interval, and do the retries within the script. It's possible we could add some quiescence for checks, marking as a thinking ticket for now. Thanks.
We have been using script checks but we want to use native checks if this feature is supported. We don't want to manage script checks as they are hard to get right on first few attempts. So it would be nice to have this support in the native checks.
It'll be nice to have a retry_check_interval along with a retry_check_count option so a service can be marked as being down if, for instance, the check fails x times.
"retry_check_interval" : 3s,
"retry_check_count": 3
[check] ...wait 3s ... [check] ... wait 3s ... [check] === {warning or critical}
The text was updated successfully, but these errors were encountered: