From cfabd62f4e521398ac06b08285d94604015368b9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ig=C3=B8r?= Date: Wed, 3 Apr 2024 15:24:17 +0200 Subject: [PATCH] docs(inputs.x509_cert): Explain expiry field (#15099) --- plugins/inputs/x509_cert/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/inputs/x509_cert/README.md b/plugins/inputs/x509_cert/README.md index d6ae501d9..80f038a4a 100644 --- a/plugins/inputs/x509_cert/README.md +++ b/plugins/inputs/x509_cert/README.md @@ -74,7 +74,7 @@ See the [CONFIGURATION.md][CONFIGURATION.md] for more details. - fields: - verification_code (int) - verification_error (string) - - expiry (int, seconds) + - expiry (int, seconds) - Time when the certificate will expire, in seconds since the Unix epoch. `SELECT (expiry / 60 / 60 / 24) as "expiry_in_days"` - age (int, seconds) - startdate (int, seconds) - enddate (int, seconds)