Configuration Options for AWS Tags
To enable AWS tags collection:
- Edit the
<machine_agent_home>/extensions/ServerMonitoring/conf/ServerMonitoring.ymlfile. - For awsTagsConfig, set enabled: true
CODE
//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