This is a notification from the Help Desk.



On Nov 12, 2013 @ 05:32 pm, [email protected] wrote:
Send smokeping-users mailing list submissions to
        [email protected]

To subscribe or unsubscribe via the World Wide Web, visit
        https://lists.oetiker.ch/cgi-bin/listinfo/smokeping-users
or, via email, send a message with subject or body 'help' to
        [email protected]

You can reach the person managing the list at
        [email protected]

When replying, please edit your Subject line so it is more specific
than "Re: Contents of smokeping-users digest..."


Today's Topics:

   1. Re: RedHat install newbie issues. (Paul Mansfield)
   2. slave colors not changing (Steve Wray)
   3. Help with PERL5LIB error (Matt Almgren)
   4. Re: Help with PERL5LIB error (Lars Thegler)
   5. Re: Help with PERL5LIB error (Jeff Foster)


----------------------------------------------------------------------

Message: 1
Date: Tue, 27 Aug 2013 10:58:55 +0100
From: Paul Mansfield <[email protected]>
Subject: Re: [smokeping-users] RedHat install newbie issues.
To: "[email protected]"
        <[email protected]>
Message-ID:
        <CAHYeK0cC0JckLM54hzfhzmA4DiR=3xAVS=w4jv-3mzgwy3d...@mail.gmail.com>
Content-Type: text/plain; charset=ISO-8859-1

cpan has a tendency to fill up a box with all sorts of things you
almost certainly don't want in production!

I would strongly advise using cpanspec and building an RPM of the
"missing" perl modules on a box specifically intended for building
things.. or a temporary VM.

I gave up on running smokeping master on Centos5 as we've been
actively phasing it out.

Meanwhile, in case any Centos5 or 6 users would fine them useful, I've
uploaded the "missing" package for perl-Config-Grammar which both
master and slave need (you can ignore some dependencies on the
slaves).

http://zaurus.org.uk/download/pkgs-el5/
http://zaurus.org.uk/download/pkgs-el6/



------------------------------

Message: 2
Date: Tue, 3 Sep 2013 21:34:02 +0800
From: Steve Wray <[email protected]>
Subject: [smokeping-users] slave colors not changing
To: [email protected]
Message-ID:
        <ca+vkodnelmb2auxy3whh2stxnouxjy47_qxjez7pibfm7v+...@mail.gmail.com>
Content-Type: text/plain; charset="iso-8859-1"

Hi,

I've got some slaves configured, their graphs show and update fine. Problem
is that the colors of the lines are somehow stuck. I've changed the color
in the config file, I've restarted smokeping, I've restarted apache, I've
cleaned out /var/cache/smokeping/images/ but the colors stay stuck.

What do I need to do to 'unstuck' the colors?

Thanks!
-------------- next part --------------
An HTML attachment was scrubbed...
URL: 
http://lists.oetiker.ch/pipermail/smokeping-users/attachments/20130903/1bb12b29/attachment-0001.htm
 

------------------------------

Message: 3
Date: Tue, 3 Sep 2013 22:45:43 -0700
From: Matt Almgren <[email protected]>
Subject: [smokeping-users] Help with PERL5LIB error
To: SmokePing Users <[email protected]>
Message-ID:
        <CACeB1b=oNHMgpWeab498+=KaNjgMwp7WWGfN52oZB5qq=mp...@mail.gmail.com>
Content-Type: text/plain; charset="iso-8859-1"

I am pulling my hair out here.  I have a new CentOS6.4 install and running
into problems installing smokeping.  I'm not sure what to make of this
PERL5LIB.  I set it to /usr/bin/perl and still see problems.  Any ideas?

...
checking checking for gnu make availablility... /usr/bin/gmake is GNU make
checking checking for perl module 'RRDs'... Failed
checking checking for perl module 'FCGI'... Ok
checking checking for perl module 'CGI'... Ok
checking checking for perl module 'CGI::Fast'... Ok
checking checking for perl module 'Config::Grammar'... Ok
checking checking for perl module 'Digest::HMAC_MD5'... Ok
checking checking for perl module 'LWP'... Ok

** Aborting Configure ******************************

   If you know where perl can find the missing modules, set
   the PERL5LIB environment variable accordingly.

   FIRST though, make sure that 'perl' starts the perl
   binary you want to use for SmokePing.

   Now you can install local copies of the missing modules
   by running

     ./setup/build-perl-modules.sh /opt/smokeping/thirdparty

   The RRDs perl module is part of RRDtool. Either use the rrdtool
   package provided by your OS or install rrdtool from source.
   If you install from source, the RRDs module is located
   PREFIX/lib/perl

[root@sfo-admin007 smokeping-2.6.9]# yum search perl | grep rrd
perl-rrdtool.x86_64 : Perl RRDtool bindings
rrdtool-perl.x86_64 : Perl RRDtool bindings
[root@sfo-admin007 smokeping-2.6.9]# yum install perl-rrdtool.x86_64
rrdtool-perl.x86_64
Loaded plugins: fastestmirror, security
Loading mirror speeds from cached hostfile
 * base: mirror.pac-12.org
 * extras: mirror.san.fastserv.com
 * rpmforge: mirror.hmc.edu
 * updates: mirrors.versaweb.com
Setting up Install Process
Package perl-rrdtool-1.4.7-1.el5.rf.x86_64 already installed and latest
version
Package rrdtool-perl-1.3.8-6.el6.x86_64 is obsoleted by
perl-rrdtool-1.4.7-1.el5.rf.x86_64 which is already installed
Nothing to do
[root@sfo-admin007 smokeping-2.6.9]#
[root@sfo-admin007 smokeping-2.6.9]# which perl
/usr/bin/perl
[root@sfo-admin007 smokeping-2.6.9]# echo $PERL5LIB
/usr/bin/perl
[root@sfo-admin007 smokeping-2.6.9]#
-------------- next part --------------
An HTML attachment was scrubbed...
URL: 
http://lists.oetiker.ch/pipermail/smokeping-users/attachments/20130903/52862cc0/attachment-0001.htm
 

