I am running puppet 0.24.8 on ubuntu 9.04 I am failing to make the rrdgraph to work Sep 18 23:46:36 sys-ubuntu puppetmasterd[30748]: RRD library is missing; cannot store metricsSep 18 23:46:36 sys-ubuntu puppetmasterd[30748]: RRD library is missing; cannot graph metrics Sep 18 23:46:36 sys-ubuntu puppetmasterd[30748]: RRD library is missing; cannot store metrics Sep 18 23:46:36 sys-ubuntu puppetmasterd[30748]: RRD library is missing; cannot graph metrics Sep 18 23:46:36 sys-ubuntu puppetmasterd[30748]: Report rrdgraph failed: Could not find graphs for daily I searched the google and found no solution, answer with a fix for ubuntu Any help would be greatly appreciated -- Asif Iqbal PGP Key: 0xE62693C5 KeyServer: pgp.mit.edu A: Because it messes up the order in which people normally read text. Q: Why is top-posting such a bad thing? --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Asif Iqbal wrote:> I am running puppet 0.24.8 on ubuntu 9.04 > > I am failing to make the rrdgraph to work > > Sep 18 23:46:36 sys-ubuntu puppetmasterd[30748]: RRD library is missing; > cannot store metrics > Sep 18 23:46:36 sys-ubuntu puppetmasterd[30748]: RRD library is missing; > cannot graph metrics > Sep 18 23:46:36 sys-ubuntu puppetmasterd[30748]: RRD library is missing; > cannot store metrics > Sep 18 23:46:36 sys-ubuntu puppetmasterd[30748]: RRD library is missing; > cannot graph metrics > Sep 18 23:46:36 sys-ubuntu puppetmasterd[30748]: Report rrdgraph failed: > Could not find graphs for dailyI''d suggest it''s like the error says - you need to install the RRD library on Ubuntu. I think that''s the rrdtool and librrd-ruby packages from memory. Regards James Turnbull - -- Author of: * Pro Linux Systems Administration (http://tinyurl.com/linuxadmin) * Pulling Strings with Puppet (http://tinyurl.com/pupbook) * Pro Nagios 2.0 (http://tinyurl.com/pronagios) * Hardening Linux (http://tinyurl.com/hardeninglinux) -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.7 (Darwin) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iQEVAwUBSrSdPiFa/lDkFHAyAQL8egf/SfG9Vss4ozwhU7HrOBDU1fYJrdacQRPM UfJXDfZ4sppdEC1XjIwcV8uirZ0GfUhjz5WTyZ6FVILp8U8O3hbuFjAKesrQ0nn5 PguM9+kdUSaTi45O9yQd8mCErUsa/TX6diNvCBihszum2KfaLMTJIF1gKGeGJUPg pmxIzr5KGuYFmksd0FYZhS4XfGrlgKO4+wV++tX52udi7/s/fW8WVkRlKTc9/Qz2 a3bhXU9wJLtqmyFMMXmjHsJIfuVvxE2QpOrbyJs6p6LMfuQ+0N+b0XHpilU07gN4 wMSjWyuirNY6LqxovqxtmT2QIV09LuxNJtecFp+mv2n3Gx+I+QFhiw==wHee -----END PGP SIGNATURE----- --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
I think that the gem RubyRRDtool is not available as a package under Ubuntu 9.04 If I''m right, try gem install RubyRRDtool (make sure you have the rrdtool-devel packages to build the native ext). Ohad On Sat, Sep 19, 2009 at 4:58 PM, James Turnbull <james@lovedthanlost.net>wrote:> > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > Asif Iqbal wrote: > > I am running puppet 0.24.8 on ubuntu 9.04 > > > > I am failing to make the rrdgraph to work > > > > Sep 18 23:46:36 sys-ubuntu puppetmasterd[30748]: RRD library is missing; > > cannot store metrics > > Sep 18 23:46:36 sys-ubuntu puppetmasterd[30748]: RRD library is missing; > > cannot graph metrics > > Sep 18 23:46:36 sys-ubuntu puppetmasterd[30748]: RRD library is missing; > > cannot store metrics > > Sep 18 23:46:36 sys-ubuntu puppetmasterd[30748]: RRD library is missing; > > cannot graph metrics > > Sep 18 23:46:36 sys-ubuntu puppetmasterd[30748]: Report rrdgraph failed: > > Could not find graphs for daily > > I''d suggest it''s like the error says - you need to install the RRD > library on Ubuntu. I think that''s the rrdtool and librrd-ruby > packages from memory. > > Regards > > James Turnbull > > - -- > Author of: > * Pro Linux Systems Administration (http://tinyurl.com/linuxadmin) > * Pulling Strings with Puppet (http://tinyurl.com/pupbook) > * Pro Nagios 2.0 (http://tinyurl.com/pronagios) > * Hardening Linux (http://tinyurl.com/hardeninglinux) > -----BEGIN PGP SIGNATURE----- > Version: GnuPG v1.4.7 (Darwin) > Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ > > iQEVAwUBSrSdPiFa/lDkFHAyAQL8egf/SfG9Vss4ozwhU7HrOBDU1fYJrdacQRPM > UfJXDfZ4sppdEC1XjIwcV8uirZ0GfUhjz5WTyZ6FVILp8U8O3hbuFjAKesrQ0nn5 > PguM9+kdUSaTi45O9yQd8mCErUsa/TX6diNvCBihszum2KfaLMTJIF1gKGeGJUPg > pmxIzr5KGuYFmksd0FYZhS4XfGrlgKO4+wV++tX52udi7/s/fW8WVkRlKTc9/Qz2 > a3bhXU9wJLtqmyFMMXmjHsJIfuVvxE2QpOrbyJs6p6LMfuQ+0N+b0XHpilU07gN4 > wMSjWyuirNY6LqxovqxtmT2QIV09LuxNJtecFp+mv2n3Gx+I+QFhiw=> =wHee > -----END PGP SIGNATURE----- > > > >--~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
I take it back, after looking at http://groups.google.com/group/puppet-users/browse_thread/thread/b3dfe784d37cece2/09fb32664b579606?lnk=raot&pli=1and doble checking myself, RubyRRDtool does not copmile on Ubuntu 9.04. Sorry, maybe its time to move to another ruby RRD library? Ohad On Sat, Sep 19, 2009 at 6:39 PM, Ohad Levy <ohadlevy@gmail.com> wrote:> I think that the gem RubyRRDtool is not available as a package under Ubuntu > 9.04 > > If I''m right, try gem install RubyRRDtool (make sure you have the > rrdtool-devel packages to build the native ext). > > Ohad > > > On Sat, Sep 19, 2009 at 4:58 PM, James Turnbull <james@lovedthanlost.net>wrote: > >> >> -----BEGIN PGP SIGNED MESSAGE----- >> Hash: SHA1 >> >> Asif Iqbal wrote: >> > I am running puppet 0.24.8 on ubuntu 9.04 >> > >> > I am failing to make the rrdgraph to work >> > >> > Sep 18 23:46:36 sys-ubuntu puppetmasterd[30748]: RRD library is missing; >> > cannot store metrics >> > Sep 18 23:46:36 sys-ubuntu puppetmasterd[30748]: RRD library is missing; >> > cannot graph metrics >> > Sep 18 23:46:36 sys-ubuntu puppetmasterd[30748]: RRD library is missing; >> > cannot store metrics >> > Sep 18 23:46:36 sys-ubuntu puppetmasterd[30748]: RRD library is missing; >> > cannot graph metrics >> > Sep 18 23:46:36 sys-ubuntu puppetmasterd[30748]: Report rrdgraph failed: >> > Could not find graphs for daily >> >> I''d suggest it''s like the error says - you need to install the RRD >> library on Ubuntu. I think that''s the rrdtool and librrd-ruby >> packages from memory. >> >> Regards >> >> James Turnbull >> >> - -- >> Author of: >> * Pro Linux Systems Administration (http://tinyurl.com/linuxadmin) >> * Pulling Strings with Puppet (http://tinyurl.com/pupbook) >> * Pro Nagios 2.0 (http://tinyurl.com/pronagios) >> * Hardening Linux (http://tinyurl.com/hardeninglinux) >> -----BEGIN PGP SIGNATURE----- >> Version: GnuPG v1.4.7 (Darwin) >> Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ >> >> iQEVAwUBSrSdPiFa/lDkFHAyAQL8egf/SfG9Vss4ozwhU7HrOBDU1fYJrdacQRPM >> UfJXDfZ4sppdEC1XjIwcV8uirZ0GfUhjz5WTyZ6FVILp8U8O3hbuFjAKesrQ0nn5 >> PguM9+kdUSaTi45O9yQd8mCErUsa/TX6diNvCBihszum2KfaLMTJIF1gKGeGJUPg >> pmxIzr5KGuYFmksd0FYZhS4XfGrlgKO4+wV++tX52udi7/s/fW8WVkRlKTc9/Qz2 >> a3bhXU9wJLtqmyFMMXmjHsJIfuVvxE2QpOrbyJs6p6LMfuQ+0N+b0XHpilU07gN4 >> wMSjWyuirNY6LqxovqxtmT2QIV09LuxNJtecFp+mv2n3Gx+I+QFhiw=>> =wHee >> -----END PGP SIGNATURE----- >> >> >> >> >--~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
On Sat, Sep 19, 2009 at 4:58 AM, James Turnbull <james@lovedthanlost.net>wrote:> > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > Asif Iqbal wrote: > > I am running puppet 0.24.8 on ubuntu 9.04 > > > > I am failing to make the rrdgraph to work > > > > Sep 18 23:46:36 sys-ubuntu puppetmasterd[30748]: RRD library is missing; > > cannot store metrics > > Sep 18 23:46:36 sys-ubuntu puppetmasterd[30748]: RRD library is missing; > > cannot graph metrics > > Sep 18 23:46:36 sys-ubuntu puppetmasterd[30748]: RRD library is missing; > > cannot store metrics > > Sep 18 23:46:36 sys-ubuntu puppetmasterd[30748]: RRD library is missing; > > cannot graph metrics > > Sep 18 23:46:36 sys-ubuntu puppetmasterd[30748]: Report rrdgraph failed: > > Could not find graphs for daily > > I''d suggest it''s like the error says - you need to install the RRD > library on Ubuntu. I think that''s the rrdtool and librrd-ruby > packages from memory. > >I just installed the `rrdtool'', `librrd-ruby'', `librrd-ruby1.8'' and `librrd-dev'' I am still seeing the same errors " RRD library is missing; cannot store metrics " Regards> > James Turnbull > > - -- > Author of: > * Pro Linux Systems Administration (http://tinyurl.com/linuxadmin) > * Pulling Strings with Puppet (http://tinyurl.com/pupbook) > * Pro Nagios 2.0 (http://tinyurl.com/pronagios) > * Hardening Linux (http://tinyurl.com/hardeninglinux) > -----BEGIN PGP SIGNATURE----- > Version: GnuPG v1.4.7 (Darwin) > Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ > > iQEVAwUBSrSdPiFa/lDkFHAyAQL8egf/SfG9Vss4ozwhU7HrOBDU1fYJrdacQRPM > UfJXDfZ4sppdEC1XjIwcV8uirZ0GfUhjz5WTyZ6FVILp8U8O3hbuFjAKesrQ0nn5 > PguM9+kdUSaTi45O9yQd8mCErUsa/TX6diNvCBihszum2KfaLMTJIF1gKGeGJUPg > pmxIzr5KGuYFmksd0FYZhS4XfGrlgKO4+wV++tX52udi7/s/fW8WVkRlKTc9/Qz2 > a3bhXU9wJLtqmyFMMXmjHsJIfuVvxE2QpOrbyJs6p6LMfuQ+0N+b0XHpilU07gN4 > wMSjWyuirNY6LqxovqxtmT2QIV09LuxNJtecFp+mv2n3Gx+I+QFhiw=> =wHee > -----END PGP SIGNATURE----- > > > >-- Asif Iqbal PGP Key: 0xE62693C5 KeyServer: pgp.mit.edu A: Because it messes up the order in which people normally read text. Q: Why is top-posting such a bad thing? --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---