Hello Steve and Simon I did a script to change the data format and looks like it all worked fine. I will work later on heartbeat to ensure everything is OK.
Thanks a lot for your help 2014-09-11 7:49 GMT-03:00 Simon Hobson [via RRD Mailinglists] < [email protected]>: > gschanuel <[hidden email] > <http://user/SendEmail.jtp?type=node&node=7582425&i=0>> wrote: > > > I guess there is something to do with archives or step.. but I really > have > > no idea! > > The problem is the heartbeat (plus the format already mentioned). > > Your new RRD is expecting data spaced by (at most) 600 seconds - while > your data is spaced a LOT wider than that. You'll need to set your > heartbeat to "longer than the period between updates" while you import the > data. WHat will happen then is that when an update comes in, all the > buckets from the previous update to the new one will get filled in - > instead of what happens now which is that they get filled with NaN as the > interval is too long for the heartbeat. > After import, you should be able to tune the heartbeats back to a normal > setting. > > Alternatively, you'll need to write a program that "fills in the blank" > and does multiple updates spaced not more than heartbeat apart. > > _______________________________________________ > rrd-users mailing list > [hidden email] <http://user/SendEmail.jtp?type=node&node=7582425&i=1> > https://lists.oetiker.ch/cgi-bin/listinfo/rrd-users > > > ------------------------------ > If you reply to this email, your message will be added to the discussion > below: > > http://rrd-mailinglists.937164.n2.nabble.com/How-to-plan-RRD-creation-from-previously-acquired-data-tp7582422p7582425.html > To unsubscribe from How to plan RRD creation from previously acquired > data?, click here > <http://rrd-mailinglists.937164.n2.nabble.com/template/NamlServlet.jtp?macro=unsubscribe_by_code&node=7582422&code=Z2FicmllbC5zY2hhbnVlbEBnbWFpbC5jb218NzU4MjQyMnwtNDk4MDI3Mzgw> > . > NAML > <http://rrd-mailinglists.937164.n2.nabble.com/template/NamlServlet.jtp?macro=macro_viewer&id=instant_html%21nabble%3Aemail.naml&base=nabble.naml.namespaces.BasicNamespace-nabble.view.web.template.NabbleNamespace-nabble.naml.namespaces.BasicNamespace-nabble.view.web.template.NabbleNamespace-nabble.view.web.template.NodeNamespace&breadcrumbs=notify_subscribers%21nabble%3Aemail.naml-instant_emails%21nabble%3Aemail.naml-send_instant_email%21nabble%3Aemail.naml> > -- View this message in context: http://rrd-mailinglists.937164.n2.nabble.com/How-to-plan-RRD-creation-from-previously-acquired-data-tp7582422p7582426.html Sent from the RRDtool Users Mailinglist mailing list archive at Nabble.com. _______________________________________________ rrd-users mailing list [email protected] https://lists.oetiker.ch/cgi-bin/listinfo/rrd-users
