Files
scrutiny/collector/pkg/config/testdata/override_device_commands.yaml
T
Jason Kulatunga a53397210c adding mechanism to override the smartctl commands used by scrutiny for device scanning, device identification and smart data retrieval.
adding tests for command overrides.

rename GetScanOverrides() to GetDeviceOverrides()

fixes #255
2022-05-28 15:32:44 -07:00

5 lines
109 B
YAML

version: 1
devices:
- device: /dev/sda
commands:
metrics_info_args: "--info --json -T permissive"