Mistake in doc

This commit is contained in:
Laurent Clouet
2017-03-29 21:30:12 +02:00
parent 0a68a3357c
commit 29a47f107e

View File

@@ -11,7 +11,7 @@ Parameters as GET:
* cpu_model: CPU's model, on linux it can be get in /proc/cpuinfo via the attribute "model". * cpu_model: CPU's model, on linux it can be get in /proc/cpuinfo via the attribute "model".
* cpu_model_name: CPU's model as human readable, on linux it can be get in /proc/cpuinfo via the attribute "model name". * cpu_model_name: CPU's model as human readable, on linux it can be get in /proc/cpuinfo via the attribute "model name".
* cpu_cores: Number of core (or thread) available. * cpu_cores: Number of core (or thread) available.
* ram: Memory available in bytes. * ram: Memory available in kilo bytes.
* extras (optional): Extra data use for the configuration. * extras (optional): Extra data use for the configuration.
* hostname (optional): Hostname of the machine, it's useful when the user have multiple machines with same hardware configuration. It's only used for display for server website. * hostname (optional): Hostname of the machine, it's useful when the user have multiple machines with same hardware configuration. It's only used for display for server website.