Skip to content

Commit

Permalink
Add TODO comment
Browse files Browse the repository at this point in the history
  • Loading branch information
bragi92 committed Mar 28, 2018
1 parent 9ffb816 commit 63680d1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions source/code/plugin/in_containerlog_sudo_tail.rb
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ def initialize
#We have read permission on this file but don't have execute permission on the below mentioned path. Hence wildcard character searches to find the container ID's doesn't work.
@containerLogFilePath = "/var/lib/docker/containers/"
#This folder contains a list of all the containers running/stopped and we're using it to get all the container ID's which will be needed for the log file path below
#TODO : Use generic path from docker REST endpoint and find a way to mount the correct folder in the omsagent.yaml
@containerIDFilePath = "/var/opt/microsoft/docker-cimprov/state/ContainerInventory/*"
end

Expand Down

0 comments on commit 63680d1

Please sign in to comment.