Example:
name - cpu core {#SNMPINDEX}
Item - 1.3.6.1.4.1.9.9.109.1.1.1.1.8.{#SNMPINDEX}
key - CPUTotal5minRev[{#SNMPINDEX}]
That creates a few items like "cpu core 1" "cpu core 2" "cpu core 3" etc.,
Now I want the average value of all the CPU cores #SNMPINDEX.
I wondered if a calculated item like avg("CPUTotal5minRev[{#SNMPINDEX}]") would have worked but it doesn't even create the item.
I'm guessing this is not possible? Other than maybe scripting (external check?)
name - cpu core {#SNMPINDEX}
Item - 1.3.6.1.4.1.9.9.109.1.1.1.1.8.{#SNMPINDEX}
key - CPUTotal5minRev[{#SNMPINDEX}]
That creates a few items like "cpu core 1" "cpu core 2" "cpu core 3" etc.,
Now I want the average value of all the CPU cores #SNMPINDEX.
I wondered if a calculated item like avg("CPUTotal5minRev[{#SNMPINDEX}]") would have worked but it doesn't even create the item.
I'm guessing this is not possible? Other than maybe scripting (external check?)
Comment