Regenerate integrations docs (#22575)
Co-authored-by: Ancairon <70198089+Ancairon@users.noreply.github.com>
Netdata bot committed
May 27, 2026 at 07:45 UTC
fc0e104d5581d1f5a4abfbcce66270c6ae372bd5
1 file changed
+1
-1
src/go/plugin/go.d/collector/smartctl/integrations/s.m.a.r.t..md
+1
-1
@@ -195,7 +195,7 @@ Allows you to override the default devices poll interval (data collection).
195
```yaml
196
jobs:
197
- name: smartctl
198
- devices_poll_interval: 60 # Collect S.M.A.R.T statistics every 60 seconds
198
+ poll_devices_every: 60 # Collect S.M.A.R.T statistics every 60 seconds
199
200
```
201
</details>