Opened 23 months ago
Closed 7 months 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 , 23 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 , 7 months 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=oor--json=uto include the plaintext lines in JSON output.