You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tailscale/prober
Anton Tolchanov 100d8e909e cmd/derpprobe: migrate to the prober framework
`prober.DERP` was created in #5988 based on derpprobe. Having used it
instead of derpprobe for a few months, I think we have enough confidence
that it works and can now migrate derpprobe to use the prober framework
and get rid of code duplication.

A few notable changes in behaviour:
- results of STUN probes over IPv4 and IPv6 are now reported separately;
- TLS probing now includes OCSP verification;
- probe names in the output have changed;
- ability to send Slack notification from the prober has been removed.
  Instead, the prober now exports metrics in Expvar (/debug/vars) and
  Prometheus (/debug/varz) formats.

Fixes https://github.com/tailscale/corp/issues/8497

Signed-off-by: Anton Tolchanov <anton@tailscale.com>
1 year ago
..
derp.go cmd/derpprobe: migrate to the prober framework 1 year ago
derp_test.go all: update copyright and license headers 1 year ago
http.go all: update copyright and license headers 1 year ago
notification.go all: update copyright and license headers 1 year ago
prober.go cmd/derpprobe: migrate to the prober framework 1 year ago
prober_test.go cmd/derpprobe: migrate to the prober framework 1 year ago
tcp.go all: update copyright and license headers 1 year ago
tls.go all: update copyright and license headers 1 year ago
tls_test.go all: update copyright and license headers 1 year ago