Le Wed, Aug 27, 2003 at 03:23:23PM +0200, KAMARAD, David [EMAIL PROTECTED] a 
écrit:
> Hello,
> 
>   I have problem with Nan values in my RRD db. During day there are
>   3-10 Nan values from 100. I don't understand where can be the
>   problem.
> 
>  My db is:
> 
>    RRDs::create ($rrd1, "--start", $start-1, "--step",900,

There, your db should be updated every 900s

>               "DS:iface_ratein:GAUGE:900:U:U",

And you specify a heartbeat of 900s

So, if you miss one deadline (an update is late), you get a NaN
>From the definition of heartbeat in hte manpage :

       heartbeat defines the maximum number of seconds that may pass
       between two updates of this data source before the value of the
       data source is assumed to be *UNKNOWN*.


I think it would be safer to get some margin.


Dom

-- 
Dominique Rousseau <[EMAIL PROTECTED]>          
Neuronnexion - http://www.neuronnexion.com            

--
Unsubscribe mailto:[EMAIL PROTECTED]
Help        mailto:[EMAIL PROTECTED]
Archive     http://www.ee.ethz.ch/~slist/rrd-users
WebAdmin    http://www.ee.ethz.ch/~slist/lsg2.cgi

Reply via email to