I think I know the problem: these commands output a very different output. It seems NVMe drives are less suitable to be monitored by SMART:
# smartctl -a /dev/nvme0 -j
# smartctl -a /dev/sda -j
Not sure how to have NVMes output the same info. Maybe I need to monitor those by using nvme-cli (https://github.com/narbehaj/zabbix-nvme)
Cheers,
BC
# smartctl -a /dev/nvme0 -j
# smartctl -a /dev/sda -j
Not sure how to have NVMes output the same info. Maybe I need to monitor those by using nvme-cli (https://github.com/narbehaj/zabbix-nvme)
Cheers,
BC

Comment