From b4e436410bd51303b131a6966f5d7fd3ba9aac68 Mon Sep 17 00:00:00 2001 From: Eduardo Roldan Date: Thu, 22 Aug 2024 18:21:37 -0300 Subject: [PATCH] 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 --- scrutiny/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scrutiny/config.json b/scrutiny/config.json index 2a161b18d..3991b7539 100644 --- a/scrutiny/config.json +++ b/scrutiny/config.json @@ -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)",