@cryptotaxi247 / netdata-1 / commits / c5de5886b

docs: task class: improve_docs fix incorrect config key name (#22546)

docs: update docs/cat-smart-data-collection-configuration Co-authored-by: nedi-app[bot] <nedi-app[bot]@users.noreply.github.com>

nedi-app[bot] committed May 27, 2026 at 08:38 UTC c5de5886b2bbbd3fc58a293cb87d435a13f9c078
1 file changed +1 -1
src/go/plugin/go.d/collector/smartctl/metadata.yaml
+1 -1
@@ -150,7 +150,7 @@ modules:
150 config: |
151 jobs:
152 - name: smartctl
153 - devices_poll_interval: 60 # Collect S.M.A.R.T statistics every 60 seconds
153 + poll_devices_every: 60 # Collect S.M.A.R.T statistics every 60 seconds
154 - name: Concurrent scanning for multiple devices
155 description: |
156 This example demonstrates enabling concurrent scanning to improve performance when monitoring many devices.