0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

OpsRamp - プライオリティごとにチケットをダッシュボードで表示する方法

Posted at

本記事では、OpsRampのダッシュボードにおいてプライオリティごとにチケットを表示する方法について説明します。

概要

OpsRampのダッシュボードでは、さまざまなタイルを表示することができます。

設定方法

ダッシュボードの設定は、Dashboards > Dashboardから設定可能です。
dashboard.png

タイルを追加し、TicketのBuild my ownを選択します。
dashboard-tikcet.png

QUERYでticketTypeを選択し、オペレータにIN、値に任意のチケットタイプを選択します。
または、OPSQLで以下を入力します。

ticketType IN ("Change","Incident","Problem","ServiceRequest")

GROUP BYにticketTypeおよびstatusを選択します。
dashboard-ticket1.png

  • サンプル
    dashboard-ticket2.png

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?