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
TrueNAS upcoming Electric Eel v24.10 will move apps from Kubernetes to Docker. And once I did upgrade
from Dragonfish to the new Beta1, I can't find Scrutiny in the list of Apps to be installed.
I am not sure if you guys maintain the App for TrueNAS or not, but if you do, please consider adding it
to support the newer version. I really love Scrutiny.
Edit: I was able to install Scrutiny in Portainer in TrueNAS. But I still wish it gets to be an official app
from the list of offered apps in TrueNAS. Issue with Portainer? Scrutiny doesn't show up in the list
of running apps unless I open Portainer's webUI.
One thing I noticed, that I needed to modify the yaml for docker compose to make it work with NVME drive.
cap_add:
- SYS_RAWIO
- SYS_ADMIN # SYS_ADMIN is needed to get S.M.A.R.T sensors' readings for NVME drives.
without SYS_ADMIN I was getting NVME status failed for some reason for /dev/nvme0
And the version line also throws a warning that it was ignored and obsolete too. So I removed that too
per the suggestion of that warning.
Note that I was able to install Scrutiny before when TrueCharts was supported, but now discontinued.
Scrutiny was in TrueCharts.
The text was updated successfully, but these errors were encountered:
+1, would be great to have a TrueNAS Scale app for Scrutiny.
Also, it would be a good way to clarify if any configuration is needed to avoid clashes between Scrutiny and the built in cron jobs on TrueNAS (assume Scrutiny is just collecting tests, not orchestrating them?)
TrueNAS upcoming Electric Eel v24.10 will move apps from Kubernetes to Docker. And once I did upgrade
from Dragonfish to the new Beta1, I can't find Scrutiny in the list of Apps to be installed.
I am not sure if you guys maintain the App for TrueNAS or not, but if you do, please consider adding it
to support the newer version. I really love Scrutiny.
Edit: I was able to install Scrutiny in Portainer in TrueNAS. But I still wish it gets to be an official app
from the list of offered apps in TrueNAS. Issue with Portainer? Scrutiny doesn't show up in the list
of running apps unless I open Portainer's webUI.
One thing I noticed, that I needed to modify the yaml for docker compose to make it work with NVME drive.
without
SYS_ADMIN
I was getting NVME status failed for some reason for/dev/nvme0
And the version line also throws a warning that it was ignored and obsolete too. So I removed that too
per the suggestion of that warning.
Note that I was able to install Scrutiny before when TrueCharts was supported, but now discontinued.
Scrutiny was in TrueCharts.
The text was updated successfully, but these errors were encountered: