summaryrefslogtreecommitdiffstats
path: root/src/go/collectors/go.d.plugin/config/go.d/x509check.conf
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/go/collectors/go.d.plugin/config/go.d/x509check.conf12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/go/collectors/go.d.plugin/config/go.d/x509check.conf b/src/go/collectors/go.d.plugin/config/go.d/x509check.conf
new file mode 100644
index 000000000..d01417478
--- /dev/null
+++ b/src/go/collectors/go.d.plugin/config/go.d/x509check.conf
@@ -0,0 +1,12 @@
+## All available configuration options, their descriptions and default values:
+## https://github.com/netdata/netdata/tree/master/src/go/collectors/go.d.plugin/modules/x509check#readme
+
+#jobs:
+# - name: my_site_cert
+# source: https://my_site.org:443
+#
+# - name: my_file_cert
+# source: file:///home/me/cert.pem
+#
+# - name: my_smtp_cert
+# source: smtp://smtp.my_mail.org:587