So I have some macros defined on template level, like {$INSTANCE_NAME}. This macro is inherited by any host assigned to this template. But as a value I would like to put there {HOST.NAME}, so when descending to host level, this macro would contain host name already. How to do this? For now I have:
Macro name - macro value
{$INSTANCE_NAME} - {HOST.NAME}
but it is not resolving to host name for the item, I can see {HOST.NAME}.
Thanks
Macro name - macro value
{$INSTANCE_NAME} - {HOST.NAME}
but it is not resolving to host name for the item, I can see {HOST.NAME}.
Thanks
Comment