Puppet: System Administration Automated

Support

Ticket #1194 (closed defect: invalid)

Opened 7 months ago

Last modified 7 months ago

RRDtool ruby bindings library

Reported by: jamtur01 Assigned to: community
Priority: normal Milestone:
Component: library Version: 0.24.4
Severity: normal Keywords: rrdtool rrd library bindings
Cc: luke Triage Stage: Unreviewed
Attached Patches: None Complexity: Unknown

Description (Last modified by jamtur01)

I was running the tests and noticed that the RRD tool library wasn't loading. I knew I had it installed so I did some searching and remembered that the :rrd feature was set in lib/puppet/util/metric.rb like so:

# Load the library as a feature, so we can test its presence.
    Puppet.features.add :rrd, :libs => 'RRDtool'

However the Ruby bindings library is actually called RRD so the library seemingly never gets loaded.

Change History

04/17/08 08:42:51 changed by jamtur01

  • status changed from new to closed.
  • resolution set to invalid.

It appears the Ruby Forge? version uses RRDtool as the library name.

04/17/08 08:45:12 changed by jamtur01

  • description changed.

04/17/08 16:33:32 changed by luke

I believe there are actually two versions of the library, and they're incompatible. I used to use the plain 'RRD' but I had to switch to 'RRDtool'; unfortunately, I don't remember exactly why.