ONTAP 9.13

to English version

システム ヘルス アラートの自動受信

system health alert show コマンドを使用して、システム ヘルス アラートを手動で表示できます。ただし、ヘルスモニタがアラートを生成した時点で通知を自動受信するには、特定のEvent Management System(EMS;イベント管理システム)メッセージに登録する必要があります。

タスク概要

次の手順では、すべてのhm.alert.raisedメッセージ、およびすべてのhm.alert.clearedメッセージに対する通知のセットアップ方法を示します。

すべてのhm.alert.raisedメッセージおよびhm.alert.clearedメッセージにはSNMPトラップが含まれています。SNMPトラップの名前は、HealthMonitorAlertRaised および HealthMonitorAlertCleared です。SNMPトラップについては、『ネットワーク管理ガイド』を参照してください。

手順
  1. event destination create コマンドを使用して、EMSメッセージの送信先を定義します。

    cluster1::> event destination create -name health_alerts -mail admin@example.com
  2. event route add-destinations コマンドを使用して、hm.alert.raised メッセージと hm.alert.cleared メッセージを送信先にルーティングします。

    cluster1::> event route add-destinations -messagename hm.alert* -destinations health_alerts
Top of Page