diff --git a/source/_components/sensor.systemmonitor.markdown b/source/_components/sensor.systemmonitor.markdown index 8c28c152579..e174bdb29e8 100644 --- a/source/_components/sensor.systemmonitor.markdown +++ b/source/_components/sensor.systemmonitor.markdown @@ -47,29 +47,31 @@ resources: The table contains types and their argument to use in your `configuration.yaml` file. -| Type (`type:`) | Argument (`arg:`) | -| :------------------ |:--------------------------| -| disk_use_percent | Path, e.g., `/` | -| disk_use | Path, e.g., `/` | -| disk_free | Path, e.g., `/` | -| memory_use_percent | | -| memory_use | | -| memory_free | | -| swap_use_percent | | -| swap_use | | -| swap_free | | -| load_1m | | -| load_5m | | -| load_15m | | -| network_in | Interface, e.g., `eth0` | -| network_out | Interface, e.g., `eth0` | -| packets_in | Interface, e.g., `eth0` | -| packets_out | Interface, e.g., `eth0` | -| ipv4_address | Interface, e.g., `eth0` | -| ipv6_address | Interface, e.g., `eth0` | -| processor_use | | -| process | Binary, e.g., `octave-cli` | -| last_boot | | +| Type (`type:`) | Argument (`arg:`) | +| :--------------------- |:--------------------------| +| disk_use_percent | Path, e.g., `/` | +| disk_use | Path, e.g., `/` | +| disk_free | Path, e.g., `/` | +| memory_use_percent | | +| memory_use | | +| memory_free | | +| swap_use_percent | | +| swap_use | | +| swap_free | | +| load_1m | | +| load_5m | | +| load_15m | | +| network_in | Interface, e.g., `eth0` | +| network_out | Interface, e.g., `eth0` | +| throughput_network_in | Interface, e.g., `eth0` | +| throughput_network_out | Interface, e.g., `eth0` | +| packets_in | Interface, e.g., `eth0` | +| packets_out | Interface, e.g., `eth0` | +| ipv4_address | Interface, e.g., `eth0` | +| ipv6_address | Interface, e.g., `eth0` | +| processor_use | | +| process | Binary, e.g., `octave-cli` | +| last_boot | | ## {% linkable_title Linux specific %}