summaryrefslogtreecommitdiffstats
path: root/src/go/collectors/go.d.plugin/modules/zfspool
diff options
context:
space:
mode:
Diffstat (limited to 'src/go/collectors/go.d.plugin/modules/zfspool')
-rw-r--r--src/go/collectors/go.d.plugin/modules/zfspool/config_schema.json4
-rw-r--r--src/go/collectors/go.d.plugin/modules/zfspool/metadata.yaml2
2 files changed, 3 insertions, 3 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": [
diff --git a/src/go/collectors/go.d.plugin/modules/zfspool/metadata.yaml b/src/go/collectors/go.d.plugin/modules/zfspool/metadata.yaml
index e82611be4f..847ee483e4 100644
--- a/src/go/collectors/go.d.plugin/modules/zfspool/metadata.yaml
+++ b/src/go/collectors/go.d.plugin/modules/zfspool/metadata.yaml
@@ -82,7 +82,7 @@ modules:
alerts:
- name: zfs_pool_space_utilization
metric: zfspool.pool_space_utilization
- info: "ZFS pool **${label:pool}** is nearing capacity. Current space usage is above the threshold."
+ info: "ZFS pool ${label:pool} is nearing capacity. Current space usage is above the threshold."
link: https://github.com/netdata/netdata/blob/master/src/health/health.d/zfs.conf
- name: zfs_pool_health_state_warn
metric: zfspool.pool_health_state