Opened 17 months ago

Closed 3 weeks ago

#1806 closed enhancement (fixed)

JSON output for NVMe is missing info from 'smartctl -c'

Reported by: Richard Stephens Owned by: Christian Franke
Priority: major Milestone: Release 7.5
Component: smartctl Version: 7.4
Keywords: json nvme Cc:

Description

The JSON output mode appears to be missing the device's temparature thresholds

# smartctl -a /dev/nvme0n1 | grep "Temp. Threshold"
Warning  Comp. Temp. Threshold:     87 Celsius
Critical Comp. Temp. Threshold:     90 Celsius
# smartctl -j -a /dev/nvme0n1 | grep "87"
# 

Change History (3)

comment:1 by Christian Franke, 17 months ago

Component: allsmartctl
Keywords: json nvme added
Milestone: unscheduled
Priority: minormajor
Summary: JSON output is missing temperature thresholds for NVMEJSON output for NVMe is missing info from 'smartctl -c'
Type: defectenhancement

Indeed. Even more is missing, summary changed accordingly.

Try --json=o or --json=u to include the plaintext lines in JSON output.

comment:2 by Christian Franke, 3 weeks ago

Milestone: unscheduledRelease 7.5
Owner: set to Christian Franke
Status: newaccepted

Included in recent release 7.5.

comment:3 by Christian Franke, 3 weeks ago

Resolution: fixed
Status: acceptedclosed
Note: See TracTickets for help on using tickets.