Hi
on my zabbix I have a host with autodiscovered items, with all the same key, like
hypervisorVmCount[1]
hypervisorVmCount[2]
..
till 10
for each item
I Need to Sum all of this Items, It's better sue aggregate items (googlin' it seems doens't work) or calculated?
I'd like to obtain a graph with all historical values (these items are being monitored since 1-2 months)
here https://www.zabbix.com/forum/zabbix-...alculated-item
nobody gave answer
This formula doesn't work
key: VMsCalculated
formula: sum("hypervisorVmCount[1]")+("hypervisorVmCount[2]")+("hypervisorVmCount[3]")+("hypervisorVmCount[4]")+("hypervisorVmCount[5]")+("hypervisorVmCount[6]")+("hypervisorVmCount[7]")+("hypervisorVmCount[8]")+("hypervisorVmCount[9]")+("hypervisorVmCount[10]")
(all Items are from same host)
on my zabbix I have a host with autodiscovered items, with all the same key, like
hypervisorVmCount[1]
hypervisorVmCount[2]
..
till 10
for each item
I Need to Sum all of this Items, It's better sue aggregate items (googlin' it seems doens't work) or calculated?
I'd like to obtain a graph with all historical values (these items are being monitored since 1-2 months)
here https://www.zabbix.com/forum/zabbix-...alculated-item
nobody gave answer
This formula doesn't work
key: VMsCalculated
formula: sum("hypervisorVmCount[1]")+("hypervisorVmCount[2]")+("hypervisorVmCount[3]")+("hypervisorVmCount[4]")+("hypervisorVmCount[5]")+("hypervisorVmCount[6]")+("hypervisorVmCount[7]")+("hypervisorVmCount[8]")+("hypervisorVmCount[9]")+("hypervisorVmCount[10]")
(all Items are from same host)
Comment