ユーザーとして Opsgenie の利用を開始する
プロフィールの設定、Opsgenie からの通知の取得、オンコール スケジュールの表示に関するすべての方法を説明します。
メトリック値に関するアラート ルールの場合、指定されたメトリックの値が割り当てられたしきい値を超えると、アラート ルールがアクティブになり、通知が送信されます。イベントに関するアラート ルールの場合、ルールはすべてのイベントについて、または特定の数のイベントが発生した場合にのみ、通知を送信できます。
Azure Event Hubs は、メトリックに基づいてアラートを生成できます。Opsgenie は Azure によって生成されたアラートのディスパッチャーとして機能します。Opsgenie は、オンコール スケジュールとエスカレーションに基づいて通知すべきユーザーを決定して、メール、テキスト メッセージ (SMS)、電話、Android や iOS のプッシュ通知による通知を行います。
Opsgenie は、新しい Azure メトリック アラートもサポートしています。Azure の新しいメトリック アラートでは、新しい Azure ペイロードに新しいフィールドが追加されます。したがって、これらをサポートするように統合を設定できます。Azure Monitor のメトリック アラートでサポートされているリソースの詳細をご確認ください。
Azure Event Hubs は API ベースの統合です。次のステップに沿ってセットアップを行います。
Opsgenie で Azure Event Hubs 統合を追加する
Azure Event Hubs で統合を設定する
Opsgenie の Free プランまたは Essentials プランを使用している、または Jira Service Management の Standard プランで Opsgenie を使用している場合は、チーム ダッシュボードからのみこの統合を追加できます。このプランでは、[設定] の [統合] ページが利用できません。
[チーム] に移動して自分のチームを選択します。
左側のナビゲーションで [統合] を選択し、[統合を追加] を選択します。
統合をチーム ダッシュボードから追加すると、そのチーム統合の所有者になります。Opsgenie では、この統合を通じて受信したアラートはそのチームのみに割り当てられます。このセクションの残りの手順に従って、統合を設定してください。
Opsgenie で Azure Event Hubs 統合を追加するには、次の手順に従います。
[設定] > [統合] の順に移動します。
[統合を追加] を選択します。
検索を実行して「Azure Event Hubs」を選択します。
次の画面で、統合の名前を入力します。
オプション: 特定のチームが統合からのアラートを受信するようにする場合は、[Assignee team (担当者チーム)] のチームを選択します。
[続行] を選択します。
この時点で、統合が保存されます。
[統合を設定するステップ] セクションを展開して、ご利用のアカウント用に生成された 統合 URL をコピーします。
この URL は、後ほど Azure で統合を設定する際に使用します。
[統合をオンにする] を選択します。
統合のために作成したルールは、統合をオンにした場合にのみ機能します。
1. Azure ポータルで「Events Hubs」ページにアクセスします。
2. アラートの追加先となるイベント ハブの名前スペースを参照します。
3. [監視] セクションで [アラート] を選択します。
4. [アクション グループ] タブに移動します。
5. [作成] を選択して、アクション グループを作成します。
アクションを追加する際は、アクション タイプに [Webhook] を選択します。
6. Opsgenie で統合を追加する際にコピーした URL を [URI] に貼り付けます。
7. 必要に応じて、共通のアラート スキーマを有効にします。
8. 変更を保存します。
9. [アラート ルール] タブに移動します。
10. ルールを作成するか、既存のルールを編集します。
11. アラートをフィルタリングする条件を追加します。
12. [アクション グループ] セクションで、ステップ 5 で作成した Webhook アクション グループを追加します。
13. 変更を保存します。
アラート ペイロード (JSON 形式) を作成する
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
{
"schemaId": "AzureMonitorMetricAlert",
"data": {
"version": "2.0",
"properties": null,
"status": "Activated",
"context": {
"timestamp": "2020-06-24T10:28:19.3462700Z",
"id": "/subscriptions/25b83e19-ab0d-4579-ad81-asdas-sadasda/resourceGroups/test_eventhub_group/providers/microsoft.insights/metricalerts/test-eventhub-alerts",
"name": "test-eventhub-alerts",
"description": "test description for alert",
"conditionType": "SingleResourceMultipleMetricCriteria",
"severity": "3",
"condition": {
"windowSize": "PT1M",
"allOf": [{
"metricName": "SuccessfulRequests",
"metricNamespace": "Microsoft.EventHub/namespaces",
"operator": "GreaterThan",
"threshold": "2",
"timeAggregation": "Total",
"dimensions": [{
"name": "ResourceId",
"value": "25b83e19-ab0d-4579-ad81-d0280e506bb3:test-eventhub-og"
}, {
"name": "EntityName",
"value": "test-eventhub"
}, {
"name": "OperationResult",
"value": "Success"
}],
"metricValue": 8.0,
"webTestName": null
}, {
"metricName": "IncomingRequests",
"metricNamespace": "Microsoft.EventHub/namespaces",
"operator": "GreaterThan",
"threshold": "3",
"timeAggregation": "Total",
"dimensions": [{
"name": "ResourceId",
"value": "25b83e19-ab0d-4579-ad81-d0280e506bb3:test-eventhub-og"
}, {
"name": "EntityName",
"value": "test-eventhub"
}],
"metricValue": 8.0,
"webTestName": null
}]
},
"subscriptionId": "25b83e19-ab0d-4579-ad81-d0280e506bb3",
"resourceGroupName": "test_eventhub_group",
"resourceName": "test-eventhub-og",
"resourceType": "Microsoft.EventHub/namespaces",
"resourceId": "/subscriptions/25b83e19-ab0d-4579-ad81-d0280e506bb3/resourceGroups/test_eventhub_group/providers/Microsoft.EventHub/namespaces/test-eventhub-og",
"portalLink": "https://portal.azure.com/#resource/subscriptions/25b83e19-ab0d-4579-ad81-d0280e506bb3/resourceGroups/test_eventhub_group/providers/Microsoft.EventHub/namespaces/test-eventhub-og"
}
}
}
サンプル ペイロード (JSON 形式)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
{
"schemaId": "azureMonitorCommonAlertSchema",
"data": {
"essentials": {
"alertId": "/subscriptions/25b83e19-ab0d-4579-ad81-d0280e506bb3/providers/Microsoft.AlertsManagement/alerts/7ccad036-8973-49e9-b628-a18350fb32bb",
"alertRule": "test-eventhub-alerts",
"severity": "Sev3",
"signalType": "Metric",
"monitorCondition": "Fired",
"monitoringService": "Platform",
"alertTargetIDs": ["/subscriptions/25b83e19-ab0d-4579-ad81-d0280e506bb3/resourcegroups/test_eventhub_group/providers/microsoft.eventhub/namespaces/test-eventhub-og"],
"originAlertId": "25b83e19-ab0d-4579-ad81-d0280e506bb3_test_eventhub_group_microsoft.insights_metricalerts_test-eventhub-alerts_-121967519",
"firedDateTime": "2020-06-29T18:41:05.7016722Z",
"description": "",
"essentialsVersion": "1.0",
"alertContextVersion": "1.0"
},
"alertContext": {
"properties": null,
"conditionType": "SingleResourceMultipleMetricCriteria",
"condition": {
"windowSize": "PT1M",
"allOf": [{
"metricName": "SuccessfulRequests",
"metricNamespace": "Microsoft.EventHub/namespaces",
"operator": "GreaterThan",
"threshold": "2",
"timeAggregation": "Total",
"dimensions": [{
"name": "ResourceId",
"value": "25b83e19-ab0d-4579-ad81-d0280e506bb3:test-eventhub-og"
}, {
"name": "EntityName",
"value": "test-eventhub"
}, {
"name": "OperationResult",
"value": "Success"
}],
"metricValue": 4.0,
"webTestName": null
}],
"windowStartTime": "2020-06-29T18:38:52.06Z",
"windowEndTime": "2020-06-29T18:39:52.06Z"
}
}
}
}
この内容はお役に立ちましたか?