We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ef6216 commit c491a1dCopy full SHA for c491a1d
smartmon.sh
@@ -198,6 +198,7 @@ for device in ${device_list}; do
198
megaraid*) smartctl -A -d "${type}" "${disk}" | parse_smartctl_scsi_attributes "${disk}" "${type}" ;;
199
nvme*) smartctl -A -d "${type}" "${disk}" | parse_smartctl_scsi_attributes "${disk}" "${type}" ;;
200
usbprolific) smartctl -A -d "${type}" "${disk}" | parse_smartctl_attributes "${disk}" "${type}" ;;
201
+ atacam) smartctl -A -d "${type}" "${disk}" | parse_smartctl_attributes "${disk}" "${type}" ;;
202
*)
203
(>&2 echo "disk type is not sat, scsi, nvme or megaraid but ${type}")
204
exit
0 commit comments