Channel9に上がっている、Igniteの動画をみました。SCOMのダッシュボード作成に関してのセッションです。
セッションの要点としては…
- SCOM 2012 R2 UR2, SCOM 2012 SP1 UR6から新しいダッシュボードウィジェットが追加されていて簡単にグラフィカルなダッシュボードが作成できる
- SQL Serverの管理パックは素敵でグラフィカルなUIだが、そのウィジェットを任意のグループで利用できるものを開発中。
(おそらくDownload Microsoft System Center Management Pack for SQL Server from Official Microsoft Download Centerが該当のものだと思います。私は未検証です。) - Azureの管理パックは既存の物は新しいサービスが登場しても追従できないなど問題があった。今新しいものを作成していて、それだと新しいサービスにも自動追従しながら簡単にパフォーマンスカウンタを取得しつつ、アラートを出力するルールを定義できる。
もちろん動画を見てもらえば作成のデモまで見られるのですが、時間の無い方は以下にどんなものが新しいウィジェットとして提供されているかのサンプルがあるので見てもらえると良いと思います。
- [New Widgets.docx](http://blogs.technet.com/cfs-filesystemfile.ashx/__key/telligent-evolution-components-attachments/01-4616-00-00-03-62-79-94/New-Widgets.docx)
以下、ドキュメントからの引用です。
Component Description Sample Visualization
Alert Widget
Displays alerts that match the specified criteria in a table format.
![]()
Contextual Alert Widget
Same as Alert Widget except the target object is set from another widget.
![]()
Contextual Health Widget
Same as Object Health Widget except the target object is set from another widget.
![]()
Details Widget (Contextual)
Displays all properties of a specific class instance from other widgets.
![]()
Image Widget
Displays an image.
![]()
Instance Details Widget
Displays all properties of a specific class instance.
![]()
Object Detail Tiles Widget
Displays multiple summary tiles for an object including health and alerts, SLAs, and one or more selected performance counters.
![]()
Object Health Widget
Displays a tabular view of monitors for an object and any of its contained objects.
![]()
Object SLA Widget
Displays the SLAs for a specified object
![]()
Objects by Performance
Displays the top specified number of class instances based on a particular performance counter.
![]()
Performance Widget
Displays the performance counters that match the specified criteria in a line graph.
![]()
Powershell Grid Widget
Displays the results of a PowerShell query in a grid. Get the details of selected objects by accepting a parameter in the script called GlobalSelectedItems. Return the output in the ReturnCollection property of a ScriptContext object.
![]()
PowerShell Web Browser Widget
Displays the output of a web page URL and parameters to which are generated by the PowerShell script. Both GET and POST requests are supported. Script also supports GlobalSelectedItems parameter to get the details of selected objects in other widgets.
![]()
SLA Tiles Widget
Displays a summary tile for each instance of a specified SLA.
![]()
SLA Widget
Displays SLOs for the specified SLAs
![]()
State Tiles Widget
Displays a summary tile for each of one or more objects showing their state.
![]()
State Widget
Displays the objects that match the criteria in a table with their current health and the specified set of properties.
![]()
Topology Widget
Displays an image representing the health of one or more objects on a background image.
![]()
Web Browser Widget
Displays the output of a web page optionally providing the ID of a selected object and/or a selected alert.
![]()
SCOMも長い歴史がありながら、まだまだ細かく改善されていく所が面白いですね。いじり倒すかいのある監視プラットフォームだなーという感じです。