Comments
-
Could you try turning on debug logging for the application? there should be logs about all the actions including script creation. It's not possible to execute before the file is created, as the content is actually delivered through command line and the execution does not happen until all the cat commands go through.…
-
Now I re-read the original post - if you caught the file being created, were you able to check that the content was the same as is set in the monitor definition? I remember reproducing this and the file created on target was different then what we sent in, so it should not pass (it might execute, but the output would be…
-
The root account is not really the root (sic) cause of the issue, it just happens to be configured like that by default in some cases, that's how we were able to reproduce it (noting that we probably should update the article to make this clearer). Even trying out the script manually does not reveal any errors, because the…
-
Is it possible that AppInsight for IIS additional job is failing? Remaining days are stored in Orion DB alongside the expiry date and are not computed on the fly when displaying the resource, so it might be the case that something prevents update of those data. Additional job should run daily, but you can enforce it with…