本文属于机器翻译版本。若本译文内容与英语原文存在差异,则一律以英文原文为准。
在 Snow Family 设备上配置本地SMTP通知
您可以使用简单邮件传输协议 () SMTP 为 Snowball Edge 设备设置本地通知。当服务状态(活动、降级、非活动)发生变化或在您超出 80%、90% 或 100% 的容量利用率阈值时,本地通知会向已配置的服务器发送电子邮件。
开始之前,请确保:
-
您可以访问最新的 Snowball Edge 客户端。
-
您的设备已解锁,可供使用。
-
您的设备可以连接到互联网(如果使用亚马逊简单电子邮件服务或外部SMTP服务器)或本地SMTP服务器。
配置 Snow Family 设备以接收本地通知
设置 Snow Family 设备以发送电子邮件通知。
配置设备以SMTP接收通知
-
运行以下命令向您的设备添加SMTP配置:
# If you don't specify a port, port 587 is the default. SMTP_ENDPOINT=
your-local-smtp-server-endpoint
:port
# For multiple email recepients, separate with commas RECIPIENTS_LIST=your-email-address
snowballEdge put-notification-configuration \ --service-idlocal-monitoring
\ --enabled true \ --type smtp \ --broker-endpoint "$SMTP_ENDPOINT" \ --senderexample-sender@domain.com
\ --recipients "$RECIPIENTS_LIST"如果成功,您将收到一封来自 example-sender@domain.com 的测试电子邮件。
-
通过运行以下
get-notification-configuration
命令来测试配置:snowballEdge get-notification-configuration \ --service-id local-monitoring
响应不包含密码或证书,即使您提供了密码或证书也是如此。