-
Notifications
You must be signed in to change notification settings - Fork 359
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
Added support of RAID to smart-stats.py. Closes OpenTSDB/tcollector#232 #233
base: master
Are you sure you want to change the base?
Conversation
Hi! Check, please. Everything works fine for me. It is more robust to define disk drives as it uses 'smartctl --scan-open' command. And then check each drive by its type. It need additional fixes of coarse. If you like it, I'll make more changes. |
I'll start testing this, can you confirm you have completed the CLA? |
Thanks for you collaboration, I've completed it. |
…able to 1 or 0 smart values can be represented by numbers or real names.
…s]d[a-z]{1,2}") first to find disks.
@@ -1,4 +1,4 @@ | |||
#! /usr/bin/env python | |||
#! /usr/bin/python |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Lets leave this "env python"
#232 #233