docs: add upstream provider status example - #1748
Open
koko3tallah wants to merge 1 commit into
Open
Conversation
koko3tallah
marked this pull request as ready for review
August 5, 2026 16:26
koko3tallah
force-pushed
the
codex/gatus-upstream-provider-status
branch
from
August 8, 2026 21:44
bb926f3 to
eb8a2a2
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What changed
Why
Gatus already supports JSON-path body conditions, but users monitoring their own applications do not currently have an example for correlating a failure with an upstream provider incident. This recipe lets them reuse their existing Gatus dashboard and alerting configuration without a new parser, API key, or local agent.
Validation
git diff --checkgo build -o /tmp/gatus-outagedeck-qa ./api/v1/endpoints/statusesreturned HTTP 200 and both documented conditions succeeded:[STATUS] == 200[BODY].data.currentStatus.code == operationalThe broader
go test ./config/...run reached the repository’s live-network integration checks, wheretwin.shandexample.orgwere unreachable from this environment. The README-only change does not touch those tests or application code.Disclosure: I am affiliated with OutageDeck.