Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion observer/mon_conf.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import (
// MonConf is exported to receive YAML configuration in `ObsConf`.
type MonConf struct {
Period config.Duration `yaml:"period"`
Kind string `yaml:"kind" validate:"required,oneof=DNS HTTP CRL TLS TCP AIA"`
Kind string `yaml:"kind" validate:"required,oneof=DNS HTTP CRL TLS AIA"`
Settings probers.Settings `yaml:"settings" validate:"min=1,dive"`
}

Expand Down
1 change: 0 additions & 1 deletion observer/observer.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ import (
_ "github.com/letsencrypt/boulder/observer/probers/crl"
_ "github.com/letsencrypt/boulder/observer/probers/dns"
_ "github.com/letsencrypt/boulder/observer/probers/http"
_ "github.com/letsencrypt/boulder/observer/probers/tcp"
_ "github.com/letsencrypt/boulder/observer/probers/tls"
)

Expand Down
32 changes: 0 additions & 32 deletions observer/probers/tcp/tcp.go

This file was deleted.

45 changes: 0 additions & 45 deletions observer/probers/tcp/tcp_conf.go

This file was deleted.

5 changes: 0 additions & 5 deletions test/config-next/observer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,3 @@ monitors:
url: http://letsencrypt.org/foo
rcodes: [200, 404]
useragent: "letsencrypt/boulder-observer-http-client"
-
period: 10s
kind: TCP
settings:
hostport: acme-v02.api.letsencrypt.org:443
5 changes: 0 additions & 5 deletions test/config/observer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,11 +90,6 @@ monitors:
url: http://letsencrypt.org/foo
rcodes: [200, 404]
useragent: "letsencrypt/boulder-observer-http-client"
-
period: 10s
kind: TCP
settings:
hostport: acme-v02.api.letsencrypt.org:443
-
period: 1h
kind: AIA
Expand Down