I''m trying to set up rrdgraph reporting: I added report = true to the [puppetd] section on my clients and I added reports = store,rrdgraph to the [puppetmasterd] section on my puppet master. The YAML reports appear to be working and are getting stored under /var/lib/puppet/reports, but the rrd graphs are failing with: puppetmasterd[32231]: RRD library is missing; cannot store metrics puppetmasterd[32231]: RRD library is missing; cannot graph metrics puppetmasterd[32231]: RRD library is missing; cannot store metrics puppetmasterd[32231]: RRD library is missing; cannot graph metrics puppetmasterd[32231]: RRD library is missing; cannot store metrics puppetmasterd[32231]: RRD library is missing; cannot graph metrics puppetmasterd[32231]: Report rrdgraph failed: Could not find graphs for daily The node directories are getting created under /var/lib/puppet/rrd, but that''s about it. I installed everything from the epel yum repository: puppet-server-0.24.4-1.el5.noarch puppet-0.24.4-1.el5.noarch facter-1.3.8-1.el5.noarch rrdtool-1.2.27-3.el5.x86_64 rrdtool-devel-1.2.27-3.el5.i386 rrdtool-ruby-1.2.27-3.el5.x86_64 rrdtool-devel-1.2.27-3.el5.x86_64 rrdtool-1.2.27-3.el5.i386 ruby-1.8.5-5.el5_2.3.x86_64 ruby-irb-1.8.5-5.el5_2.3.x86_64 ruby-libs-1.8.5-5.el5_2.3.x86_64 Any ideas? Thanks. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to puppet-users@googlegroups.com To unsubscribe from this group, send email to puppet-users+unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en -~----------~----~----~----~------~----~------~--~---
Robert, The rrdtool-ruby package didn''t work for me either I had to use the rubygems version in order to have it start creating the rrd files. Took me a couple of hours to figure that out since it didnt log anything that would give me an idea of were to look. --dn On Fri, Sep 26, 2008 at 2:20 PM, Robert Foreman <robert.foreman@gmail.com>wrote:> > I''m trying to set up rrdgraph reporting: > > I added report = true to the [puppetd] section on my clients and I > added reports = store,rrdgraph to the [puppetmasterd] section on my > puppet master. The YAML reports appear to be working and are getting > stored under /var/lib/puppet/reports, but the rrd graphs are failing > with: > > puppetmasterd[32231]: RRD library is missing; cannot store metrics > puppetmasterd[32231]: RRD library is missing; cannot graph metrics > puppetmasterd[32231]: RRD library is missing; cannot store metrics > puppetmasterd[32231]: RRD library is missing; cannot graph metrics > puppetmasterd[32231]: RRD library is missing; cannot store metrics > puppetmasterd[32231]: RRD library is missing; cannot graph metrics > puppetmasterd[32231]: Report rrdgraph failed: Could not find graphs for > daily > > The node directories are getting created under /var/lib/puppet/rrd, > but that''s about it. > > I installed everything from the epel yum repository: > > puppet-server-0.24.4-1.el5.noarch > puppet-0.24.4-1.el5.noarch > facter-1.3.8-1.el5.noarch > rrdtool-1.2.27-3.el5.x86_64 > rrdtool-devel-1.2.27-3.el5.i386 > rrdtool-ruby-1.2.27-3.el5.x86_64 > rrdtool-devel-1.2.27-3.el5.x86_64 > rrdtool-1.2.27-3.el5.i386 > ruby-1.8.5-5.el5_2.3.x86_64 > ruby-irb-1.8.5-5.el5_2.3.x86_64 > ruby-libs-1.8.5-5.el5_2.3.x86_64 > > Any ideas? Thanks. > > > >-- --dn http://www.cordump.com --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to puppet-users@googlegroups.com To unsubscribe from this group, send email to puppet-users+unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en -~----------~----~----~----~------~----~------~--~---
That worked! Any clue on why the rrdtool-ruby doesn''t work? Is it a puppet issue or the way the rrdtool-ruby rpm was packaged? I tend to stick with rpm packages when I can. I guess now I''ll need to work on a rubygems module for my puppet deployment. Thanks. On Fri, Sep 26, 2008 at 6:28 PM, Dave Nash <harbinger55@gmail.com> wrote:> Robert, > > The rrdtool-ruby package didn''t work for me either I had to use the rubygems > version in order to have it start creating the rrd files. Took me a couple > of hours to figure that out since it didnt log anything that would give me > an idea of were to look. > > --dn > > On Fri, Sep 26, 2008 at 2:20 PM, Robert Foreman <robert.foreman@gmail.com> > wrote: >> >> I''m trying to set up rrdgraph reporting: >> >> I added report = true to the [puppetd] section on my clients and I >> added reports = store,rrdgraph to the [puppetmasterd] section on my >> puppet master. The YAML reports appear to be working and are getting >> stored under /var/lib/puppet/reports, but the rrd graphs are failing >> with: >> >> puppetmasterd[32231]: RRD library is missing; cannot store metrics >> puppetmasterd[32231]: RRD library is missing; cannot graph metrics >> puppetmasterd[32231]: RRD library is missing; cannot store metrics >> puppetmasterd[32231]: RRD library is missing; cannot graph metrics >> puppetmasterd[32231]: RRD library is missing; cannot store metrics >> puppetmasterd[32231]: RRD library is missing; cannot graph metrics >> puppetmasterd[32231]: Report rrdgraph failed: Could not find graphs for >> daily >> >> The node directories are getting created under /var/lib/puppet/rrd, >> but that''s about it. >> >> I installed everything from the epel yum repository: >> >> puppet-server-0.24.4-1.el5.noarch >> puppet-0.24.4-1.el5.noarch >> facter-1.3.8-1.el5.noarch >> rrdtool-1.2.27-3.el5.x86_64 >> rrdtool-devel-1.2.27-3.el5.i386 >> rrdtool-ruby-1.2.27-3.el5.x86_64 >> rrdtool-devel-1.2.27-3.el5.x86_64 >> rrdtool-1.2.27-3.el5.i386 >> ruby-1.8.5-5.el5_2.3.x86_64 >> ruby-irb-1.8.5-5.el5_2.3.x86_64 >> ruby-libs-1.8.5-5.el5_2.3.x86_64 >> >> Any ideas? Thanks. >> >> > > > > -- > > --dn > http://www.cordump.com > > > >--~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to puppet-users@googlegroups.com To unsubscribe from this group, send email to puppet-users+unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en -~----------~----~----~----~------~----~------~--~---
Robert Foreman wrote:> That worked! >There''s rrdtool-ruby, which just isn''t enough(TM), and then there''s ruby-rrdtool (in EPEL[1]), which is a package I own and maintain for EL5; http://puppetmanaged.org/rrd/ Kind regards, Jeroen van Meeuwen -kanarip [1] http://fedoraproject.org/wiki/EPEL --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to puppet-users@googlegroups.com To unsubscribe from this group, send email to puppet-users+unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en -~----------~----~----~----~------~----~------~--~---
Jeroen van Meeuwen (GMail)
2008-Sep-27 01:45 UTC
[Puppet Users] Re: rrdgraph issue on rhel5
Robert Foreman wrote:> That worked! >There''s rrdtool-ruby, which just isn''t enough(TM), and then there''s ruby-rrdtool (in EPEL[1]), which is a package I own and maintain for EL5; http://puppetmanaged.org/rrd/ Kind regards, Jeroen van Meeuwen -kanarip [1] http://fedoraproject.org/wiki/EPEL --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to puppet-users@googlegroups.com To unsubscribe from this group, send email to puppet-users+unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en -~----------~----~----~----~------~----~------~--~---
Interesting. I must be missing something. I see the rrdtool-ruby package in epel, but I don''t see ruby-rrdtool in epel. On Fri, Sep 26, 2008 at 9:45 PM, Jeroen van Meeuwen (GMail) <kanarip@gmail.com> wrote:> > Robert Foreman wrote: >> That worked! >> > > There''s rrdtool-ruby, which just isn''t enough(TM), and then there''s > ruby-rrdtool (in EPEL[1]), which is a package I own and maintain for EL5; > > http://puppetmanaged.org/rrd/ > > Kind regards, > > Jeroen van Meeuwen > -kanarip > > [1] http://fedoraproject.org/wiki/EPEL > > > > > >--~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to puppet-users@googlegroups.com To unsubscribe from this group, send email to puppet-users+unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en -~----------~----~----~----~------~----~------~--~---
Robert Foreman wrote:> Interesting. I must be missing something. I see the rrdtool-ruby > package in epel, but I don''t see ruby-rrdtool in epel. >Sorry, I was missing something... The package is called ruby-RRDtool to begin with, and I had built it before but the built had failed because the build system wasn''t in good shape at the time. I''m building it now, and it should land in epel-testing shortly. Sorry for the confusion ;-) Kind regards, Jeroen van Meeuwen -kanarip --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to puppet-users@googlegroups.com To unsubscribe from this group, send email to puppet-users+unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en -~----------~----~----~----~------~----~------~--~---
Ross.McKerchar@sophos.com
2008-Sep-28 10:37 UTC
[Puppet Users] Re: rrdgraph issue on rhel5
puppet-users@googlegroups.com wrote on 26/09/2008 22:20:01:> puppetmasterd[32231]: RRD library is missing; cannot store metrics > Any ideas? Thanks.Take a look at http://groups.google.com/group/puppet-users/browse_thread/thread/997c5ac71b29cde3/2cd751e3b3d595e5 hth. -ross -- Ross McKerchar Systems Analyst, Sophos Tel: 01235 559933 Web: http://www.sophos.com Sophos - security and control Sophos Plc, The Pentagon, Abingdon Science Park, Abingdon, OX14 3YP, United Kingdom. Company Reg No 2096520. VAT Reg No GB 348 3873 20. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to puppet-users@googlegroups.com To unsubscribe from this group, send email to puppet-users+unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en -~----------~----~----~----~------~----~------~--~---