Hello everyone,
I'm making a SNMP Management Pack to monitor NetApp for a client of mine.
He only wants to monitor the space consumed on the aggregate or volume.
I know there's a Management Pack from NetApp, but when we import is the console crashes because of the amount of aggregates and volumes shown in context menu's.
I already managed to discover the device using following OID : .1.3.6.1.4.1.789.2.5
And the managed to discover its volumes and aggregates using OID: .1.3.6.1.4.1.789.1.5.4.1.2
RESULT :
SNMPv2-SMI::enterprises.789.1.5.4.1.2.2 = STRING: "N01_ROOT_AGGR"
SNMPv2-SMI::enterprises.789.1.5.4.1.2.3 = STRING: "N01_ROOT_AGGR/.snapshot"
The space taken is also working using OID: .1.3.6.1.4.1.789.1.5.4.1.6
RESULT :
SNMPv2-SMI::enterprises.789.1.5.4.1.6.1026 = INTEGER: 80
SNMPv2-SMI::enterprises.789.1.5.4.1.6.1027 = INTEGER: 0
Now the problem is that the name of the aggregates and volumes is generated using the last part of the OID e.g. 1026,1027,...
Which is useless for my client.
I would like to set the name to the value of OID .1.3.6.1.4.1.789.1.5.4.1.2.X
But I cannot seem to manage to get the name in there the right way
Anybody has any experience in this?
Thanks in advance!
Robin