Added three new sensors (#4873)

New sensor documentation for https://github.com/home-assistant/home-assistant/pull/13026
This commit is contained in:
Timmo 2018-03-10 17:12:36 +00:00 committed by Fabian Affolter
parent 97b48dc314
commit 074bc50664

View File

@ -58,6 +58,9 @@ sensor:
- 'process_thread'
- 'process_sleeping'
- 'cpu_temp'
- 'docker_active'
- 'docker_cpu_use'
- 'docker_memory_use'
```
Configuration variables:
@ -81,5 +84,8 @@ Configuration variables:
- **process_thread**: Number of threads
- **process_sleeping**: Number of sleeping processes
- **cpu_temp**: CPU Temperature (may not available on all platforms)
- **docker_active**: Count of active Docker containers
- **docker_cpu_use**: Total CPU usage in percent of Docker containers
- **docker_memory_use**: Total memory used of Docker containers
Not all platforms are able to provide all metrics. For instance `cpu_temp` is requires installing and configuring `lmsensors` in Ubuntu, and may not be available at all in other platforms.