morellon / rrd-ffi

A ruby wrapper for librrd (rrdtool) using ffi.
MIT License
71 stars 20 forks source link

Opening an existing RRD #4

Closed mikej165 closed 14 years ago

mikej165 commented 14 years ago

Please pardon what must seem like a ridiculous question, but how does one open an existing RRD file? I can see how new ones are created, but what about rrds that are already there? I've been through the docs on this one can can't seem the find the answer.

Thanks.

morellon commented 14 years ago

It's never a ridiculous question. I will update the docs to make it more clear. ;) RRD::Base.new("path/to/file.rrd")

mikej165 commented 14 years ago

I'm almost too embarrassed to say thank you. 8-)

morellon commented 14 years ago

;)