minor changes

This commit is contained in:
Fabian Affolter 2015-06-02 09:48:32 +02:00
parent e87af75e03
commit c62990c1bd

View File

@ -9,7 +9,9 @@ sharing: true
footer: true footer: true
--- ---
Theodor has contributed a new sensor platform to allow you to monitor disk usage, memory usage, CPU usage and running processes. This platform has superseded the process component which is now considered deprecated. The system monitoring sensor platform to allow you to monitor disk usage, memory usage, CPU usage, and running processes. This platform has superseded the process component which is now considered deprecated.
To add this platform to your installation, add the following to your `configuration.yaml` file:
```yaml ```yaml
# Example configuration.yaml entry # Example configuration.yaml entry
@ -22,3 +24,5 @@ sensor:
- type: process - type: process
arg: kodi arg: kodi
``` ```
[Theodor Lindquist](https://github.com/theolind) has contributed the System monitoring platform.