summaryrefslogtreecommitdiffstats
path: root/src/go/collectors/go.d.plugin/modules/zfspool/config_schema.json
diff options
context:
space:
mode:
authorIlya Mashchenko <ilya@netdata.cloud>2024-04-11 10:30:30 +0300
committerGitHub <noreply@github.com>2024-04-11 10:30:30 +0300
commit2da14f9da4e46039859ce17481ad6f9b8e91aade (patch)
treeb5654b919e84c6ab8ab6640dcd60a1a4142293c6 /src/go/collectors/go.d.plugin/modules/zfspool/config_schema.json
parent95bf3c9d8db88cfe8c0315daaa27d52995b249b1 (diff)
go.d zfspool minor schema and meta fixes (#17372)
Diffstat (limited to 'src/go/collectors/go.d.plugin/modules/zfspool/config_schema.json')
-rw-r--r--src/go/collectors/go.d.plugin/modules/zfspool/config_schema.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/go/collectors/go.d.plugin/modules/zfspool/config_schema.json b/src/go/collectors/go.d.plugin/modules/zfspool/config_schema.json
index dc11055f00..fcfcff1d4c 100644
--- a/src/go/collectors/go.d.plugin/modules/zfspool/config_schema.json
+++ b/src/go/collectors/go.d.plugin/modules/zfspool/config_schema.json
@@ -15,14 +15,14 @@
"title": "Binary path",
"description": "Path to the `zpool` binary.",
"type": "string",
- "default": "nvme"
+ "default": "/usr/bin/zpool"
},
"timeout": {
"title": "Timeout",
"description": "Timeout for executing the binary, specified in seconds.",
"type": "number",
"minimum": 0.5,
- "default": 10
+ "default": 2
}
},
"required": [