Re: Data stored in.rrd but showing blank graph

"Alex van den Bogaerdt" <[email protected]> Wed, 3 Feb 2016 22:33:30 +0100
Newsgroups gmane.comp.db.rrdtool.user
Message-ID <41246bba490eb3692428126153a61160.squirrel@webmail.argewebhosting.nl>
> Hi ,
>
> I have installed nagiosgraph.Data is being store in .rrd files but not
> graphing and displaying empty graph . Here is the output of one of .rrd .
> Kindly help on this issue .

[snip]

What you need to do is look at the output of rrdtool dump.  Chances
are you will see that RRDtool is storing "NaN".  If so, you need to
find out why it is doing so.  My bet is that your updates are more
than 600 seconds apart.

HTH
Alex