Hi !
I want a total on all unsupported items, today i have an item on each host: "zabbix[host,,items_unsupported]" which returns the number of unsupported items.
So i want to do a grpsum on that item.
ive tried this but it doesent work:
grpsum["myGroup","zabbix[host,,items_unsupported]","last","0"]
The error i get is this: "Unsupported item key for this item type."
Any idéas ? im running zbx 3.4
I want a total on all unsupported items, today i have an item on each host: "zabbix[host,,items_unsupported]" which returns the number of unsupported items.
So i want to do a grpsum on that item.
ive tried this but it doesent work:
grpsum["myGroup","zabbix[host,,items_unsupported]","last","0"]
The error i get is this: "Unsupported item key for this item type."
Any idéas ? im running zbx 3.4
Comment