Skip to main content
NetApp Knowledge Base

Does StorageGRID have OID SNMP trap for each alert?

Views:
67
Visibility:
Public
Votes:
0
Category:
storagegrid
Specialty:
sgrid
Last Updated:

Applies to

  • StorageGRID 11.4 and above.
  • SNMP enabled StorageGRID
  • OID (Object Identifier) of SNMP traps

Answer

Starting StorageGRID 11.4+ all Alerts trigger SNMP traps. 

There are only 3 trap types, or for each severity minor, major, and critical. The actual alert that triggered the trap is described in the varbinds (attributes) contained in the trap. They are defined in the NETAPP-STORAGEGRID-MIB:

activeMinorAlert     NOTIFICATION-TYPE
OBJECTS { activeAlertStartTime, activeAlertInstance, activeAlertId, activeAlertSeverity,
activeAlertName }
STATUS  current
DESCRIPTION
"An alert with minor severity"
::= { sgNotifications 6}

activeMajorAlert     NOTIFICATION-TYPE
OBJECTS { activeAlertStartTime, activeAlertInstance, activeAlertId, activeAlertSeverity,
activeAlertName }
STATUS  current
DESCRIPTION
"An alert with major severity"
::= { sgNotifications 7}

activeCriticalAlert  NOTIFICATION-TYPE
OBJECTS { activeAlertStartTime, activeAlertInstance, activeAlertId, activeAlertSeverity,
activeAlertName }
STATUS  current
DESCRIPTION
"An alert with critical severity"
::= { sgNotifications 8}


The above are the only three trap types that will be sent from StorageGRID. The alerts that can trigger one of those traps are documented in the alerts reference the product documentation.

Additional Information

N/A
NetApp provides no representations or warranties regarding the accuracy or reliability or serviceability of any information or recommendations provided in this publication or with respect to any results that may be obtained by the use of the information or observance of any recommendations provided herein. The information in this document is distributed AS IS and the use of this information or the implementation of any recommendations or techniques herein is a customer's responsibility and depends on the customer's ability to evaluate and integrate them into the customer's operational environment. This document and the information contained herein may be used solely in connection with the NetApp products discussed in this document.