domalab / ha-unraid

Monitor and control your Unraid server directly from Home Assistant. Track system metrics (CPU, RAM, disk usage), manage VMs and Docker containers, monitor UPS status, and receive real-time alerts. Features automated discovery and an easy-to-use interface for seamless integration with your smart home.
Apache License 2.0
29 stars 1 forks source link

Unraid syslog shows lots of subsequent start/close SSH session messages at the polling time #20

Open jmot205 opened 1 day ago

jmot205 commented 1 day ago

Describe the bug When the HA integration polls for the Unraid stats it seems to do it with heaps of subsequent session activities, which floods the Unraid syslog with all the session start/stop logs, making it hard to see anything else. Is the integration potentially polling each Unraid stat individually and causing all the start/stop messages? The sshd session seems to be the same number, so presumably it isn't just opening and closing a new SSH session for each parameter.

Expected behavior A single SSH connect and disconnect log in the Unraid syslog per polling time.

Screenshots Screenshot_20241124_110838_Firefox

Unraid (please complete the following information):

domalab commented 1 day ago

@jmot205 Thanks for reporting this. I'll see if I can make some improvements.