Microsoft Azure タグの設定オプション

Microsoft Azure タグの収集を有効にするには、次の手順を実行します。

  1. <machine_agent_home> /extensions/ServerMonitoring/conf/ServerMonitoring.yml ファイルを編集します。
  2. azureTagsConfig: セクションで、enabled: "true" に設定します。
    //ServerMonitoring.yml
    # WARNING: Before making any changes to this file read the following section carefully
    # After editing the file, make sure the file follows the yml syntax. Common issues include
    # - Using tabs instead of spaces
    # - File encoding should be UTF-8
    # The safest way to edit this file is to copy paste the examples provided and make the
    # necessary changes using a plain text editor instead of a WYSIWYG editor.
    azureTagsConfig:
    # If enabled it reports the Azure Tags to Controller
    enabled: true
    # update interval in milliseconds, minimum is 6 hours
    samplingInterval: 21600000