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 , 17 months ago
Component: | all → smartctl |
---|---|
Keywords: | json nvme added |
Milestone: | → unscheduled |
Priority: | minor → major |
Summary: | JSON output is missing temperature thresholds for NVME → JSON output for NVMe is missing info from 'smartctl -c' |
Type: | defect → enhancement |
comment:2 by , 3 weeks ago
Milestone: | unscheduled → Release 7.5 |
---|---|
Owner: | set to |
Status: | new → accepted |
Included in recent release 7.5.
Note:
See TracTickets
for help on using tickets.
Indeed. Even more is missing, summary changed accordingly.
Try
--json=o
or--json=u
to include the plaintext lines in JSON output.