Update configuration sample

This commit is contained in:
Fabian Affolter 2015-10-13 23:45:41 +02:00
parent df55293748
commit 2ff9fe634c

View File

@ -17,12 +17,12 @@ To add this platform to your installation, add the following to your `configurat
```yaml
# Example configuration.yaml entry
sensor:
- platform: systemmonitor
resources:
- type: disk_use_percent
arg: /home
- type: memory_free
- type: processor_use
platform: systemmonitor
resources:
- type: disk_use_percent
arg: /home
- type: memory_free
- type: processor_use
```
Configuration variables:
@ -31,7 +31,6 @@ Configuration variables:
- **type** (*Required*): The type of the information to display, please check the table below for details.
- **arg** (*Optional*): Argument to use, please check the table below for details.
The table contains types and their argument to use in your `configuration.yaml` file.
| Type (- type:) | Argument (arg:) |
@ -57,4 +56,3 @@ The table contains types and their argument to use in your `configuration.yaml`
| since_last_boot | |
[Theodor Lindquist](https://github.com/theolind) has contributed the System monitoring platform.