@cryptotaxi247 / netdata-1 / commits / b8e27392d

go.d smartctl add meta setup prerequisites (#17568)

Ilya Mashchenko committed May 1, 2024 at 13:17 UTC b8e27392dc664a40221d693d79a01b16cc6da546
1 file changed +4 -1
src/go/collectors/go.d.plugin/modules/smartctl/metadata.yaml
+4 -1
@@ -48,7 +48,10 @@ modules:
48 description: ""
49 setup:
50 prerequisites:
51 - list: []
51 + list:
52 + - title: Install smartmontools (v7.0+)
53 + description: |
54 + Install `smartmontools` version 7.0 or later using your distribution's package manager. Version 7.0 introduced the `--json` output mode, which is required for this collector to function properly.
55 configuration:
56 file:
57 name: go.d/smartctl.conf