------------------------------

Message: 4
Date: Wed, 4 Sep 2013 09:12:28 +0200
From: Lars Thegler <[email protected]>
Subject: Re: [smokeping-users] Help with PERL5LIB error
To: Matt Almgren <[email protected]>
Cc: SmokePing Users <[email protected]>
Message-ID:
        <CAO7rfHESizADFBoOzaFsLrYoJYu=df8-4Y1tWavZQEbap=7...@mail.gmail.com>
Content-Type: text/plain; charset=ISO-8859-1

On Wed, Sep 4, 2013 at 7:45 AM, Matt Almgren <[email protected]> wrote:
> I am pulling my hair out here.  I have a new CentOS6.4 install and running
> into problems installing smokeping.  I'm not sure what to make of this
> PERL5LIB.  I set it to /usr/bin/perl and still see problems.  Any ideas?

PERL5LIB is a list of directories in which perl will look for module
files, in addition to the built-in directories. So, find out where
you've installed RRDs.pm, and add that directory to PERL5LIB.

/Lars



------------------------------

Message: 5
Date: Wed, 4 Sep 2013 05:42:37 -0500
From: Jeff Foster <[email protected]>
Subject: Re: [smokeping-users] Help with PERL5LIB error
To: Matt Almgren <[email protected]>, SmokePing Users
        <[email protected]>
Message-ID:
        <[email protected]>
Content-Type: text/plain; charset="us-ascii"

Try installing the perl rrd module via yum run the command -

                yum install rrdtool-perl


Jeff F>


From: [email protected] 
[mailto:[email protected]] On Behalf 
Of Matt Almgren
Sent: Wednesday, September 04, 2013 12:46 AM
To: SmokePing Users
Subject: [smokeping-users] Help with PERL5LIB error

I am pulling my hair out here.  I have a new CentOS6.4 install and running into 
problems installing smokeping.  I'm not sure what to make of this PERL5LIB.  I 
set it to /usr/bin/perl and still see problems.  Any ideas?

...
checking checking for gnu make availablility... /usr/bin/gmake is GNU make
checking checking for perl module 'RRDs'... Failed
checking checking for perl module 'FCGI'... Ok
checking checking for perl module 'CGI'... Ok
checking checking for perl module 'CGI::Fast'... Ok
checking checking for perl module 'Config::Grammar'... Ok
checking checking for perl module 'Digest::HMAC_MD5'... Ok
checking checking for perl module 'LWP'... Ok

** Aborting Configure ******************************

   If you know where perl can find the missing modules, set
   the PERL5LIB environment variable accordingly.

   FIRST though, make sure that 'perl' starts the perl
   binary you want to use for SmokePing.

   Now you can install local copies of the missing modules
   by running

     ./setup/build-perl-modules.sh /opt/smokeping/thirdparty

   The RRDs perl module is part of RRDtool. Either use the rrdtool
   package provided by your OS or install rrdtool from source.
   If you install from source, the RRDs module is located
   PREFIX/lib/perl

[root@sfo-admin007 smokeping-2.6.9]# yum search perl | grep rrd
perl-rrdtool.x86_64 : Perl RRDtool bindings
rrdtool-perl.x86_64 : Perl RRDtool bindings
[root@sfo-admin007 smokeping-2.6.9]# yum install perl-rrdtool.x86_64 
rrdtool-perl.x86_64
Loaded plugins: fastestmirror, security
Loading mirror speeds from cached hostfile
 * base: mirror.pac-12.org<http://mirror.pac-12.org/>
 * extras: mirror.san.fastserv.com<http://mirror.san.fastserv.com/>
 * rpmforge: mirror.hmc.edu<http://mirror.hmc.edu/>
 * updates: mirrors.versaweb.com<http://mirrors.versaweb.com/>
Setting up Install Process
Package perl-rrdtool-1.4.7-1.el5.rf.x86_64 already installed and latest version
Package rrdtool-perl-1.3.8-6.el6.x86_64 is obsoleted by 
perl-rrdtool-1.4.7-1.el5.rf.x86_64 which is already installed
Nothing to do
[root@sfo-admin007 smokeping-2.6.9]#
[root@sfo-admin007 smokeping-2.6.9]# which perl
/usr/bin/perl
[root@sfo-admin007 smokeping-2.6.9]# echo $PERL5LIB
/usr/bin/perl
[root@sfo-admin007 smokeping-2.6.9]#


***
The information in this email is confidential and intended solely for the 
individual or entity to whom it is addressed. If you have received this email 
in error please notify the sender by return e-mail, delete this email, and 
refrain from any disclosure or action based on the information.
***
-------------- next part --------------
An HTML attachment was scrubbed...
URL: 
http://lists.oetiker.ch/pipermail/smokeping-users/attachments/20130904/e4dec8fc/attachment.htm
 

------------------------------

_______________________________________________
smokeping-users mailing list
[email protected]
https://lists.oetiker.ch/cgi-bin/listinfo/smokeping-users


End of smokeping-users Digest, Vol 79, Issue 1
**********************************************

------
This is an automated response.  Your issue has been noted.  We'll be in touch 
soon.



Please reply to this email or visit the URL below with any additional details.

http://florin-pc/portal/view-help-request/44


_______________________________________________
smokeping-users mailing list
[email protected]
https://lists.oetiker.ch/cgi-bin/listinfo/smokeping-users

Reply via email to