fix(hass): site up = status < 500 (match gatus) #46

Merged
kblack0610 merged 1 commit from fix/hass-status-lt500 into master 2026-06-29 15:52:19 +00:00
Owner

Path-only services 404 on / and were false-down. Use probe_http_status_code 0<c<500.

Path-only services 404 on / and were false-down. Use probe_http_status_code 0<c<500.
Path-only services (headscale, ntfy, binks-next, notes-sync-bridge,
placemyparents-api) legitimately 404 on / and were showing down. Drive the
status binary_sensor off probe_http_status_code with 0 < code < 500, mirroring
the gatus [STATUS] < 500 rule. 5xx and connection-fail (code 0) stay down.
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
kblack0610/home-config!46
No description provided.