• 製品
  • 使用を開始する
  • 関連ドキュメント
  • リソース

Wavefront と統合する

この記事では、Jira Service Management Cloud の一部のお客様に段階的に展開されている、Jira Service Management でネイティブに利用できる新しいアラート機能を取り上げています。ご利用のサイトにはまだ表示されていないか、利用できない可能性があります。

Wavefront のロゴ

統合でできるようになること

Jira Service ManagementWavefront 統合を使用して、Wavefront アラートを Jira Service Management に転送します。Jira Service Management はこれらのアラートのディスパッチャーとして機能し、オンコール スケジュールに基づいて通知する適切な担当者を決定します。メール、テキスト メッセージ (SMS)、電話、iPhone や Android のプッシュ通知による通知を行い、アラートが承認またはクローズされるまでアラートをエスカレーションします。

統合による機能

  • Wavefront でアラートが発生すると、統合を通じて Jira Service Management でアラートが自動的に作成されます。

  • Wavefront でアラートが解決されると、統合を通じて Jira Service Management でアラートが自動的にクローズされます。

統合をセットアップする

Wavefront は API ベースの統合です。設定は次の手順で行います。

  • Jira Service ManagementWavefront 統合を追加する

  • Wavefront で統合を設定する

Wavefront 統合を追加する

Jira Service Management の Free プランまたは Standard プランを使用している場合は、この統合はチームの運用ページからのみ追加できます。Settings (歯車のアイコン) > Products ([Jira 設定] の下) > OPERATIONS からこの機能にアクセスするには、Premium プランまたは Enterprise プランが必要です。

統合をチームの運用ページから追加すると、そのチームが統合の所有者になります。つまり、Jira Service Management は、この統合を通じて受信したアラートをチームにのみ割り当てます。

Jira Service ManagementWavefront 統合を追加するには、次の手順を実行します。

  1. チームの運用ページに移動します。

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

  3. 検索を実行して「Wavefront」を選択します。

  4. 次の画面で、統合の名前を入力します。

  5. オプション: 特定のチームが統合からのアラートを受信するようにする場合は、[Assignee team (担当者チーム)] のチームを選択します。

  6. [続行] を選択します。
    この時点で、統合が保存されます。

  7. [統合を設定する手順] セクションを展開して、API キーをコピーします。
    このキーは、後ほど Wavefront で統合を設定する際に使用します。

  8. [統合をオンにする] を選択します。
    統合のために作成したルールは、統合をオンにした場合にのみ機能します。

Wavefront で統合を設定する

WavefrontJira Service Management の統合を設定するには、次の手順に従います。

  1. Wavefront で [Browse (参照)] > [Web Hooks] を選択します。

  2. [作成] を選択します。

  3. [Title (タイトル)] に値を入力します。

  4. [Triggers (トリガー)] で [Alert Opened (オープンされたアラート)] と [Alert Resolved (解決されたアラート)] を選択します。

  5. さきほどコピーした API URL を [URL] に貼り付けます。

  6. [Content Type (コンテンツ タイプ)] で [application/json] を選択します。

  7. [Web Hook POST Body Template (Web Hook POST 本文テンプレート)] に値を入力するか、[Default Template (既定のテンプレート)] を選択します。

  8. [Description (説明)] に値を入力します。

  9. [保存] を選択します。

