Hello 
I have (again) a little problem, this time with the network interface item.
I use "net.if.in[eth0,bytes]".
And for the OID, I use : interfaces.ifTable.ifEntry.ifInOctets.{number of interface}.
It works great.
But, sometimes, in the MIB, the OID of active interface changes.
For example, sometimes I have to use interfaces.ifTable.ifEntry.ifInOctets.2.
and sometimes, it's interfaces.ifTable.ifEntry.ifInOctets.3.
That's never the same interface ! I have to make changes every day
So how can I monitor network interface efficiently ?
Did I make something wrong ?
Thanks again

I have (again) a little problem, this time with the network interface item.
I use "net.if.in[eth0,bytes]".
And for the OID, I use : interfaces.ifTable.ifEntry.ifInOctets.{number of interface}.
It works great.
But, sometimes, in the MIB, the OID of active interface changes.
For example, sometimes I have to use interfaces.ifTable.ifEntry.ifInOctets.2.
and sometimes, it's interfaces.ifTable.ifEntry.ifInOctets.3.
That's never the same interface ! I have to make changes every day

So how can I monitor network interface efficiently ?
Did I make something wrong ?
Thanks again

Comment