ページの先頭行へ戻る
Systemwalker Centric Manager V17.0.2 リファレンスマニュアル

G.2 監視対象定義ファイル

ファイル名

target.xml

使用用途

Windows Azure 監視ツールの監視対象を定義します。

格納場所

Windows

Windows Azure 監視ツールインストールディレクトリ\1.0.0.0\definition\user\server\target.xml

ファイル形式

target.xmlファイルの記述形式はXML形式です。

<?xml version="1.0" encoding="utf-8" ?>
<cmgr:fujitsu-centricmgr-definition
xmlns:cmgr="/fujitsu/centricmgr/XMLSchema"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="/fujitsu/centricmgr/XMLSchema
..\..\internal\server\schema\user-schema.xsd">
<target> <node id="0" name="SampleService"> <windows-azure> <type>Fujitsu</type> <subscription-id>"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"</subscription-id> <service-name>SampleService</service-name> <slot>production</slot> <deployment-id>xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx</deployment-id> <ip-address>xx.xx.xx.xx</ip-address> <account-name>storage-account</account-name> <account-key>storage-access-key</account-key> <certificate> <thumbprint>xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx</thumbprint> </certificate> <relation name=”connection”>1</relation> <relation name=”monitor”>0</relation> </windows-azure> </node> </target> </cmgr:fujitsu-centricmgr-definition>

タグの説明

タグ

属性

説明

<target>

監視対象を定義します。

<node>

ノード情報を定義します。

id

一意の数字を定義します。

name

通知名を定義します。Systemwalker Centric Managerに通知するノード名と同一にしてください。

1024文字まで指定できます。

<windows-azure>

Windows Azureサービスの監視対象を定義します。

<type>

Windows Azureの提供ベンダーを定義します。

以下から選択できます。

  • Fujitsu

  • Microsoft

<subscription-id>

サブスクリプションIDを定義します。

256文字まで指定できます。

<service-name>

AzureのホストサービスのDNS Prefixを定義します。

1024文字まで指定できます。

<slot>

環境を定義します。

以下のどちらかを選択します。

  • 運用環境の場合:production

  • ステージング環境の場合:staging

<deployment-id>

展開 IDを定義します。

256文字まで指定できます。

<ip-address>

VIPを定義します。

64文字まで指定できます。

<account-name>

Azure ストレージアカウントを定義します。

256文字まで指定できます。

<account-key>

Azure ストレージアカウントキーを定義します。

256文字まで指定できます。

<security-key>

暗号化されたAzure ストレージアカウントキーです。

値は変更しないでください。

<certificate>

管理証明書を定義します。

<thumbprint>

管理証明書の拇印を定義します。

128文字まで指定できます。

<relation>

本ファイルで定義している監視対象のインターネット接続設定、監視定義を番号で定義します。

name

以下のどちらかを定義します。

  • インターネット接続設定の場合 :connection

  • 監視定義の場合 :monitor

参照

インターネット接続設定ファイル

監視定義ァイル