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.
This commit is contained in:
Ryan Parrish 2017-05-24 05:59:34 -04:00 committed by Fredrik Lindqvist
parent c4e63b5608
commit 54902f91e7

View File

@ -27,6 +27,7 @@ Configuration variables:
- **host** (*Required*): The host FQDN (or IP) to retrieve certificate from. - **host** (*Required*): The host FQDN (or IP) to retrieve certificate from.
- **port** (*Optional*): The port number where the server is running. Defaults to `443`. - **port** (*Optional*): The port number where the server is running. Defaults to `443`.
- **name** (*Optional*): The friendly name for the certificate.
<p class='note warning'> <p class='note warning'>
Make sure that the URL exactly matches your endpoint or resource. Make sure that the URL exactly matches your endpoint or resource.