Issue #2399 has been updated by Luke Kanies.

Subject changed from Puppet Master as a client throws an undefined method 
`graph` error with rrdgraph enabled to Client RRD graphs do not work
Target version changed from 0.25.0 to 0.26.0

I've figured this out -- remove the 'rrdgraph = true' from your configuration.  
That is actually supposed to enable client graphing, which appears to be broken.

Given that no one has noticed it's been broken, and it looks like I broke it in 
2007 at the latest, I am pretty comfortable removing this, which I have done in 
the tickets/master/2399 branch in my repo.
----------------------------------------
Bug #2399: Client RRD graphs do not work
http://projects.reductivelabs.com/issues/2399

Author: Avi Miller
Status: Accepted
Priority: Normal
Assigned to: 
Category: reports
Target version: 0.26.0
Complexity: Unknown
Affected version: 0.24.8
Keywords: 


I have the following configured in my puppet.conf:

<pre>
reports = rrdgraph,store
reportdir = /var/www/html/puppet/reports
rrddir = /var/www/html/puppet/rrd
rrdinterval = $runinterval
rrdgraph = true
</pre>

The Puppet Master is also a Puppet client, and throws the following error:

<pre>
/usr/lib/ruby/site_ruby/1.8/puppet/transaction.rb:528:in `send_report'
/usr/lib/ruby/site_ruby/1.8/puppet/node/catalog.rb:138:in `apply'
/usr/lib/ruby/site_ruby/1.8/puppet/network/client/master.rb:256:in `run'
/usr/lib/ruby/site_ruby/1.8/puppet/util.rb:180:in `benchmark'
/usr/lib/ruby/1.8/benchmark.rb:293:in `measure'
/usr/lib/ruby/1.8/benchmark.rb:307:in `realtime'
/usr/lib/ruby/site_ruby/1.8/puppet/util.rb:179:in `benchmark'
/usr/lib/ruby/site_ruby/1.8/puppet/network/client/master.rb:255:in `run'
/usr/lib/ruby/1.8/sync.rb:229:in `synchronize'
/usr/lib/ruby/site_ruby/1.8/puppet/network/client/master.rb:237:in `run'
/usr/sbin/puppetd:417
err: undefined method `graph' for #<Puppet::Transaction::Report:0x2aaaab118840>
</pre>

This does not seem to be happening on other Puppet clients, as reports/RRD 
graphs are being created successfully.


-- 
You have received this notification because you have either subscribed to it, 
or are involved in it.
To change your notification preferences, please click here: 
http://reductivelabs.com/redmine/my/account

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Puppet Bugs" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/puppet-bugs?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to