@cryptotaxi247 / netdata-1 / commits / bff7cf899

improve(go.d/zfspool): add Ubuntu zpool binary path to config (#20806)

Ilya Mashchenko committed Aug 12, 2025 at 11:23 UTC bff7cf899327e38518320d8b0861ce613c1d2eef
1 file changed +3
src/go/plugin/go.d/config/go.d/zfspool.conf
+3
@@ -5,5 +5,8 @@ jobs:
5 - name: zfspool
6 binary_path: /usr/bin/zpool
7
8 + - name: zfspool
9 + binary_path: /usr/sbin/zpool # Ubuntu
10 +
11 - name: zfspool
12 binary_path: /sbin/zpool # FreeBSD