Hi,
we have a running zabbix with lot of hosts and so on.
What i dont understand:
If i create a template Item with an macro variable,it will get the variable data from the host later. So far, so good.
But if i want to execute the same template item on the host, but only with another macro variable, this is not possible?
Example:
Template-> check whatever {$PARAM}
Host->Macro->{$PARAM} == "foo"
now i want the same (template item-) check for the same host but with
Host->Macro->{$PARAM} == "bar"
Bfo
we have a running zabbix with lot of hosts and so on.
What i dont understand:
If i create a template Item with an macro variable,it will get the variable data from the host later. So far, so good.
But if i want to execute the same template item on the host, but only with another macro variable, this is not possible?
Example:
Template-> check whatever {$PARAM}
Host->Macro->{$PARAM} == "foo"
now i want the same (template item-) check for the same host but with
Host->Macro->{$PARAM} == "bar"
Bfo
Comment