diff --git a/conf/config/collector.yaml b/conf/config/collector.yaml index f568d0f..f380c35 100644 --- a/conf/config/collector.yaml +++ b/conf/config/collector.yaml @@ -32,6 +32,10 @@ devices: # - device: /dev/sda # type: 'sat' # +# # example for using `-d sat,auto`, notice the square brackets (workaround for #418) +# - device: /dev/sda +# type: ['sat,auto'] +# # # example to show how to ignore a specific disk/device. # - device: /dev/sda # ignore: true