mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-14 21:06:50 +00:00
Added glances CPU temperature doc. (#2838)
* Added glances CPU temperature doc. * Remove line breaks
This commit is contained in:
parent
dee06025a5
commit
d24d1befba
@ -16,7 +16,7 @@ ha_release: 0.7.3
|
|||||||
|
|
||||||
The `glances` sensor platform is consuming the system information provided by the [Glances](https://github.com/nicolargo/glances) API. This enables one to track remote host and display their stats in Home Assistant.
|
The `glances` sensor platform is consuming the system information provided by the [Glances](https://github.com/nicolargo/glances) API. This enables one to track remote host and display their stats in Home Assistant.
|
||||||
|
|
||||||
This sensors needs a running instance of `glances` on the host. The minimal supported version of `glances` is 2.3.
|
This sensors needs a running instance of `glances` on the host. The minimal supported version of `glances` is 2.3.
|
||||||
To start a Glances RESTful API server on its default port 61208, the a test the following command can be used:
|
To start a Glances RESTful API server on its default port 61208, the a test the following command can be used:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
@ -57,6 +57,7 @@ sensor:
|
|||||||
- 'process_total'
|
- 'process_total'
|
||||||
- 'process_thread'
|
- 'process_thread'
|
||||||
- 'process_sleeping'
|
- 'process_sleeping'
|
||||||
|
- 'cpu_temp'
|
||||||
```
|
```
|
||||||
|
|
||||||
Configuration variables:
|
Configuration variables:
|
||||||
@ -79,4 +80,6 @@ Configuration variables:
|
|||||||
- **process_total**: Total number of processes
|
- **process_total**: Total number of processes
|
||||||
- **process_thread**: Number of threads
|
- **process_thread**: Number of threads
|
||||||
- **process_sleeping**: Number of sleeping processes
|
- **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.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user