HI,
I'm trying to generate a calculated item from an item prototype.
In the discovery rule this is the definition of the prototype:
name: byterate
type calculated
type of information: numeric float
key: input_byterate
Formula:
{MYTPL:net.if.in[ifHCInOctets.{#SNMPINDEX}].delta(15m)}/900
Type numeric
units bps
update interval 60s
Create enabled: yes
The ifHCInOctets entry is gathered by SNMPv3.
All the other non-calculated items (all SNMPv3) are generated, but this one is NEVER generated.
The formula is a stripped down version. Actually I need to calculate the percentage of bandwidth utilisation, but since even the simpler formula doesn't work I stripped it down.
How can I know why the item is being ignored? Is there a way to debug the missed generation?
The version that I'm using is 4.0.0-1.1beta1.
Thanks.
I'm trying to generate a calculated item from an item prototype.
In the discovery rule this is the definition of the prototype:
name: byterate
type calculated
type of information: numeric float
key: input_byterate
Formula:
{MYTPL:net.if.in[ifHCInOctets.{#SNMPINDEX}].delta(15m)}/900
Type numeric
units bps
update interval 60s
Create enabled: yes
The ifHCInOctets entry is gathered by SNMPv3.
All the other non-calculated items (all SNMPv3) are generated, but this one is NEVER generated.
The formula is a stripped down version. Actually I need to calculate the percentage of bandwidth utilisation, but since even the simpler formula doesn't work I stripped it down.
How can I know why the item is being ignored? Is there a way to debug the missed generation?
The version that I'm using is 4.0.0-1.1beta1.
Thanks.

Comment