Hi,
in the doc there is the default macros available : https://www.zabbix.com/documentation...ed_by_location
Why can't i call them in items key like :
i tryied {HOST.NAME} / {HOST.DNS} / {HOSTNAME}
deseperatly i even tried {$HOSTNAME} / {$HOST.NAME}
and even
Without success
each time i get the error
Cannot send ICMP ping packets to this host
any idea and what going on ?
By the way if i set the hostname directly instead of the macro in the command it works
Thanks.
in the doc there is the default macros available : https://www.zabbix.com/documentation...ed_by_location
Why can't i call them in items key like :
Code:
icmpping[{HOST.NAME}]
deseperatly i even tried {$HOSTNAME} / {$HOST.NAME}
and even
Code:
icmpping[{HOST.NAME},,,,]
each time i get the error
Cannot send ICMP ping packets to this host
any idea and what going on ?
By the way if i set the hostname directly instead of the macro in the command it works
Thanks.
Comment