summaryrefslogtreecommitdiffhomepage
path: root/health
AgeCommit message (Expand)AuthorFilesLines
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
2023-01-27all: update copyright and license headersWill Norris3-9/+6
2023-01-04health,ipn/ipnlocal: report the node being locked out as a health issueTom DNetto1-0/+9
2022-11-29health, ipn/ipnlocal: when -no-logs-no-support is enabled, deny access to tai...Aaron Klotz1-0/+11
2022-11-28util/set: add new set package for SetHandle typeBrad Fitzpatrick1-12/+10
2022-11-13health: add Warnable, move ownership of warnable items to callersBrad Fitzpatrick2-20/+126
2022-11-11cmd/tailscale: make "up", "status" warn if routes and --accept-routes offBrad Fitzpatrick1-0/+14
2022-11-02tailcfg: add Node.UnsignedPeerAPIOnly to let server mark node as peerapi-onlyBrad Fitzpatrick1-0/+7
2022-09-17envknob, health: support Synology, show parse errors in statusBrad Fitzpatrick1-0/+3
2022-09-15envknob: support changing envknobs post-initBrad Fitzpatrick1-2/+2