Skip to content

Commit

Permalink
add short healthcheck doc
Browse files Browse the repository at this point in the history
  • Loading branch information
lmagyar committed Jan 9, 2025
1 parent 593ddd2 commit 8be0616
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions tailscale/DOCS.md
Original file line number Diff line number Diff line change
Expand Up @@ -345,6 +345,17 @@ CGNAT networks). You can test connections with `tailscale ping

When not set, an automatically selected port is used by default.

## Healthcheck

Tailscale is quite resilient and can recover from nearly any network change. In
case it fails to recover, the add-on's health is set unhealthy. The add-on's
health is checked by Home Assistant in each 30s, and if it reports itself 3
times unhealthy in a row, the add-on will be restarted.

The add-on's health is set unhealthy:
- once it was online and gets offline for longer than 5 minutes
- after a (re)start can't get online for longer than 1 hour

## Changelog & Releases

This repository keeps a change log using [GitHub's releases][releases]
Expand Down

0 comments on commit 8be0616

Please sign in to comment.