# HELP go_gc_duration_seconds A summary of the wall-time pause (stop-the-world) duration in garbage collection cycles. # TYPE go_gc_duration_seconds summary go_gc_duration_seconds{quantile="0"} 2.7615e-05 go_gc_duration_seconds{quantile="0.25"} 6.2363e-05 go_gc_duration_seconds{quantile="0.5"} 0.00011383 go_gc_duration_seconds{quantile="0.75"} 0.000183118 go_gc_duration_seconds{quantile="1"} 0.003565262 go_gc_duration_seconds_sum 1.89581011 go_gc_duration_seconds_count 9286 # HELP go_gc_gogc_percent Heap size target percentage configured by the user, otherwise 100. This value is set by the GOGC environment variable, and the runtime/debug.SetGCPercent function. Sourced from /gc/gogc:percent. # TYPE go_gc_gogc_percent gauge go_gc_gogc_percent 100 # HELP go_gc_gomemlimit_bytes Go runtime memory limit configured by the user, otherwise math.MaxInt64. This value is set by the GOMEMLIMIT environment variable, and the runtime/debug.SetMemoryLimit function. Sourced from /gc/gomemlimit:bytes. # TYPE go_gc_gomemlimit_bytes gauge go_gc_gomemlimit_bytes 9.223372036854776e+18 # HELP go_goroutines Number of goroutines that currently exist. # TYPE go_goroutines gauge go_goroutines 8 # HELP go_info Information about the Go environment. # TYPE go_info gauge go_info{version="go1.23.7"} 1 # HELP go_memstats_alloc_bytes Number of bytes allocated in heap and currently in use. Equals to /memory/classes/heap/objects:bytes. # TYPE go_memstats_alloc_bytes gauge go_memstats_alloc_bytes 1.52372e+06 # HELP go_memstats_alloc_bytes_total Total number of bytes allocated in heap until now, even if released already. Equals to /gc/heap/allocs:bytes. # TYPE go_memstats_alloc_bytes_total counter go_memstats_alloc_bytes_total 1.17547214e+10 # HELP go_memstats_buck_hash_sys_bytes Number of bytes used by the profiling bucket hash table. Equals to /memory/classes/profiling/buckets:bytes. # TYPE go_memstats_buck_hash_sys_bytes gauge go_memstats_buck_hash_sys_bytes 4178 # HELP go_memstats_frees_total Total number of heap objects frees. Equals to /gc/heap/frees:objects + /gc/heap/tiny/allocs:objects. # TYPE go_memstats_frees_total counter go_memstats_frees_total 1.3733372e+08 # HELP go_memstats_gc_sys_bytes Number of bytes used for garbage collection system metadata. Equals to /memory/classes/metadata/other:bytes. # TYPE go_memstats_gc_sys_bytes gauge go_memstats_gc_sys_bytes 2.846848e+06 # HELP go_memstats_heap_alloc_bytes Number of heap bytes allocated and currently in use, same as go_memstats_alloc_bytes. Equals to /memory/classes/heap/objects:bytes. # TYPE go_memstats_heap_alloc_bytes gauge go_memstats_heap_alloc_bytes 1.52372e+06 # HELP go_memstats_heap_idle_bytes Number of heap bytes waiting to be used. Equals to /memory/classes/heap/released:bytes + /memory/classes/heap/free:bytes. # TYPE go_memstats_heap_idle_bytes gauge go_memstats_heap_idle_bytes 8.634368e+06 # HELP go_memstats_heap_inuse_bytes Number of heap bytes that are in use. Equals to /memory/classes/heap/objects:bytes + /memory/classes/heap/unused:bytes # TYPE go_memstats_heap_inuse_bytes gauge go_memstats_heap_inuse_bytes 3.080192e+06 # HELP go_memstats_heap_objects Number of currently allocated objects. Equals to /gc/heap/objects:objects. # TYPE go_memstats_heap_objects gauge go_memstats_heap_objects 2413 # HELP go_memstats_heap_released_bytes Number of heap bytes released to OS. Equals to /memory/classes/heap/released:bytes. # TYPE go_memstats_heap_released_bytes gauge go_memstats_heap_released_bytes 6.92224e+06 # HELP go_memstats_heap_sys_bytes Number of heap bytes obtained from system. Equals to /memory/classes/heap/objects:bytes + /memory/classes/heap/unused:bytes + /memory/classes/heap/released:bytes + /memory/classes/heap/free:bytes. # TYPE go_memstats_heap_sys_bytes gauge go_memstats_heap_sys_bytes 1.171456e+07 # HELP go_memstats_last_gc_time_seconds Number of seconds since 1970 of last garbage collection. # TYPE go_memstats_last_gc_time_seconds gauge go_memstats_last_gc_time_seconds 1.768118078523838e+09 # HELP go_memstats_mallocs_total Total number of heap objects allocated, both live and gc-ed. Semantically a counter version for go_memstats_heap_objects gauge. Equals to /gc/heap/allocs:objects + /gc/heap/tiny/allocs:objects. # TYPE go_memstats_mallocs_total counter go_memstats_mallocs_total 1.37336133e+08 # HELP go_memstats_mcache_inuse_bytes Number of bytes in use by mcache structures. Equals to /memory/classes/metadata/mcache/inuse:bytes. # TYPE go_memstats_mcache_inuse_bytes gauge go_memstats_mcache_inuse_bytes 4800 # HELP go_memstats_mcache_sys_bytes Number of bytes used for mcache structures obtained from system. Equals to /memory/classes/metadata/mcache/inuse:bytes + /memory/classes/metadata/mcache/free:bytes. # TYPE go_memstats_mcache_sys_bytes gauge go_memstats_mcache_sys_bytes 15600 # HELP go_memstats_mspan_inuse_bytes Number of bytes in use by mspan structures. Equals to /memory/classes/metadata/mspan/inuse:bytes. # TYPE go_memstats_mspan_inuse_bytes gauge go_memstats_mspan_inuse_bytes 95680 # HELP go_memstats_mspan_sys_bytes Number of bytes used for mspan structures obtained from system. Equals to /memory/classes/metadata/mspan/inuse:bytes + /memory/classes/metadata/mspan/free:bytes. # TYPE go_memstats_mspan_sys_bytes gauge go_memstats_mspan_sys_bytes 130560 # HELP go_memstats_next_gc_bytes Number of heap bytes when next garbage collection will take place. Equals to /gc/heap/goal:bytes. # TYPE go_memstats_next_gc_bytes gauge go_memstats_next_gc_bytes 4.194304e+06 # HELP go_memstats_other_sys_bytes Number of bytes used for other system allocations. Equals to /memory/classes/other:bytes. # TYPE go_memstats_other_sys_bytes gauge go_memstats_other_sys_bytes 909390 # HELP go_memstats_stack_inuse_bytes Number of bytes obtained from system for stack allocator in non-CGO environments. Equals to /memory/classes/heap/stacks:bytes. # TYPE go_memstats_stack_inuse_bytes gauge go_memstats_stack_inuse_bytes 851968 # HELP go_memstats_stack_sys_bytes Number of bytes obtained from system for stack allocator. Equals to /memory/classes/heap/stacks:bytes + /memory/classes/os-stacks:bytes. # TYPE go_memstats_stack_sys_bytes gauge go_memstats_stack_sys_bytes 851968 # HELP go_memstats_sys_bytes Number of bytes obtained from system. Equals to /memory/classes/total:byte. # TYPE go_memstats_sys_bytes gauge go_memstats_sys_bytes 1.6473104e+07 # HELP go_sched_gomaxprocs_threads The current runtime.GOMAXPROCS setting, or the number of operating system threads that can execute user-level Go code simultaneously. Sourced from /sched/gomaxprocs:threads. # TYPE go_sched_gomaxprocs_threads gauge go_sched_gomaxprocs_threads 4 # HELP go_threads Number of OS threads created. # TYPE go_threads gauge go_threads 13 # HELP process_cpu_seconds_total Total user and system CPU time spent in seconds. # TYPE process_cpu_seconds_total counter process_cpu_seconds_total 126.17 # HELP process_max_fds Maximum number of open file descriptors. # TYPE process_max_fds gauge process_max_fds 1.048576e+06 # HELP process_network_receive_bytes_total Number of bytes received by the process over the network. # TYPE process_network_receive_bytes_total counter process_network_receive_bytes_total 8.906223e+06 # HELP process_network_transmit_bytes_total Number of bytes sent by the process over the network. # TYPE process_network_transmit_bytes_total counter process_network_transmit_bytes_total 5.5163601e+07 # HELP process_open_fds Number of open file descriptors. # TYPE process_open_fds gauge process_open_fds 7 # HELP process_resident_memory_bytes Resident memory size in bytes. # TYPE process_resident_memory_bytes gauge process_resident_memory_bytes 1.470464e+07 # HELP process_start_time_seconds Start time of the process since unix epoch in seconds. # TYPE process_start_time_seconds gauge process_start_time_seconds 1.76802482092e+09 # HELP process_virtual_memory_bytes Virtual memory size in bytes. # TYPE process_virtual_memory_bytes gauge process_virtual_memory_bytes 1.267023872e+09 # HELP process_virtual_memory_max_bytes Maximum amount of virtual memory available in bytes. # TYPE process_virtual_memory_max_bytes gauge process_virtual_memory_max_bytes 1.8446744073709552e+19 # HELP smartctl_device Device info # TYPE smartctl_device gauge smartctl_device{ata_additional_product_id="unknown",ata_version="",device="nvme0",firmware_version="10126000",form_factor="",interface="nvme",model_family="unknown",model_name="WDC PC SN720 SDAPNTW-512G-1127",protocol="NVMe",sata_version="",scsi_product="",scsi_revision="",scsi_vendor="",scsi_version="",serial_number="1917B8453211"} 1 smartctl_device{ata_additional_product_id="unknown",ata_version="",device="nvme1",firmware_version="K4110420",form_factor="",interface="nvme",model_family="unknown",model_name="INTEL MEMPEK1J016GAL",protocol="NVMe",sata_version="",scsi_product="",scsi_revision="",scsi_vendor="",scsi_version="",serial_number="PHBT851206VC016N"} 1 smartctl_device{ata_additional_product_id="unknown",ata_version="ACS-2 (minor revision not indicated)",device="sda",firmware_version="SN05",form_factor="3.5 inches",interface="sat",model_family="Seagate Constellation ES.3",model_name="ST4000NM0033-9ZM170",protocol="ATA",sata_version="SATA 3.0",scsi_product="",scsi_revision="",scsi_vendor="",scsi_version="",serial_number="S1Z1SJF8"} 1 smartctl_device{ata_additional_product_id="unknown",ata_version="ACS-2 (minor revision not indicated)",device="sdb",firmware_version="SN05",form_factor="3.5 inches",interface="sat",model_family="Seagate Constellation ES.3",model_name="ST4000NM0033-9ZM170",protocol="ATA",sata_version="SATA 3.0",scsi_product="",scsi_revision="",scsi_vendor="",scsi_version="",serial_number="S1Z1SKG1"} 1 smartctl_device{ata_additional_product_id="unknown",ata_version="ACS-2 (minor revision not indicated)",device="sdc",firmware_version="SN05",form_factor="3.5 inches",interface="sat",model_family="Seagate Constellation ES.3",model_name="ST4000NM0033-9ZM170",protocol="ATA",sata_version="SATA 3.0",scsi_product="",scsi_revision="",scsi_vendor="",scsi_version="",serial_number="S1Z1SHMD"} 1 smartctl_device{ata_additional_product_id="unknown",ata_version="ACS-2 (minor revision not indicated)",device="sdd",firmware_version="SN05",form_factor="3.5 inches",interface="sat",model_family="Seagate Constellation ES.3",model_name="ST4000NM0033-9ZM170",protocol="ATA",sata_version="SATA 3.0",scsi_product="",scsi_revision="",scsi_vendor="",scsi_version="",serial_number="S1Z1SH99"} 1 # HELP smartctl_device_attribute Device attributes # TYPE smartctl_device_attribute gauge smartctl_device_attribute{attribute_flags_long="event_count",attribute_flags_short="----C-",attribute_id="198",attribute_name="Offline_Uncorrectable",attribute_value_type="raw",device="sda"} 0 smartctl_device_attribute{attribute_flags_long="event_count",attribute_flags_short="----C-",attribute_id="198",attribute_name="Offline_Uncorrectable",attribute_value_type="raw",device="sdb"} 0 smartctl_device_attribute{attribute_flags_long="event_count",attribute_flags_short="----C-",attribute_id="198",attribute_name="Offline_Uncorrectable",attribute_value_type="raw",device="sdc"} 0 smartctl_device_attribute{attribute_flags_long="event_count",attribute_flags_short="----C-",attribute_id="198",attribute_name="Offline_Uncorrectable",attribute_value_type="raw",device="sdd"} 0 smartctl_device_attribute{attribute_flags_long="event_count",attribute_flags_short="----C-",attribute_id="198",attribute_name="Offline_Uncorrectable",attribute_value_type="thresh",device="sda"} 0 smartctl_device_attribute{attribute_flags_long="event_count",attribute_flags_short="----C-",attribute_id="198",attribute_name="Offline_Uncorrectable",attribute_value_type="thresh",device="sdb"} 0 smartctl_device_attribute{attribute_flags_long="event_count",attribute_flags_short="----C-",attribute_id="198",attribute_name="Offline_Uncorrectable",attribute_value_type="thresh",device="sdc"} 0 smartctl_device_attribute{attribute_flags_long="event_count",attribute_flags_short="----C-",attribute_id="198",attribute_name="Offline_Uncorrectable",attribute_value_type="thresh",device="sdd"} 0 smartctl_device_attribute{attribute_flags_long="event_count",attribute_flags_short="----C-",attribute_id="198",attribute_name="Offline_Uncorrectable",attribute_value_type="value",device="sda"} 100 smartctl_device_attribute{attribute_flags_long="event_count",attribute_flags_short="----C-",attribute_id="198",attribute_name="Offline_Uncorrectable",attribute_value_type="value",device="sdb"} 100 smartctl_device_attribute{attribute_flags_long="event_count",attribute_flags_short="----C-",attribute_id="198",attribute_name="Offline_Uncorrectable",attribute_value_type="value",device="sdc"} 100 smartctl_device_attribute{attribute_flags_long="event_count",attribute_flags_short="----C-",attribute_id="198",attribute_name="Offline_Uncorrectable",attribute_value_type="value",device="sdd"} 100 smartctl_device_attribute{attribute_flags_long="event_count",attribute_flags_short="----C-",attribute_id="198",attribute_name="Offline_Uncorrectable",attribute_value_type="worst",device="sda"} 100 smartctl_device_attribute{attribute_flags_long="event_count",attribute_flags_short="----C-",attribute_id="198",attribute_name="Offline_Uncorrectable",attribute_value_type="worst",device="sdb"} 100 smartctl_device_attribute{attribute_flags_long="event_count",attribute_flags_short="----C-",attribute_id="198",attribute_name="Offline_Uncorrectable",attribute_value_type="worst",device="sdc"} 100 smartctl_device_attribute{attribute_flags_long="event_count",attribute_flags_short="----C-",attribute_id="198",attribute_name="Offline_Uncorrectable",attribute_value_type="worst",device="sdd"} 100 smartctl_device_attribute{attribute_flags_long="prefailure,updated_online",attribute_flags_short="PO----",attribute_id="3",attribute_name="Spin_Up_Time",attribute_value_type="raw",device="sda"} 0 smartctl_device_attribute{attribute_flags_long="prefailure,updated_online",attribute_flags_short="PO----",attribute_id="3",attribute_name="Spin_Up_Time",attribute_value_type="raw",device="sdb"} 0 smartctl_device_attribute{attribute_flags_long="prefailure,updated_online",attribute_flags_short="PO----",attribute_id="3",attribute_name="Spin_Up_Time",attribute_value_type="raw",device="sdc"} 0 smartctl_device_attribute{attribute_flags_long="prefailure,updated_online",attribute_flags_short="PO----",attribute_id="3",attribute_name="Spin_Up_Time",attribute_value_type="raw",device="sdd"} 0 smartctl_device_attribute{attribute_flags_long="prefailure,updated_online",attribute_flags_short="PO----",attribute_id="3",attribute_name="Spin_Up_Time",attribute_value_type="thresh",device="sda"} 0 smartctl_device_attribute{attribute_flags_long="prefailure,updated_online",attribute_flags_short="PO----",attribute_id="3",attribute_name="Spin_Up_Time",attribute_value_type="thresh",device="sdb"} 0 smartctl_device_attribute{attribute_flags_long="prefailure,updated_online",attribute_flags_short="PO----",attribute_id="3",attribute_name="Spin_Up_Time",attribute_value_type="thresh",device="sdc"} 0 smartctl_device_attribute{attribute_flags_long="prefailure,updated_online",attribute_flags_short="PO----",attribute_id="3",attribute_name="Spin_Up_Time",attribute_value_type="thresh",device="sdd"} 0 smartctl_device_attribute{attribute_flags_long="prefailure,updated_online",attribute_flags_short="PO----",attribute_id="3",attribute_name="Spin_Up_Time",attribute_value_type="value",device="sda"} 91 smartctl_device_attribute{attribute_flags_long="prefailure,updated_online",attribute_flags_short="PO----",attribute_id="3",attribute_name="Spin_Up_Time",attribute_value_type="value",device="sdb"} 91 smartctl_device_attribute{attribute_flags_long="prefailure,updated_online",attribute_flags_short="PO----",attribute_id="3",attribute_name="Spin_Up_Time",attribute_value_type="value",device="sdc"} 91 smartctl_device_attribute{attribute_flags_long="prefailure,updated_online",attribute_flags_short="PO----",attribute_id="3",attribute_name="Spin_Up_Time",attribute_value_type="value",device="sdd"} 91 smartctl_device_attribute{attribute_flags_long="prefailure,updated_online",attribute_flags_short="PO----",attribute_id="3",attribute_name="Spin_Up_Time",attribute_value_type="worst",device="sda"} 91 smartctl_device_attribute{attribute_flags_long="prefailure,updated_online",attribute_flags_short="PO----",attribute_id="3",attribute_name="Spin_Up_Time",attribute_value_type="worst",device="sdb"} 91 smartctl_device_attribute{attribute_flags_long="prefailure,updated_online",attribute_flags_short="PO----",attribute_id="3",attribute_name="Spin_Up_Time",attribute_value_type="worst",device="sdc"} 91 smartctl_device_attribute{attribute_flags_long="prefailure,updated_online",attribute_flags_short="PO----",attribute_id="3",attribute_name="Spin_Up_Time",attribute_value_type="worst",device="sdd"} 91 smartctl_device_attribute{attribute_flags_long="prefailure,updated_online,event_count",attribute_flags_short="PO--C-",attribute_id="10",attribute_name="Spin_Retry_Count",attribute_value_type="raw",device="sda"} 0 smartctl_device_attribute{attribute_flags_long="prefailure,updated_online,event_count",attribute_flags_short="PO--C-",attribute_id="10",attribute_name="Spin_Retry_Count",attribute_value_type="raw",device="sdb"} 0 smartctl_device_attribute{attribute_flags_long="prefailure,updated_online,event_count",attribute_flags_short="PO--C-",attribute_id="10",attribute_name="Spin_Retry_Count",attribute_value_type="raw",device="sdc"} 0 smartctl_device_attribute{attribute_flags_long="prefailure,updated_online,event_count",attribute_flags_short="PO--C-",attribute_id="10",attribute_name="Spin_Retry_Count",attribute_value_type="raw",device="sdd"} 0 smartctl_device_attribute{attribute_flags_long="prefailure,updated_online,event_count",attribute_flags_short="PO--C-",attribute_id="10",attribute_name="Spin_Retry_Count",attribute_value_type="thresh",device="sda"} 97 smartctl_device_attribute{attribute_flags_long="prefailure,updated_online,event_count",attribute_flags_short="PO--C-",attribute_id="10",attribute_name="Spin_Retry_Count",attribute_value_type="thresh",device="sdb"} 97 smartctl_device_attribute{attribute_flags_long="prefailure,updated_online,event_count",attribute_flags_short="PO--C-",attribute_id="10",attribute_name="Spin_Retry_Count",attribute_value_type="thresh",device="sdc"} 97 smartctl_device_attribute{attribute_flags_long="prefailure,updated_online,event_count",attribute_flags_short="PO--C-",attribute_id="10",attribute_name="Spin_Retry_Count",attribute_value_type="thresh",device="sdd"} 97 smartctl_device_attribute{attribute_flags_long="prefailure,updated_online,event_count",attribute_flags_short="PO--C-",attribute_id="10",attribute_name="Spin_Retry_Count",attribute_value_type="value",device="sda"} 100 smartctl_device_attribute{attribute_flags_long="prefailure,updated_online,event_count",attribute_flags_short="PO--C-",attribute_id="10",attribute_name="Spin_Retry_Count",attribute_value_type="value",device="sdb"} 100 smartctl_device_attribute{attribute_flags_long="prefailure,updated_online,event_count",attribute_flags_short="PO--C-",attribute_id="10",attribute_name="Spin_Retry_Count",attribute_value_type="value",device="sdc"} 100 smartctl_device_attribute{attribute_flags_long="prefailure,updated_online,event_count",attribute_flags_short="PO--C-",attribute_id="10",attribute_name="Spin_Retry_Count",attribute_value_type="value",device="sdd"} 100 smartctl_device_attribute{attribute_flags_long="prefailure,updated_online,event_count",attribute_flags_short="PO--C-",attribute_id="10",attribute_name="Spin_Retry_Count",attribute_value_type="worst",device="sda"} 100 smartctl_device_attribute{attribute_flags_long="prefailure,updated_online,event_count",attribute_flags_short="PO--C-",attribute_id="10",attribute_name="Spin_Retry_Count",attribute_value_type="worst",device="sdb"} 100 smartctl_device_attribute{attribute_flags_long="prefailure,updated_online,event_count",attribute_flags_short="PO--C-",attribute_id="10",attribute_name="Spin_Retry_Count",attribute_value_type="worst",device="sdc"} 100 smartctl_device_attribute{attribute_flags_long="prefailure,updated_online,event_count",attribute_flags_short="PO--C-",attribute_id="10",attribute_name="Spin_Retry_Count",attribute_value_type="worst",device="sdd"} 100 smartctl_device_attribute{attribute_flags_long="prefailure,updated_online,event_count,auto_keep",attribute_flags_short="PO--CK",attribute_id="5",attribute_name="Reallocated_Sector_Ct",attribute_value_type="raw",device="sda"} 0 smartctl_device_attribute{attribute_flags_long="prefailure,updated_online,event_count,auto_keep",attribute_flags_short="PO--CK",attribute_id="5",attribute_name="Reallocated_Sector_Ct",attribute_value_type="raw",device="sdb"} 0 smartctl_device_attribute{attribute_flags_long="prefailure,updated_online,event_count,auto_keep",attribute_flags_short="PO--CK",attribute_id="5",attribute_name="Reallocated_Sector_Ct",attribute_value_type="raw",device="sdc"} 0 smartctl_device_attribute{attribute_flags_long="prefailure,updated_online,event_count,auto_keep",attribute_flags_short="PO--CK",attribute_id="5",attribute_name="Reallocated_Sector_Ct",attribute_value_type="raw",device="sdd"} 1 smartctl_device_attribute{attribute_flags_long="prefailure,updated_online,event_count,auto_keep",attribute_flags_short="PO--CK",attribute_id="5",attribute_name="Reallocated_Sector_Ct",attribute_value_type="thresh",device="sda"} 10 smartctl_device_attribute{attribute_flags_long="prefailure,updated_online,event_count,auto_keep",attribute_flags_short="PO--CK",attribute_id="5",attribute_name="Reallocated_Sector_Ct",attribute_value_type="thresh",device="sdb"} 10 smartctl_device_attribute{attribute_flags_long="prefailure,updated_online,event_count,auto_keep",attribute_flags_short="PO--CK",attribute_id="5",attribute_name="Reallocated_Sector_Ct",attribute_value_type="thresh",device="sdc"} 10 smartctl_device_attribute{attribute_flags_long="prefailure,updated_online,event_count,auto_keep",attribute_flags_short="PO--CK",attribute_id="5",attribute_name="Reallocated_Sector_Ct",attribute_value_type="thresh",device="sdd"} 10 smartctl_device_attribute{attribute_flags_long="prefailure,updated_online,event_count,auto_keep",attribute_flags_short="PO--CK",attribute_id="5",attribute_name="Reallocated_Sector_Ct",attribute_value_type="value",device="sda"} 100 smartctl_device_attribute{attribute_flags_long="prefailure,updated_online,event_count,auto_keep",attribute_flags_short="PO--CK",attribute_id="5",attribute_name="Reallocated_Sector_Ct",attribute_value_type="value",device="sdb"} 100 smartctl_device_attribute{attribute_flags_long="prefailure,updated_online,event_count,auto_keep",attribute_flags_short="PO--CK",attribute_id="5",attribute_name="Reallocated_Sector_Ct",attribute_value_type="value",device="sdc"} 100 smartctl_device_attribute{attribute_flags_long="prefailure,updated_online,event_count,auto_keep",attribute_flags_short="PO--CK",attribute_id="5",attribute_name="Reallocated_Sector_Ct",attribute_value_type="value",device="sdd"} 100 smartctl_device_attribute{attribute_flags_long="prefailure,updated_online,event_count,auto_keep",attribute_flags_short="PO--CK",attribute_id="5",attribute_name="Reallocated_Sector_Ct",attribute_value_type="worst",device="sda"} 100 smartctl_device_attribute{attribute_flags_long="prefailure,updated_online,event_count,auto_keep",attribute_flags_short="PO--CK",attribute_id="5",attribute_name="Reallocated_Sector_Ct",attribute_value_type="worst",device="sdb"} 100 smartctl_device_attribute{attribute_flags_long="prefailure,updated_online,event_count,auto_keep",attribute_flags_short="PO--CK",attribute_id="5",attribute_name="Reallocated_Sector_Ct",attribute_value_type="worst",device="sdc"} 100 smartctl_device_attribute{attribute_flags_long="prefailure,updated_online,event_count,auto_keep",attribute_flags_short="PO--CK",attribute_id="5",attribute_name="Reallocated_Sector_Ct",attribute_value_type="worst",device="sdd"} 100 smartctl_device_attribute{attribute_flags_long="prefailure,updated_online,performance,error_rate",attribute_flags_short="POSR--",attribute_id="1",attribute_name="Raw_Read_Error_Rate",attribute_value_type="raw",device="sda"} 1.60953312e+08 smartctl_device_attribute{attribute_flags_long="prefailure,updated_online,performance,error_rate",attribute_flags_short="POSR--",attribute_id="1",attribute_name="Raw_Read_Error_Rate",attribute_value_type="raw",device="sdb"} 1.40775306e+08 smartctl_device_attribute{attribute_flags_long="prefailure,updated_online,performance,error_rate",attribute_flags_short="POSR--",attribute_id="1",attribute_name="Raw_Read_Error_Rate",attribute_value_type="raw",device="sdc"} 4.2092838e+07 smartctl_device_attribute{attribute_flags_long="prefailure,updated_online,performance,error_rate",attribute_flags_short="POSR--",attribute_id="1",attribute_name="Raw_Read_Error_Rate",attribute_value_type="raw",device="sdd"} 1.48516268e+08 smartctl_device_attribute{attribute_flags_long="prefailure,updated_online,performance,error_rate",attribute_flags_short="POSR--",attribute_id="1",attribute_name="Raw_Read_Error_Rate",attribute_value_type="thresh",device="sda"} 44 smartctl_device_attribute{attribute_flags_long="prefailure,updated_online,performance,error_rate",attribute_flags_short="POSR--",attribute_id="1",attribute_name="Raw_Read_Error_Rate",attribute_value_type="thresh",device="sdb"} 44 smartctl_device_attribute{attribute_flags_long="prefailure,updated_online,performance,error_rate",attribute_flags_short="POSR--",attribute_id="1",attribute_name="Raw_Read_Error_Rate",attribute_value_type="thresh",device="sdc"} 44 smartctl_device_attribute{attribute_flags_long="prefailure,updated_online,performance,error_rate",attribute_flags_short="POSR--",attribute_id="1",attribute_name="Raw_Read_Error_Rate",attribute_value_type="thresh",device="sdd"} 44 smartctl_device_attribute{attribute_flags_long="prefailure,updated_online,performance,error_rate",attribute_flags_short="POSR--",attribute_id="1",attribute_name="Raw_Read_Error_Rate",attribute_value_type="value",device="sda"} 81 smartctl_device_attribute{attribute_flags_long="prefailure,updated_online,performance,error_rate",attribute_flags_short="POSR--",attribute_id="1",attribute_name="Raw_Read_Error_Rate",attribute_value_type="value",device="sdb"} 81 smartctl_device_attribute{attribute_flags_long="prefailure,updated_online,performance,error_rate",attribute_flags_short="POSR--",attribute_id="1",attribute_name="Raw_Read_Error_Rate",attribute_value_type="value",device="sdc"} 76 smartctl_device_attribute{attribute_flags_long="prefailure,updated_online,performance,error_rate",attribute_flags_short="POSR--",attribute_id="1",attribute_name="Raw_Read_Error_Rate",attribute_value_type="value",device="sdd"} 81 smartctl_device_attribute{attribute_flags_long="prefailure,updated_online,performance,error_rate",attribute_flags_short="POSR--",attribute_id="1",attribute_name="Raw_Read_Error_Rate",attribute_value_type="worst",device="sda"} 63 smartctl_device_attribute{attribute_flags_long="prefailure,updated_online,performance,error_rate",attribute_flags_short="POSR--",attribute_id="1",attribute_name="Raw_Read_Error_Rate",attribute_value_type="worst",device="sdb"} 63 smartctl_device_attribute{attribute_flags_long="prefailure,updated_online,performance,error_rate",attribute_flags_short="POSR--",attribute_id="1",attribute_name="Raw_Read_Error_Rate",attribute_value_type="worst",device="sdc"} 63 smartctl_device_attribute{attribute_flags_long="prefailure,updated_online,performance,error_rate",attribute_flags_short="POSR--",attribute_id="1",attribute_name="Raw_Read_Error_Rate",attribute_value_type="worst",device="sdd"} 63 smartctl_device_attribute{attribute_flags_long="prefailure,updated_online,performance,error_rate",attribute_flags_short="POSR--",attribute_id="7",attribute_name="Seek_Error_Rate",attribute_value_type="raw",device="sda"} 4.17511127e+08 smartctl_device_attribute{attribute_flags_long="prefailure,updated_online,performance,error_rate",attribute_flags_short="POSR--",attribute_id="7",attribute_name="Seek_Error_Rate",attribute_value_type="raw",device="sdb"} 4.11682374e+08 smartctl_device_attribute{attribute_flags_long="prefailure,updated_online,performance,error_rate",attribute_flags_short="POSR--",attribute_id="7",attribute_name="Seek_Error_Rate",attribute_value_type="raw",device="sdc"} 9.81180854e+08 smartctl_device_attribute{attribute_flags_long="prefailure,updated_online,performance,error_rate",attribute_flags_short="POSR--",attribute_id="7",attribute_name="Seek_Error_Rate",attribute_value_type="raw",device="sdd"} 4.19042988e+08 smartctl_device_attribute{attribute_flags_long="prefailure,updated_online,performance,error_rate",attribute_flags_short="POSR--",attribute_id="7",attribute_name="Seek_Error_Rate",attribute_value_type="thresh",device="sda"} 45 smartctl_device_attribute{attribute_flags_long="prefailure,updated_online,performance,error_rate",attribute_flags_short="POSR--",attribute_id="7",attribute_name="Seek_Error_Rate",attribute_value_type="thresh",device="sdb"} 45 smartctl_device_attribute{attribute_flags_long="prefailure,updated_online,performance,error_rate",attribute_flags_short="POSR--",attribute_id="7",attribute_name="Seek_Error_Rate",attribute_value_type="thresh",device="sdc"} 45 smartctl_device_attribute{attribute_flags_long="prefailure,updated_online,performance,error_rate",attribute_flags_short="POSR--",attribute_id="7",attribute_name="Seek_Error_Rate",attribute_value_type="thresh",device="sdd"} 45 smartctl_device_attribute{attribute_flags_long="prefailure,updated_online,performance,error_rate",attribute_flags_short="POSR--",attribute_id="7",attribute_name="Seek_Error_Rate",attribute_value_type="value",device="sda"} 86 smartctl_device_attribute{attribute_flags_long="prefailure,updated_online,performance,error_rate",attribute_flags_short="POSR--",attribute_id="7",attribute_name="Seek_Error_Rate",attribute_value_type="value",device="sdb"} 86 smartctl_device_attribute{attribute_flags_long="prefailure,updated_online,performance,error_rate",attribute_flags_short="POSR--",attribute_id="7",attribute_name="Seek_Error_Rate",attribute_value_type="value",device="sdc"} 90 smartctl_device_attribute{attribute_flags_long="prefailure,updated_online,performance,error_rate",attribute_flags_short="POSR--",attribute_id="7",attribute_name="Seek_Error_Rate",attribute_value_type="value",device="sdd"} 86 smartctl_device_attribute{attribute_flags_long="prefailure,updated_online,performance,error_rate",attribute_flags_short="POSR--",attribute_id="7",attribute_name="Seek_Error_Rate",attribute_value_type="worst",device="sda"} 60 smartctl_device_attribute{attribute_flags_long="prefailure,updated_online,performance,error_rate",attribute_flags_short="POSR--",attribute_id="7",attribute_name="Seek_Error_Rate",attribute_value_type="worst",device="sdb"} 60 smartctl_device_attribute{attribute_flags_long="prefailure,updated_online,performance,error_rate",attribute_flags_short="POSR--",attribute_id="7",attribute_name="Seek_Error_Rate",attribute_value_type="worst",device="sdc"} 60 smartctl_device_attribute{attribute_flags_long="prefailure,updated_online,performance,error_rate",attribute_flags_short="POSR--",attribute_id="7",attribute_name="Seek_Error_Rate",attribute_value_type="worst",device="sdd"} 60 smartctl_device_attribute{attribute_flags_long="updated_online,auto_keep",attribute_flags_short="-O---K",attribute_id="190",attribute_name="Airflow_Temperature_Cel",attribute_value_type="raw",device="sda"} 6.55294501e+08 smartctl_device_attribute{attribute_flags_long="updated_online,auto_keep",attribute_flags_short="-O---K",attribute_id="190",attribute_name="Airflow_Temperature_Cel",attribute_value_type="raw",device="sdb"} 6.55228965e+08 smartctl_device_attribute{attribute_flags_long="updated_online,auto_keep",attribute_flags_short="-O---K",attribute_id="190",attribute_name="Airflow_Temperature_Cel",attribute_value_type="raw",device="sdc"} 6.72006181e+08 smartctl_device_attribute{attribute_flags_long="updated_online,auto_keep",attribute_flags_short="-O---K",attribute_id="190",attribute_name="Airflow_Temperature_Cel",attribute_value_type="raw",device="sdd"} 6.55228965e+08 smartctl_device_attribute{attribute_flags_long="updated_online,auto_keep",attribute_flags_short="-O---K",attribute_id="190",attribute_name="Airflow_Temperature_Cel",attribute_value_type="thresh",device="sda"} 40 smartctl_device_attribute{attribute_flags_long="updated_online,auto_keep",attribute_flags_short="-O---K",attribute_id="190",attribute_name="Airflow_Temperature_Cel",attribute_value_type="thresh",device="sdb"} 40 smartctl_device_attribute{attribute_flags_long="updated_online,auto_keep",attribute_flags_short="-O---K",attribute_id="190",attribute_name="Airflow_Temperature_Cel",attribute_value_type="thresh",device="sdc"} 40 smartctl_device_attribute{attribute_flags_long="updated_online,auto_keep",attribute_flags_short="-O---K",attribute_id="190",attribute_name="Airflow_Temperature_Cel",attribute_value_type="thresh",device="sdd"} 40 smartctl_device_attribute{attribute_flags_long="updated_online,auto_keep",attribute_flags_short="-O---K",attribute_id="190",attribute_name="Airflow_Temperature_Cel",attribute_value_type="value",device="sda"} 63 smartctl_device_attribute{attribute_flags_long="updated_online,auto_keep",attribute_flags_short="-O---K",attribute_id="190",attribute_name="Airflow_Temperature_Cel",attribute_value_type="value",device="sdb"} 63 smartctl_device_attribute{attribute_flags_long="updated_online,auto_keep",attribute_flags_short="-O---K",attribute_id="190",attribute_name="Airflow_Temperature_Cel",attribute_value_type="value",device="sdc"} 63 smartctl_device_attribute{attribute_flags_long="updated_online,auto_keep",attribute_flags_short="-O---K",attribute_id="190",attribute_name="Airflow_Temperature_Cel",attribute_value_type="value",device="sdd"} 63 smartctl_device_attribute{attribute_flags_long="updated_online,auto_keep",attribute_flags_short="-O---K",attribute_id="190",attribute_name="Airflow_Temperature_Cel",attribute_value_type="worst",device="sda"} 53 smartctl_device_attribute{attribute_flags_long="updated_online,auto_keep",attribute_flags_short="-O---K",attribute_id="190",attribute_name="Airflow_Temperature_Cel",attribute_value_type="worst",device="sdb"} 54 smartctl_device_attribute{attribute_flags_long="updated_online,auto_keep",attribute_flags_short="-O---K",attribute_id="190",attribute_name="Airflow_Temperature_Cel",attribute_value_type="worst",device="sdc"} 49 smartctl_device_attribute{attribute_flags_long="updated_online,auto_keep",attribute_flags_short="-O---K",attribute_id="190",attribute_name="Airflow_Temperature_Cel",attribute_value_type="worst",device="sdd"} 51 smartctl_device_attribute{attribute_flags_long="updated_online,auto_keep",attribute_flags_short="-O---K",attribute_id="194",attribute_name="Temperature_Celsius",attribute_value_type="raw",device="sda"} 6.4424509477e+10 smartctl_device_attribute{attribute_flags_long="updated_online,auto_keep",attribute_flags_short="-O---K",attribute_id="194",attribute_name="Temperature_Celsius",attribute_value_type="raw",device="sdb"} 6.0129542181e+10 smartctl_device_attribute{attribute_flags_long="updated_online,auto_keep",attribute_flags_short="-O---K",attribute_id="194",attribute_name="Temperature_Celsius",attribute_value_type="raw",device="sdc"} 6.0129542181e+10 smartctl_device_attribute{attribute_flags_long="updated_online,auto_keep",attribute_flags_short="-O---K",attribute_id="194",attribute_name="Temperature_Celsius",attribute_value_type="raw",device="sdd"} 6.0129542181e+10 smartctl_device_attribute{attribute_flags_long="updated_online,auto_keep",attribute_flags_short="-O---K",attribute_id="194",attribute_name="Temperature_Celsius",attribute_value_type="thresh",device="sda"} 0 smartctl_device_attribute{attribute_flags_long="updated_online,auto_keep",attribute_flags_short="-O---K",attribute_id="194",attribute_name="Temperature_Celsius",attribute_value_type="thresh",device="sdb"} 0 smartctl_device_attribute{attribute_flags_long="updated_online,auto_keep",attribute_flags_short="-O---K",attribute_id="194",attribute_name="Temperature_Celsius",attribute_value_type="thresh",device="sdc"} 0 smartctl_device_attribute{attribute_flags_long="updated_online,auto_keep",attribute_flags_short="-O---K",attribute_id="194",attribute_name="Temperature_Celsius",attribute_value_type="thresh",device="sdd"} 0 smartctl_device_attribute{attribute_flags_long="updated_online,auto_keep",attribute_flags_short="-O---K",attribute_id="194",attribute_name="Temperature_Celsius",attribute_value_type="value",device="sda"} 37 smartctl_device_attribute{attribute_flags_long="updated_online,auto_keep",attribute_flags_short="-O---K",attribute_id="194",attribute_name="Temperature_Celsius",attribute_value_type="value",device="sdb"} 37 smartctl_device_attribute{attribute_flags_long="updated_online,auto_keep",attribute_flags_short="-O---K",attribute_id="194",attribute_name="Temperature_Celsius",attribute_value_type="value",device="sdc"} 37 smartctl_device_attribute{attribute_flags_long="updated_online,auto_keep",attribute_flags_short="-O---K",attribute_id="194",attribute_name="Temperature_Celsius",attribute_value_type="value",device="sdd"} 37 smartctl_device_attribute{attribute_flags_long="updated_online,auto_keep",attribute_flags_short="-O---K",attribute_id="194",attribute_name="Temperature_Celsius",attribute_value_type="worst",device="sda"} 47 smartctl_device_attribute{attribute_flags_long="updated_online,auto_keep",attribute_flags_short="-O---K",attribute_id="194",attribute_name="Temperature_Celsius",attribute_value_type="worst",device="sdb"} 46 smartctl_device_attribute{attribute_flags_long="updated_online,auto_keep",attribute_flags_short="-O---K",attribute_id="194",attribute_name="Temperature_Celsius",attribute_value_type="worst",device="sdc"} 51 smartctl_device_attribute{attribute_flags_long="updated_online,auto_keep",attribute_flags_short="-O---K",attribute_id="194",attribute_name="Temperature_Celsius",attribute_value_type="worst",device="sdd"} 49 smartctl_device_attribute{attribute_flags_long="updated_online,error_rate,event_count",attribute_flags_short="-O-RC-",attribute_id="195",attribute_name="Hardware_ECC_Recovered",attribute_value_type="raw",device="sda"} 1.60953312e+08 smartctl_device_attribute{attribute_flags_long="updated_online,error_rate,event_count",attribute_flags_short="-O-RC-",attribute_id="195",attribute_name="Hardware_ECC_Recovered",attribute_value_type="raw",device="sdb"} 1.40775306e+08 smartctl_device_attribute{attribute_flags_long="updated_online,error_rate,event_count",attribute_flags_short="-O-RC-",attribute_id="195",attribute_name="Hardware_ECC_Recovered",attribute_value_type="raw",device="sdc"} 4.2092838e+07 smartctl_device_attribute{attribute_flags_long="updated_online,error_rate,event_count",attribute_flags_short="-O-RC-",attribute_id="195",attribute_name="Hardware_ECC_Recovered",attribute_value_type="raw",device="sdd"} 1.48516268e+08 smartctl_device_attribute{attribute_flags_long="updated_online,error_rate,event_count",attribute_flags_short="-O-RC-",attribute_id="195",attribute_name="Hardware_ECC_Recovered",attribute_value_type="thresh",device="sda"} 0 smartctl_device_attribute{attribute_flags_long="updated_online,error_rate,event_count",attribute_flags_short="-O-RC-",attribute_id="195",attribute_name="Hardware_ECC_Recovered",attribute_value_type="thresh",device="sdb"} 0 smartctl_device_attribute{attribute_flags_long="updated_online,error_rate,event_count",attribute_flags_short="-O-RC-",attribute_id="195",attribute_name="Hardware_ECC_Recovered",attribute_value_type="thresh",device="sdc"} 0 smartctl_device_attribute{attribute_flags_long="updated_online,error_rate,event_count",attribute_flags_short="-O-RC-",attribute_id="195",attribute_name="Hardware_ECC_Recovered",attribute_value_type="thresh",device="sdd"} 0 smartctl_device_attribute{attribute_flags_long="updated_online,error_rate,event_count",attribute_flags_short="-O-RC-",attribute_id="195",attribute_name="Hardware_ECC_Recovered",attribute_value_type="value",device="sda"} 47 smartctl_device_attribute{attribute_flags_long="updated_online,error_rate,event_count",attribute_flags_short="-O-RC-",attribute_id="195",attribute_name="Hardware_ECC_Recovered",attribute_value_type="value",device="sdb"} 48 smartctl_device_attribute{attribute_flags_long="updated_online,error_rate,event_count",attribute_flags_short="-O-RC-",attribute_id="195",attribute_name="Hardware_ECC_Recovered",attribute_value_type="value",device="sdc"} 61 smartctl_device_attribute{attribute_flags_long="updated_online,error_rate,event_count",attribute_flags_short="-O-RC-",attribute_id="195",attribute_name="Hardware_ECC_Recovered",attribute_value_type="value",device="sdd"} 48 smartctl_device_attribute{attribute_flags_long="updated_online,error_rate,event_count",attribute_flags_short="-O-RC-",attribute_id="195",attribute_name="Hardware_ECC_Recovered",attribute_value_type="worst",device="sda"} 14 smartctl_device_attribute{attribute_flags_long="updated_online,error_rate,event_count",attribute_flags_short="-O-RC-",attribute_id="195",attribute_name="Hardware_ECC_Recovered",attribute_value_type="worst",device="sdb"} 6 smartctl_device_attribute{attribute_flags_long="updated_online,error_rate,event_count",attribute_flags_short="-O-RC-",attribute_id="195",attribute_name="Hardware_ECC_Recovered",attribute_value_type="worst",device="sdc"} 3 smartctl_device_attribute{attribute_flags_long="updated_online,error_rate,event_count",attribute_flags_short="-O-RC-",attribute_id="195",attribute_name="Hardware_ECC_Recovered",attribute_value_type="worst",device="sdd"} 12 smartctl_device_attribute{attribute_flags_long="updated_online,error_rate,event_count,auto_keep",attribute_flags_short="-O-RCK",attribute_id="189",attribute_name="High_Fly_Writes",attribute_value_type="raw",device="sda"} 2 smartctl_device_attribute{attribute_flags_long="updated_online,error_rate,event_count,auto_keep",attribute_flags_short="-O-RCK",attribute_id="189",attribute_name="High_Fly_Writes",attribute_value_type="raw",device="sdb"} 0 smartctl_device_attribute{attribute_flags_long="updated_online,error_rate,event_count,auto_keep",attribute_flags_short="-O-RCK",attribute_id="189",attribute_name="High_Fly_Writes",attribute_value_type="raw",device="sdc"} 0 smartctl_device_attribute{attribute_flags_long="updated_online,error_rate,event_count,auto_keep",attribute_flags_short="-O-RCK",attribute_id="189",attribute_name="High_Fly_Writes",attribute_value_type="raw",device="sdd"} 0 smartctl_device_attribute{attribute_flags_long="updated_online,error_rate,event_count,auto_keep",attribute_flags_short="-O-RCK",attribute_id="189",attribute_name="High_Fly_Writes",attribute_value_type="thresh",device="sda"} 0 smartctl_device_attribute{attribute_flags_long="updated_online,error_rate,event_count,auto_keep",attribute_flags_short="-O-RCK",attribute_id="189",attribute_name="High_Fly_Writes",attribute_value_type="thresh",device="sdb"} 0 smartctl_device_attribute{attribute_flags_long="updated_online,error_rate,event_count,auto_keep",attribute_flags_short="-O-RCK",attribute_id="189",attribute_name="High_Fly_Writes",attribute_value_type="thresh",device="sdc"} 0 smartctl_device_attribute{attribute_flags_long="updated_online,error_rate,event_count,auto_keep",attribute_flags_short="-O-RCK",attribute_id="189",attribute_name="High_Fly_Writes",attribute_value_type="thresh",device="sdd"} 0 smartctl_device_attribute{attribute_flags_long="updated_online,error_rate,event_count,auto_keep",attribute_flags_short="-O-RCK",attribute_id="189",attribute_name="High_Fly_Writes",attribute_value_type="value",device="sda"} 98 smartctl_device_attribute{attribute_flags_long="updated_online,error_rate,event_count,auto_keep",attribute_flags_short="-O-RCK",attribute_id="189",attribute_name="High_Fly_Writes",attribute_value_type="value",device="sdb"} 100 smartctl_device_attribute{attribute_flags_long="updated_online,error_rate,event_count,auto_keep",attribute_flags_short="-O-RCK",attribute_id="189",attribute_name="High_Fly_Writes",attribute_value_type="value",device="sdc"} 100 smartctl_device_attribute{attribute_flags_long="updated_online,error_rate,event_count,auto_keep",attribute_flags_short="-O-RCK",attribute_id="189",attribute_name="High_Fly_Writes",attribute_value_type="value",device="sdd"} 100 smartctl_device_attribute{attribute_flags_long="updated_online,error_rate,event_count,auto_keep",attribute_flags_short="-O-RCK",attribute_id="189",attribute_name="High_Fly_Writes",attribute_value_type="worst",device="sda"} 98 smartctl_device_attribute{attribute_flags_long="updated_online,error_rate,event_count,auto_keep",attribute_flags_short="-O-RCK",attribute_id="189",attribute_name="High_Fly_Writes",attribute_value_type="worst",device="sdb"} 100 smartctl_device_attribute{attribute_flags_long="updated_online,error_rate,event_count,auto_keep",attribute_flags_short="-O-RCK",attribute_id="189",attribute_name="High_Fly_Writes",attribute_value_type="worst",device="sdc"} 100 smartctl_device_attribute{attribute_flags_long="updated_online,error_rate,event_count,auto_keep",attribute_flags_short="-O-RCK",attribute_id="189",attribute_name="High_Fly_Writes",attribute_value_type="worst",device="sdd"} 100 smartctl_device_attribute{attribute_flags_long="updated_online,event_count",attribute_flags_short="-O--C-",attribute_id="197",attribute_name="Current_Pending_Sector",attribute_value_type="raw",device="sda"} 0 smartctl_device_attribute{attribute_flags_long="updated_online,event_count",attribute_flags_short="-O--C-",attribute_id="197",attribute_name="Current_Pending_Sector",attribute_value_type="raw",device="sdb"} 0 smartctl_device_attribute{attribute_flags_long="updated_online,event_count",attribute_flags_short="-O--C-",attribute_id="197",attribute_name="Current_Pending_Sector",attribute_value_type="raw",device="sdc"} 0 smartctl_device_attribute{attribute_flags_long="updated_online,event_count",attribute_flags_short="-O--C-",attribute_id="197",attribute_name="Current_Pending_Sector",attribute_value_type="raw",device="sdd"} 0 smartctl_device_attribute{attribute_flags_long="updated_online,event_count",attribute_flags_short="-O--C-",attribute_id="197",attribute_name="Current_Pending_Sector",attribute_value_type="thresh",device="sda"} 0 smartctl_device_attribute{attribute_flags_long="updated_online,event_count",attribute_flags_short="-O--C-",attribute_id="197",attribute_name="Current_Pending_Sector",attribute_value_type="thresh",device="sdb"} 0 smartctl_device_attribute{attribute_flags_long="updated_online,event_count",attribute_flags_short="-O--C-",attribute_id="197",attribute_name="Current_Pending_Sector",attribute_value_type="thresh",device="sdc"} 0 smartctl_device_attribute{attribute_flags_long="updated_online,event_count",attribute_flags_short="-O--C-",attribute_id="197",attribute_name="Current_Pending_Sector",attribute_value_type="thresh",device="sdd"} 0 smartctl_device_attribute{attribute_flags_long="updated_online,event_count",attribute_flags_short="-O--C-",attribute_id="197",attribute_name="Current_Pending_Sector",attribute_value_type="value",device="sda"} 100 smartctl_device_attribute{attribute_flags_long="updated_online,event_count",attribute_flags_short="-O--C-",attribute_id="197",attribute_name="Current_Pending_Sector",attribute_value_type="value",device="sdb"} 100 smartctl_device_attribute{attribute_flags_long="updated_online,event_count",attribute_flags_short="-O--C-",attribute_id="197",attribute_name="Current_Pending_Sector",attribute_value_type="value",device="sdc"} 100 smartctl_device_attribute{attribute_flags_long="updated_online,event_count",attribute_flags_short="-O--C-",attribute_id="197",attribute_name="Current_Pending_Sector",attribute_value_type="value",device="sdd"} 100 smartctl_device_attribute{attribute_flags_long="updated_online,event_count",attribute_flags_short="-O--C-",attribute_id="197",attribute_name="Current_Pending_Sector",attribute_value_type="worst",device="sda"} 100 smartctl_device_attribute{attribute_flags_long="updated_online,event_count",attribute_flags_short="-O--C-",attribute_id="197",attribute_name="Current_Pending_Sector",attribute_value_type="worst",device="sdb"} 100 smartctl_device_attribute{attribute_flags_long="updated_online,event_count",attribute_flags_short="-O--C-",attribute_id="197",attribute_name="Current_Pending_Sector",attribute_value_type="worst",device="sdc"} 100 smartctl_device_attribute{attribute_flags_long="updated_online,event_count",attribute_flags_short="-O--C-",attribute_id="197",attribute_name="Current_Pending_Sector",attribute_value_type="worst",device="sdd"} 100 smartctl_device_attribute{attribute_flags_long="updated_online,event_count,auto_keep",attribute_flags_short="-O--CK",attribute_id="12",attribute_name="Power_Cycle_Count",attribute_value_type="raw",device="sda"} 111 smartctl_device_attribute{attribute_flags_long="updated_online,event_count,auto_keep",attribute_flags_short="-O--CK",attribute_id="12",attribute_name="Power_Cycle_Count",attribute_value_type="raw",device="sdb"} 111 smartctl_device_attribute{attribute_flags_long="updated_online,event_count,auto_keep",attribute_flags_short="-O--CK",attribute_id="12",attribute_name="Power_Cycle_Count",attribute_value_type="raw",device="sdc"} 221 smartctl_device_attribute{attribute_flags_long="updated_online,event_count,auto_keep",attribute_flags_short="-O--CK",attribute_id="12",attribute_name="Power_Cycle_Count",attribute_value_type="raw",device="sdd"} 111 smartctl_device_attribute{attribute_flags_long="updated_online,event_count,auto_keep",attribute_flags_short="-O--CK",attribute_id="12",attribute_name="Power_Cycle_Count",attribute_value_type="thresh",device="sda"} 20 smartctl_device_attribute{attribute_flags_long="updated_online,event_count,auto_keep",attribute_flags_short="-O--CK",attribute_id="12",attribute_name="Power_Cycle_Count",attribute_value_type="thresh",device="sdb"} 20 smartctl_device_attribute{attribute_flags_long="updated_online,event_count,auto_keep",attribute_flags_short="-O--CK",attribute_id="12",attribute_name="Power_Cycle_Count",attribute_value_type="thresh",device="sdc"} 20 smartctl_device_attribute{attribute_flags_long="updated_online,event_count,auto_keep",attribute_flags_short="-O--CK",attribute_id="12",attribute_name="Power_Cycle_Count",attribute_value_type="thresh",device="sdd"} 20 smartctl_device_attribute{attribute_flags_long="updated_online,event_count,auto_keep",attribute_flags_short="-O--CK",attribute_id="12",attribute_name="Power_Cycle_Count",attribute_value_type="value",device="sda"} 100 smartctl_device_attribute{attribute_flags_long="updated_online,event_count,auto_keep",attribute_flags_short="-O--CK",attribute_id="12",attribute_name="Power_Cycle_Count",attribute_value_type="value",device="sdb"} 100 smartctl_device_attribute{attribute_flags_long="updated_online,event_count,auto_keep",attribute_flags_short="-O--CK",attribute_id="12",attribute_name="Power_Cycle_Count",attribute_value_type="value",device="sdc"} 100 smartctl_device_attribute{attribute_flags_long="updated_online,event_count,auto_keep",attribute_flags_short="-O--CK",attribute_id="12",attribute_name="Power_Cycle_Count",attribute_value_type="value",device="sdd"} 100 smartctl_device_attribute{attribute_flags_long="updated_online,event_count,auto_keep",attribute_flags_short="-O--CK",attribute_id="12",attribute_name="Power_Cycle_Count",attribute_value_type="worst",device="sda"} 100 smartctl_device_attribute{attribute_flags_long="updated_online,event_count,auto_keep",attribute_flags_short="-O--CK",attribute_id="12",attribute_name="Power_Cycle_Count",attribute_value_type="worst",device="sdb"} 100 smartctl_device_attribute{attribute_flags_long="updated_online,event_count,auto_keep",attribute_flags_short="-O--CK",attribute_id="12",attribute_name="Power_Cycle_Count",attribute_value_type="worst",device="sdc"} 100 smartctl_device_attribute{attribute_flags_long="updated_online,event_count,auto_keep",attribute_flags_short="-O--CK",attribute_id="12",attribute_name="Power_Cycle_Count",attribute_value_type="worst",device="sdd"} 100 smartctl_device_attribute{attribute_flags_long="updated_online,event_count,auto_keep",attribute_flags_short="-O--CK",attribute_id="184",attribute_name="End-to-End_Error",attribute_value_type="raw",device="sda"} 0 smartctl_device_attribute{attribute_flags_long="updated_online,event_count,auto_keep",attribute_flags_short="-O--CK",attribute_id="184",attribute_name="End-to-End_Error",attribute_value_type="raw",device="sdb"} 0 smartctl_device_attribute{attribute_flags_long="updated_online,event_count,auto_keep",attribute_flags_short="-O--CK",attribute_id="184",attribute_name="End-to-End_Error",attribute_value_type="raw",device="sdc"} 0 smartctl_device_attribute{attribute_flags_long="updated_online,event_count,auto_keep",attribute_flags_short="-O--CK",attribute_id="184",attribute_name="End-to-End_Error",attribute_value_type="raw",device="sdd"} 0 smartctl_device_attribute{attribute_flags_long="updated_online,event_count,auto_keep",attribute_flags_short="-O--CK",attribute_id="184",attribute_name="End-to-End_Error",attribute_value_type="thresh",device="sda"} 99 smartctl_device_attribute{attribute_flags_long="updated_online,event_count,auto_keep",attribute_flags_short="-O--CK",attribute_id="184",attribute_name="End-to-End_Error",attribute_value_type="thresh",device="sdb"} 99 smartctl_device_attribute{attribute_flags_long="updated_online,event_count,auto_keep",attribute_flags_short="-O--CK",attribute_id="184",attribute_name="End-to-End_Error",attribute_value_type="thresh",device="sdc"} 99 smartctl_device_attribute{attribute_flags_long="updated_online,event_count,auto_keep",attribute_flags_short="-O--CK",attribute_id="184",attribute_name="End-to-End_Error",attribute_value_type="thresh",device="sdd"} 99 smartctl_device_attribute{attribute_flags_long="updated_online,event_count,auto_keep",attribute_flags_short="-O--CK",attribute_id="184",attribute_name="End-to-End_Error",attribute_value_type="value",device="sda"} 100 smartctl_device_attribute{attribute_flags_long="updated_online,event_count,auto_keep",attribute_flags_short="-O--CK",attribute_id="184",attribute_name="End-to-End_Error",attribute_value_type="value",device="sdb"} 100 smartctl_device_attribute{attribute_flags_long="updated_online,event_count,auto_keep",attribute_flags_short="-O--CK",attribute_id="184",attribute_name="End-to-End_Error",attribute_value_type="value",device="sdc"} 100 smartctl_device_attribute{attribute_flags_long="updated_online,event_count,auto_keep",attribute_flags_short="-O--CK",attribute_id="184",attribute_name="End-to-End_Error",attribute_value_type="value",device="sdd"} 100 smartctl_device_attribute{attribute_flags_long="updated_online,event_count,auto_keep",attribute_flags_short="-O--CK",attribute_id="184",attribute_name="End-to-End_Error",attribute_value_type="worst",device="sda"} 100 smartctl_device_attribute{attribute_flags_long="updated_online,event_count,auto_keep",attribute_flags_short="-O--CK",attribute_id="184",attribute_name="End-to-End_Error",attribute_value_type="worst",device="sdb"} 100 smartctl_device_attribute{attribute_flags_long="updated_online,event_count,auto_keep",attribute_flags_short="-O--CK",attribute_id="184",attribute_name="End-to-End_Error",attribute_value_type="worst",device="sdc"} 100 smartctl_device_attribute{attribute_flags_long="updated_online,event_count,auto_keep",attribute_flags_short="-O--CK",attribute_id="184",attribute_name="End-to-End_Error",attribute_value_type="worst",device="sdd"} 100 smartctl_device_attribute{attribute_flags_long="updated_online,event_count,auto_keep",attribute_flags_short="-O--CK",attribute_id="187",attribute_name="Reported_Uncorrect",attribute_value_type="raw",device="sda"} 0 smartctl_device_attribute{attribute_flags_long="updated_online,event_count,auto_keep",attribute_flags_short="-O--CK",attribute_id="187",attribute_name="Reported_Uncorrect",attribute_value_type="raw",device="sdb"} 0 smartctl_device_attribute{attribute_flags_long="updated_online,event_count,auto_keep",attribute_flags_short="-O--CK",attribute_id="187",attribute_name="Reported_Uncorrect",attribute_value_type="raw",device="sdc"} 0 smartctl_device_attribute{attribute_flags_long="updated_online,event_count,auto_keep",attribute_flags_short="-O--CK",attribute_id="187",attribute_name="Reported_Uncorrect",attribute_value_type="raw",device="sdd"} 0 smartctl_device_attribute{attribute_flags_long="updated_online,event_count,auto_keep",attribute_flags_short="-O--CK",attribute_id="187",attribute_name="Reported_Uncorrect",attribute_value_type="thresh",device="sda"} 0 smartctl_device_attribute{attribute_flags_long="updated_online,event_count,auto_keep",attribute_flags_short="-O--CK",attribute_id="187",attribute_name="Reported_Uncorrect",attribute_value_type="thresh",device="sdb"} 0 smartctl_device_attribute{attribute_flags_long="updated_online,event_count,auto_keep",attribute_flags_short="-O--CK",attribute_id="187",attribute_name="Reported_Uncorrect",attribute_value_type="thresh",device="sdc"} 0 smartctl_device_attribute{attribute_flags_long="updated_online,event_count,auto_keep",attribute_flags_short="-O--CK",attribute_id="187",attribute_name="Reported_Uncorrect",attribute_value_type="thresh",device="sdd"} 0 smartctl_device_attribute{attribute_flags_long="updated_online,event_count,auto_keep",attribute_flags_short="-O--CK",attribute_id="187",attribute_name="Reported_Uncorrect",attribute_value_type="value",device="sda"} 100 smartctl_device_attribute{attribute_flags_long="updated_online,event_count,auto_keep",attribute_flags_short="-O--CK",attribute_id="187",attribute_name="Reported_Uncorrect",attribute_value_type="value",device="sdb"} 100 smartctl_device_attribute{attribute_flags_long="updated_online,event_count,auto_keep",attribute_flags_short="-O--CK",attribute_id="187",attribute_name="Reported_Uncorrect",attribute_value_type="value",device="sdc"} 100 smartctl_device_attribute{attribute_flags_long="updated_online,event_count,auto_keep",attribute_flags_short="-O--CK",attribute_id="187",attribute_name="Reported_Uncorrect",attribute_value_type="value",device="sdd"} 100 smartctl_device_attribute{attribute_flags_long="updated_online,event_count,auto_keep",attribute_flags_short="-O--CK",attribute_id="187",attribute_name="Reported_Uncorrect",attribute_value_type="worst",device="sda"} 100 smartctl_device_attribute{attribute_flags_long="updated_online,event_count,auto_keep",attribute_flags_short="-O--CK",attribute_id="187",attribute_name="Reported_Uncorrect",attribute_value_type="worst",device="sdb"} 100 smartctl_device_attribute{attribute_flags_long="updated_online,event_count,auto_keep",attribute_flags_short="-O--CK",attribute_id="187",attribute_name="Reported_Uncorrect",attribute_value_type="worst",device="sdc"} 100 smartctl_device_attribute{attribute_flags_long="updated_online,event_count,auto_keep",attribute_flags_short="-O--CK",attribute_id="187",attribute_name="Reported_Uncorrect",attribute_value_type="worst",device="sdd"} 100 smartctl_device_attribute{attribute_flags_long="updated_online,event_count,auto_keep",attribute_flags_short="-O--CK",attribute_id="188",attribute_name="Command_Timeout",attribute_value_type="raw",device="sda"} 0 smartctl_device_attribute{attribute_flags_long="updated_online,event_count,auto_keep",attribute_flags_short="-O--CK",attribute_id="188",attribute_name="Command_Timeout",attribute_value_type="raw",device="sdb"} 0 smartctl_device_attribute{attribute_flags_long="updated_online,event_count,auto_keep",attribute_flags_short="-O--CK",attribute_id="188",attribute_name="Command_Timeout",attribute_value_type="raw",device="sdc"} 0 smartctl_device_attribute{attribute_flags_long="updated_online,event_count,auto_keep",attribute_flags_short="-O--CK",attribute_id="188",attribute_name="Command_Timeout",attribute_value_type="raw",device="sdd"} 0 smartctl_device_attribute{attribute_flags_long="updated_online,event_count,auto_keep",attribute_flags_short="-O--CK",attribute_id="188",attribute_name="Command_Timeout",attribute_value_type="thresh",device="sda"} 0 smartctl_device_attribute{attribute_flags_long="updated_online,event_count,auto_keep",attribute_flags_short="-O--CK",attribute_id="188",attribute_name="Command_Timeout",attribute_value_type="thresh",device="sdb"} 0 smartctl_device_attribute{attribute_flags_long="updated_online,event_count,auto_keep",attribute_flags_short="-O--CK",attribute_id="188",attribute_name="Command_Timeout",attribute_value_type="thresh",device="sdc"} 0 smartctl_device_attribute{attribute_flags_long="updated_online,event_count,auto_keep",attribute_flags_short="-O--CK",attribute_id="188",attribute_name="Command_Timeout",attribute_value_type="thresh",device="sdd"} 0 smartctl_device_attribute{attribute_flags_long="updated_online,event_count,auto_keep",attribute_flags_short="-O--CK",attribute_id="188",attribute_name="Command_Timeout",attribute_value_type="value",device="sda"} 100 smartctl_device_attribute{attribute_flags_long="updated_online,event_count,auto_keep",attribute_flags_short="-O--CK",attribute_id="188",attribute_name="Command_Timeout",attribute_value_type="value",device="sdb"} 100 smartctl_device_attribute{attribute_flags_long="updated_online,event_count,auto_keep",attribute_flags_short="-O--CK",attribute_id="188",attribute_name="Command_Timeout",attribute_value_type="value",device="sdc"} 100 smartctl_device_attribute{attribute_flags_long="updated_online,event_count,auto_keep",attribute_flags_short="-O--CK",attribute_id="188",attribute_name="Command_Timeout",attribute_value_type="value",device="sdd"} 100 smartctl_device_attribute{attribute_flags_long="updated_online,event_count,auto_keep",attribute_flags_short="-O--CK",attribute_id="188",attribute_name="Command_Timeout",attribute_value_type="worst",device="sda"} 100 smartctl_device_attribute{attribute_flags_long="updated_online,event_count,auto_keep",attribute_flags_short="-O--CK",attribute_id="188",attribute_name="Command_Timeout",attribute_value_type="worst",device="sdb"} 100 smartctl_device_attribute{attribute_flags_long="updated_online,event_count,auto_keep",attribute_flags_short="-O--CK",attribute_id="188",attribute_name="Command_Timeout",attribute_value_type="worst",device="sdc"} 100 smartctl_device_attribute{attribute_flags_long="updated_online,event_count,auto_keep",attribute_flags_short="-O--CK",attribute_id="188",attribute_name="Command_Timeout",attribute_value_type="worst",device="sdd"} 100 smartctl_device_attribute{attribute_flags_long="updated_online,event_count,auto_keep",attribute_flags_short="-O--CK",attribute_id="191",attribute_name="G-Sense_Error_Rate",attribute_value_type="raw",device="sda"} 0 smartctl_device_attribute{attribute_flags_long="updated_online,event_count,auto_keep",attribute_flags_short="-O--CK",attribute_id="191",attribute_name="G-Sense_Error_Rate",attribute_value_type="raw",device="sdb"} 0 smartctl_device_attribute{attribute_flags_long="updated_online,event_count,auto_keep",attribute_flags_short="-O--CK",attribute_id="191",attribute_name="G-Sense_Error_Rate",attribute_value_type="raw",device="sdc"} 0 smartctl_device_attribute{attribute_flags_long="updated_online,event_count,auto_keep",attribute_flags_short="-O--CK",attribute_id="191",attribute_name="G-Sense_Error_Rate",attribute_value_type="raw",device="sdd"} 0 smartctl_device_attribute{attribute_flags_long="updated_online,event_count,auto_keep",attribute_flags_short="-O--CK",attribute_id="191",attribute_name="G-Sense_Error_Rate",attribute_value_type="thresh",device="sda"} 0 smartctl_device_attribute{attribute_flags_long="updated_online,event_count,auto_keep",attribute_flags_short="-O--CK",attribute_id="191",attribute_name="G-Sense_Error_Rate",attribute_value_type="thresh",device="sdb"} 0 smartctl_device_attribute{attribute_flags_long="updated_online,event_count,auto_keep",attribute_flags_short="-O--CK",attribute_id="191",attribute_name="G-Sense_Error_Rate",attribute_value_type="thresh",device="sdc"} 0 smartctl_device_attribute{attribute_flags_long="updated_online,event_count,auto_keep",attribute_flags_short="-O--CK",attribute_id="191",attribute_name="G-Sense_Error_Rate",attribute_value_type="thresh",device="sdd"} 0 smartctl_device_attribute{attribute_flags_long="updated_online,event_count,auto_keep",attribute_flags_short="-O--CK",attribute_id="191",attribute_name="G-Sense_Error_Rate",attribute_value_type="value",device="sda"} 100 smartctl_device_attribute{attribute_flags_long="updated_online,event_count,auto_keep",attribute_flags_short="-O--CK",attribute_id="191",attribute_name="G-Sense_Error_Rate",attribute_value_type="value",device="sdb"} 100 smartctl_device_attribute{attribute_flags_long="updated_online,event_count,auto_keep",attribute_flags_short="-O--CK",attribute_id="191",attribute_name="G-Sense_Error_Rate",attribute_value_type="value",device="sdc"} 100 smartctl_device_attribute{attribute_flags_long="updated_online,event_count,auto_keep",attribute_flags_short="-O--CK",attribute_id="191",attribute_name="G-Sense_Error_Rate",attribute_value_type="value",device="sdd"} 100 smartctl_device_attribute{attribute_flags_long="updated_online,event_count,auto_keep",attribute_flags_short="-O--CK",attribute_id="191",attribute_name="G-Sense_Error_Rate",attribute_value_type="worst",device="sda"} 100 smartctl_device_attribute{attribute_flags_long="updated_online,event_count,auto_keep",attribute_flags_short="-O--CK",attribute_id="191",attribute_name="G-Sense_Error_Rate",attribute_value_type="worst",device="sdb"} 100 smartctl_device_attribute{attribute_flags_long="updated_online,event_count,auto_keep",attribute_flags_short="-O--CK",attribute_id="191",attribute_name="G-Sense_Error_Rate",attribute_value_type="worst",device="sdc"} 100 smartctl_device_attribute{attribute_flags_long="updated_online,event_count,auto_keep",attribute_flags_short="-O--CK",attribute_id="191",attribute_name="G-Sense_Error_Rate",attribute_value_type="worst",device="sdd"} 100 smartctl_device_attribute{attribute_flags_long="updated_online,event_count,auto_keep",attribute_flags_short="-O--CK",attribute_id="192",attribute_name="Power-Off_Retract_Count",attribute_value_type="raw",device="sda"} 102 smartctl_device_attribute{attribute_flags_long="updated_online,event_count,auto_keep",attribute_flags_short="-O--CK",attribute_id="192",attribute_name="Power-Off_Retract_Count",attribute_value_type="raw",device="sdb"} 102 smartctl_device_attribute{attribute_flags_long="updated_online,event_count,auto_keep",attribute_flags_short="-O--CK",attribute_id="192",attribute_name="Power-Off_Retract_Count",attribute_value_type="raw",device="sdc"} 216 smartctl_device_attribute{attribute_flags_long="updated_online,event_count,auto_keep",attribute_flags_short="-O--CK",attribute_id="192",attribute_name="Power-Off_Retract_Count",attribute_value_type="raw",device="sdd"} 102 smartctl_device_attribute{attribute_flags_long="updated_online,event_count,auto_keep",attribute_flags_short="-O--CK",attribute_id="192",attribute_name="Power-Off_Retract_Count",attribute_value_type="thresh",device="sda"} 0 smartctl_device_attribute{attribute_flags_long="updated_online,event_count,auto_keep",attribute_flags_short="-O--CK",attribute_id="192",attribute_name="Power-Off_Retract_Count",attribute_value_type="thresh",device="sdb"} 0 smartctl_device_attribute{attribute_flags_long="updated_online,event_count,auto_keep",attribute_flags_short="-O--CK",attribute_id="192",attribute_name="Power-Off_Retract_Count",attribute_value_type="thresh",device="sdc"} 0 smartctl_device_attribute{attribute_flags_long="updated_online,event_count,auto_keep",attribute_flags_short="-O--CK",attribute_id="192",attribute_name="Power-Off_Retract_Count",attribute_value_type="thresh",device="sdd"} 0 smartctl_device_attribute{attribute_flags_long="updated_online,event_count,auto_keep",attribute_flags_short="-O--CK",attribute_id="192",attribute_name="Power-Off_Retract_Count",attribute_value_type="value",device="sda"} 100 smartctl_device_attribute{attribute_flags_long="updated_online,event_count,auto_keep",attribute_flags_short="-O--CK",attribute_id="192",attribute_name="Power-Off_Retract_Count",attribute_value_type="value",device="sdb"} 100 smartctl_device_attribute{attribute_flags_long="updated_online,event_count,auto_keep",attribute_flags_short="-O--CK",attribute_id="192",attribute_name="Power-Off_Retract_Count",attribute_value_type="value",device="sdc"} 100 smartctl_device_attribute{attribute_flags_long="updated_online,event_count,auto_keep",attribute_flags_short="-O--CK",attribute_id="192",attribute_name="Power-Off_Retract_Count",attribute_value_type="value",device="sdd"} 100 smartctl_device_attribute{attribute_flags_long="updated_online,event_count,auto_keep",attribute_flags_short="-O--CK",attribute_id="192",attribute_name="Power-Off_Retract_Count",attribute_value_type="worst",device="sda"} 100 smartctl_device_attribute{attribute_flags_long="updated_online,event_count,auto_keep",attribute_flags_short="-O--CK",attribute_id="192",attribute_name="Power-Off_Retract_Count",attribute_value_type="worst",device="sdb"} 100 smartctl_device_attribute{attribute_flags_long="updated_online,event_count,auto_keep",attribute_flags_short="-O--CK",attribute_id="192",attribute_name="Power-Off_Retract_Count",attribute_value_type="worst",device="sdc"} 100 smartctl_device_attribute{attribute_flags_long="updated_online,event_count,auto_keep",attribute_flags_short="-O--CK",attribute_id="192",attribute_name="Power-Off_Retract_Count",attribute_value_type="worst",device="sdd"} 100 smartctl_device_attribute{attribute_flags_long="updated_online,event_count,auto_keep",attribute_flags_short="-O--CK",attribute_id="193",attribute_name="Load_Cycle_Count",attribute_value_type="raw",device="sda"} 1335 smartctl_device_attribute{attribute_flags_long="updated_online,event_count,auto_keep",attribute_flags_short="-O--CK",attribute_id="193",attribute_name="Load_Cycle_Count",attribute_value_type="raw",device="sdb"} 1337 smartctl_device_attribute{attribute_flags_long="updated_online,event_count,auto_keep",attribute_flags_short="-O--CK",attribute_id="193",attribute_name="Load_Cycle_Count",attribute_value_type="raw",device="sdc"} 2008 smartctl_device_attribute{attribute_flags_long="updated_online,event_count,auto_keep",attribute_flags_short="-O--CK",attribute_id="193",attribute_name="Load_Cycle_Count",attribute_value_type="raw",device="sdd"} 1338 smartctl_device_attribute{attribute_flags_long="updated_online,event_count,auto_keep",attribute_flags_short="-O--CK",attribute_id="193",attribute_name="Load_Cycle_Count",attribute_value_type="thresh",device="sda"} 0 smartctl_device_attribute{attribute_flags_long="updated_online,event_count,auto_keep",attribute_flags_short="-O--CK",attribute_id="193",attribute_name="Load_Cycle_Count",attribute_value_type="thresh",device="sdb"} 0 smartctl_device_attribute{attribute_flags_long="updated_online,event_count,auto_keep",attribute_flags_short="-O--CK",attribute_id="193",attribute_name="Load_Cycle_Count",attribute_value_type="thresh",device="sdc"} 0 smartctl_device_attribute{attribute_flags_long="updated_online,event_count,auto_keep",attribute_flags_short="-O--CK",attribute_id="193",attribute_name="Load_Cycle_Count",attribute_value_type="thresh",device="sdd"} 0 smartctl_device_attribute{attribute_flags_long="updated_online,event_count,auto_keep",attribute_flags_short="-O--CK",attribute_id="193",attribute_name="Load_Cycle_Count",attribute_value_type="value",device="sda"} 100 smartctl_device_attribute{attribute_flags_long="updated_online,event_count,auto_keep",attribute_flags_short="-O--CK",attribute_id="193",attribute_name="Load_Cycle_Count",attribute_value_type="value",device="sdb"} 100 smartctl_device_attribute{attribute_flags_long="updated_online,event_count,auto_keep",attribute_flags_short="-O--CK",attribute_id="193",attribute_name="Load_Cycle_Count",attribute_value_type="value",device="sdc"} 99 smartctl_device_attribute{attribute_flags_long="updated_online,event_count,auto_keep",attribute_flags_short="-O--CK",attribute_id="193",attribute_name="Load_Cycle_Count",attribute_value_type="value",device="sdd"} 100 smartctl_device_attribute{attribute_flags_long="updated_online,event_count,auto_keep",attribute_flags_short="-O--CK",attribute_id="193",attribute_name="Load_Cycle_Count",attribute_value_type="worst",device="sda"} 100 smartctl_device_attribute{attribute_flags_long="updated_online,event_count,auto_keep",attribute_flags_short="-O--CK",attribute_id="193",attribute_name="Load_Cycle_Count",attribute_value_type="worst",device="sdb"} 100 smartctl_device_attribute{attribute_flags_long="updated_online,event_count,auto_keep",attribute_flags_short="-O--CK",attribute_id="193",attribute_name="Load_Cycle_Count",attribute_value_type="worst",device="sdc"} 99 smartctl_device_attribute{attribute_flags_long="updated_online,event_count,auto_keep",attribute_flags_short="-O--CK",attribute_id="193",attribute_name="Load_Cycle_Count",attribute_value_type="worst",device="sdd"} 100 smartctl_device_attribute{attribute_flags_long="updated_online,event_count,auto_keep",attribute_flags_short="-O--CK",attribute_id="4",attribute_name="Start_Stop_Count",attribute_value_type="raw",device="sda"} 897 smartctl_device_attribute{attribute_flags_long="updated_online,event_count,auto_keep",attribute_flags_short="-O--CK",attribute_id="4",attribute_name="Start_Stop_Count",attribute_value_type="raw",device="sdb"} 900 smartctl_device_attribute{attribute_flags_long="updated_online,event_count,auto_keep",attribute_flags_short="-O--CK",attribute_id="4",attribute_name="Start_Stop_Count",attribute_value_type="raw",device="sdc"} 922 smartctl_device_attribute{attribute_flags_long="updated_online,event_count,auto_keep",attribute_flags_short="-O--CK",attribute_id="4",attribute_name="Start_Stop_Count",attribute_value_type="raw",device="sdd"} 900 smartctl_device_attribute{attribute_flags_long="updated_online,event_count,auto_keep",attribute_flags_short="-O--CK",attribute_id="4",attribute_name="Start_Stop_Count",attribute_value_type="thresh",device="sda"} 20 smartctl_device_attribute{attribute_flags_long="updated_online,event_count,auto_keep",attribute_flags_short="-O--CK",attribute_id="4",attribute_name="Start_Stop_Count",attribute_value_type="thresh",device="sdb"} 20 smartctl_device_attribute{attribute_flags_long="updated_online,event_count,auto_keep",attribute_flags_short="-O--CK",attribute_id="4",attribute_name="Start_Stop_Count",attribute_value_type="thresh",device="sdc"} 20 smartctl_device_attribute{attribute_flags_long="updated_online,event_count,auto_keep",attribute_flags_short="-O--CK",attribute_id="4",attribute_name="Start_Stop_Count",attribute_value_type="thresh",device="sdd"} 20 smartctl_device_attribute{attribute_flags_long="updated_online,event_count,auto_keep",attribute_flags_short="-O--CK",attribute_id="4",attribute_name="Start_Stop_Count",attribute_value_type="value",device="sda"} 100 smartctl_device_attribute{attribute_flags_long="updated_online,event_count,auto_keep",attribute_flags_short="-O--CK",attribute_id="4",attribute_name="Start_Stop_Count",attribute_value_type="value",device="sdb"} 100 smartctl_device_attribute{attribute_flags_long="updated_online,event_count,auto_keep",attribute_flags_short="-O--CK",attribute_id="4",attribute_name="Start_Stop_Count",attribute_value_type="value",device="sdc"} 100 smartctl_device_attribute{attribute_flags_long="updated_online,event_count,auto_keep",attribute_flags_short="-O--CK",attribute_id="4",attribute_name="Start_Stop_Count",attribute_value_type="value",device="sdd"} 100 smartctl_device_attribute{attribute_flags_long="updated_online,event_count,auto_keep",attribute_flags_short="-O--CK",attribute_id="4",attribute_name="Start_Stop_Count",attribute_value_type="worst",device="sda"} 100 smartctl_device_attribute{attribute_flags_long="updated_online,event_count,auto_keep",attribute_flags_short="-O--CK",attribute_id="4",attribute_name="Start_Stop_Count",attribute_value_type="worst",device="sdb"} 100 smartctl_device_attribute{attribute_flags_long="updated_online,event_count,auto_keep",attribute_flags_short="-O--CK",attribute_id="4",attribute_name="Start_Stop_Count",attribute_value_type="worst",device="sdc"} 100 smartctl_device_attribute{attribute_flags_long="updated_online,event_count,auto_keep",attribute_flags_short="-O--CK",attribute_id="4",attribute_name="Start_Stop_Count",attribute_value_type="worst",device="sdd"} 100 smartctl_device_attribute{attribute_flags_long="updated_online,event_count,auto_keep",attribute_flags_short="-O--CK",attribute_id="9",attribute_name="Power_On_Hours",attribute_value_type="raw",device="sda"} 14103 smartctl_device_attribute{attribute_flags_long="updated_online,event_count,auto_keep",attribute_flags_short="-O--CK",attribute_id="9",attribute_name="Power_On_Hours",attribute_value_type="raw",device="sdb"} 14103 smartctl_device_attribute{attribute_flags_long="updated_online,event_count,auto_keep",attribute_flags_short="-O--CK",attribute_id="9",attribute_name="Power_On_Hours",attribute_value_type="raw",device="sdc"} 29828 smartctl_device_attribute{attribute_flags_long="updated_online,event_count,auto_keep",attribute_flags_short="-O--CK",attribute_id="9",attribute_name="Power_On_Hours",attribute_value_type="raw",device="sdd"} 14102 smartctl_device_attribute{attribute_flags_long="updated_online,event_count,auto_keep",attribute_flags_short="-O--CK",attribute_id="9",attribute_name="Power_On_Hours",attribute_value_type="thresh",device="sda"} 0 smartctl_device_attribute{attribute_flags_long="updated_online,event_count,auto_keep",attribute_flags_short="-O--CK",attribute_id="9",attribute_name="Power_On_Hours",attribute_value_type="thresh",device="sdb"} 0 smartctl_device_attribute{attribute_flags_long="updated_online,event_count,auto_keep",attribute_flags_short="-O--CK",attribute_id="9",attribute_name="Power_On_Hours",attribute_value_type="thresh",device="sdc"} 0 smartctl_device_attribute{attribute_flags_long="updated_online,event_count,auto_keep",attribute_flags_short="-O--CK",attribute_id="9",attribute_name="Power_On_Hours",attribute_value_type="thresh",device="sdd"} 0 smartctl_device_attribute{attribute_flags_long="updated_online,event_count,auto_keep",attribute_flags_short="-O--CK",attribute_id="9",attribute_name="Power_On_Hours",attribute_value_type="value",device="sda"} 84 smartctl_device_attribute{attribute_flags_long="updated_online,event_count,auto_keep",attribute_flags_short="-O--CK",attribute_id="9",attribute_name="Power_On_Hours",attribute_value_type="value",device="sdb"} 84 smartctl_device_attribute{attribute_flags_long="updated_online,event_count,auto_keep",attribute_flags_short="-O--CK",attribute_id="9",attribute_name="Power_On_Hours",attribute_value_type="value",device="sdc"} 66 smartctl_device_attribute{attribute_flags_long="updated_online,event_count,auto_keep",attribute_flags_short="-O--CK",attribute_id="9",attribute_name="Power_On_Hours",attribute_value_type="value",device="sdd"} 84 smartctl_device_attribute{attribute_flags_long="updated_online,event_count,auto_keep",attribute_flags_short="-O--CK",attribute_id="9",attribute_name="Power_On_Hours",attribute_value_type="worst",device="sda"} 84 smartctl_device_attribute{attribute_flags_long="updated_online,event_count,auto_keep",attribute_flags_short="-O--CK",attribute_id="9",attribute_name="Power_On_Hours",attribute_value_type="worst",device="sdb"} 84 smartctl_device_attribute{attribute_flags_long="updated_online,event_count,auto_keep",attribute_flags_short="-O--CK",attribute_id="9",attribute_name="Power_On_Hours",attribute_value_type="worst",device="sdc"} 66 smartctl_device_attribute{attribute_flags_long="updated_online,event_count,auto_keep",attribute_flags_short="-O--CK",attribute_id="9",attribute_name="Power_On_Hours",attribute_value_type="worst",device="sdd"} 84 smartctl_device_attribute{attribute_flags_long="updated_online,performance,error_rate,event_count,auto_keep",attribute_flags_short="-OSRCK",attribute_id="199",attribute_name="UDMA_CRC_Error_Count",attribute_value_type="raw",device="sda"} 0 smartctl_device_attribute{attribute_flags_long="updated_online,performance,error_rate,event_count,auto_keep",attribute_flags_short="-OSRCK",attribute_id="199",attribute_name="UDMA_CRC_Error_Count",attribute_value_type="raw",device="sdb"} 0 smartctl_device_attribute{attribute_flags_long="updated_online,performance,error_rate,event_count,auto_keep",attribute_flags_short="-OSRCK",attribute_id="199",attribute_name="UDMA_CRC_Error_Count",attribute_value_type="raw",device="sdc"} 0 smartctl_device_attribute{attribute_flags_long="updated_online,performance,error_rate,event_count,auto_keep",attribute_flags_short="-OSRCK",attribute_id="199",attribute_name="UDMA_CRC_Error_Count",attribute_value_type="raw",device="sdd"} 0 smartctl_device_attribute{attribute_flags_long="updated_online,performance,error_rate,event_count,auto_keep",attribute_flags_short="-OSRCK",attribute_id="199",attribute_name="UDMA_CRC_Error_Count",attribute_value_type="thresh",device="sda"} 0 smartctl_device_attribute{attribute_flags_long="updated_online,performance,error_rate,event_count,auto_keep",attribute_flags_short="-OSRCK",attribute_id="199",attribute_name="UDMA_CRC_Error_Count",attribute_value_type="thresh",device="sdb"} 0 smartctl_device_attribute{attribute_flags_long="updated_online,performance,error_rate,event_count,auto_keep",attribute_flags_short="-OSRCK",attribute_id="199",attribute_name="UDMA_CRC_Error_Count",attribute_value_type="thresh",device="sdc"} 0 smartctl_device_attribute{attribute_flags_long="updated_online,performance,error_rate,event_count,auto_keep",attribute_flags_short="-OSRCK",attribute_id="199",attribute_name="UDMA_CRC_Error_Count",attribute_value_type="thresh",device="sdd"} 0 smartctl_device_attribute{attribute_flags_long="updated_online,performance,error_rate,event_count,auto_keep",attribute_flags_short="-OSRCK",attribute_id="199",attribute_name="UDMA_CRC_Error_Count",attribute_value_type="value",device="sda"} 200 smartctl_device_attribute{attribute_flags_long="updated_online,performance,error_rate,event_count,auto_keep",attribute_flags_short="-OSRCK",attribute_id="199",attribute_name="UDMA_CRC_Error_Count",attribute_value_type="value",device="sdb"} 200 smartctl_device_attribute{attribute_flags_long="updated_online,performance,error_rate,event_count,auto_keep",attribute_flags_short="-OSRCK",attribute_id="199",attribute_name="UDMA_CRC_Error_Count",attribute_value_type="value",device="sdc"} 200 smartctl_device_attribute{attribute_flags_long="updated_online,performance,error_rate,event_count,auto_keep",attribute_flags_short="-OSRCK",attribute_id="199",attribute_name="UDMA_CRC_Error_Count",attribute_value_type="value",device="sdd"} 200 smartctl_device_attribute{attribute_flags_long="updated_online,performance,error_rate,event_count,auto_keep",attribute_flags_short="-OSRCK",attribute_id="199",attribute_name="UDMA_CRC_Error_Count",attribute_value_type="worst",device="sda"} 200 smartctl_device_attribute{attribute_flags_long="updated_online,performance,error_rate,event_count,auto_keep",attribute_flags_short="-OSRCK",attribute_id="199",attribute_name="UDMA_CRC_Error_Count",attribute_value_type="worst",device="sdb"} 200 smartctl_device_attribute{attribute_flags_long="updated_online,performance,error_rate,event_count,auto_keep",attribute_flags_short="-OSRCK",attribute_id="199",attribute_name="UDMA_CRC_Error_Count",attribute_value_type="worst",device="sdc"} 200 smartctl_device_attribute{attribute_flags_long="updated_online,performance,error_rate,event_count,auto_keep",attribute_flags_short="-OSRCK",attribute_id="199",attribute_name="UDMA_CRC_Error_Count",attribute_value_type="worst",device="sdd"} 200 # HELP smartctl_device_available_spare Normalized percentage (0 to 100%) of the remaining spare capacity available # TYPE smartctl_device_available_spare counter smartctl_device_available_spare{device="nvme0"} 100 smartctl_device_available_spare{device="nvme1"} 100 # HELP smartctl_device_available_spare_threshold When the Available Spare falls below the threshold indicated in this field, an asynchronous event completion may occur. The value is indicated as a normalized percentage (0 to 100%) # TYPE smartctl_device_available_spare_threshold counter smartctl_device_available_spare_threshold{device="nvme0"} 10 smartctl_device_available_spare_threshold{device="nvme1"} 0 # HELP smartctl_device_block_size Device block size # TYPE smartctl_device_block_size gauge smartctl_device_block_size{blocks_type="logical",device="nvme0"} 512 smartctl_device_block_size{blocks_type="logical",device="nvme1"} 512 smartctl_device_block_size{blocks_type="logical",device="sda"} 512 smartctl_device_block_size{blocks_type="logical",device="sdb"} 512 smartctl_device_block_size{blocks_type="logical",device="sdc"} 512 smartctl_device_block_size{blocks_type="logical",device="sdd"} 512 smartctl_device_block_size{blocks_type="physical",device="nvme0"} 0 smartctl_device_block_size{blocks_type="physical",device="nvme1"} 0 smartctl_device_block_size{blocks_type="physical",device="sda"} 512 smartctl_device_block_size{blocks_type="physical",device="sdb"} 512 smartctl_device_block_size{blocks_type="physical",device="sdc"} 512 smartctl_device_block_size{blocks_type="physical",device="sdd"} 512 # HELP smartctl_device_bytes_read # TYPE smartctl_device_bytes_read counter smartctl_device_bytes_read{device="nvme0"} 7.8907580416e+13 smartctl_device_bytes_read{device="nvme1"} 6.8190208e+10 # HELP smartctl_device_bytes_written # TYPE smartctl_device_bytes_written counter smartctl_device_bytes_written{device="nvme0"} 6.1784928768e+13 smartctl_device_bytes_written{device="nvme1"} 1.8412544e+11 # HELP smartctl_device_capacity_blocks Device capacity in blocks # TYPE smartctl_device_capacity_blocks gauge smartctl_device_capacity_blocks{device="nvme0"} 1.000215216e+09 smartctl_device_capacity_blocks{device="nvme1"} 2.8131328e+07 smartctl_device_capacity_blocks{device="sda"} 7.814037168e+09 smartctl_device_capacity_blocks{device="sdb"} 7.814037168e+09 smartctl_device_capacity_blocks{device="sdc"} 7.814037168e+09 smartctl_device_capacity_blocks{device="sdd"} 7.814037168e+09 # HELP smartctl_device_capacity_bytes Device capacity in bytes # TYPE smartctl_device_capacity_bytes gauge smartctl_device_capacity_bytes{device="nvme0"} 5.12110190592e+11 smartctl_device_capacity_bytes{device="nvme1"} 1.4403239936e+10 smartctl_device_capacity_bytes{device="sda"} 4.000787030016e+12 smartctl_device_capacity_bytes{device="sdb"} 4.000787030016e+12 smartctl_device_capacity_bytes{device="sdc"} 4.000787030016e+12 smartctl_device_capacity_bytes{device="sdd"} 4.000787030016e+12 # HELP smartctl_device_critical_warning This field indicates critical warnings for the state of the controller # TYPE smartctl_device_critical_warning counter smartctl_device_critical_warning{device="nvme0"} 0 smartctl_device_critical_warning{device="nvme1"} 0 # HELP smartctl_device_error_log_count Device SMART error log count # TYPE smartctl_device_error_log_count gauge smartctl_device_error_log_count{device="sda",error_log_type="summary"} 0 smartctl_device_error_log_count{device="sdb",error_log_type="summary"} 0 smartctl_device_error_log_count{device="sdc",error_log_type="summary"} 0 smartctl_device_error_log_count{device="sdd",error_log_type="summary"} 0 # HELP smartctl_device_interface_speed Device interface speed, bits per second # TYPE smartctl_device_interface_speed gauge smartctl_device_interface_speed{device="sda",speed_type="current"} 6e+09 smartctl_device_interface_speed{device="sda",speed_type="max"} 6e+09 smartctl_device_interface_speed{device="sdb",speed_type="current"} 6e+09 smartctl_device_interface_speed{device="sdb",speed_type="max"} 6e+09 smartctl_device_interface_speed{device="sdc",speed_type="current"} 6e+09 smartctl_device_interface_speed{device="sdc",speed_type="max"} 6e+09 smartctl_device_interface_speed{device="sdd",speed_type="current"} 6e+09 smartctl_device_interface_speed{device="sdd",speed_type="max"} 6e+09 # HELP smartctl_device_media_errors Contains the number of occurrences where the controller detected an unrecovered data integrity error. Errors such as uncorrectable ECC, CRC checksum failure, or LBA tag mismatch are included in this field # TYPE smartctl_device_media_errors counter smartctl_device_media_errors{device="nvme0"} 0 smartctl_device_media_errors{device="nvme1"} 0 # HELP smartctl_device_num_err_log_entries Contains the number of Error Information log entries over the life of the controller # TYPE smartctl_device_num_err_log_entries counter smartctl_device_num_err_log_entries{device="nvme0"} 62 smartctl_device_num_err_log_entries{device="nvme1"} 0 # HELP smartctl_device_nvme_capacity_bytes NVMe device total capacity bytes # TYPE smartctl_device_nvme_capacity_bytes gauge smartctl_device_nvme_capacity_bytes{device="nvme0"} 5.12110190592e+11 # HELP smartctl_device_percentage_used Device write percentage used # TYPE smartctl_device_percentage_used counter smartctl_device_percentage_used{device="nvme0"} 0 smartctl_device_percentage_used{device="nvme1"} 0 # HELP smartctl_device_power_cycle_count Device power cycle count # TYPE smartctl_device_power_cycle_count counter smartctl_device_power_cycle_count{device="nvme0"} 6151 smartctl_device_power_cycle_count{device="nvme1"} 11 smartctl_device_power_cycle_count{device="sda"} 111 smartctl_device_power_cycle_count{device="sdb"} 111 smartctl_device_power_cycle_count{device="sdc"} 221 smartctl_device_power_cycle_count{device="sdd"} 111 # HELP smartctl_device_power_on_seconds Device power on seconds # TYPE smartctl_device_power_on_seconds counter smartctl_device_power_on_seconds{device="nvme0"} 5.19156e+07 smartctl_device_power_on_seconds{device="nvme1"} 1.15668e+07 smartctl_device_power_on_seconds{device="sda"} 5.07708e+07 smartctl_device_power_on_seconds{device="sdb"} 5.07708e+07 smartctl_device_power_on_seconds{device="sdc"} 1.073808e+08 smartctl_device_power_on_seconds{device="sdd"} 5.07672e+07 # HELP smartctl_device_rotation_rate Device rotation rate # TYPE smartctl_device_rotation_rate gauge smartctl_device_rotation_rate{device="sda"} 7200 smartctl_device_rotation_rate{device="sdb"} 7200 smartctl_device_rotation_rate{device="sdc"} 7200 smartctl_device_rotation_rate{device="sdd"} 7200 # HELP smartctl_device_smart_status General smart status # TYPE smartctl_device_smart_status gauge smartctl_device_smart_status{device="nvme0"} 1 smartctl_device_smart_status{device="nvme1"} 1 smartctl_device_smart_status{device="sda"} 1 smartctl_device_smart_status{device="sdb"} 1 smartctl_device_smart_status{device="sdc"} 1 smartctl_device_smart_status{device="sdd"} 1 # HELP smartctl_device_smartctl_exit_status Exit status of smartctl on device # TYPE smartctl_device_smartctl_exit_status gauge smartctl_device_smartctl_exit_status{device="nvme0"} 0 smartctl_device_smartctl_exit_status{device="nvme1"} 0 smartctl_device_smartctl_exit_status{device="sda"} 0 smartctl_device_smartctl_exit_status{device="sdb"} 0 smartctl_device_smartctl_exit_status{device="sdc"} 0 smartctl_device_smartctl_exit_status{device="sdd"} 0 # HELP smartctl_device_temperature Device temperature celsius # TYPE smartctl_device_temperature gauge smartctl_device_temperature{device="nvme0",temperature_type="current"} 45 smartctl_device_temperature{device="nvme1",temperature_type="current"} 51 smartctl_device_temperature{device="sda",temperature_type="current"} 37 smartctl_device_temperature{device="sdb",temperature_type="current"} 37 smartctl_device_temperature{device="sdc",temperature_type="current"} 37 smartctl_device_temperature{device="sdd",temperature_type="current"} 37 # HELP smartctl_devices Number of devices configured or dynamically discovered # TYPE smartctl_devices gauge smartctl_devices 6 # HELP smartctl_exporter_build_info A metric with a constant '1' value labeled by version, revision, branch, goversion from which smartctl_exporter was built, and the goos and goarch for the build. # TYPE smartctl_exporter_build_info gauge smartctl_exporter_build_info{branch="HEAD",goarch="amd64",goos="linux",goversion="go1.23.7",revision="ef5c03de02cb793e6a1540bef943fe6a167de635",tags="unknown",version="0.14.0"} 1 # HELP smartctl_version smartctl version # TYPE smartctl_version gauge smartctl_version{build_info="(local build)",json_format_version="1.0",smartctl_version="7.4",svn_revision="5530"} 1