Hi All,
Anyone know of a way to have a macro defined host in the item field of a function on Zabbix 1.8.10?
I have a calculated item that has the following:
The item ignores my host definition because it contains a macro and tries to add it's own. I get the following error.
Any ideas on how I can accomplish this?
Anyone know of a way to have a macro defined host in the item field of a function on Zabbix 1.8.10?
I have a calculated item that has the following:
Code:
min({$CLUSTER}n70:proxy.check, 600) = 1
The item ignores my host definition because it contains a macro and tries to add it's own. I get the following error.
Code:
8968:20121210:191319.670 item [c97n54:node.status2] became not supported: Cannot evaluate function [min( 600)]: item [c97n54:{$CLUSTER}n70:proxy.check] not found
Any ideas on how I can accomplish this?
Comment