-
-
Notifications
You must be signed in to change notification settings - Fork 169
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 override incorrect device type from smartctl --scan, breaks Synology #48
Comments
can you paste the output of |
Sure:
|
Ok, so my problem is that Scrutiny offloads its device detection to I have been thinking about that a bit, as you can see in the |
Hey everyone, I just released a beta version of the Scrutiny docker image with support for overriding the collector device detection. The instructions for how to create the collector config file, and the new docker image tag are available in the PR description: All feedback (success & failure) is appreciated :) |
It works perfect now! 👌 |
Hi, I'm trying scrutiny on a Synology NAS (using Docker) and I notice that it does not correctly gets smart details for the internal disks.
Running the collector, I see that its trying to query the disk using scsi by the results of "smartctl -a -j /dev/sdb":
However, in a synology, the query must be done in "sat" mode (SCSI to ATA Translation) ("scsi" does not return smart values and "ata" does not work).
Here are the ouputs of the three modes:
scsi results:
ata results:
sat results:
The text was updated successfully, but these errors were encountered: