Pingtower Docs
Docs The addons agent tlscert

tlscert

Complete a TLS handshake and report how long the leaf certificate has left. Reported on every run, so the threshold lives in a rule, not the agent.

Parameters

ParameterDefaultMeaning
addressREQUIREDhost or host:port; port defaults to 443.
server_namehost from addressSNI to present when it differs.
warn_before504h (21 days)Expiry closer than this is down.

An untrusted or already expired certificate is down, with issuer, subject and expiry still filled in, because “which certificate, expiring when, rejected why” is the whole diagnosis. There is deliberately no parameter to skip verification.

Measurements

days_until_expiry (negative once expired), handshake_ms, chain_length.

A rule for it

{"name":"cert-expiring","match":{"tags":["addon:tlscert"]},
 "conditions":[{"key":"days_until_expiry","op":"lte","value":14}],
 "identifier_keys":["check"],"renotify_minutes":1440}
Last updated 1 Sep 2026 Report a problem with this page