Closed jcastro closed 1 day ago
Did you add any disks in the disks section?
Did you add any disks in the disks section?
No! As I couldn't find any documentation from the app itself, I took a look at the Docker file in their repo where they say
Scrutiny uses smartctl --scan to detect devices/drives.
So I assumed the output of the command shows the disks, so they are added automatically?
Did you add any disks in the disks section?
No! As I couldn't find any documentation from the app itself, I took a look at the Docker file in their repo where they say
Scrutiny uses smartctl --scan to detect devices/drives.
So I assumed the output of the command shows the disks, so they are added automatically?
Not exactly. the /run/udev
that is mounted gives some info, but in order for scrutiny to get more details you need to define the disks.
Did you add any disks in the disks section?
No! As I couldn't find any documentation from the app itself, I took a look at the Docker file in their repo where they say
Scrutiny uses smartctl --scan to detect devices/drives.
So I assumed the output of the command shows the disks, so they are added automatically?
Not exactly. the
/run/udev
that is mounted gives some info, but in order for scrutiny to get more details you need to define the disks.
Got it! I will give it a try. Just to make sure I need to add the '/dev/sda' on the 'Host disk path'
Did you add any disks in the disks section?
No! As I couldn't find any documentation from the app itself, I took a look at the Docker file in their repo where they say
Scrutiny uses smartctl --scan to detect devices/drives.
So I assumed the output of the command shows the disks, so they are added automatically?
Not exactly. the
/run/udev
that is mounted gives some info, but in order for scrutiny to get more details you need to define the disks.Got it! I will give it a try. Just to make sure I need to add the '/dev/sda' on the 'Host disk path'
On both fields you need to add /dev/sda
(or whatever disks you have available).
The might be an error for the host path (notice that is limited to /mnt
), but I'm changing this here https://github.com/truenas/apps/pull/883/commits/1851491a52c74e2715309992d1207b92c77dfd28
Added two disks but still the dashboard is empty 🤔
Hi!
I just installed this app, and it doesn't seem to be working! I'm getting an empty dashboard.
I also tried to check the documentation for community apps, but there's nothing about it.
I'm running
ElectricEel-24.10.0.2
bare metal on a Dell PowerEdge R730XD. I have also tried ticking theElevate Privileges
with the same results.This is the output of
smartctl --scan
Logs from the app
Thanks!