I have several scripts that I would like ran on a daily/weekly/monthly basis at a specific time of day.
Currently when you set up a synthetic transaction and then you schedule the interval for it to run and it
runs 7*24 forever.
Some of my scripts look for events that only occur once a day such as 'end of day sales have been transmitted' which occures at exaclty 12:05 am daily. I would like to know within
5 minuted when this event has occurred without running the APM (SAM) script every 5 minutes all day long.
Since I'm getting the daily sales from hundreds of locations the APM query is a very expensive as far as resources on the Solarwinds server. Just running it once at 12:10 am daily would be way better that running it every 5 minutes 24/7.
I would like to see a task scheduler put into the product that would allow you to run the transaction on a scheduled time and interval.