So I have a script that relies on a specific file called items.txt. This file we have decided to start downloading with bigfix which then gets fed into another monitoring fixlet. My initial thought was to include the download as a prefetch statement before the monitoring fixlet that runs off of the files existence but the relevance of the monitoring action script requires the existence of the items file that is being downloaded.
I am assuming that the prefetch will never run since the file isn’t downloaded yet(thus breaking the monitoring fixlet’s relevance) and my best bet would be to make a separate action script to download the file before the monitoring script requiring the downloaded file runs?
Hope that is clear enough.