summaryrefslogtreecommitdiffstats
path: root/src/go/collectors/go.d.plugin/config/go.d/portcheck.conf
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/go/collectors/go.d.plugin/config/go.d/portcheck.conf11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/go/collectors/go.d.plugin/config/go.d/portcheck.conf b/src/go/collectors/go.d.plugin/config/go.d/portcheck.conf
new file mode 100644
index 000000000..ffa794ffc
--- /dev/null
+++ b/src/go/collectors/go.d.plugin/config/go.d/portcheck.conf
@@ -0,0 +1,11 @@
+## All available configuration options, their descriptions and default values:
+## https://github.com/netdata/netdata/tree/master/src/go/collectors/go.d.plugin/modules/portcheck#readme
+
+#jobs:
+# - name: job1
+# host: 10.0.0.1
+# ports: [23, 80, 8080]
+#
+# - name: job2
+# host: 10.0.0.2
+# ports: [22, 19999]