Wavefront から送信されるペイロードのサンプル

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 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 { "alertId": "1471312865666", "notificationId": "ae63a700-9e0b-4c13-816b-5caa3acf4f63", "reason": "ALERT_OPENED", "name": "Example Alert", "severity": "INFO", "severitySmoke": false, "severityInfo": true, "severityWarn": false, "severitySevere": false, "condition": "mmax(5m, ts(~sample.requests.latency, env=production)) > 100", "url": "https://try.wavefront.com/u/pSNB7gHXPn", "createdTime": "08/16/2016 02:01:05 +0000", "startedTime": "08/16/2016 10:05:21 +0000", "sinceTime": "08/16/2016 10:03:21 +0000", "endedTime": "", "snoozedUntilTime": "", "subject": "[INFO] OPENED: Example Alert", "hostsFailingMessage": "app-6 (~sample.requests.latency) [env=production][az=us-west-2]\napp-7 (~sample.requests.latency) [env=production][az=us-west-2]\napp-9 (~sample.requests.latency) [env=production][az=us-west-2]\napp-20 (~sample.requests.latency) [env=production][az=us-west-2]\napp-10 (~sample.requests.latency) [env=production][az=us-west-2]\napp-15 (~sample.requests.latency) [env=production][az=us-west-2]\napp-14 (~sample.requests.latency) [env=production][az=us-west-2]\napp-13 (~sample.requests.latency) [env=production][az=us-west-2]\napp-11 (~sample.requests.latency) [env=production][az=us-west-2]\napp-12 (~sample.requests.latency) [env=production][az=us-west-2]\napp-19 (~sample.requests.latency) [env=production][az=us-west-2]\napp-8 (~sample.requests.latency) [env=production][az=us-west-2]\napp-17 (~sample.requests.latency) [env=production][az=us-west-2]\napp-18 (~sample.requests.latency) [env=production][az=us-west-2]\napp-16 (~sample.requests.latency) [env=production][az=us-west-2]", "errorMessage": "", "additionalInformation": "", "failingSources": [ "app-6", "app-7", "app-9", "app-20", "app-10", "app-15", "app-14", "app-13", "app-11", "app-12", "app-19", "app-8", "app-17", "app-18", "app-16" ], "inMaintenanceSources": [], "newlyFailingSources": [ "app-17", "app-7", "app-19", "app-13", "app-20", "app-15", "app-6", "app-11", "app-16", "app-18", "app-8", "app-9", "app-14", "app-12", "app-10" ], "recoveredSources": [], "failingSeries": [ [ "app-6", "~sample.requests.latency", [ "env=production", "az=us-west-2" ] ], [ "app-7", "~sample.requests.latency", [ "env=production", "az=us-west-2" ] ], [ "app-9", "~sample.requests.latency", [ "env=production", "az=us-west-2" ] ], [ "app-20", "~sample.requests.latency", [ "env=production", "az=us-west-2" ] ], [ "app-10", "~sample.requests.latency", [ "env=production", "az=us-west-2" ] ], [ "app-15", "~sample.requests.latency", [ "env=production", "az=us-west-2" ] ], [ "app-14", "~sample.requests.latency", [ "env=production", "az=us-west-2" ] ], [ "app-13", "~sample.requests.latency", [ "env=production", "az=us-west-2" ] ], [ "app-11", "~sample.requests.latency", [ "env=production", "az=us-west-2" ] ], [ "app-12", "~sample.requests.latency", [ "env=production", "az=us-west-2" ] ], [ "app-19", "~sample.requests.latency", [ "env=production", "az=us-west-2" ] ], [ "app-8", "~sample.requests.latency", [ "env=production", "az=us-west-2" ] ], [ "app-17", "~sample.requests.latency", [ "env=production", "az=us-west-2" ] ], [ "app-18", "~sample.requests.latency", [ "env=production", "az=us-west-2" ] ], [ "app-16", "~sample.requests.latency", [ "env=production", "az=us-west-2" ] ] ], "inMaintenanceSeries": [], "newlyFailingSeries": [ [ "app-17", "~sample.requests.latency", [ "env=production", "az=us-west-2" ] ], [ "app-7", "~sample.requests.latency", [ "env=production", "az=us-west-2" ] ], [ "app-19", "~sample.requests.latency", [ "env=production", "az=us-west-2" ] ], [ "app-13", "~sample.requests.latency", [ "env=production", "az=us-west-2" ] ], [ "app-20", "~sample.requests.latency", [ "env=production", "az=us-west-2" ] ], [ "app-15", "~sample.requests.latency", [ "env=production", "az=us-west-2" ] ], [ "app-6", "~sample.requests.latency", [ "env=production", "az=us-west-2" ] ], [ "app-11", "~sample.requests.latency", [ "env=production", "az=us-west-2" ] ], [ "app-16", "~sample.requests.latency", [ "env=production", "az=us-west-2" ] ], [ "app-18", "~sample.requests.latency", [ "env=production", "az=us-west-2" ] ], [ "app-8", "~sample.requests.latency", [ "env=production", "az=us-west-2" ] ], [ "app-9", "~sample.requests.latency", [ "env=production", "az=us-west-2" ] ], [ "app-14", "~sample.requests.latency", [ "env=production", "az=us-west-2" ] ], [ "app-12", "~sample.requests.latency", [ "env=production", "az=us-west-2" ] ], [ "app-10", "~sample.requests.latency", [ "env=production", "az=us-west-2" ] ] ], "recoveredSeries": [] }

その他のヘルプ