From 1f4b53fbef894ba7be068eadb5b391c2079893cd Mon Sep 17 00:00:00 2001 From: ewilly Date: Thu, 6 Apr 2023 10:35:30 +0200 Subject: [PATCH] Update collector.yaml --- conf/config/collector.yaml | 4 ++++ 1 file changed, 4 insertions(+) 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