There are a measurable number of our application monitors that are scheduled every 86400 seconds and whose status becomes "Unknown" if they timeout during their once-a-day poll. When they run again - or if we go into "edit application monitor", select all the components and use the "test" function, all is well, and generally they do not timeout again. However, because the next scheduled poll/run is in 24 hours, they appear on the dashboard with "Unknown" status. Our choices to repair this problem are to either wait 24 hours or bump-start the monitor manually using the "test" functionality. Neither of these is very attractive in terms of our manual resources and the extent of the problem.
So do you think it would be possible to use the SDK to find an instance of an application monitor template whose status is 'Unknown" and then command it to poll/run in real-time? I've used PowerShell and the SDK to extract information similar to this from Orion but I cannot find a module that would provide what amounts to a "poll-now" command.
Any suggestions or hints? Thanks In Advance.