From 3d6c06c130592cc92676f857acd407fc7e12e359 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Sat, 4 Feb 2017 09:59:13 +0100 Subject: [PATCH] Add load (#1954) --- source/_components/sensor.systemmonitor.markdown | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/source/_components/sensor.systemmonitor.markdown b/source/_components/sensor.systemmonitor.markdown index 836b0d4641f..0cf101c08c0 100644 --- a/source/_components/sensor.systemmonitor.markdown +++ b/source/_components/sensor.systemmonitor.markdown @@ -25,7 +25,6 @@ sensor: - type: disk_use_percent arg: /home - type: memory_free - - type: processor_use ``` Configuration variables: @@ -47,6 +46,9 @@ The table contains types and their argument to use in your `configuration.yaml` | swap_use_percent | | | swap_use | | | swap_free | | +| load_1m | | +| load_5m | | +| load_15m | | | network_in | Interface, eg. `eth0` | | network_out | Interface, eg. `eth0` | | packets_in | Interface, eg. `eth0` |