added note: type names differ from entity names (#3746)

* added note: type names differ from entity names

* Minor changes
This commit is contained in:
ntalekt 2017-10-24 02:16:38 -07:00 committed by Fabian Affolter
parent 10ec5092f9
commit 5d28e8266b

View File

@ -35,30 +35,38 @@ Configuration variables:
The table contains types and their argument to use in your `configuration.yaml` file. The table contains types and their argument to use in your `configuration.yaml` file.
| Type (`type:`) | Argument (`arg:`) | | Type (`type:`) | Argument (`arg:`) |
| :------------------ |:--------------------------|
| disk_use_percent | Path, eg. `/` |
| disk_use | Path, eg. `/` |
| disk_free | Path, eg. `/` |
| memory_use_percent | |
| memory_use | |
| memory_free | |
| 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` |
| packets_out | Interface, eg. `eth0` |
| ipv4_address | Interface, eg. `eth0` |
| ipv6_address | Interface, eg. `eth0` |
| processor_use | |
| process | Binary, e.g. `octave-cli` |
| last_boot | |
| since_last_boot | |
**Note**: Some `type:` names used in the `configuration.yaml` file differ from the entity names.
| Sensor type | Entity ID |
| :------------------ |:-------------------------| | :------------------ |:-------------------------|
| disk_use_percent | Path, eg. `/` | | memory_free | sensor.ram_available |
| disk_use | Path, eg. `/` | | memory_use_percent | sensor.ram_used |
| disk_free | Path, eg. `/` | | processor_use | sensor.cpu_used |
| memory_use_percent | |
| memory_use | |
| memory_free | |
| 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` |
| packets_out | Interface, eg. `eth0` |
| ipv4_address | Interface, eg. `eth0` |
| ipv6_address | Interface, eg. `eth0` |
| processor_use | |
| process | Binary, eg. `octave-cli` |
| last_boot | |
| since_last_boot | |
## {% linkable_title Linux specific %} ## {% linkable_title Linux specific %}