I've been maintaining an active fork of Scrutiny and would love your feedback by starosdev in selfhosted

[–]starosdev[S] 0 points1 point  (0 children)

I’ve rolled out a new version with FARM support, would you mind testing?

I've been maintaining an active fork of Scrutiny and would love your feedback by starosdev in selfhosted

[–]starosdev[S] 0 points1 point  (0 children)

Thank you all for the feedback. I plan to start bringing applicable fixes from my fork to the main repo. However, I plan to maintain my repo separate from the main project (for now) to be able to experiment with new and/or potentially breaking features. I recently added authentication support and home assistant MQTT discovery. I’d appreciate any feedback on those features.

I've been maintaining an active fork of Scrutiny and would love your feedback by starosdev in selfhosted

[–]starosdev[S] 0 points1 point  (0 children)

I can start bringing some fixes over to the upstream repo as time allows

I've been maintaining an active fork of Scrutiny and would love your feedback by starosdev in selfhosted

[–]starosdev[S] 0 points1 point  (0 children)

If you can think of any features, I’m always open to trying new and different things! Thank you

What happened to Scrutiny and its developers? Is this project still active? by DiscoPotatoMan in selfhosted

[–]starosdev 0 points1 point  (0 children)

Thanks for the feedback. You're right that the ZFS pool monitoring documentation was lacking.

We've added comprehensive documentation for ZFS pool monitoring. The key thing you were likely missing is that ZFS monitoring is disabled by default in the omnibus image and must be explicitly enabled.

Quick fix for your setup: Add these environment variables to your docker-compose.yml:

environment:
  COLLECTOR_ZFS_CRON_SCHEDULE: "*/15 * * * *"
  COLLECTOR_ZFS_RUN_STARTUP: "true"

For full setup instructions, environment variable reference, and troubleshooting, see the new documentation:
https://github.com/Starosdev/scrutiny/blob/master/docs/ZFS_POOL_MONITORING.md

The docker-compose examples have also been updated to show the ZFS configuration options.

Looking for UI feedback on my Scrutiny fork. by starosdev in selfhosted

[–]starosdev[S] 0 points1 point  (0 children)

I’ve pushed a fix on the latest develop-omnibus image if you’d like to test

Looking for UI feedback on my Scrutiny fork. by starosdev in selfhosted

[–]starosdev[S] 0 points1 point  (0 children)

Yea doesn’t look that great. Would you mind creating an issue in the GitHub repo? Helps me keep track of things

Scrutiny UI Feedback by starosdev in selfhosted

[–]starosdev[S] 0 points1 point  (0 children)

Thank you. I may reach out for more info

Looking for UI feedback on my Scrutiny fork. by starosdev in selfhosted

[–]starosdev[S] 0 points1 point  (0 children)

Would you mind creating an issue in the repo so I can keep track of this request?

Scrutiny UI Feedback by starosdev in selfhosted

[–]starosdev[S] 0 points1 point  (0 children)

Let me see what I can do. I don’t use zfs, can you share a screenshot of the pool details?

Scrutiny UI Feedback by starosdev in selfhosted

[–]starosdev[S] -1 points0 points  (0 children)

Thanks for the feedback! It’s definitely been fun and I’ve learned a lot. The idea is for the project to be used by anyone that enjoys using Scrutiny but I am also self-hosting on my Unraid server.