Hi Zabbix experts!
I need to use the server name as part of monitored item key.
The same would be used also a name of a trigger.
For server name, I mean first segment of FQDN.
{HOST.NAME} is not good, since it returns with the visible name.
{HOST.HOST} is not good, since it returns with full host name.
Is there a variable for only the server name?
Example:
FQDN: servername2.somewhere.net
I need to return with servername2
Zabbix version is 3.0.3, and agent is running on Windows.
Thanks in advance!
I need to use the server name as part of monitored item key.
The same would be used also a name of a trigger.
For server name, I mean first segment of FQDN.
{HOST.NAME} is not good, since it returns with the visible name.
{HOST.HOST} is not good, since it returns with full host name.
Is there a variable for only the server name?
Example:
FQDN: servername2.somewhere.net
I need to return with servername2
Zabbix version is 3.0.3, and agent is running on Windows.
Thanks in advance!
Comment