If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to REGISTER before you can post. To start viewing messages, select the forum that you want to visit from the selection below.
We can include a custom config, but default `Hostname=Zabbix server` should be commented. Comments at included files is not processed, obviously.
Any solution here?
Hostname
Default: Set by HostnameItem HostnameItem
Default: system.hostname
system.hostname[<type>,<transform>]
The system host name.
Return value: String.
Parameters:
type - possible values: netbios (default on Windows), host (default on Linux), shorthost (returns part of the hostname before the first dot, a full string for names without dots), fqdn (returns Fully Qualified Domain Name);
transform - possible values: none (default) or lower (convert to lowercase).
The value is acquired by taking nodename from the uname() system API output.
So leaving those undefined forces agent to use "defaults"...
Comment