summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorNetdata bot <43409846+netdatabot@users.noreply.github.com>2024-05-01 13:41:58 +0300
committerGitHub <noreply@github.com>2024-05-01 13:41:58 +0300
commitd8c1537324faa05d73cdaff080ebe05dca84719a (patch)
tree4c27aaad36be79d4978a11ff68fdc665a13945a5 /src
parentb8e27392dc664a40221d693d79a01b16cc6da546 (diff)
Regenerate integrations.js (#17567)
Co-authored-by: ilyam8 <22274335+ilyam8@users.noreply.github.com>
Diffstat (limited to 'src')
-rw-r--r--src/go/collectors/go.d.plugin/modules/smartctl/integrations/s.m.a.r.t..md7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/go/collectors/go.d.plugin/modules/smartctl/integrations/s.m.a.r.t..md b/src/go/collectors/go.d.plugin/modules/smartctl/integrations/s.m.a.r.t..md
index 548ee423ae..6873b5153a 100644
--- a/src/go/collectors/go.d.plugin/modules/smartctl/integrations/s.m.a.r.t..md
+++ b/src/go/collectors/go.d.plugin/modules/smartctl/integrations/s.m.a.r.t..md
@@ -97,7 +97,11 @@ There are no alerts configured by default for this integration.
### Prerequisites
-No action required.
+#### Install smartmontools (v7.0+)
+
+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.
+
+
### Configuration
@@ -126,6 +130,7 @@ The following options can be defined globally: update_every.
| timeout | smartctl binary execution timeout. | 5 | no |
| scan_every | interval for discovering new devices using `smartctl --scan`, measured in seconds. | 900 | no |
| poll_devices_every | interval for gathering data for every device, measured in seconds. Data is cached for this interval. | 300 | no |
+| device_selector | Specifies a pattern to match the 'info name' of devices as reported by `smartctl --scan --json`. | * | no |
</details>