Comments
-
I agree that this feature is way over due. In case it helps someone, for individual email alerts I used this custom variable: ${SQL: select dateadd(hh,-7,getdate())} to provide a date time in the message that was -7 hours from the server time. UK server is sending alerts to a team in US Mountain Time.
-
I just ran into this myself and found that the node I was using for testing was being monitored by one of our additional polling engines and I had only installed the Python environment on the main server. Once I moved the node to the main poller I was able to run my script.