Hello !
I try to create a calculated item prototype based on two SNMP items prototype:
My calctulated item is :
When i save it, Zabbix say "Item Created" but the problem is that their is no new items created on host!
I also try the same calculated item prototype with Zabbix agent keys and it works.
Can anyone tell me why it doesn't works and if there is a way to fix it ?
Thanks !
I try to create a calculated item prototype based on two SNMP items prototype:
- ifOutOctets[{#SNMPVALUE}] => OID:IF-MIB::ifOutOctets.{#SNMPINDEX}
- ifInOctets[{#SNMPVALUE}] => OID:IF-MIB::ifInOctets.{#SNMPINDEX}
My calctulated item is :
- Key => ifTotalOctets_calc[{#SNMPVALUE}]
- Formula => last("ifOutOctets[{#SNMPVALUE}]")+last("ifOutOctets[{#SNMPVALUE}]")
When i save it, Zabbix say "Item Created" but the problem is that their is no new items created on host!
I also try the same calculated item prototype with Zabbix agent keys and it works.
Can anyone tell me why it doesn't works and if there is a way to fix it ?
Thanks !
Comment