Added glances CPU temperature doc. (#2838)

* Added glances CPU temperature doc.

* Remove line breaks
This commit is contained in:
Jose Juan Montes 2017-06-21 22:35:04 +02:00 committed by Fabian Affolter
parent dee06025a5
commit d24d1befba

View File

@ -57,6 +57,7 @@ sensor:
- 'process_total'
- 'process_thread'
- 'process_sleeping'
- 'cpu_temp'
```
Configuration variables:
@ -79,4 +80,6 @@ Configuration variables:
- **process_total**: Total number of processes
- **process_thread**: Number of threads
- **process_sleeping**: Number of sleeping processes
- **cpu_temp**: CPU Temperature (may not available on all platforms)
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.