summaryrefslogtreecommitdiffstats
path: root/src/go/collectors/go.d.plugin/modules/nvme/config_schema.json
diff options
context:
space:
mode:
Diffstat (limited to 'src/go/collectors/go.d.plugin/modules/nvme/config_schema.json')
-rw-r--r--src/go/collectors/go.d.plugin/modules/nvme/config_schema.json17
1 files changed, 3 insertions, 14 deletions
diff --git a/src/go/collectors/go.d.plugin/modules/nvme/config_schema.json b/src/go/collectors/go.d.plugin/modules/nvme/config_schema.json
index 001d2a3e7d..179a24ab17 100644
--- a/src/go/collectors/go.d.plugin/modules/nvme/config_schema.json
+++ b/src/go/collectors/go.d.plugin/modules/nvme/config_schema.json
@@ -11,23 +11,15 @@
"minimum": 1,
"default": 10
},
- "binary_path": {
- "title": "Binary path",
- "description": "Path to the `nvme` binary.",
- "type": "string",
- "default": "nvme"
- },
"timeout": {
"title": "Timeout",
- "description": "Timeout for executing the binary, specified in seconds.",
+ "description": "Timeout for executing the `nvme`, specified in seconds.",
"type": "number",
"minimum": 0.5,
- "default": 10
+ "default": 2
}
},
- "required": [
- "binary_path"
- ],
+ "required": [],
"additionalProperties": false,
"patternProperties": {
"^name$": {}
@@ -37,9 +29,6 @@
"uiOptions": {
"fullPage": true
},
- "binary_path": {
- "ui:help": "If an absolute path is provided, the collector will use it directly; otherwise, it will search for the binary in directories specified in the PATH environment variable."
- },
"timeout": {
"ui:help": "Accepts decimals for precise control (e.g., type 1.5 for 1.5 seconds)."
}