Zabbix 6.4 - Use macro {HOST.DESCRIPTION} in title of Host, Trigger, Inventory

277 views Asked by At

everyone. I've come across a problem I can't solve. I need to somehow auto-complete the Host Description to the Host name. Another use I would have is also as a Trigger name {TRIGGER.NAME} - {HOST.DESCRIPTION}, but when I type the macro into Title like this, it only shows "{TRIGGER.NAME} - {HOST.DESCRIPTION} without adding the value. According to the documentation this is possible, so what am I doing wrong that it doesn't work ? For complete information I use Zabbix version 6.4 Really thanks for you help

ON} without adding the value. According to the documentation this is possible, so what am I doing wrong that it doesn't work ? For complete information I use Zabbix version 6.4

1

There are 1 answers

2
Iron Bishop On

You can see the supported location of each macro at https://www.zabbix.com/documentation/6.4/en/manual/appendix/macros/supported_by_location

You cannot use {HOST.DESCRIPTION} as Host name. Are you trying to customize your notifications? You can send both {HOST.HOST} and {HOST.DESCRIPTION} in trigger-based notifications and commands.