Add load (#1954)
This commit is contained in:
parent
0d3616737b
commit
3d6c06c130
1 changed files with 3 additions and 1 deletions
|
@ -25,7 +25,6 @@ sensor:
|
||||||
- type: disk_use_percent
|
- type: disk_use_percent
|
||||||
arg: /home
|
arg: /home
|
||||||
- type: memory_free
|
- type: memory_free
|
||||||
- type: processor_use
|
|
||||||
```
|
```
|
||||||
|
|
||||||
Configuration variables:
|
Configuration variables:
|
||||||
|
@ -47,6 +46,9 @@ The table contains types and their argument to use in your `configuration.yaml`
|
||||||
| swap_use_percent | |
|
| swap_use_percent | |
|
||||||
| swap_use | |
|
| swap_use | |
|
||||||
| swap_free | |
|
| swap_free | |
|
||||||
|
| load_1m | |
|
||||||
|
| load_5m | |
|
||||||
|
| load_15m | |
|
||||||
| network_in | Interface, eg. `eth0` |
|
| network_in | Interface, eg. `eth0` |
|
||||||
| network_out | Interface, eg. `eth0` |
|
| network_out | Interface, eg. `eth0` |
|
||||||
| packets_in | Interface, eg. `eth0` |
|
| packets_in | Interface, eg. `eth0` |
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue