Skip to content

Commit c30ef31

Browse files
committed
Shorten descriptions
1 parent cbde1f3 commit c30ef31

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

blackbox_exporter.bak

22.4 MB
Binary file not shown.

prober/prober.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ import (
2525
type ProbeFn func(ctx context.Context, target string, config config.Module, registry *prometheus.Registry, logger *slog.Logger) bool
2626

2727
const (
28-
helpSSLEarliestCertExpiry = "Returns the earliest expiry of any peer certificate returned by the server as an unix timestamp. This can include certificates that are not validated by TLS clients. In rare server configurations this might return a time in the past, even for valid TLS certificate chains."
29-
helpSSLChainExpiryInTimeStamp = "Returns the earliest expiry of any validated TLS certificate as an unix timestamp. This indicates the time when connections will start to fail, unless a certificate is renewed."
28+
helpSSLEarliestCertExpiry = "Earliest expiry time of any TLS certificate returned by the server"
29+
helpSSLChainExpiryInTimeStamp = "Earliest expiry of any TLS certificate that is part of the certificate chain used for validating the servers identity"
3030
helpProbeTLSInfo = "Returns the TLS version used or NaN when unknown"
3131
helpProbeTLSCipher = "Returns the TLS cipher negotiated during handshake"
3232
)

0 commit comments

Comments
 (0)