Hi,
Does anybody tried to use macros in grpsum?
This is an example which not work for me:
grpsum["{$STORAGE_1_GROUP}","mountpoint.free[{$STORAGE1}]","last","0"]
I'm using zabbix 1.8.4rc1.
In the zabbix frontend the item is unsupported, the error message is:
No items for key [mountpoint.free[<macro value>]] in group(s) [<macro value]
so the macro values are substituted, I think my config is OK.
Does the zabbix server can handle macro usage like this?
Does anybody tried to use macros in grpsum?
This is an example which not work for me:
grpsum["{$STORAGE_1_GROUP}","mountpoint.free[{$STORAGE1}]","last","0"]
I'm using zabbix 1.8.4rc1.
In the zabbix frontend the item is unsupported, the error message is:
No items for key [mountpoint.free[<macro value>]] in group(s) [<macro value]
so the macro values are substituted, I think my config is OK.
Does the zabbix server can handle macro usage like this?
Comment