Hi Chris,
On Thu, Feb 12, 2009 at 04:07:35PM -0000, Chris.Morris at RWEsystemsUK.com wrote:
Is there a way to force the hobbitd_rrd module to dump its cache and update the rrd files more frequently? Some of my rrd files are nearly an hour behind real time which causes problems when looking at the graphs.
There is a "cache flush" command in hobbitd_rrd, and the graph tool does send a flush-command before showing the graph. However, the graph tool does not know when the flush completed, so it will just wait for about half a second before drawing the graph. So you may see the graph while the flush is still in progress.
If that happens, you can usually just hit 'reload' in your browser. By then the cache should have been flushed, and you'll get the full graph.
There is an "rrdcachectl" utility, but it wasn't included in the 4.3.0 beta release. I've added it in the current release on the Sourceforge source-code archive.
Regards, Henrik