You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/hdinsight/apache-ambari-email.md
+60-5Lines changed: 60 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,27 +6,82 @@ ms.author: hrasheed
6
6
ms.reviewer: hrasheed
7
7
ms.service: hdinsight
8
8
ms.topic: tutorial
9
-
ms.date: 03/06/2020
9
+
ms.date: 03/10/2020
10
10
11
11
#Customer intent: As a HDInsight user, I want to configure Apache Ambari to send email notifications.
12
12
---
13
13
14
14
# Tutorial: Configure Apache Ambari email notifications in Azure HDInsight
15
15
16
-
In this tutorial, you will configure Apache Ambari email notifications using SendGrid. [Apache Ambari](./hdinsight-hadoop-manage-ambari.md) simplifies the management and monitoring of an HDInsight cluster by providing an easy to use web UI and REST API. Ambari is included on HDInsight clusters, and is used to monitor the cluster and make configuration changes. [SendGrid](https://sendgrid.com/solutions/) is a free cloud-based email service that provides reliable transactional email delivery, scalability, and real-time analytics along with flexible APIs that make custom integration easy. Azure customers can unlock 25,000 free emails each month.
16
+
In this tutorial, you'll configure Apache Ambari email notifications using SendGrid. [Apache Ambari](./hdinsight-hadoop-manage-ambari.md) simplifies the management and monitoring of an HDInsight cluster by providing an easy to use web UI and REST API. Ambari is included on HDInsight clusters, and is used to monitor the cluster and make configuration changes. [SendGrid](https://sendgrid.com/solutions/) is a free cloud-based email service that provides reliable transactional email delivery, scalability, and real-time analytics along with flexible APIs that make custom integration easy. Azure customers can unlock 25,000 free emails each month.
17
17
18
-
For more information about the Ambari UI, see [Manage HDInsight clusters by using the Apache Ambari Web UI](./hdinsight-hadoop-manage-ambari.md).
18
+
In this tutorial, you learn how to:
19
19
20
20
> [!div class="checklist"]
21
+
> * Obtain Sendgrid Username
21
22
> * Configure Apache Ambari email notifications
22
23
23
24
## Prerequisites
24
25
25
26
* A SendGrid email account. See [How to Send Email Using SendGrid with Azure](https://docs.microsoft.com/azure/sendgrid-dotnet-how-to-send-email) for instructions.
26
27
27
-
#
28
+
* An HDInsight cluster. See [Create Apache Hadoop clusters using the Azure portal](../hdinsight-hadoop-create-linux-clusters-portal.md).
28
29
30
+
## Obtain SendGrid Username
31
+
32
+
1. From the [Azure portal](https://portal.azure.com), navigate to your SendGrid resource.
33
+
34
+
1. From the Overview page, select **Manage**, to go the SendGrid webpage for your account.
35
+
36
+

37
+
38
+
1. From the left menu, navigate to your account name and then **Account Details**.
Select **Save**. You'll return to the **Manage Alert Notifications** window.
78
+
79
+
1. From the **Manage Alert Notifications** window, select **Close**.
29
80
30
81
## Next steps
31
82
32
-
[Create an alert notification](https://docs.cloudera.com/HDPDocuments/Ambari-latest/managing-and-monitoring-ambari/content/amb_create_an_alert_notification.html)
83
+
In this tutorial, you learned how to configure Apache Ambari email notifications using SendGrid. Use the following to learn more about Apache Ambari:
84
+
85
+
*[Manage HDInsight clusters by using the Apache Ambari Web UI](./hdinsight-hadoop-manage-ambari.md)
86
+
87
+
*[Create an alert notification](https://docs.cloudera.com/HDPDocuments/Ambari-latest/managing-and-monitoring-ambari/content/amb_create_an_alert_notification.html)
Copy file name to clipboardExpand all lines: articles/hdinsight/hdinsight-hadoop-manage-ambari.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -83,6 +83,8 @@ You can also manage alerting methods, and create alert notifications from the **
83
83
84
84
Finally, selecting __Manage Alert Settings__ from the __Actions__ menu allows you to set the number of times an alert must occur before a notification is sent. This setting can be used to prevent notifications for transient errors.
85
85
86
+
For a tutorial of an alert notification using a free [SendGrid account](https://docs.microsoft.com/azure/sendgrid-dotnet-how-to-send-email), see [Configure Apache Ambari email notifications in Azure HDInsight](./apache-ambari-email.md).
87
+
86
88
### Cluster
87
89
88
90
The **Metrics** tab of the dashboard contains a series of widgets that make it easy to monitor the status of your cluster at a glance. Several widgets, such as **CPU Usage**, provide additional information when clicked.
0 commit comments