-
-
Notifications
You must be signed in to change notification settings - Fork 182
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG] Temperature graph only showing one drive. #554
Labels
bug
Something isn't working
Comments
I've got the same problem, though instead of just showing one drive, it's only one drive missing. From # smartctl -x /dev/sdd | grep Temperature
190 Airflow_Temperature_Cel -O---K 060 059 000 - 40 (Min/Max 34/41)
194 Temperature_Celsius -O---K 040 041 000 - 40 (0 17 0 0 0)
Current Temperature: 40 Celsius
Power Cycle Min/Max Temperature: 34/40 Celsius
Lifetime Min/Max Temperature: 16/41 Celsius
Under/Over Temperature Limit Count: 0/0
SCT Temperature History Version: 2
Temperature Sampling Period: 4 minutes
Temperature Logging Interval: 59 minutes
Min/Max recommended Temperature: 10/40 Celsius
Min/Max Temperature Limit: 5/60 Celsius
Temperature History Size (Index): 128 (75)
Index Estimated Time Temperature Celsius
0x05 ===== = = === == Temperature Statistics (rev 1) ==
0x05 0x008 1 40 --- Current Temperature
0x05 0x010 1 35 --- Average Short Term Temperature
0x05 0x018 1 - --- Average Long Term Temperature
0x05 0x020 1 41 --- Highest Temperature
0x05 0x028 1 21 --- Lowest Temperature
0x05 0x030 1 37 --- Highest Average Short Term Temperature
0x05 0x038 1 35 --- Lowest Average Short Term Temperature
0x05 0x040 1 - --- Highest Average Long Term Temperature
0x05 0x048 1 - --- Lowest Average Long Term Temperature
0x05 0x050 4 0 --- Time in Over-Temperature
0x05 0x058 1 60 --- Specified Maximum Operating Temperature
0x05 0x060 4 0 --- Time in Under-Temperature
0x05 0x068 1 5 --- Specified Minimum Operating Temperature
# smartctl -x /dev/sdc | grep Temperature
190 Airflow_Temperature_Cel -O---K 059 057 000 - 41 (Min/Max 37/41)
194 Temperature_Celsius -O---K 041 043 000 - 41 (0 22 0 0 0)
Current Temperature: 41 Celsius
Power Cycle Min/Max Temperature: 37/41 Celsius
Lifetime Min/Max Temperature: 22/42 Celsius
Under/Over Temperature Limit Count: 0/0
SCT Temperature History Version: 2
Temperature Sampling Period: 4 minutes
Temperature Logging Interval: 59 minutes
Min/Max recommended Temperature: 10/40 Celsius
Min/Max Temperature Limit: 5/60 Celsius
Temperature History Size (Index): 128 (88)
Index Estimated Time Temperature Celsius
0x05 ===== = = === == Temperature Statistics (rev 1) ==
0x05 0x008 1 41 --- Current Temperature
0x05 0x010 1 36 --- Average Short Term Temperature
0x05 0x018 1 - --- Average Long Term Temperature
0x05 0x020 1 42 --- Highest Temperature
0x05 0x028 1 22 --- Lowest Temperature
0x05 0x030 1 38 --- Highest Average Short Term Temperature
0x05 0x038 1 23 --- Lowest Average Short Term Temperature
0x05 0x040 1 - --- Highest Average Long Term Temperature
0x05 0x048 1 - --- Lowest Average Long Term Temperature
0x05 0x050 4 0 --- Time in Over-Temperature
0x05 0x058 1 60 --- Specified Maximum Operating Temperature
0x05 0x060 4 0 --- Time in Under-Temperature
0x05 0x068 1 5 --- Specified Minimum Operating Temperature |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
Temp graph only shows one drive.
Expected behavior
All drives should show up
Screenshots
Thanks
The text was updated successfully, but these errors were encountered: