provide a mechanism to specify the absolute path to the smartctl binary used by metrics collector.

- fixes #304
This commit is contained in:
Jason Kulatunga
2022-06-20 12:09:56 -07:00
parent 7babc280a0
commit 157c93b967
4 changed files with 7 additions and 5 deletions
+1
View File
@@ -73,6 +73,7 @@ devices:
# example to show how to override the smartctl command args globally
#commands:
# metrics_smartctl_bin: 'smartctl' # change to provide custom `smartctl` binary path, eg. `/usr/sbin/smartctl`
# metrics_scan_args: '--scan --json' # used to detect devices
# metrics_info_args: '--info --json' # used to determine device unique ID & register device with Scrutiny
# metrics_smart_args: '--xall --json' # used to retrieve smart data for each device.