Skip to content

Commit

Permalink
Tell CloudWatch Agent about the CSI resource
Browse files Browse the repository at this point in the history
Closes #90
  • Loading branch information
lens0021 committed Apr 26, 2021
1 parent aeb3538 commit cd71b42
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion aws/res/bootstrap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,10 @@ cat <<'EOF' > /opt/aws/amazon-cloudwatch-agent/etc/config.json
],
"resources": [
"/",
"/srv"
"/opt/nomad/client/csi/node/aws-ebs0/staging/mysql/rw-file-system-single-node-writer"
],
"ignore_file_system_types": [
"sysfs", "tmpfs", "devtmpfs", "overlay"
]
},
"mem": {
Expand Down

0 comments on commit cd71b42

Please sign in to comment.