smartctl_exporter/testdata/nvme-null-SAMSUNG_MZWLL3T2H...

101 lines
2.0 KiB
JSON
Raw Permalink Normal View History

{
"device": {
"info_name": "/dev/nvme0",
"name": "/dev/nvme0",
"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": "SAMSUNG MZWLL3T2HAJQ-00005",
"nvme_controller_id": 33,
"nvme_ieee_oui_identifier": 9528,
"nvme_number_of_namespaces": 32,
"nvme_pci_vendor": {
"id": 5197,
"subsystem_id": 5197
},
"nvme_smart_health_information_log": {
"available_spare": 100,
"available_spare_threshold": 10,
"controller_busy_time": 93891,
"critical_comp_time": 0,
"critical_warning": 16,
"data_units_read": 146935678,
"data_units_written": 147556750,
"host_reads": 3927325763,
"host_writes": 2665106227,
"media_errors": 0,
"num_err_log_entries": 0,
"percentage_used": 0,
"power_cycles": 6,
"power_on_hours": 18376,
"temperature": 40,
"temperature_sensors": [
40,
40,
35
],
"unsafe_shutdowns": 4,
"warning_temp_time": 0
},
"nvme_total_capacity": 3200631791616,
"nvme_unallocated_capacity": 0,
"nvme_version": {
"string": "1.2.1",
"value": 66049
},
"power_cycle_count": 6,
"power_on_time": {
"hours": 18376
},
"serial_number": "REDACTED",
"smart_status": {
"nvme": {
"media_read_only": false,
"other": 0,
"persistent_memory_region_unreliable": false,
"reliability_degraded": false,
"spare_below_threshold": false,
"temperature_above_or_below_threshold": false,
"value": 16,
"volatile_memory_backup_failed": true
},
"passed": false
},
"smart_support": {
"available": true,
"enabled": true
},
"smartctl": {
"argv": [
"smartctl",
"--json",
"--info",
"--health",
"--attributes",
"--tolerance=verypermissive",
"--nocheck=standby",
"--format=brief",
"--log=error",
"/dev/nvme0"
],
"build_info": "REDACTED",
"exit_status": 8,
"platform_info": "REDACTED",
"version": [
7,
3
]
},
"temperature": {
"current": 40
}
}