summaryrefslogtreecommitdiffstats
path: root/src/go/collectors/go.d.plugin/config
diff options
context:
space:
mode:
Diffstat (limited to 'src/go/collectors/go.d.plugin/config')
-rw-r--r--src/go/collectors/go.d.plugin/config/go.d.conf1
-rw-r--r--src/go/collectors/go.d.plugin/config/go.d/zfspool.conf9
2 files changed, 10 insertions, 0 deletions
diff --git a/src/go/collectors/go.d.plugin/config/go.d.conf b/src/go/collectors/go.d.plugin/config/go.d.conf
index bcd5455bc0..a201c1ff22 100644
--- a/src/go/collectors/go.d.plugin/config/go.d.conf
+++ b/src/go/collectors/go.d.plugin/config/go.d.conf
@@ -88,4 +88,5 @@ modules:
# whoisquery: yes
# windows: yes
# x509check: yes
+# zfspool: yes
# zookeeper: yes
diff --git a/src/go/collectors/go.d.plugin/config/go.d/zfspool.conf b/src/go/collectors/go.d.plugin/config/go.d/zfspool.conf
new file mode 100644
index 0000000000..587c9b772a
--- /dev/null
+++ b/src/go/collectors/go.d.plugin/config/go.d/zfspool.conf
@@ -0,0 +1,9 @@
+## All available configuration options, their descriptions and default values:
+## https://github.com/netdata/netdata/tree/master/src/go/collectors/go.d.plugin/modules/zpool#readme
+
+jobs:
+ - name: zfspool
+ binary_path: /usr/bin/zpool
+
+ - name: zfspool
+ binary_path: /sbin/zpool # FreeBSD