smartctl_exporter/testdata/nvme-null-Micron_7450_MTFDK...

94 lines
1.7 KiB
JSON
Raw Permalink Normal View History

{
"device": {
"info_name": "/dev/nvme1",
"name": "/dev/nvme1",
"protocol": "NVMe",
"type": "nvme"
},
"firmware_version": "REDACTED",
"json_format_version": [
1,
0
],
"local_time": {
"asctime": "Fri Feb 13 23:31:30 2009 UTC",
"time_t": 1234567890
},
"model_name": "Micron_7450_MTFDKCC3T2TFS",
"nvme_controller_id": 0,
"nvme_ieee_oui_identifier": 41077,
"nvme_number_of_namespaces": 132,
"nvme_pci_vendor": {
"id": 4932,
"subsystem_id": 4932
},
"nvme_smart_health_information_log": {
"available_spare": 100,
"available_spare_threshold": 10,
"controller_busy_time": 10,
"critical_comp_time": 0,
"critical_warning": 0,
"data_units_read": 170056,
"data_units_written": 1248078,
"host_reads": 412435,
"host_writes": 92595817,
"media_errors": 0,
"num_err_log_entries": 0,
"percentage_used": 0,
"power_cycles": 32,
"power_on_hours": 2884,
"temperature": 33,
"temperature_sensors": [
38,
35,
33
],
"unsafe_shutdowns": 30,
"warning_temp_time": 0
},
"nvme_total_capacity": 3200631791616,
"nvme_unallocated_capacity": 0,
"nvme_version": {
"string": "1.4",
"value": 66560
},
"power_cycle_count": 32,
"power_on_time": {
"hours": 2884
},
"serial_number": "REDACTED",
"smart_status": {
"nvme": {
"value": 0
},
"passed": true
},
"smart_support": {
"available": true,
"enabled": true
},
"smartctl": {
"argv": [
"smartctl",
"--json",
"--info",
"--health",
"--attributes",
"--tolerance=verypermissive",
"--nocheck=standby",
"--format=brief",
"--log=error",
"/dev/nvme1"
],
"build_info": "REDACTED",
"exit_status": 0,
"platform_info": "REDACTED",
"version": [
7,
3
]
},
"temperature": {
"current": 33
}
}