Receive ONTAP system health alerts automatically
You can manually view system health alerts by using the system health alert show command. However, you should subscribe to specific Event Management System (EMS) messages to automatically receive notifications when a health monitor generates an alert.
The following procedure shows you how to set up notifications for all hm.alert.raised messages and all hm.alert.cleared messages.
All hm.alert.raised messages and all hm.alert.cleared messages include an SNMP trap. The names of the SNMP traps are HealthMonitorAlertRaised and HealthMonitorAlertCleared.
Learn more about system health alert show in the ONTAP command reference.
-
Use the
event destination createcommand to define the destination to which you want to send the EMS messages.cluster1::> event destination create -name health_alerts -mail admin@example.com
Learn more about
event destination createin the ONTAP command reference. -
Use the
event route add-destinationscommand to route thehm.alert.raisedmessage and thehm.alert.clearedmessage to a destination.cluster1::> event route add-destinations -messagename hm.alert* -destinations health_alerts
Learn more about
event route add-destinationsin the ONTAP command reference.