简体中文版经机器翻译而成,仅供参考。如与英语版出现任何冲突,应以英语版为准。
自动接收系统运行状况警报
贡献者
建议更改
您可以使用手动查看系统运行状况警报 system health alert show
命令:但是,您应订阅特定事件管理系统( EMS )消息,以便在运行状况监控器生成警报时自动接收通知。
关于此任务
以下操作步骤介绍了如何为所有 hm.alert.raised 消息和所有 hm.alert.cleared 消息设置通知。
所有 hm.alert.raised 消息和所有 hm.alert.cleared 消息均包含 SNMP 陷阱。SNMP陷阱的名称是 HealthMonitorAlertRaised
和 HealthMonitorAlertCleared
。有关 SNMP 陷阱的信息,请参见 Network Management Guide 。
步骤
-
使用
event destination create
命令以定义要将EMS消息发送到的目标。cluster1::> event destination create -name health_alerts -mail admin@example.com
-
使用
event route add-destinations
用于路由的命令hm.alert.raised
消息和hm.alert.cleared
发送到目标的消息。cluster1::> event route add-destinations -messagename hm.alert* -destinations health_alerts
相关信息