From 54902f91e7c43fc82d5d12476c43eae4419b1aeb Mon Sep 17 00:00:00 2001 From: Ryan Parrish Date: Wed, 24 May 2017 05:59:34 -0400 Subject: [PATCH] Update sensor.cert_expiry.markdown (#2701) `name` is an optional variable for `cert_expiry`. If you don't use it all your certs just show up as "SSL Certificate Expiry" as their name. --- source/_components/sensor.cert_expiry.markdown | 1 + 1 file changed, 1 insertion(+) diff --git a/source/_components/sensor.cert_expiry.markdown b/source/_components/sensor.cert_expiry.markdown index 0321320e1d8..3dfc2f48e2c 100644 --- a/source/_components/sensor.cert_expiry.markdown +++ b/source/_components/sensor.cert_expiry.markdown @@ -27,6 +27,7 @@ Configuration variables: - **host** (*Required*): The host FQDN (or IP) to retrieve certificate from. - **port** (*Optional*): The port number where the server is running. Defaults to `443`. +- **name** (*Optional*): The friendly name for the certificate.

Make sure that the URL exactly matches your endpoint or resource.