You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Hi,
I'm trying to run scrutiny in rootless mode with docker but it doesn't work. I obtain this error:
time="2024-11-20T08:23:45Z" level=info msg="Executing command: smartctl --info --json --device sat /dev/sda" type=metrics
time="2024-11-20T08:23:45Z" level=error msg="Could not retrieve device information for sda: exit status 2" type=metrics
Expected behavior
The behavior I expect instead is to receive the information on the device. How I can fix it?
Log Files
If related to missing devices or SMART data, please run the collector in DEBUG mode, and attach the log file.
See /docs/TROUBLESHOOTING_DEVICE_COLLECTOR.md for other troubleshooting tips.
Describe the bug
Hi,
I'm trying to run scrutiny in rootless mode with docker but it doesn't work. I obtain this error:
time="2024-11-20T08:23:45Z" level=info msg="Executing command: smartctl --info --json --device sat /dev/sda" type=metrics
time="2024-11-20T08:23:45Z" level=error msg="Could not retrieve device information for sda: exit status 2" type=metrics
Expected behavior
The behavior I expect instead is to receive the information on the device. How I can fix it?
Log Files
If related to missing devices or SMART data, please run the
collector
in DEBUG mode, and attach the log file.See /docs/TROUBLESHOOTING_DEVICE_COLLECTOR.md for other troubleshooting tips.
2024/11/20 08:23:45 Loading configuration file: /opt/scrutiny/config/collector.yaml
/ ) / )( _ ( )( )( )( )( ( )( / )
_ ( ( ) / )()( )( )( ) ( \ /
(/ _)()_)() () ()()_) (__)
AnalogJ/scrutiny/metrics dev-0.8.1
time="2024-11-20T08:23:45Z" level=info msg="Verifying required tools" type=metrics
time="2024-11-20T08:23:45Z" level=info msg="Executing command: smartctl --scan --json" type=metrics
time="2024-11-20T08:23:45Z" level=info msg="Executing command: smartctl --info --json --device sat /dev/sda" type=metrics
time="2024-11-20T08:23:45Z" level=error msg="Could not retrieve device information for sda: exit status 2" type=metrics
time="2024-11-20T08:23:45Z" level=info msg="Sending detected devices to API, for filtering & validation" type=metrics
time="2024-11-20T08:23:45Z" level=info msg="Main: Completed" type=metrics
The text was updated successfully, but these errors were encountered: