デバイス コンポーネントは、デバイスと関連付けられているコンポーネント アイテムのクラスを定義します。 事前に定義された多くのコンポーネントが提供されますが、通常、カスタム コンポーネントはカスタム メトリック ファミリに対して定義されます。 コンポーネントは、CA Performance Center に対してコンポーネント アイテムを同期するオプションの ItemSyncDefinition を定義できます。 その後コンポーネントは、インベントリ リスト、グループ、およびコンテキスト ページ内で参照できます。
フレーム リレー PVC の例をサポートするコンポーネント定義 XML の例を以下に示します。 新しいコンポーネント「frPVC」が追加されました。
<?xml version="1.0" encoding="UTF-8"?>
<!--Auto-generated by the type catalog local manager.-->
<DataModel namespace="http://im.ca.com/inventory" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="ComponentFacet.xsd">
<FacetType name="frPVC">
<Documentation>A Frame Relay PVC</Documentation>
<FacetOf namespace="http://im.ca.com/core" name="Item" />
<Component>true</Component>
<ItemSyncDefinition itemTypeName="component" itemSubtypeName="frpvc" itemTypeLabel="FrameRelayPVC" itemTypeLabelPlural="FrameRelayPVCs" categorize="false" groupBy="false" context="true">
</ItemSyncDefinition>
</FacetType>
</DataModel>
カスタム コンテキスト ページへのリンクを有効にするには、ItemSyncDefinition の context を “true” に設定します。 このページには、frPVC デバイス コンポーネントから移動できます([インベントリ]-[デバイス コンポーネント]リストに表示)。 "true" に設定すると、メトリック ファミリを "context" として選択できるようになります。これにより、カスタム メトリック ファミリが動的トレンド タイプのチャートで使用可能になります。 詳細については、ItemSyncDefinition を参照してください。
|
Copyright © 2014 CA Technologies.
All rights reserved.
|
|