Added support of RAID to smart-stats.py. Closes OpenTSDB/tcollector#232#233
Open
sanblch wants to merge 7 commits intoOpenTSDB:masterfrom
Open
Added support of RAID to smart-stats.py. Closes OpenTSDB/tcollector#232#233sanblch wants to merge 7 commits intoOpenTSDB:masterfrom
sanblch wants to merge 7 commits intoOpenTSDB:masterfrom
Conversation
Author
|
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. |
Member
|
I'll start testing this, can you confirm you have completed the CLA? |
Author
|
Thanks for you collaboration, I've completed it. |
added 6 commits
April 11, 2016 16:35
…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 | |||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
#232 #233