Skip to main content

Access MIB files

Contributors netapp-madkat

MIB files contain definitions and information about the properties of managed resources and services for the nodes in your grid. You can access MIB files that define the objects and notifications for StorageGRID. These files can be useful for monitoring your grid.

See Use SNMP monitoring for more information about SNMP and MIB files.

Access MIB files

Follow these steps to access the MIB files.

Steps
  1. Select CONFIGURATION > Monitoring > SNMP agent.

  2. On the SNMP agent page, select the file you want to download:

    • NETAPP-STORAGEGRID-MIB.txt: Defines the alert table and notifications (traps) accessible on all Admin Nodes.

    • ES-NETAPP-06-MIB.mib: Defines objects and notifications for E-Series-based appliances.

    • MIB_1_10.zip: Defines objects and notifications for appliances with a BMC interface.

      Tip You can also access MIB files at the following location on any StorageGRID node: /usr/share/snmp/mibs
  3. To extract the StorageGRID OIDs from the MIB file:

    1. Get the OID of the root of the StorageGRID MIB:

      root@user-adm1:~ # snmptranslate -On -IR storagegrid

      Result: .1.3.6.1.4.1.789.28669 (28669 is always the OID for StorageGRID)

    2. Grep for the StorageGRID OID in the entire tree (using paste to join lines):

      root@user-adm1:~ # snmptranslate -Tso | paste -d " " - - | grep 28669

Tip The snmptranslate command has many options that are useful for exploring the MIB. This command is available on any StorageGRID node.

MIB file contents

All objects are under the StorageGRID OID.

Object name Object ID (OID) Description

.iso.org.dod.internet.
private.enterprises.
netapp.storagegrid

.1.3.6.1.4.1.789.28669

The MIB module for NetApp StorageGRID entities.

MIB objects

Object name Object ID (OID) Description

activeAlertCount

.1.3.6.1.4.1.
789.28669.1.3

The number of active alerts in the activeAlertTable.

activeAlertTable

.1.3.6.1.4.1.
789.28669.1.4

A table of active alerts in StorageGRID.

activeAlertId

.1.3.6.1.4.1.
789.28669.1.4.1.1

The ID of the alert. Only unique in the current set of active alerts.

activeAlertName

.1.3.6.1.4.1.
789.28669.1.4.1.2

The name of the alert.

activeAlertInstance

.1.3.6.1.4.1.
789.28669.1.4.1.3

The name of the entity that generated the alert, typically the node name.

activeAlertSeverity

.1.3.6.1.4.1.
789.28669.1.4.1.4

The severity of the alert.

activeAlertStartTime

.1.3.6.1.4.1.
789.28669.1.4.1.5

The date and time the alert was triggered.

Notification types (Traps)

All notifications include the following variables as varbinds:

  • activeAlertId

  • activeAlertName

  • activeAlertInstance

  • activeAlertSeverity

  • activeAlertStartTime

Notification type Object ID (OID) Description

activeMinorAlert

.1.3.6.1.4.1.
789.28669.0.6

An alert with minor severity

activeMajorAlert

.1.3.6.1.4.1.
789.28669.0.7

An alert with major severity

activeCriticalAlert

.1.3.6.1.4.1.
789.28669.0.8

An alert with critical severity