Skip to content

Commit

Permalink
Merge pull request #1428 from kvanzuijlen/patch-1
Browse files Browse the repository at this point in the history
feat: add sntasmedia smartctl device type
  • Loading branch information
alexbelgium committed Jun 11, 2024
2 parents 231105f + 5ffb713 commit f17ef1c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions scrutiny/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -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)",
Expand All @@ -113,5 +113,5 @@
"slug": "scrutiny",
"udev": true,
"url": "https://github.com/AnalogJ/scrutiny",
"version": "v0.8.1-2"
"version": "v0.8.1-3"
}
4 changes: 2 additions & 2 deletions scrutiny_fa/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -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)",
Expand All @@ -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"
}

0 comments on commit f17ef1c

Please sign in to comment.