summaryrefslogtreecommitdiffstats
path: root/src/go/collectors/go.d.plugin/modules/zfspool/testdata/config.json
diff options
context:
space:
mode:
authorIlya Mashchenko <ilya@netdata.cloud>2024-04-10 20:18:05 +0300
committerGitHub <noreply@github.com>2024-04-10 20:18:05 +0300
commit7b4b258879ba4a83817981033dd6342a70cf80af (patch)
tree9c028b0aac49b5e440c8e7ec66de91d162dd5ebb /src/go/collectors/go.d.plugin/modules/zfspool/testdata/config.json
parent30d5acdaef786228112ac1b9d9673b1cec6b887b (diff)
add collector to monitor ZFS pools space usage (#17367)
Diffstat (limited to 'src/go/collectors/go.d.plugin/modules/zfspool/testdata/config.json')
-rw-r--r--src/go/collectors/go.d.plugin/modules/zfspool/testdata/config.json5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/go/collectors/go.d.plugin/modules/zfspool/testdata/config.json b/src/go/collectors/go.d.plugin/modules/zfspool/testdata/config.json
new file mode 100644
index 0000000000..0957131934
--- /dev/null
+++ b/src/go/collectors/go.d.plugin/modules/zfspool/testdata/config.json
@@ -0,0 +1,5 @@
+{
+ "update_every": 123,
+ "timeout": 123.123,
+ "binary_path": "ok"
+}