@@ -35,30 +35,38 @@ Configuration variables:
35
35
36
36
The table contains types and their argument to use in your ` configuration.yaml` file.
37
37
38
- | Type (`type:`) | Argument (`arg:`) |
38
+ | Type (`type:`) | Argument (`arg:`) |
39
+ | :------------------ |:--------------------------|
40
+ | disk_use_percent | Path, eg. `/` |
41
+ | disk_use | Path, eg. `/` |
42
+ | disk_free | Path, eg. `/` |
43
+ | memory_use_percent | |
44
+ | memory_use | |
45
+ | memory_free | |
46
+ | swap_use_percent | |
47
+ | swap_use | |
48
+ | swap_free | |
49
+ | load_1m | |
50
+ | load_5m | |
51
+ | load_15m | |
52
+ | network_in | Interface, eg. `eth0` |
53
+ | network_out | Interface, eg. `eth0` |
54
+ | packets_in | Interface, eg. `eth0` |
55
+ | packets_out | Interface, eg. `eth0` |
56
+ | ipv4_address | Interface, eg. `eth0` |
57
+ | ipv6_address | Interface, eg. `eth0` |
58
+ | processor_use | |
59
+ | process | Binary, e.g. `octave-cli` |
60
+ | last_boot | |
61
+ | since_last_boot | |
62
+
63
+ **Note**: Some `type:` names used in the `configuration.yaml` file differ from the entity names.
64
+
65
+ | Sensor type | Entity ID |
39
66
| :------------------ |:-------------------------|
40
- | disk_use_percent | Path, eg. `/` |
41
- | disk_use | Path, eg. `/` |
42
- | disk_free | Path, eg. `/` |
43
- | memory_use_percent | |
44
- | memory_use | |
45
- | memory_free | |
46
- | swap_use_percent | |
47
- | swap_use | |
48
- | swap_free | |
49
- | load_1m | |
50
- | load_5m | |
51
- | load_15m | |
52
- | network_in | Interface, eg. `eth0` |
53
- | network_out | Interface, eg. `eth0` |
54
- | packets_in | Interface, eg. `eth0` |
55
- | packets_out | Interface, eg. `eth0` |
56
- | ipv4_address | Interface, eg. `eth0` |
57
- | ipv6_address | Interface, eg. `eth0` |
58
- | processor_use | |
59
- | process | Binary, eg. `octave-cli` |
60
- | last_boot | |
61
- | since_last_boot | |
67
+ | memory_free | sensor.ram_available |
68
+ | memory_use_percent | sensor.ram_used |
69
+ | processor_use | sensor.cpu_used |
62
70
63
71
# # {% linkable_title Linux specific %}
64
72
0 commit comments