summaryrefslogtreecommitdiffstats
path: root/src/go/collectors/go.d.plugin/modules/zfspool/config_schema.json
diff options
context:
space:
mode:
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": [