I have a custom poller configurered to poll @ 10 second intervals. When I look a the historical data it only will let me do it down to five minute increments.
How can I get the info down to the 10 second mark. Thanks.
10 second granularity is not possible. I believe the shortest data point interval would be 60 seconds from your historical data.
That sounds logical but if the system is polling (via custom poller) every 10 seconds isn't the data being pulled by the poller being stored somewhere in the database where it can be queried?
We cannot poll every 10 seconds. Where do you see this?
My apologies, I was confusing Node Status Polling (10 sec) with statistics collection (1 Minute). Even if I could get the minute data
that would be an improvement over the 5 minute data points...
Are you asking to see 1-minute intervals on the graphs on the web?
I know you can get 1 minute intervals looking at the charts in system manager, but I've always wondered why the web interface only goes down to 5 minute intervals.