mirror of
https://github.com/prometheus-community/smartctl_exporter.git
synced 2024-11-16 01:33:07 +01:00
3b2c702f42
Signed-off-by: Konstantin Shalygin <k0ste@k0ste.ru>
101 lines
No EOL
1.8 KiB
JSON
101 lines
No EOL
1.8 KiB
JSON
{
|
|
"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
|
|
},
|
|
"logical_block_size": 4096,
|
|
"model_name": "INTEL SSDPEDMD400G4",
|
|
"nvme_controller_id": 0,
|
|
"nvme_ieee_oui_identifier": 6083300,
|
|
"nvme_namespaces": [
|
|
{
|
|
"capacity": {
|
|
"blocks": 97677846,
|
|
"bytes": 400088457216
|
|
},
|
|
"formatted_lba_size": 4096,
|
|
"id": 1,
|
|
"size": {
|
|
"blocks": 97677846,
|
|
"bytes": 400088457216
|
|
},
|
|
"utilization": {
|
|
"blocks": 97677846,
|
|
"bytes": 400088457216
|
|
}
|
|
}
|
|
],
|
|
"nvme_number_of_namespaces": 1,
|
|
"nvme_pci_vendor": {
|
|
"id": 32902,
|
|
"subsystem_id": 32902
|
|
},
|
|
"nvme_smart_health_information_log": {
|
|
"available_spare": 100,
|
|
"available_spare_threshold": 10,
|
|
"controller_busy_time": 295,
|
|
"critical_warning": 0,
|
|
"data_units_read": 27197255,
|
|
"data_units_written": 655012839,
|
|
"host_reads": 488215996,
|
|
"host_writes": 12453004160,
|
|
"media_errors": 0,
|
|
"num_err_log_entries": 0,
|
|
"percentage_used": 5,
|
|
"power_cycles": 55,
|
|
"power_on_hours": 41951,
|
|
"temperature": 28,
|
|
"unsafe_shutdowns": 4
|
|
},
|
|
"power_cycle_count": 55,
|
|
"power_on_time": {
|
|
"hours": 41951
|
|
},
|
|
"serial_number": "REDACTED",
|
|
"smart_status": {
|
|
"nvme": {
|
|
"value": 0
|
|
},
|
|
"passed": true
|
|
},
|
|
"smartctl": {
|
|
"argv": [
|
|
"smartctl",
|
|
"--json",
|
|
"--info",
|
|
"--health",
|
|
"--attributes",
|
|
"--tolerance=verypermissive",
|
|
"--nocheck=standby",
|
|
"--format=brief",
|
|
"--log=error",
|
|
"/dev/nvme0"
|
|
],
|
|
"build_info": "REDACTED",
|
|
"exit_status": 0,
|
|
"platform_info": "REDACTED",
|
|
"svn_revision": "5022",
|
|
"version": [
|
|
7,
|
|
1
|
|
]
|
|
},
|
|
"temperature": {
|
|
"current": 28
|
|
},
|
|
"user_capacity": {
|
|
"blocks": 97677846,
|
|
"bytes": 400088457216
|
|
}
|
|
} |