search for: rrrdtool

Displaying 4 results from an estimated 4 matches for "rrrdtool".

Did you mean: rrdtool
2008 Apr 08
3
Ruby RRDtool bindings and CentOS 5
For whatever reason, the RPMForge package ruby-rrdtool doesn''t play nice on my CentOS 5.1 box with puppetmaster. It installs site_ruby/1.8/i386-linux/RRD.so, which puppetmaster is unable to find (and the suggested test of ruby -rRRDtool -e ''puts :yep'' fails). Using ln to link RRD.so to RRDtool.so works for the command line test, but still fails for puppetmaster. This probably comes down to the fact that RRD.so doesn''t have an Init_RRDtool, but Init_RRD. For those who like to roll their own packages for...
2010 Jan 21
5
rrd library missing
...get rrd graphs working, but I am getting the infamous "RRD library is missing; cannot store metrics". Everything I have read about the error applied to redhat or ubuntu. I am using Solaris 10. I installed both the rrdtool Solaris package and the RubyRRDtool gem. When I run "ruby -rRRDtool -e ''puts :yep''", it successfully returns "yep" (though not until I linked /usr/local/lib/ruby/site_ruby/1.8/ i386-solaris2.10 to /usr/local/lib/ruby/gems/1.8/gems/ RubyRRDtool-0.6.0/RRDtool.so). I was also able to generate rrds and pngs using the minmax.rb script i...
2007 Oct 29
12
Reports in Puppet
Hi, I wanted to configure reporting in puppet. I came across the below links which says what needs to be added in config file to enable reports. But I was wondering how I view the visual report/graphs do I need to create my own script. http://reductivelabs.com/trac/puppet/wiki/ReportReference#rrdgraph http://reductivelabs.com/trac/puppet/wiki/ReportsAndReporting -- Deepak
2007 Oct 28
2
rrdtool and rails
How would one get the information stored in rrdtool into a database that rails can present to the user? Would it be possible to combine this data with other data in the same database to handle virtual connections between the data? -Ron --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: