From 9279290d6449473a4fbb4a4ed2131be76275831b Mon Sep 17 00:00:00 2001 From: Koen van Zuijlen <8818390+kvanzuijlen@users.noreply.github.com> Date: Tue, 11 Jun 2024 00:33:10 +0200 Subject: [PATCH 1/3] feat: add sntasmedia smartctl device type --- scrutiny_fa/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scrutiny_fa/config.json b/scrutiny_fa/config.json index 261383dcb39..2b0eaedf395 100644 --- a/scrutiny_fa/config.json +++ b/scrutiny_fa/config.json @@ -39,7 +39,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)?", + "SMARTCTL_COMMAND_DEVICE_TYPE": "list(auto|ata|scsi|sat|usbcypress|usbjmicron|usbsunplus|marvell|megaraid|sntasmedia)?", "SMARTCTL_MEGARAID_DISK_NUM": "int?", "TZ": "str?", "Updates": "list(Hourly|Daily|Weekly)", From 194b54d278261f473bdece1f5bb8650c79ef4072 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Tue, 11 Jun 2024 10:03:20 +0200 Subject: [PATCH 2/3] Change version to initiate new version --- scrutiny_fa/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scrutiny_fa/config.json b/scrutiny_fa/config.json index 2b0eaedf395..7728c04f62e 100644 --- a/scrutiny_fa/config.json +++ b/scrutiny_fa/config.json @@ -48,5 +48,5 @@ "slug": "scrutiny_fa", "udev": true, "url": "https://github.com/AnalogJ/scrutiny", - "version": "v0.8.1-2" + "version": "v0.8.1-3" } From 5ffb713f7a84851b475c3fbed30b12e97b45d397 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Tue, 11 Jun 2024 10:04:06 +0200 Subject: [PATCH 3/3] Align other scrutiny --- scrutiny/config.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scrutiny/config.json b/scrutiny/config.json index 26c936fb5b1..897eeb9acbb 100644 --- a/scrutiny/config.json +++ b/scrutiny/config.json @@ -104,7 +104,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)?", + "SMARTCTL_COMMAND_DEVICE_TYPE": "list(auto|ata|scsi|sat|usbcypress|usbjmicron|usbsunplus|marvell|megaraid|sntasmedia)?", "SMARTCTL_MEGARAID_DISK_NUM": "int?", "TZ": "str?", "Updates": "list(Hourly|Daily|Weekly)", @@ -113,5 +113,5 @@ "slug": "scrutiny", "udev": true, "url": "https://github.com/AnalogJ/scrutiny", - "version": "v0.8.1-2" + "version": "v0.8.1-3" }