# 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"} 1.2824e-05 go_gc_duration_seconds{quantile="0.25"} 4.7729e-05 go_gc_duration_seconds{quantile="0.5"} 8.7122e-05 go_gc_duration_seconds{quantile="0.75"} 0.000127488 go_gc_duration_seconds{quantile="1"} 0.000451611 go_gc_duration_seconds_sum 0.449665231 go_gc_duration_seconds_count 5001 # 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 9 # 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 2.371232e+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 5.993600824e+09 # 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 7.4423218e+07 # 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.791336e+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 2.371232e+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 7.168e+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 4.05504e+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 16408 # 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.004736e+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.122304e+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.7711048227325897e+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 7.4439626e+07 # 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 14400 # 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 211040 # 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 261120 # 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 1.620774e+06 # 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 1.343488e+06 # 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 1.343488e+06 # 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.7259536e+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 12 # HELP go_threads Number of OS threads created. # TYPE go_threads gauge go_threads 19 # HELP process_cpu_seconds_total Total user and system CPU time spent in seconds. # TYPE process_cpu_seconds_total counter process_cpu_seconds_total 29.89 # HELP process_max_fds Maximum number of open file descriptors. # TYPE process_max_fds gauge process_max_fds 524288 # 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 9.667918e+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 1.9770871e+07 # HELP process_open_fds Number of open file descriptors. # TYPE process_open_fds gauge process_open_fds 8 # HELP process_resident_memory_bytes Resident memory size in bytes. # TYPE process_resident_memory_bytes gauge process_resident_memory_bytes 1.9570688e+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.77106454938e+09 # HELP process_virtual_memory_bytes Virtual memory size in bytes. # TYPE process_virtual_memory_bytes gauge process_virtual_memory_bytes 1.267818496e+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="ACS-2, ATA8-ACS T13/1699-D revision 4c",device="sda",firmware_version="EXT0BB6Q",form_factor="",interface="sat",model_family="Samsung based SSDs",model_name="Samsung SSD 840 EVO 250GB",protocol="ATA",sata_version="SATA 3.1",scsi_product="",scsi_revision="",scsi_vendor="",scsi_version="",serial_number="S1DBNSBF245707R"} 1 smartctl_device{ata_additional_product_id="unknown",ata_version="ACS-3 T13/2161-D revision 5",device="sdb",firmware_version="SC60",form_factor="3.5 inches",interface="sat",model_family="Seagate IronWolf",model_name="ST10000VN0004-1ZD101",protocol="ATA",sata_version="SATA 3.1",scsi_product="",scsi_revision="",scsi_vendor="",scsi_version="",serial_number="ZA28WFX6"} 1 smartctl_device{ata_additional_product_id="unknown",ata_version="ACS-3 T13/2161-D revision 5",device="sdc",firmware_version="0001",form_factor="3.5 inches",interface="sat",model_family="Seagate BarraCuda 3.5 (SMR)",model_name="ST8000DM004-2CX188",protocol="ATA",sata_version="SATA 3.1",scsi_product="",scsi_revision="",scsi_vendor="",scsi_version="",serial_number="ZCT1ZLS1"} 1 smartctl_device{ata_additional_product_id="unknown",ata_version="ACS-3 T13/2161-D revision 5",device="sdd",firmware_version="0001",form_factor="3.5 inches",interface="sat",model_family="Seagate BarraCuda 3.5 (SMR)",model_name="ST8000DM004-2CX188",protocol="ATA",sata_version="SATA 3.1",scsi_product="",scsi_revision="",scsi_vendor="",scsi_version="",serial_number="ZCT1Y8B9"} 1 smartctl_device{ata_additional_product_id="unknown",ata_version="ACS-3 T13/2161-D revision 5",device="sde",firmware_version="SC60",form_factor="3.5 inches",interface="sat",model_family="Seagate IronWolf",model_name="ST10000VN0004-1ZD101",protocol="ATA",sata_version="SATA 3.1",scsi_product="",scsi_revision="",scsi_vendor="",scsi_version="",serial_number="ZA28VY35"} 1 # HELP smartctl_device_attribute Device attributes # TYPE smartctl_device_attribute gauge smartctl_device_attribute{attribute_flags_long="",attribute_flags_short="------",attribute_id="240",attribute_name="Head_Flying_Hours",attribute_value_type="raw",device="sdb"} 1.2819691399567532e+16 smartctl_device_attribute{attribute_flags_long="",attribute_flags_short="------",attribute_id="240",attribute_name="Head_Flying_Hours",attribute_value_type="raw",device="sdc"} 4.145961995625117e+15 smartctl_device_attribute{attribute_flags_long="",attribute_flags_short="------",attribute_id="240",attribute_name="Head_Flying_Hours",attribute_value_type="raw",device="sdd"} 1.3030110437335876e+16 smartctl_device_attribute{attribute_flags_long="",attribute_flags_short="------",attribute_id="240",attribute_name="Head_Flying_Hours",attribute_value_type="raw",device="sde"} 7.898526461745271e+15 smartctl_device_attribute{attribute_flags_long="",attribute_flags_short="------",attribute_id="240",attribute_name="Head_Flying_Hours",attribute_value_type="thresh",device="sdb"} 0 smartctl_device_attribute{attribute_flags_long="",attribute_flags_short="------",attribute_id="240",attribute_name="Head_Flying_Hours",attribute_value_type="thresh",device="sdc"} 0 smartctl_device_attribute{attribute_flags_long="",attribute_flags_short="------",attribute_id="240",attribute_name="Head_Flying_Hours",attribute_value_type="thresh",device="sdd"} 0 smartctl_device_attribute{attribute_flags_long="",attribute_flags_short="------",attribute_id="240",attribute_name="Head_Flying_Hours",attribute_value_type="thresh",device="sde"} 0 smartctl_device_attribute{attribute_flags_long="",attribute_flags_short="------",attribute_id="240",attribute_name="Head_Flying_Hours",attribute_value_type="value",device="sdb"} 100 smartctl_device_attribute{attribute_flags_long="",attribute_flags_short="------",attribute_id="240",attribute_name="Head_Flying_Hours",attribute_value_type="value",device="sdc"} 100 smartctl_device_attribute{attribute_flags_long="",attribute_flags_short="------",attribute_id="240",attribute_name="Head_Flying_Hours",attribute_value_type="value",device="sdd"} 100 smartctl_device_attribute{attribute_flags_long="",attribute_flags_short="------",attribute_id="240",attribute_name="Head_Flying_Hours",attribute_value_type="value",device="sde"} 100 smartctl_device_attribute{attribute_flags_long="",attribute_flags_short="------",attribute_id="240",attribute_name="Head_Flying_Hours",attribute_value_type="worst",device="sdb"} 253 smartctl_device_attribute{attribute_flags_long="",attribute_flags_short="------",attribute_id="240",attribute_name="Head_Flying_Hours",attribute_value_type="worst",device="sdc"} 253 smartctl_device_attribute{attribute_flags_long="",attribute_flags_short="------",attribute_id="240",attribute_name="Head_Flying_Hours",attribute_value_type="worst",device="sdd"} 253 smartctl_device_attribute{attribute_flags_long="",attribute_flags_short="------",attribute_id="240",attribute_name="Head_Flying_Hours",attribute_value_type="worst",device="sde"} 253 smartctl_device_attribute{attribute_flags_long="",attribute_flags_short="------",attribute_id="241",attribute_name="Total_LBAs_Written",attribute_value_type="raw",device="sdb"} 4.5636751672e+10 smartctl_device_attribute{attribute_flags_long="",attribute_flags_short="------",attribute_id="241",attribute_name="Total_LBAs_Written",attribute_value_type="raw",device="sdc"} 6.4583605381e+10 smartctl_device_attribute{attribute_flags_long="",attribute_flags_short="------",attribute_id="241",attribute_name="Total_LBAs_Written",attribute_value_type="raw",device="sdd"} 4.8963667555e+10 smartctl_device_attribute{attribute_flags_long="",attribute_flags_short="------",attribute_id="241",attribute_name="Total_LBAs_Written",attribute_value_type="raw",device="sde"} 8.5741467673e+10 smartctl_device_attribute{attribute_flags_long="",attribute_flags_short="------",attribute_id="241",attribute_name="Total_LBAs_Written",attribute_value_type="thresh",device="sdb"} 0 smartctl_device_attribute{attribute_flags_long="",attribute_flags_short="------",attribute_id="241",attribute_name="Total_LBAs_Written",attribute_value_type="thresh",device="sdc"} 0 smartctl_device_attribute{attribute_flags_long="",attribute_flags_short="------",attribute_id="241",attribute_name="Total_LBAs_Written",attribute_value_type="thresh",device="sdd"} 0 smartctl_device_attribute{attribute_flags_long="",attribute_flags_short="------",attribute_id="241",attribute_name="Total_LBAs_Written",attribute_value_type="thresh",device="sde"} 0 smartctl_device_attribute{attribute_flags_long="",attribute_flags_short="------",attribute_id="241",attribute_name="Total_LBAs_Written",attribute_value_type="value",device="sdb"} 100 smartctl_device_attribute{attribute_flags_long="",attribute_flags_short="------",attribute_id="241",attribute_name="Total_LBAs_Written",attribute_value_type="value",device="sdc"} 100 smartctl_device_attribute{attribute_flags_long="",attribute_flags_short="------",attribute_id="241",attribute_name="Total_LBAs_Written",attribute_value_type="value",device="sdd"} 100 smartctl_device_attribute{attribute_flags_long="",attribute_flags_short="------",attribute_id="241",attribute_name="Total_LBAs_Written",attribute_value_type="value",device="sde"} 100 smartctl_device_attribute{attribute_flags_long="",attribute_flags_short="------",attribute_id="241",attribute_name="Total_LBAs_Written",attribute_value_type="worst",device="sdb"} 253 smartctl_device_attribute{attribute_flags_long="",attribute_flags_short="------",attribute_id="241",attribute_name="Total_LBAs_Written",attribute_value_type="worst",device="sdc"} 253 smartctl_device_attribute{attribute_flags_long="",attribute_flags_short="------",attribute_id="241",attribute_name="Total_LBAs_Written",attribute_value_type="worst",device="sdd"} 253 smartctl_device_attribute{attribute_flags_long="",attribute_flags_short="------",attribute_id="241",attribute_name="Total_LBAs_Written",attribute_value_type="worst",device="sde"} 253 smartctl_device_attribute{attribute_flags_long="",attribute_flags_short="------",attribute_id="242",attribute_name="Total_LBAs_Read",attribute_value_type="raw",device="sdb"} 1.35795532823e+11 smartctl_device_attribute{attribute_flags_long="",attribute_flags_short="------",attribute_id="242",attribute_name="Total_LBAs_Read",attribute_value_type="raw",device="sdc"} 4.0115144724e+10 smartctl_device_attribute{attribute_flags_long="",attribute_flags_short="------",attribute_id="242",attribute_name="Total_LBAs_Read",attribute_value_type="raw",device="sdd"} 6.4907293937e+10 smartctl_device_attribute{attribute_flags_long="",attribute_flags_short="------",attribute_id="242",attribute_name="Total_LBAs_Read",attribute_value_type="raw",device="sde"} 6.6824267302e+10 smartctl_device_attribute{attribute_flags_long="",attribute_flags_short="------",attribute_id="242",attribute_name="Total_LBAs_Read",attribute_value_type="thresh",device="sdb"} 0 smartctl_device_attribute{attribute_flags_long="",attribute_flags_short="------",attribute_id="242",attribute_name="Total_LBAs_Read",attribute_value_type="thresh",device="sdc"} 0 smartctl_device_attribute{attribute_flags_long="",attribute_flags_short="------",attribute_id="242",attribute_name="Total_LBAs_Read",attribute_value_type="thresh",device="sdd"} 0 smartctl_device_attribute{attribute_flags_long="",attribute_flags_short="------",attribute_id="242",attribute_name="Total_LBAs_Read",attribute_value_type="thresh",device="sde"} 0 smartctl_device_attribute{attribute_flags_long="",attribute_flags_short="------",attribute_id="242",attribute_name="Total_LBAs_Read",attribute_value_type="value",device="sdb"} 100 smartctl_device_attribute{attribute_flags_long="",attribute_flags_short="------",attribute_id="242",attribute_name="Total_LBAs_Read",attribute_value_type="value",device="sdc"} 100 smartctl_device_attribute{attribute_flags_long="",attribute_flags_short="------",attribute_id="242",attribute_name="Total_LBAs_Read",attribute_value_type="value",device="sdd"} 100 smartctl_device_attribute{attribute_flags_long="",attribute_flags_short="------",attribute_id="242",attribute_name="Total_LBAs_Read",attribute_value_type="value",device="sde"} 100 smartctl_device_attribute{attribute_flags_long="",attribute_flags_short="------",attribute_id="242",attribute_name="Total_LBAs_Read",attribute_value_type="worst",device="sdb"} 253 smartctl_device_attribute{attribute_flags_long="",attribute_flags_short="------",attribute_id="242",attribute_name="Total_LBAs_Read",attribute_value_type="worst",device="sdc"} 253 smartctl_device_attribute{attribute_flags_long="",attribute_flags_short="------",attribute_id="242",attribute_name="Total_LBAs_Read",attribute_value_type="worst",device="sdd"} 253 smartctl_device_attribute{attribute_flags_long="",attribute_flags_short="------",attribute_id="242",attribute_name="Total_LBAs_Read",attribute_value_type="worst",device="sde"} 253 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="raw",device="sde"} 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="thresh",device="sde"} 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="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="value",device="sde"} 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="event_count",attribute_flags_short="----C-",attribute_id="198",attribute_name="Offline_Uncorrectable",attribute_value_type="worst",device="sde"} 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="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="raw",device="sde"} 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="thresh",device="sde"} 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="sdb"} 89 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"} 94 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"} 94 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="sde"} 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"} 86 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"} 92 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"} 92 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="sde"} 86 smartctl_device_attribute{attribute_flags_long="prefailure,updated_online,auto_keep",attribute_flags_short="PO---K",attribute_id="200",attribute_name="Pressure_Limit",attribute_value_type="raw",device="sdb"} 0 smartctl_device_attribute{attribute_flags_long="prefailure,updated_online,auto_keep",attribute_flags_short="PO---K",attribute_id="200",attribute_name="Pressure_Limit",attribute_value_type="raw",device="sde"} 0 smartctl_device_attribute{attribute_flags_long="prefailure,updated_online,auto_keep",attribute_flags_short="PO---K",attribute_id="200",attribute_name="Pressure_Limit",attribute_value_type="thresh",device="sdb"} 1 smartctl_device_attribute{attribute_flags_long="prefailure,updated_online,auto_keep",attribute_flags_short="PO---K",attribute_id="200",attribute_name="Pressure_Limit",attribute_value_type="thresh",device="sde"} 1 smartctl_device_attribute{attribute_flags_long="prefailure,updated_online,auto_keep",attribute_flags_short="PO---K",attribute_id="200",attribute_name="Pressure_Limit",attribute_value_type="value",device="sdb"} 100 smartctl_device_attribute{attribute_flags_long="prefailure,updated_online,auto_keep",attribute_flags_short="PO---K",attribute_id="200",attribute_name="Pressure_Limit",attribute_value_type="value",device="sde"} 100 smartctl_device_attribute{attribute_flags_long="prefailure,updated_online,auto_keep",attribute_flags_short="PO---K",attribute_id="200",attribute_name="Pressure_Limit",attribute_value_type="worst",device="sdb"} 100 smartctl_device_attribute{attribute_flags_long="prefailure,updated_online,auto_keep",attribute_flags_short="PO---K",attribute_id="200",attribute_name="Pressure_Limit",attribute_value_type="worst",device="sde"} 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="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="raw",device="sde"} 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="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="thresh",device="sde"} 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="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="value",device="sde"} 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",attribute_flags_short="PO--C-",attribute_id="10",attribute_name="Spin_Retry_Count",attribute_value_type="worst",device="sde"} 100 smartctl_device_attribute{attribute_flags_long="prefailure,updated_online,event_count",attribute_flags_short="PO--C-",attribute_id="177",attribute_name="Wear_Leveling_Count",attribute_value_type="raw",device="sda"} 230 smartctl_device_attribute{attribute_flags_long="prefailure,updated_online,event_count",attribute_flags_short="PO--C-",attribute_id="177",attribute_name="Wear_Leveling_Count",attribute_value_type="thresh",device="sda"} 0 smartctl_device_attribute{attribute_flags_long="prefailure,updated_online,event_count",attribute_flags_short="PO--C-",attribute_id="177",attribute_name="Wear_Leveling_Count",attribute_value_type="value",device="sda"} 81 smartctl_device_attribute{attribute_flags_long="prefailure,updated_online,event_count",attribute_flags_short="PO--C-",attribute_id="177",attribute_name="Wear_Leveling_Count",attribute_value_type="worst",device="sda"} 81 smartctl_device_attribute{attribute_flags_long="prefailure,updated_online,event_count",attribute_flags_short="PO--C-",attribute_id="179",attribute_name="Used_Rsvd_Blk_Cnt_Tot",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="179",attribute_name="Used_Rsvd_Blk_Cnt_Tot",attribute_value_type="thresh",device="sda"} 10 smartctl_device_attribute{attribute_flags_long="prefailure,updated_online,event_count",attribute_flags_short="PO--C-",attribute_id="179",attribute_name="Used_Rsvd_Blk_Cnt_Tot",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="179",attribute_name="Used_Rsvd_Blk_Cnt_Tot",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="183",attribute_name="Runtime_Bad_Block",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="183",attribute_name="Runtime_Bad_Block",attribute_value_type="thresh",device="sda"} 10 smartctl_device_attribute{attribute_flags_long="prefailure,updated_online,event_count",attribute_flags_short="PO--C-",attribute_id="183",attribute_name="Runtime_Bad_Block",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="183",attribute_name="Runtime_Bad_Block",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="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"} 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="sde"} 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="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="thresh",device="sde"} 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="value",device="sde"} 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,event_count,auto_keep",attribute_flags_short="PO--CK",attribute_id="5",attribute_name="Reallocated_Sector_Ct",attribute_value_type="worst",device="sde"} 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="sdb"} 2.08598035e+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"} 1.37055177e+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="sdd"} 1.33304778e+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="sde"} 1.1090595e+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="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"} 6 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"} 6 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="sde"} 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="sdb"} 83 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"} 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="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="value",device="sde"} 70 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"} 64 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"} 64 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"} 64 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="sde"} 64 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"} 2.011485318e+09 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"} 1.03385873e+09 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"} 1.049656084e+09 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="sde"} 1.992040213e+09 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="thresh",device="sde"} 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="sdb"} 93 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"} 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="sde"} 93 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="prefailure,updated_online,performance,error_rate",attribute_flags_short="POSR--",attribute_id="7",attribute_name="Seek_Error_Rate",attribute_value_type="worst",device="sde"} 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="sdb"} 8.23459888e+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"} 7.90102061e+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"} 7.90102062e+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="sde"} 8.23459888e+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="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="thresh",device="sde"} 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="sdb"} 52 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"} 55 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"} 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="value",device="sde"} 52 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"} 51 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"} 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="sdd"} 52 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="sde"} 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="sdb"} 4.7244640304e+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"} 7.3014444077e+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"} 7.3014444078e+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="sde"} 4.7244640304e+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="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="thresh",device="sde"} 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="sdb"} 48 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"} 45 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"} 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="value",device="sde"} 48 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"} 49 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"} 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="sdd"} 48 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="sde"} 49 smartctl_device_attribute{attribute_flags_long="updated_online,error_rate,event_count",attribute_flags_short="-O-RC-",attribute_id="195",attribute_name="ECC_Error_Rate",attribute_value_type="raw",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="ECC_Error_Rate",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="ECC_Error_Rate",attribute_value_type="value",device="sda"} 200 smartctl_device_attribute{attribute_flags_long="updated_online,error_rate,event_count",attribute_flags_short="-O-RC-",attribute_id="195",attribute_name="ECC_Error_Rate",attribute_value_type="worst",device="sda"} 200 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"} 2.08598035e+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"} 1.37055177e+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="sdd"} 1.33304778e+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="sde"} 1.1090595e+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="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="thresh",device="sde"} 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="sdb"} 2 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"} 81 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"} 81 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="sde"} 2 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"} 1 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"} 64 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"} 64 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="sde"} 1 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"} 30 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="raw",device="sde"} 58 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="thresh",device="sde"} 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="sdb"} 70 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="value",device="sde"} 42 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"} 70 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,error_rate,event_count,auto_keep",attribute_flags_short="-O-RCK",attribute_id="189",attribute_name="High_Fly_Writes",attribute_value_type="worst",device="sde"} 42 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="raw",device="sde"} 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="thresh",device="sde"} 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="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="value",device="sde"} 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",attribute_flags_short="-O--C-",attribute_id="197",attribute_name="Current_Pending_Sector",attribute_value_type="worst",device="sde"} 100 smartctl_device_attribute{attribute_flags_long="updated_online,event_count",attribute_flags_short="-O--C-",attribute_id="235",attribute_name="POR_Recovery_Count",attribute_value_type="raw",device="sda"} 424 smartctl_device_attribute{attribute_flags_long="updated_online,event_count",attribute_flags_short="-O--C-",attribute_id="235",attribute_name="POR_Recovery_Count",attribute_value_type="thresh",device="sda"} 0 smartctl_device_attribute{attribute_flags_long="updated_online,event_count",attribute_flags_short="-O--C-",attribute_id="235",attribute_name="POR_Recovery_Count",attribute_value_type="value",device="sda"} 99 smartctl_device_attribute{attribute_flags_long="updated_online,event_count",attribute_flags_short="-O--C-",attribute_id="235",attribute_name="POR_Recovery_Count",attribute_value_type="worst",device="sda"} 99 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"} 1510 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"} 63 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"} 218 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"} 219 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="sde"} 70 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"} 0 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="thresh",device="sde"} 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"} 98 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="value",device="sde"} 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"} 98 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="12",attribute_name="Power_Cycle_Count",attribute_value_type="worst",device="sde"} 100 smartctl_device_attribute{attribute_flags_long="updated_online,event_count,auto_keep",attribute_flags_short="-O--CK",attribute_id="181",attribute_name="Program_Fail_Cnt_Total",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="181",attribute_name="Program_Fail_Cnt_Total",attribute_value_type="thresh",device="sda"} 10 smartctl_device_attribute{attribute_flags_long="updated_online,event_count,auto_keep",attribute_flags_short="-O--CK",attribute_id="181",attribute_name="Program_Fail_Cnt_Total",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="181",attribute_name="Program_Fail_Cnt_Total",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="182",attribute_name="Erase_Fail_Count_Total",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="182",attribute_name="Erase_Fail_Count_Total",attribute_value_type="thresh",device="sda"} 10 smartctl_device_attribute{attribute_flags_long="updated_online,event_count,auto_keep",attribute_flags_short="-O--CK",attribute_id="182",attribute_name="Erase_Fail_Count_Total",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="182",attribute_name="Erase_Fail_Count_Total",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="183",attribute_name="Runtime_Bad_Block",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="183",attribute_name="Runtime_Bad_Block",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="183",attribute_name="Runtime_Bad_Block",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="183",attribute_name="Runtime_Bad_Block",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="183",attribute_name="Runtime_Bad_Block",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="183",attribute_name="Runtime_Bad_Block",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="183",attribute_name="Runtime_Bad_Block",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="183",attribute_name="Runtime_Bad_Block",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="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="raw",device="sde"} 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="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="thresh",device="sde"} 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="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="value",device="sde"} 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="184",attribute_name="End-to-End_Error",attribute_value_type="worst",device="sde"} 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="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="raw",device="sde"} 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="thresh",device="sde"} 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="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="value",device="sde"} 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="187",attribute_name="Reported_Uncorrect",attribute_value_type="worst",device="sde"} 100 smartctl_device_attribute{attribute_flags_long="updated_online,event_count,auto_keep",attribute_flags_short="-O--CK",attribute_id="187",attribute_name="Uncorrectable_Error_Cnt",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="Uncorrectable_Error_Cnt",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="Uncorrectable_Error_Cnt",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="Uncorrectable_Error_Cnt",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="raw",device="sdb"} 4.295032833e+09 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="raw",device="sde"} 4.295032833e+09 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="thresh",device="sde"} 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="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="value",device="sde"} 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"} 99 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="188",attribute_name="Command_Timeout",attribute_value_type="worst",device="sde"} 99 smartctl_device_attribute{attribute_flags_long="updated_online,event_count,auto_keep",attribute_flags_short="-O--CK",attribute_id="190",attribute_name="Airflow_Temperature_Cel",attribute_value_type="raw",device="sda"} 34 smartctl_device_attribute{attribute_flags_long="updated_online,event_count,auto_keep",attribute_flags_short="-O--CK",attribute_id="190",attribute_name="Airflow_Temperature_Cel",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="190",attribute_name="Airflow_Temperature_Cel",attribute_value_type="value",device="sda"} 66 smartctl_device_attribute{attribute_flags_long="updated_online,event_count,auto_keep",attribute_flags_short="-O--CK",attribute_id="190",attribute_name="Airflow_Temperature_Cel",attribute_value_type="worst",device="sda"} 49 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"} 8117 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="raw",device="sde"} 5291 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="thresh",device="sde"} 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="sdb"} 96 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="value",device="sde"} 98 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"} 96 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="191",attribute_name="G-Sense_Error_Rate",attribute_value_type="worst",device="sde"} 98 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"} 38 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"} 1060 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"} 1058 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="sde"} 46 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="thresh",device="sde"} 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="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="value",device="sde"} 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="192",attribute_name="Power-Off_Retract_Count",attribute_value_type="worst",device="sde"} 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="sdb"} 194536 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"} 1786 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"} 1687 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="sde"} 195349 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="thresh",device="sde"} 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="sdb"} 3 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"} 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="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="value",device="sde"} 3 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"} 3 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"} 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="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="sde"} 3 smartctl_device_attribute{attribute_flags_long="updated_online,event_count,auto_keep",attribute_flags_short="-O--CK",attribute_id="241",attribute_name="Total_LBAs_Written",attribute_value_type="raw",device="sda"} 6.1344860379e+10 smartctl_device_attribute{attribute_flags_long="updated_online,event_count,auto_keep",attribute_flags_short="-O--CK",attribute_id="241",attribute_name="Total_LBAs_Written",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="241",attribute_name="Total_LBAs_Written",attribute_value_type="value",device="sda"} 99 smartctl_device_attribute{attribute_flags_long="updated_online,event_count,auto_keep",attribute_flags_short="-O--CK",attribute_id="241",attribute_name="Total_LBAs_Written",attribute_value_type="worst",device="sda"} 99 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"} 7736 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"} 218 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"} 219 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="sde"} 7810 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="thresh",device="sde"} 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="sdb"} 93 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="value",device="sde"} 93 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"} 93 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="4",attribute_name="Start_Stop_Count",attribute_value_type="worst",device="sde"} 93 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"} 61396 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"} 7.6617921623323e+13 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"} 1.0005920885009628e+16 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"} 1.1339310661922012e+16 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="sde"} 2.50078765809514e+14 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="thresh",device="sde"} 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"} 87 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"} 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="sdc"} 69 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"} 69 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="sde"} 63 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"} 87 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"} 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="sdc"} 69 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"} 69 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="sde"} 63 smartctl_device_attribute{attribute_flags_long="updated_online,performance,error_rate,event_count,auto_keep",attribute_flags_short="-OSRCK",attribute_id="199",attribute_name="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="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="CRC_Error_Count",attribute_value_type="value",device="sda"} 100 smartctl_device_attribute{attribute_flags_long="updated_online,performance,error_rate,event_count,auto_keep",attribute_flags_short="-OSRCK",attribute_id="199",attribute_name="CRC_Error_Count",attribute_value_type="worst",device="sda"} 100 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="raw",device="sde"} 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="thresh",device="sde"} 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="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="value",device="sde"} 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 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="sde"} 200 # HELP smartctl_device_block_size Device block size # TYPE smartctl_device_block_size gauge 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="logical",device="sde"} 512 smartctl_device_block_size{blocks_type="physical",device="sda"} 512 smartctl_device_block_size{blocks_type="physical",device="sdb"} 4096 smartctl_device_block_size{blocks_type="physical",device="sdc"} 4096 smartctl_device_block_size{blocks_type="physical",device="sdd"} 4096 smartctl_device_block_size{blocks_type="physical",device="sde"} 4096 # HELP smartctl_device_capacity_blocks Device capacity in blocks # TYPE smartctl_device_capacity_blocks gauge smartctl_device_capacity_blocks{device="sda"} 4.88397168e+08 smartctl_device_capacity_blocks{device="sdb"} 1.9532873728e+10 smartctl_device_capacity_blocks{device="sdc"} 1.5628053168e+10 smartctl_device_capacity_blocks{device="sdd"} 1.5628053168e+10 smartctl_device_capacity_blocks{device="sde"} 1.9532873728e+10 # HELP smartctl_device_capacity_bytes Device capacity in bytes # TYPE smartctl_device_capacity_bytes gauge smartctl_device_capacity_bytes{device="sda"} 2.50059350016e+11 smartctl_device_capacity_bytes{device="sdb"} 1.0000831348736e+13 smartctl_device_capacity_bytes{device="sdc"} 8.001563222016e+12 smartctl_device_capacity_bytes{device="sdd"} 8.001563222016e+12 smartctl_device_capacity_bytes{device="sde"} 1.0000831348736e+13 # 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 smartctl_device_error_log_count{device="sde",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 smartctl_device_interface_speed{device="sde",speed_type="current"} 6e+09 smartctl_device_interface_speed{device="sde",speed_type="max"} 6e+09 # HELP smartctl_device_power_cycle_count Device power cycle count # TYPE smartctl_device_power_cycle_count counter smartctl_device_power_cycle_count{device="sda"} 1510 smartctl_device_power_cycle_count{device="sdb"} 63 smartctl_device_power_cycle_count{device="sdc"} 218 smartctl_device_power_cycle_count{device="sdd"} 219 smartctl_device_power_cycle_count{device="sde"} 70 # HELP smartctl_device_power_on_seconds Device power on seconds # TYPE smartctl_device_power_on_seconds counter smartctl_device_power_on_seconds{device="sda"} 2.210256e+08 smartctl_device_power_on_seconds{device="sdb"} 1.079244e+08 smartctl_device_power_on_seconds{device="sdc"} 1.0032348e+08 smartctl_device_power_on_seconds{device="sdd"} 1.0032384e+08 smartctl_device_power_on_seconds{device="sde"} 1.174248e+08 # HELP smartctl_device_rotation_rate Device rotation rate # TYPE smartctl_device_rotation_rate gauge smartctl_device_rotation_rate{device="sdb"} 7200 smartctl_device_rotation_rate{device="sdc"} 5425 smartctl_device_rotation_rate{device="sdd"} 5425 smartctl_device_rotation_rate{device="sde"} 7200 # HELP smartctl_device_smart_status General smart status # TYPE smartctl_device_smart_status gauge 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 smartctl_device_smart_status{device="sde"} 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="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 smartctl_device_smartctl_exit_status{device="sde"} 0 # HELP smartctl_device_temperature Device temperature celsius # TYPE smartctl_device_temperature gauge smartctl_device_temperature{device="sda",temperature_type="current"} 34 smartctl_device_temperature{device="sdb",temperature_type="current"} 48 smartctl_device_temperature{device="sdc",temperature_type="current"} 45 smartctl_device_temperature{device="sdd",temperature_type="current"} 46 smartctl_device_temperature{device="sde",temperature_type="current"} 48 # HELP smartctl_devices Number of devices configured or dynamically discovered # TYPE smartctl_devices gauge smartctl_devices 5 # 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