• 使用を開始する
  • 関連ドキュメント

End of sales and support for Opsgenie

Atlassian will discontinue new sales of Opsgenie on June 4, 2025 and end support for Opsgenie on April 5, 2027. Read the full announcement and learn about next-generation incident response options via Jira Service Management and Compass.

Opsgenie を Catchpoint と統合する

Catchpoint のロゴ

Opsgenie が Catchpoint ユーザーに提供するもの

Catchpoint は詳細情報とともに Opsgenie API にアラート通知を送信します。Opsgenie はこれらのアラートのディスパッチャーとして機能して、オンコール スケジュールに基づいて通知する適切な担当者を決定します。メール、テキスト メッセージ (SMS)、電話、iOS、Android のプッシュ通知によって通知して、アラートが確認されるかクローズされるまでアラートをエスカレートします。

統合の機能性

  • Catchpoint でアラートが作成されると、インテグレーションによって Opsgenie でもアラートが自動で作成されます。

  • Catchpoint テスト用のアラート通知レベルを変更すると、Opsgenie で作成されたアラートは自動でクローズされます。

Opsgenie サイドの統合を設定する

Opsgenie の Free プランまたは Essentials プランを使用している、または Jira Service Management の Standard プランで Opsgenie を使用している場合は、チーム ダッシュボードからのみこの統合を追加できます。 このプランでは、[設定] の [統合] ページが利用できません。

  1. [チーム] に移動して自分のチームを選択します。

  2. 左側のナビゲーションで [統合] を選択し、[統合を追加] を選択します。

統合をチーム ダッシュボードから追加すると、そのチーム統合の所有者になります。Opsgenie では、この統合を通じて受信したアラートはそのチームのみに割り当てられます。このセクションの残りの手順に従って、統合を設定してください。

  1. Go to Settings > Integrations. Search for Catchpoint and select Add.

  2. Specify who is notified of Catchpoint alerts using the Responders field. Auto-complete suggestions are provided as you type.

  3. 統合 API キーをコピーして Catchpoint 設定で使用します。

  4. [Save Integration (統合の保存)] を選択します。

Catchpoint での設定

  1. Login to the Catchpoint Portal and go to Settings > API.

Catchpoint API

2. アラート API セクションで、Opsgenie Catchpoint の URL を API キーを使用して貼り付けます: https://api.opsgenie.com/v1/json/catchpoint?apiKey=YOUR_API_KEY

3. フォーマットとして [テンプレート] を選択して、[新規追加] をクリックします。

4. テンプレートの形式として [JSON] を選択します。

Catchpoint テンプレート

5. Copy template file contents from here

6. テンプレートを保存して API 設定を保存します。

Catchpoint アラートを Opsgenie で管理して、そのアラート機能をフル活用しましょう。

Advanced

Opsgenie の追加情報については、Catchpoint アラート テンプレートをカスタマイズしてください。

たとえば、次のように alertCreateDate フィールドがテンプレートに追加されます。

JSON

{ "testName": "${TestName}", "testId": "${TestId}", "testUrl": "${TestUrl}", "alertTypeId": "${AlertTypeId}", "productName": "${ProductName}", "clientId": "${ClientId}", "notificationLevel": "${switch("${notificationLevelId}","0","WARNING","1","CRITICAL","3","OK")}", "nodeName":"${nodeDetails("${nodeName}")}", "nodeServerAddress":"${nodeDetails("${NodeServerAddress}")}", "alertCreateDate":"${alertCreateDateUtc}" }

シンプルに、{{_payload.variable_name}} 変数をアラート プロパティに使用できます。次の例を示します。

Catchpoint アラート プロパティ

詳細については「動的フィールド」をご参照ください。

Catchpoint から送信されるペイロードの例

アラートのペイロードを作成します。

JSON

{ "message": "WARNING - Yahoo Test", "testName": "Yahoo Test", "testId": "81093", "testUrl": "http://www.yahoo.com", "alertTypeId": "7", "productName": "tests", "clientId": "24", "notificationLevel": "WARNING", "nodeName": "New York - Level3", "nodeServerAddress": "98.139.180.149", "description": "Description" }

さらにヘルプが必要ですか?

アトラシアン コミュニティをご利用ください。