AWS タグの設定オプション

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

  1. <machine_agent_home> /extensions/ServerMonitoring/conf/ServerMonitoring.yml ファイルを編集します。
  2. awsTagsConfig では、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.
    awsTagsConfig:
    enabled: true
    # If enabled it reports the AWS Tags to Controller
    # update interval in milliseconds, minimum is 6 hours
    samplingInterval: 21600000