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
27 stars 1 forks source link

Add docker containers stats #17

Open marcokreeft87 opened 3 days ago

marcokreeft87 commented 3 days ago

Can you please add information about the docker containers running in Unraid? Like state, name ofcourse, CPU usage and such.

No rush :)

PS. My end goal is make a dashboard like this with your integration:

https://github.com/EvisHome/Home-Assistant/tree/main/dashboards%2Funraid

domalab commented 1 day ago

@marcokreeft87 I think I'll create a seperate docker monitoring module that pulls these metrics and have it as an option in the integration setup / configuration. Just in case no one else wants to see this type of metrics and extra sensors.

  - version
  - containers_running
  - containers_paused
  - containers_stopped
  - containers_cpu_percentage
  - containers_memory_percentage
  - cpu_percentage
  - health
  - uptime
  - memory
  - memory_percentage
  - network_speed_up
  - network_speed_down
marcokreeft87 commented 1 day ago

Sounds perfect