Documentation ¶
Overview ¶
Package x509_cert reports metrics from an SSL certificate.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type X509Cert ¶
type X509Cert struct { Sources []string `toml:"sources"` Timeout internal.Duration `toml:"timeout"` _tls.ClientConfig }
X509Cert holds the configuration of the plugin.
func (*X509Cert) Description ¶
Description returns description of the plugin.
func (*X509Cert) Gather ¶
func (c *X509Cert) Gather(acc telegraf.Accumulator) error
Gather adds metrics into the accumulator.
func (*X509Cert) SampleConfig ¶
SampleConfig returns configuration sample for the plugin.
Click to show internal directories.
Click to hide internal directories.