ファイル名
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>
1行目、2行目は、XML宣言を記述しているため、ファイルの先頭に必ず記述してください。
2行目(<cmgr:fujitsu-centricmgr-definition>)と、最終行(</cmgr:fujitsu-centricmgr-definition>)は、XMLファイルの開始と終了を示すルートタグです。1セットだけ必ず指定してください。
各タグの記載順序は、上記の記載順序に従ってください。
太字部分は、必ず指定する必要があります。
斜体文字部分は任意の文字列を指定します。
監視対象を追加する場合は、<node>セクションをコピーして、斜体文字部分を変更してください。
XMLファイルで、特別な意味をもつ文字(「<」、「>」、「&」)を使用する場合は、以下のように記述してください。
使用したい文字 | 記述 |
---|---|
< | < |
> | > |
& | & |
値の文字列に「'」、および「"」を記述した場合は、それぞれ「'」シングルクォーテーション、「”」ダブルクォーテーションと解釈されます。
タグの説明
タグ | 属性 | 説明 |
---|---|---|
<target> | 監視対象を定義します。 | |
<node> | ノード情報を定義します。 | |
id | 一意の数字を定義します。 | |
name | 通知名を定義します。Systemwalker Centric Managerに通知するノード名と同一にしてください。 1024文字まで指定できます。 | |
<windows-azure> | Windows Azureサービスの監視対象を定義します。 | |
<type> | Windows Azureの提供ベンダーを定義します。 以下から選択できます。
| |
<subscription-id> | サブスクリプションIDを定義します。 256文字まで指定できます。 | |
<service-name> | AzureのホストサービスのDNS Prefixを定義します。 1024文字まで指定できます。 | |
<slot> | 環境を定義します。 以下のどちらかを選択します。
| |
<deployment-id> | 展開 IDを定義します。 256文字まで指定できます。 | |
<ip-address> | VIPを定義します。 64文字まで指定できます。 | |
<account-name> | Azure ストレージアカウントを定義します。 256文字まで指定できます。 | |
<account-key> | Azure ストレージアカウントキーを定義します。 256文字まで指定できます。 | |
<security-key> | 暗号化されたAzure ストレージアカウントキーです。 値は変更しないでください。 | |
<certificate> | 管理証明書を定義します。 | |
<thumbprint> | 管理証明書の拇印を定義します。 128文字まで指定できます。 | |
<relation> | 本ファイルで定義している監視対象のインターネット接続設定、監視定義を番号で定義します。 | |
name | 以下のどちらかを定義します。
|
参照