ユーザーとして Opsgenie の利用を開始する
プロフィールの設定、Opsgenie からの通知の取得、オンコール スケジュールの表示に関するすべての方法を説明します。
The CloudMonix integration facilitates CloudMonix users to take advantage of Opsgenie's advanced alert & notifications management capabilities, such as escalations, on-call schedule management, and extensive alert notification controls.
When CloudMonix triggers an alert, an alert is automatically created in Opsgenie through the integration. When the check value of the alert is off in CloudMonix, Opsgenie closes the alert automatically.
CloudMonix is an API-based integration. Setting it up involves the following steps:
Add a CloudMonix integration in Opsgenie
Configure the integration in CloudMonix
Opsgenie の Free プランまたは Essentials プランを使用している、または Jira Service Management の Standard プランで Opsgenie を使用している場合は、チーム ダッシュボードからのみこの統合を追加できます。このプランでは、[設定] の [統合] ページが利用できません。
[チーム] に移動して自分のチームを選択します。
左側のナビゲーションで [統合] を選択し、[統合を追加] を選択します。
統合をチーム ダッシュボードから追加すると、そのチーム統合の所有者になります。Opsgenie では、この統合を通じて受信したアラートはそのチームのみに割り当てられます。このセクションの残りの手順に従って、統合を設定してください。
Go to Settings > Integrations.
Select Add integration.
Run a search and select “CloudMonix”.
次の画面で、統合の名前を入力します。
オプション: 特定のチームが統合からのアラートを受信するようにする場合は、[Assignee team (担当者チーム)] のチームを選択します。
[続行] を選択します。
この時点で、統合が保存されます。
Expand the Steps to configure the integration section and copy the Webhook URL.
You will use this URL while configuring the integration in CloudMonix later.
[統合をオンにする] を選択します。
統合のために作成したルールは、統合をオンにした場合にのみ機能します。
1. In CloudMonix, go to Account Settings > Integrations.
2. Edit the Webhook integration.
3. Enter "OpsGenie Webhook" into Webhook Name field.
4. Paste the URL you copied while adding the integration in Opsgenie into URL.
5. Select "Post" for Method.
6. Select Save.
7. Go to Account Settings > Notifications.
8. Select "+" .
9. Select "Opsgenie Webhook" for Send to.
Enter values for the other fields as needed.
10. Select Save.
(in JSON format)
1
2
3
4
5
6
7
8
9
10
11
12
{
"CheckId": "8db3297e-ed15-4218-9068-d99cf68aea20",
"AccountId": "ace8ae77-0450-4373-a63a-d6616cbe3224",
"SubscriptionId": "32a80186-7301-4500-93e0-3c9b16ec46c0",
"ResourceId": "145b9eb0-c145-4588-b8e7-210689aff0f2",
"CheckName": "Test Check Name",
"ResourceName": "Test Resource Alert",
"InstanceName": "",
"CheckValue": "Test Check Value",
"CheckTime": "6\/28\/2016 12:31:35 PM",
"SeverityName": "INFORMATION"
}
この内容はお役に立ちましたか?