summaryrefslogtreecommitdiffhomepage
path: root/health
AgeCommit message (Expand)AuthorFilesLines
2025-07-28health: add an ETag to UnhealthyState for change detectionJames Sanderson2-3/+211
2025-07-15tailcfg: send health update if DisplayMessage URL changesJames Sanderson1-84/+74
2025-06-10cmd/tailscale/cli: add a risk message about rp_filterAnton Tolchanov1-0/+1
2025-06-09health: prefix Warnables received from the control planeJames Sanderson2-10/+10
2025-06-04health: show DisplayMessage actions in 'tailscale status'James Sanderson2-11/+35
2025-05-30controlclient,health,ipnlocal,tailcfg: add DisplayMessage supportJames Sanderson1-7/+24
2025-05-22control/controlclient,health,tailcfg: refactor control health messages (#15839)James 'zofrex' Sanderson4-95/+299
2025-05-09health, ipn/ipnlocal: add metrics for various client events (#15828)Jonathan Nobels1-0/+12
2025-04-29control/controlclient,health: add tests for control health trackingJames Sanderson2-3/+98
2025-01-27health: relax no-derp-home warnable to not fire if not in map pollBrad Fitzpatrick3-23/+88
2025-01-27health: do Warnable dependency filtering in tailscaledBrad Fitzpatrick3-3/+39
2024-12-05health: fix TestHealthMetric to pass on release branchBrad Fitzpatrick1-3/+9
2024-11-28health: move health metrics test to health_testKristoffer Dalby2-2/+50
2024-10-22health: fix spurious warning about DERP home region '0'Brad Fitzpatrick1-1/+5
2024-10-21health: remove SysDNSOS, add two Warnables for read+set system DNS config (#1...Andrea Gottardo1-14/+1
2024-10-01control/controlhttp: fix connectivity on Alaska Air wifiBrad Fitzpatrick1-0/+19
2024-09-25health: clean up updateBuiltinWarnablesLocked a bit, fix DERP warningsBrad Fitzpatrick2-52/+76
2024-09-25util/usermetrics: make usermetrics non-globalKristoffer Dalby1-18/+29
2024-09-04health: fix magicsockReceiveFuncWarnable health clearingBrad Fitzpatrick1-1/+2
2024-08-27usermetric: add initial user-facing metricsKristoffer Dalby1-0/+25
2024-08-14wgengine/magicsock: log when a ReceiveFunc failsBrad Fitzpatrick1-3/+20
2024-08-01health: don't show login error details with context cancelationsBrad Fitzpatrick1-1/+6
2024-07-29net/dns, health: raise health warning for failing forwarded DNS queries (#12888)Jonathan Nobels1-0/+4
2024-07-12health: drop unnecessary logging in TestSetUnhealthyWithTimeToVisible (#12795)Andrea Gottardo1-2/+0
2024-07-11health: support delayed Warnable visibility (#12783)Andrea Gottardo4-2/+107
2024-07-03health: send ImpactsConnectivity value over LocalAPI (#12700)Andrea Gottardo2-17/+19
2024-07-02health: reduce severity of some warnings, improve update messages (#12689)Andrea Gottardo2-18/+40
2024-06-27health,ipn/ipnlocal: hide update warning when auto-updates are enabled (#12631)Andrew Lytvynov2-18/+123
2024-06-25health: add warming-up warnable (#12553)Andrea Gottardo4-6/+64
2024-06-19health: fix nil DERPMap dereference panicAndrea Gottardo1-2/+14
2024-06-18health: include DERP region name in bad derp notifications (#12530)Andrea Gottardo3-12/+40
2024-06-18health: expose DependsOn to local API via UnhealthyState (#12513)Andrea Gottardo2-2/+44
2024-06-14health: fix data race in new warnable codeBrad Fitzpatrick1-10/+15
2024-06-14health: begin work to use structured health warnings instead of strings, pipe...Andrea Gottardo5-166/+836
2024-05-01health, ipn/ipnlocal: move more health warning code into health.TrackerBrad Fitzpatrick1-11/+95
2024-04-26health, wgengine/magicsock: remove last of health package globalsBrad Fitzpatrick1-32/+67
2024-04-26health, all: remove health.Global, finish plumbing health.TrackerBrad Fitzpatrick1-9/+3
2024-04-26ipn/{ipnlocal,localapi},wgengine{,/magicsock}: plumb health.TrackerBrad Fitzpatrick1-0/+7
2024-04-25tsd, ipnlocal, etc: add tsd.System.HealthTracker, start some plumbingBrad Fitzpatrick1-2/+5
2024-04-25health: permit Tracker method calls on nil receiverBrad Fitzpatrick2-0/+103
2024-04-25health: break Warnable into a global and per-Tracker value halvesBrad Fitzpatrick2-44/+35
2024-04-25health: add Tracker type, in prep for removing global variablesBrad Fitzpatrick2-197/+209
2024-04-16all: use Go 1.22 range-over-intBrad Fitzpatrick1-2/+2
2024-02-27health: warn about reverse path filtering and exit nodesAnton Tolchanov2-7/+48
2023-12-13net/netcheck: use DERP frames as a signal for home region livenessAndrew Dunham1-0/+11
2023-11-16health: don't report a warning in DERP homeless modeBrad Fitzpatrick1-10/+17
2023-09-09all: use set.Set consistently instead of map[T]struct{}Brad Fitzpatrick2-3/+5
2023-08-30control/controlclient: merge, simplify two health check callsBrad Fitzpatrick1-10/+14
2023-07-19cmd/tailscale: warn if node is locked out on bringupTom DNetto1-0/+1
2023-02-01health, net/tlsdial: add healthcheck for self-signed certAndrew Dunham1-0/+16