summaryrefslogtreecommitdiffstats
path: root/collectors/python.d.plugin/sslcheck/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'collectors/python.d.plugin/sslcheck/README.md')
-rw-r--r--collectors/python.d.plugin/sslcheck/README.md21
1 files changed, 21 insertions, 0 deletions
diff --git a/collectors/python.d.plugin/sslcheck/README.md b/collectors/python.d.plugin/sslcheck/README.md
new file mode 100644
index 0000000000..1c5dd6da4e
--- /dev/null
+++ b/collectors/python.d.plugin/sslcheck/README.md
@@ -0,0 +1,21 @@
+# SSL certificate expiry check
+
+Checks the time until a remote SSL certificate expires.
+
+## Requirements
+
+None
+
+### configuration
+
+```yaml
+update_every : 60
+
+example_org:
+ host: 'example.org'
+
+my_site_org:
+ host: 'my-site.org'
+ days_until_expiration_warning: 10
+ days_until_expiration_critical: 1
+```