Added missing USB device types

There were some smartctl's device types missing. Added the "snt*" types, which I use. Information taken from https://www.smartmontools.org/wiki/USB
This commit is contained in:
Eduardo Roldan
2024-08-22 18:21:37 -03:00
committed by GitHub
parent 88b31ab131
commit b4e436410b

View File

@@ -105,7 +105,7 @@
"COLLECTOR_API_ENDPOINT": "str?",
"COLLECTOR_HOST_ID": "str?",
"Mode": "list(Collector+WebUI|Collector)?",
"SMARTCTL_COMMAND_DEVICE_TYPE": "list(auto|ata|scsi|sat|usbcypress|usbjmicron|usbsunplus|marvell|megaraid|sntasmedia)?",
"SMARTCTL_COMMAND_DEVICE_TYPE": "list(auto|ata|scsi|sat|usbcypress|usbjmicron|usbsunplus|sntasmedia|sntjmicron|sntrealtek|marvell|megaraid)?",
"SMARTCTL_MEGARAID_DISK_NUM": "int?",
"TZ": "str?",
"Updates": "list(Hourly|Daily|Weekly)",