Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewSSLChecker ¶
NewSSLChecker create a SSL checker
Types ¶
type SSLChecker ¶
type SSLChecker struct {
// contains filtered or unexported fields
}
SSLChecker is a plugin to check SSL certificate expiration date
func (SSLChecker) Periodicity ¶
func (c SSLChecker) Periodicity() *time.Duration
Periodicity returns the delay between two checks
func (*SSLChecker) Run ¶
func (c *SSLChecker) Run(ctx context.Context) plugins.Result
Run is performing the checker protocol
func (SSLChecker) ServiceName ¶
func (c SSLChecker) ServiceName() string
ServiceName returns the name of the NSCA service associated to the checker
Click to show internal directories.
Click to hide internal directories.