Hi all,
I'm in the middle of the upgrade to 2.0 from 1.8 and I'm rewriting templates to use low level discovery whenever it's possible.
I would like to ask if it's possible to create aggregate item with key like this:
Where the asterisk means "anything". I've tried "%", "*", hide it in macro... but without success. Is there any way how to use wildcards in aggregated items without my own UserParameter accessing directly Zabbix database?
Thanks
I'm in the middle of the upgrade to 2.0 from 1.8 and I'm rewriting templates to use low level discovery whenever it's possible.
I would like to ask if it's possible to create aggregate item with key like this:
Code:
grpsum["App Servers","memcache.stats[instance-*,bytes]",last,0]
Thanks
Comment