-
-
Notifications
You must be signed in to change notification settings - Fork 183
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] Cannot pull metrics from aacraid raid #608
Comments
have you created a collector config file? https://github.com/AnalogJ/scrutiny/blob/master/example.collector.yaml#L42-L50 If |
I have the same problem. I tracked it down to changes in the release 0.7.3 - with 0.7.2 it still works. As a workaround I will stay with that version. |
Yes, I have created the config file. Here is my collector file. I can also confirm everything works correctly with
I am not sure how to |
Describe the bug
Not able to pull metrics for aacraid raid anymore. Uses the command
smartctl --xall --json --device sat /dev/sda
instead ofsmartctl --xall --json --device aacraid,0,0,0 /dev/sda
.The command
smartctl --xall --json --device sat /dev/sda
returns in error and can reproduce this in the container (i.e. docker exec). If I usesmartctl --xall --json --device aacraid,0,0,0 /dev/sda1
, this works great.Expected behavior
Pull metrics from aacraid raid.
Screenshots
Log Files
Docker Config
The text was updated successfully, but these errors were encountered: