Today Simon Hobson wrote: > timt wrote: > > >I wonder if there is a way to automatically transfer data kept in rrdtool to > >MS SQL? Ideally, it would be a connector to rrdtool but a mirroring, > >synchronizing, or even export/import utility I could set up as a cron job > >would be fine. > > It might help if you gave some idea of why you want to do this, and > what data you want. Eg, were you just wanting one or two > consolidations, the raw data, something else ? > > AFAIK there are no such connection facilities - so you'd need to > export data and import it to the foreign system. Using RRD tool > fetch, you can only extract data from the RRAs you've defined - it > doesn't do on the fly consolidation like RRD tool graph does. IIRC > RRD tool export simply dumps the database in XML.
you may want to use rrdtool xport to get at the consolidated data .... I guess mssql is able to pull data in xml format some how ... cheers tobi > > -- Tobi Oetiker, OETIKER+PARTNER AG, Aarweg 15 CH-4600 Olten, Switzerland http://it.oetiker.ch [email protected] ++41 62 775 9902 / sb: -9900 _______________________________________________ rrd-users mailing list [email protected] https://lists.oetiker.ch/cgi-bin/listinfo/rrd-users
