Hello, i am trying to have a customized trigger names with macros.
example:
Host xyz is Down
Host xyz is Up
where macro: {$STATUS_NETWORK0} = Down
and in trigger description name is:
Host {HOSTNAME} is {$STATUS_NETWORK{ITEM.VALUE1}}
and trigger is fired and it displays it like this:
Host xyz is {$STATUS_NETWORK0}
is it posible to use macros in macros or there is a workaround?
example:
Host xyz is Down
Host xyz is Up
where macro: {$STATUS_NETWORK0} = Down
and in trigger description name is:
Host {HOSTNAME} is {$STATUS_NETWORK{ITEM.VALUE1}}
and trigger is fired and it displays it like this:
Host xyz is {$STATUS_NETWORK0}
is it posible to use macros in macros or there is a workaround?
Comment