How to monitor the system resources
Emiliano Guerzoni
Project Manager / Technical Manager renewables/energy efficiency projects | Demand Manager digital energy domain at algoWatt
Hi and welcome to a new episode of my daily newsletter?Tips & Tricks on HomeAssistant.
If you get a new e-mail about the availability of this article, please open it, read it, react and comment. It will be appreciated and will give me a much better idea of who is actually reading all this stuff.
Thank you so much!
Are you interested in monitoring the resources of the system on which Home Assistant is running ?
This is the right article to see how doing it.
Let's get started!
Software configuration
Home Assistant code (yaml) / procedure
领英推荐
- platform: systemmonitor
? ? resources:
? ? ? - type: disk_use_percent
? ? ? ? arg: /config
? ? ? - type: disk_use
? ? ? - type: disk_free
? ? ? - type: memory_use_percent
? ? ? - type: memory_use
? ? ? - type: memory_free
? ? ? - type: network_in
? ? ? ? arg: eth0
? ? ? - type: network_out
? ? ? ? arg: eth0
- type: network_in
? ? ? ? arg: eth1
? ? ? - type: network_out
? ? ? ? arg: eth1
? ? ? - type: processor_use
? ? ? - type: processor_temperature
Of course you can add other types of resources to monitor according to the SystemMonitor integration or remove those you don't need to monitor.
Thank you for reading. ?? I hope you have enjoyed this article.
I'm available for any feedback so, feel free to contact me or share your thoughts in the comments section below.
Your feedbacks will be very appreciated!