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
# HELP smartmon_attr_threshold SMART metric attr_threshold
# TYPE smartmon_attr_threshold gauge
Traceback (most recent call last):
File "smartmon.py", line 378, in <module>
main()
File "smartmon.py", line 375, in main
metric_print(m, 'smartmon_')
File "smartmon.py", line 115, in metric_print
print(metric_format(metric, prefix))
File "smartmon.py", line 101, in metric_format
value = decimal.Decimal(metric.value)
decimal.InvalidOperation: [<class 'decimal.ConversionSyntax'>]
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: