mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-23 17:27:19 +00:00
Update glances.markdown (#12050)
This commit is contained in:
parent
d1f6080244
commit
17de1422f6
@ -90,11 +90,12 @@ version:
|
|||||||
|
|
||||||
## Integration Entities
|
## Integration Entities
|
||||||
|
|
||||||
Glances integration will add the following sensors:
|
Glances integration will add the following sensors if available in the platform:
|
||||||
|
|
||||||
- disk_use_percent: The used disk space in percent.
|
- For each detected disk (or mount point) the following sensors will be created:
|
||||||
- disk_use: The used disk space.
|
- disk_use_percent: The used disk space in percent.
|
||||||
- disk_free: The free disk space.
|
- disk_use: The used disk space.
|
||||||
|
- disk_free: The free disk space.
|
||||||
- memory_use_percent: The used memory in percent.
|
- memory_use_percent: The used memory in percent.
|
||||||
- memory_use: The used memory.
|
- memory_use: The used memory.
|
||||||
- memory_free: The free memory.
|
- memory_free: The free memory.
|
||||||
@ -107,9 +108,9 @@ Glances integration will add the following sensors:
|
|||||||
- process_thread: The number of threads.
|
- process_thread: The number of threads.
|
||||||
- process_sleeping: The number of sleeping processes.
|
- process_sleeping: The number of sleeping processes.
|
||||||
- cpu_use_percent: The used CPU in percent.
|
- cpu_use_percent: The used CPU in percent.
|
||||||
- cpu_temp: The CPU temperature (may not be available on all platforms).
|
- sensor_temp: A temperature sensor for each device that provides temperature (depends on platform).
|
||||||
- docker_active: The count of active Docker containers.
|
- docker_active: The count of active Docker containers.
|
||||||
- docker_cpu_use: The total CPU usage in percent of Docker containers.
|
- docker_cpu_use: The total CPU usage in percent of Docker containers.
|
||||||
- docker_memory_use: The total memory used by Docker containers.
|
- docker_memory_use: The total memory used by Docker containers.
|
||||||
|
|
||||||
Not all platforms are able to provide all metrics. For instance `cpu_temp` requires installing and configuring `lmsensors` in Ubuntu, and may not be available at all in other platforms.
|
Not all platforms are able to provide all metrics. For instance the cpu temp sensor requires installing and configuring `lmsensors` in Ubuntu, and may not be available at all in other platforms.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user