You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The exporter should scrape the S.M.A.R.T values for each drive, using areca.cli64 disk smart drv=N and parse this output as metrics with each parameter as a label.
Example output:
# areca.cli64 disk smart drv=1
S.M.A.R.T Information For Drive[#01]
===============================================================
Model Name : CENSORED
Serial Number : CENSORED
Firmware Rev. : C40H
Disk Capacity : 4000.8GB
Rotation Speed : 7200(RPM)
Device Temperature : 31 C
Read Errors Receovered W/O Delay : 0x0000000000000000
Read Errors Receovered W Delay : 0x0000000000000006
Read Errors Receovered W Retry : 0x0000000000000000
Read Errors Receovered : 0x0000000000000006
Read Total Bytes : 0x000048C7B7DE6A00
Read Errors Unrecovered : 0x0000000000000000
Write Errors Receovered W/O Delay : 0x0000000000000000
Write Errors Receovered W Delay : 0x0000000000000000
Write Errors Receovered W Retry : 0x0000000000000000
Write Errors Receovered : 0x0000000000000000
Write Total Bytes : 0x00011B30B326B800
Write Errors Unrecovered : 0x0000000000000000
Verify Errors Receovered W/O Delay : 0x0000000000000000
Verify Errors Receovered W Delay : 0x0000000000000000
Verify Errors Receovered W Retry : 0x0000000000000000
Verify Errors Receovered : 0x0000000000000000
Verify Errors Unrecovered : 0x0000000000000000
Non-Medium Errors : 0x0000000000000000
Defect PList Block Count : 0x00000000000345F6
Defect GList Block Count : 0x0000000000000000
Power On Hours(POH) : 44464.78
Device Smart Status : O.K.
===============================================================
GuiErrMsg<0x00>: Success.
It should also convert the values to decimal, for easier read and alerting.
The text was updated successfully, but these errors were encountered:
The exporter should scrape the
S.M.A.R.T
values for each drive, usingareca.cli64 disk smart drv=N
and parse this output as metrics with each parameter as a label.Example output:
It should also convert the values to decimal, for easier read and alerting.
The text was updated successfully, but these errors were encountered: