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
using scrutiny-collector-metrics-windows-amd64.exe with api endpoint on linux-webserver. on a web page it doesn't show an capacity of disks and names of devices shows as /dev//dev/sda, with extra /dev/.
at the same time, collector, running on linux work correctly
Expected behavior
it should show capacity and device name without extra /dev
there are error code messages in other systems as well. for example, proxmox + smartctl - it shows error 68, so. probably that not a big deal tho
expl smartctl -x /dev/sdb
the main goal for my post is that webpage shows disks from win collector with extra /dev/ /dev//dev/sda
and i can't hover over that disks with temperature history
Describe the bug
using scrutiny-collector-metrics-windows-amd64.exe with api endpoint on linux-webserver. on a web page it doesn't show an capacity of disks and names of devices shows as /dev//dev/sda, with extra /dev/.
at the same time, collector, running on linux work correctly
Expected behavior
it should show capacity and device name without extra /dev
Screenshots
Log Files
time="2024-11-26T14:43:32+03:00" level=info msg="Verifying required tools" type=metrics
time="2024-11-26T14:43:32+03:00" level=info msg="Executing command: smartctl --scan --json" type=metrics
time="2024-11-26T14:43:32+03:00" level=info msg="Executing command: smartctl --info --json /dev/sda" type=metrics
time="2024-11-26T14:43:33+03:00" level=info msg="Using WWN Fallback" type=metrics
time="2024-11-26T14:43:33+03:00" level=info msg="Executing command: smartctl --info --json /dev/sdb" type=metrics
time="2024-11-26T14:43:33+03:00" level=info msg="Using WWN Fallback" type=metrics
time="2024-11-26T14:43:33+03:00" level=info msg="Executing command: smartctl --info --json /dev/sdc" type=metrics
time="2024-11-26T14:43:33+03:00" level=info msg="Using WWN Fallback" type=metrics
time="2024-11-26T14:43:33+03:00" level=info msg="Executing command: smartctl --info --json /dev/sdd" type=metrics
time="2024-11-26T14:43:33+03:00" level=info msg="Using WWN Fallback" type=metrics
time="2024-11-26T14:43:33+03:00" level=info msg="Executing command: smartctl --info --json /dev/sde" type=metrics
time="2024-11-26T14:43:33+03:00" level=info msg="Using WWN Fallback" type=metrics
time="2024-11-26T14:43:33+03:00" level=info msg="Sending detected devices to API, for filtering & validation" type=metrics
time="2024-11-26T14:43:34+03:00" level=info msg="Collecting smartctl results for /dev/sda\n" type=metrics
time="2024-11-26T14:43:34+03:00" level=info msg="Executing command: smartctl --xall --json /dev/sda" type=metrics
time="2024-11-26T14:43:34+03:00" level=error msg="smartctl returned an error code (4) while processing /dev/sda\n" type=metrics
time="2024-11-26T14:43:34+03:00" level=error msg="smartctl detected a checksum error" type=metrics
time="2024-11-26T14:43:34+03:00" level=info msg="Publishing smartctl results for wd-wmaza7165061\n" type=metrics
time="2024-11-26T14:43:34+03:00" level=info msg="Collecting smartctl results for /dev/sdb\n" type=metrics
time="2024-11-26T14:43:34+03:00" level=info msg="Executing command: smartctl --xall --json /dev/sdb" type=metrics
time="2024-11-26T14:43:35+03:00" level=error msg="smartctl returned an error code (4) while processing /dev/sdb\n" type=metrics
time="2024-11-26T14:43:35+03:00" level=error msg="smartctl detected a checksum error" type=metrics
time="2024-11-26T14:43:35+03:00" level=info msg="Publishing smartctl results for btyg850601u7480bgn\n" type=metrics
time="2024-11-26T14:43:35+03:00" level=info msg="Collecting smartctl results for /dev/sdc\n" type=metrics
time="2024-11-26T14:43:35+03:00" level=info msg="Executing command: smartctl --xall --json /dev/sdc" type=metrics
time="2024-11-26T14:43:35+03:00" level=error msg="smartctl returned an error code (4) while processing /dev/sdc\n" type=metrics
time="2024-11-26T14:43:35+03:00" level=error msg="smartctl detected a checksum error" type=metrics
time="2024-11-26T14:43:35+03:00" level=info msg="Publishing smartctl results for ocz-63q536gp04qt7uv0\n" type=metrics
time="2024-11-26T14:43:35+03:00" level=info msg="Collecting smartctl results for /dev/sdd\n" type=metrics
time="2024-11-26T14:43:35+03:00" level=info msg="Executing command: smartctl --xall --json /dev/sdd" type=metrics
time="2024-11-26T14:43:36+03:00" level=error msg="smartctl returned an error code (4) while processing /dev/sdd\n" type=metrics
time="2024-11-26T14:43:36+03:00" level=error msg="smartctl detected a checksum error" type=metrics
time="2024-11-26T14:43:36+03:00" level=info msg="Publishing smartctl results for wd-wcavy2148325\n" type=metrics
time="2024-11-26T14:43:36+03:00" level=info msg="Collecting smartctl results for /dev/sde\n" type=metrics
time="2024-11-26T14:43:36+03:00" level=info msg="Executing command: smartctl --xall --json /dev/sde" type=metrics
time="2024-11-26T14:43:36+03:00" level=error msg="smartctl returned an error code (4) while processing /dev/sde\n" type=metrics
time="2024-11-26T14:43:36+03:00" level=error msg="smartctl detected a checksum error" type=metrics
time="2024-11-26T14:43:36+03:00" level=info msg="Publishing smartctl results for wd-wcaza4886823\n" type=metrics
time="2024-11-26T14:43:37+03:00" level=info msg="Main: Completed" type=metrics
The text was updated successfully, but these errors were encountered: