From c62990c1bdf983829dc9444a31387999fedaec96 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Tue, 2 Jun 2015 09:48:32 +0200 Subject: [PATCH] minor changes --- source/components/sensor.systemmonitor.markdown | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/source/components/sensor.systemmonitor.markdown b/source/components/sensor.systemmonitor.markdown index 92a24070722..e18070aed8e 100644 --- a/source/components/sensor.systemmonitor.markdown +++ b/source/components/sensor.systemmonitor.markdown @@ -9,7 +9,9 @@ sharing: 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 # Example configuration.yaml entry @@ -22,3 +24,5 @@ sensor: - type: process arg: kodi ``` + +[Theodor Lindquist](https://github.com/theolind) has contributed the System monitoring platform.