HDR push at an accurate fixed time.
Hi,
I would like to make my SBCs start pushing their HDRs at a very accurate time: 12:00AM (with an interval of 10minutes).
In this way, a 3rd party script will know that exactly at 12:00, 12:10, 12:20... etc. a new CSV file will be available.
To do so, I have configured the following:
collect
                sample-interval                10
                push-interval                  10
                boot-state                     enabled
                start-time                     2013-02-07-11:00:00
                end-time                       never
                red-collect-state              disabled
                red-max-trans                  1000
                red-sync-start-time            5000
                red-sync-comp-time             1000
                push-receiver
                        address                        xxx.xxx.xxx.xxx
                        user-name                      user
                        password                       ********
                        data-store                    
                        protocol                       ftp
                group-settings
                        group-name                     enum-stats
                        sample-interval                10
                        boot-state                     enabled
                        start-time                     2013-02-04-18:00:00
                        end-time                       never
...
...
...
The problem is that, although "push-interval" is honored (every 10 minutes HDRs are sent), there is a little lag and the initial push is not performed at 12:00 but some minutes after (for instance, at 12:08).