Anyone using the rrdgraph report on the puppetmaster on Debian stable? I''m trying to get this working and not getting far. I even took rrdtool and librrd0-dev from backports and I still get the same problem. It seems that the rrdfiles are being somewhat created, but nevertheless, the puppetmaster isn''t happy and keeps spewing: err: Report rrdgraph failed: Could not create RRD file /var/lib/puppet/rrd/brocksamson.stanford.edu/time.rrd: invalid argument Anyone gotten this working on Debian stable? -- Digant C Kasundra <digant@stanford.edu> Technical Lead, ITS Unix Systems and Applications, Stanford University
On Mar 29, 2007, at 5:48 PM, Digant C Kasundra wrote:> Anyone using the rrdgraph report on the puppetmaster on Debian > stable? I''m > trying to get this working and not getting far. I even took > rrdtool and > librrd0-dev from backports and I still get the same problem. It > seems that > the rrdfiles are being somewhat created, but nevertheless, the > puppetmaster > isn''t happy and keeps spewing: > > err: Report rrdgraph failed: Could not create RRD file > /var/lib/puppet/rrd/brocksamson.stanford.edu/time.rrd: invalid > argument > > Anyone gotten this working on Debian stable?Can anyone else at least verify this problem, or that they''re using the RRD graphs at all? I''m quite possibly the only one using this functionality, and I''d really like it to be more commonly used and to work in most places. -- Opportunity is missed by most people because it is dressed in overalls and looks like work. -- Thomas A. Edison --------------------------------------------------------------------- Luke Kanies | http://reductivelabs.com | http://madstop.com
I''ve used it a few times for debugging and it''s worked fine on Fedora. Trevor On 4/5/07, Luke Kanies <luke@madstop.com> wrote:> > On Mar 29, 2007, at 5:48 PM, Digant C Kasundra wrote: > > > Anyone using the rrdgraph report on the puppetmaster on Debian > > stable? I''m > > trying to get this working and not getting far. I even took > > rrdtool and > > librrd0-dev from backports and I still get the same problem. It > > seems that > > the rrdfiles are being somewhat created, but nevertheless, the > > puppetmaster > > isn''t happy and keeps spewing: > > > > err: Report rrdgraph failed: Could not create RRD file > > /var/lib/puppet/rrd/brocksamson.stanford.edu/time.rrd: invalid > > argument > > > > Anyone gotten this working on Debian stable? > > Can anyone else at least verify this problem, or that they''re using > the RRD graphs at all? > > I''m quite possibly the only one using this functionality, and I''d > really like it to be more commonly used and to work in most places. > > -- > Opportunity is missed by most people because it is dressed in overalls > and looks like work. -- Thomas A. Edison > --------------------------------------------------------------------- > Luke Kanies | http://reductivelabs.com | http://madstop.com > > > _______________________________________________ > Puppet-users mailing list > Puppet-users@madstop.com > https://mail.madstop.com/mailman/listinfo/puppet-users >_______________________________________________ Puppet-users mailing list Puppet-users@madstop.com https://mail.madstop.com/mailman/listinfo/puppet-users
On Apr 5, 2007, at 9:43 AM, Luke Kanies wrote:> On Mar 29, 2007, at 5:48 PM, Digant C Kasundra wrote: > >> Anyone using the rrdgraph report on the puppetmaster on Debian >> stable? I''m >> trying to get this working and not getting far. I even took >> rrdtool and >> librrd0-dev from backports and I still get the same problem. It >> seems that >> the rrdfiles are being somewhat created, but nevertheless, the >> puppetmaster >> isn''t happy and keeps spewing: >> >> err: Report rrdgraph failed: Could not create RRD file >> /var/lib/puppet/rrd/brocksamson.stanford.edu/time.rrd: invalid >> argument >> >> Anyone gotten this working on Debian stable? > > Can anyone else at least verify this problem, or that they''re using > the RRD graphs at all? > > I''m quite possibly the only one using this functionality, and I''d > really like it to be more commonly used and to work in most places.I tried to set it up on Etch and the RRD lib requirement made it a no- go for me. (I could probably dig up an old version somewhere but I didn''t have time). Would porting to RubyRRDtool (which is in rubygems) be difficult or even feasible? -Blake
On Apr 5, 2007, at 2:08 PM, Blake Barnett wrote:> > I tried to set it up on Etch and the RRD lib requirement made it a no- > go for me. (I could probably dig up an old version somewhere but I > didn''t have time). Would porting to RubyRRDtool (which is in > rubygems) be difficult or even feasible?It should be straightforward, and it would be a great idea. I didn''t know that that library existed. Any volunteeers? -- There is no expedient to which a man will not go to avoid the labor of thinking. --Thomas A. Edison --------------------------------------------------------------------- Luke Kanies | http://reductivelabs.com | http://madstop.com
Hi! I´m experiencing the very same problem, only on SLES9 and not Debian - did there pop any solution into someones head in the meantime? Running latest puppet, latest rrdtools and took the ruby-rrd from the authors page which installed without a problem.. :/ Thanks for taking a look! /simon Digant C Kasundra schrieb:> err: Report rrdgraph failed: Could not create RRD file > /var/lib/puppet/rrd/brocksamson.stanford.edu/time.rrd: invalid argument > > Anyone gotten this working on Debian stable? > >
On 28/06/07, Simon Mügge <simu@webde.de> wrote:> > Hi! > > I´m experiencing the very same problem, only on SLES9 and not Debian - > did there pop any solution into someones head in the meantime? > Running latest puppet, latest rrdtools and took the ruby-rrd from the > authors page which installed without a problem.. :/ > > Thanks for taking a look! > /simonWhat this thread is about has already been applied (at least in the newest version: 0.23.0). For this to work you need the ruby bindings from here: http://rubyforge.org/projects/rubyrrdtool/ I am using this now with no problems. In older versions (i.e. 0.22.4 and lower) the rrdgraphs stuff depends on a different ruby bindings package (and for me never worked, so...) gr, Thijs Digant C Kasundra schrieb:> > err: Report rrdgraph failed: Could not create RRD file > > /var/lib/puppet/rrd/brocksamson.stanford.edu/time.rrd: invalid argument > > > > Anyone gotten this working on Debian stable? > > > > > > _______________________________________________ > Puppet-users mailing list > Puppet-users@madstop.com > https://mail.madstop.com/mailman/listinfo/puppet-users >_______________________________________________ Puppet-users mailing list Puppet-users@madstop.com https://mail.madstop.com/mailman/listinfo/puppet-users
Thijs Oppermann schrieb:> On 28/06/07, *Simon Mügge* <simu@webde.de <mailto:simu@webde.de>> wrote: > > Hi! > > I´m experiencing the very same problem, only on SLES9 and not Debian - > did there pop any solution into someones head in the meantime? > Running latest puppet, latest rrdtools and took the ruby-rrd from the > authors page which installed without a problem.. :/ > > Thanks for taking a look! > /simon > > > What this thread is about has already been applied (at least in the > newest version: 0.23.0). For this to work you need the ruby bindings > from here: http://rubyforge.org/projects/rubyrrdtool/Thank you! I somehow overlooked that in the documentation.> > I am using this now with no problems. > > In older versions (i.e. 0.22.4 and lower) the rrdgraphs stuff depends > on a different ruby bindings package (and for me never worked, so...) > > gr, > Thijs > > Digant C Kasundra schrieb: > > err: Report rrdgraph failed: Could not create RRD file > > /var/lib/puppet/rrd/brocksamson.stanford.edu/time.rrd: invalid > argument > > > > Anyone gotten this working on Debian stable? > > > > > > _______________________________________________ > Puppet-users mailing list > Puppet-users@madstop.com <mailto:Puppet-users@madstop.com> > https://mail.madstop.com/mailman/listinfo/puppet-users > > > ------------------------------------------------------------------------ > > _______________________________________________ > Puppet-users mailing list > Puppet-users@madstop.com > https://mail.madstop.com/mailman/listinfo/puppet-users >