<body leftmargin="0" marginwidth="0" topmargin="0" marginheight="0" offset="0" bgcolor='#FFFFFF' ><!-- This is a notification from the Help Desk. -->

<STYLE>
 a { color:#FF6600;}
</STYLE>
<table width="550" cellpadding="20" cellspacing="0" bgcolor="#FFFFFF">
<tr>
<td bgcolor="#FFFFFF" valign="top" style="font-size:12px;color:#000000;font-family:trebuchet ms;">
  
  
  <p style="font-weight:bold"></p>
  

  

  <i style="color:#555555; font-size:11px">On Nov 12, 2013 @ 05:32 pm, smokeping-users-request@lists.oetiker.ch wrote:</i>
  <p>Send smokeping-users mailing list submissions to<br />        smokeping-users@lists.oetiker.ch<br /><br />To subscribe or unsubscribe via the World Wide Web, visit<br />        https://lists.oetiker.ch/cgi-bin/listinfo/smokeping-users<br />or, via email, send a message with subject or body 'help' to<br />        smokeping-users-request@lists.oetiker.ch<br /><br />You can reach the person managing the list at<br />        smokeping-users-owner@lists.oetiker.ch<br /><br />When replying, please edit your Subject line so it is more specific<br />than &quot;Re: Contents of smokeping-users digest...&quot;<br /><br /><br />Today's Topics:<br /><br />   1. smoke ping stops capturing data intermittently (Sean Power)<br />   2. Re: smoke ping stops capturing data intermittently (Gregory Sloop)<br />   3. Re: Help with PERL5LIB error (Matt Almgren)<br />   4. Re: Help with PERL5LIB error (Tom Throckmorton)<br />   5. Re: Help with PERL5LIB error (Jean)<br /><br /><br />----------------------------------------
 ------------------------------<br /><br />Message: 1<br />Date: Wed, 04 Sep 2013 10:47:22 -0400<br />From: Sean Power &lt;sean@bitmakerlabs.com&gt;<br />Subject: [smokeping-users] smoke ping stops capturing data<br />        intermittently<br />To: &lt;smokeping-users@lists.oetiker.ch&gt;<br />Message-ID: &lt;CE4CC039.2DEC%sean@bitmakerlabs.com&gt;<br />Content-Type: text/plain; charset=&quot;us-ascii&quot;<br /><br />Hello, <br /><br />I have &quot;holes&quot; in my smoke ping graphs, and no clue how I'd go about<br />troubleshooting them:  http://i.imgur.com/d4faBgZ.jpg.<br /><br />I'm running smoke ping 2.6.8 on a raspberry pi model b, using Raspbian OS<br />(basically, Debian optimized for Raspberry Pi).<br /><br />I've attached a dump of my configs here:<br /><br /> http://pastebin.ca/2443480<br /><br />Thoughts on where to go from here?<br /><br />Thanks!<br /><br /><br /><br />-------------- next part --------------<br />An HTML attachment was scrubbed...<br />URL: http://li
 sts.oetiker.ch/pipermail/smokeping-users/attachments/20130904/f1a35dd2/attachment-0001.htm <br /><br />------------------------------<br /><br />Message: 2<br />Date: Wed, 4 Sep 2013 08:07:10 -0700<br />From: Gregory Sloop &lt;gregs@sloop.net&gt;<br />Subject: Re: [smokeping-users] smoke ping stops capturing data<br />        intermittently<br />To: Sean Power &lt;sean@bitmakerlabs.com&gt;<br />Cc: smokeping-users@lists.oetiker.ch<br />Message-ID: &lt;1109862885.20130904080710@sloop.net&gt;<br />Content-Type: text/plain; charset=&quot;us-ascii&quot;<br /><br />An HTML attachment was scrubbed...<br />URL: http://lists.oetiker.ch/pipermail/smokeping-users/attachments/20130904/a9f8a990/attachment-0001.htm <br /><br />------------------------------<br /><br />Message: 3<br />Date: Wed, 4 Sep 2013 16:17:23 -0700<br />From: Matt Almgren &lt;almgren@gmail.com&gt;<br />Subject: Re: [smokeping-users] Help with PERL5LIB error<br />To: Lars Thegler &lt;lars@thegler.dk&gt;<br />Cc: SmokePing U
 sers &lt;smokeping-users@lists.oetiker.ch&gt;<br />Message-ID:<br />        &lt;CACeB1bnLraUmdZYm=FdQv9DSezT57XLi0ZRZjOo6HNe8eXdBfw@mail.gmail.com&gt;<br />Content-Type: text/plain; charset=&quot;iso-8859-1&quot;<br /><br />Hi Lars, I tried the following:<br /><br />237  export<br />PERL5LIB=/usr/lib64/perl5/vendor_perl/5.8.8/x86_64-linux-thread-multi<br />&lt;Same Error&gt;<br /><br />Then I tried to add a link to the @INC lib:<br /><br />245  cd /usr/share/perl5/<br />246  ln -s<br />/usr/lib64/perl5/vendor_perl/5.8.8/x86_64-linux-thread-multi/RRDs.pm .<br />&lt;Same Error&gt;<br /><br />Still getting same results:<br /><br />checking checking for perl module 'RRDs'... Failed<br />checking checking for perl module 'FCGI'... Ok<br />checking checking for perl module 'CGI'... Ok<br />checking checking for perl module 'CGI::Fast'... Ok<br />checking checking for perl module 'Config::Grammar'... Ok<br />checking checking for perl module 'Digest::HMAC_MD5'... Ok<br />checking checking
  for perl module 'LWP'... Ok<br /><br />** Aborting Configure ******************************<br /><br />   If you know where perl can find the missing modules, set<br />   the PERL5LIB environment variable accordingly.<br /><br />&lt;snip&gt;<br /><br /><br /><br /><br /><br /><br />On Wed, Sep 4, 2013 at 12:12 AM, Lars Thegler &lt;lars@thegler.dk&gt; wrote:<br /><br />&gt; On Wed, Sep 4, 2013 at 7:45 AM, Matt Almgren &lt;almgren@gmail.com&gt; wrote:<br />&gt; &gt; I am pulling my hair out here.  I have a new CentOS6.4 install and<br />&gt; running<br />&gt; &gt; into problems installing smokeping.  I'm not sure what to make of this<br />&gt; &gt; PERL5LIB.  I set it to /usr/bin/perl and still see problems.  Any ideas?<br />&gt;<br />&gt; PERL5LIB is a list of directories in which perl will look for module<br />&gt; files, in addition to the built-in directories. So, find out where<br />&gt; you've installed RRDs.pm, and add that directory to PERL5LIB.<br />&gt;<br />&gt; /L
 ars<br />&gt;<br />-------------- next part --------------<br />An HTML attachment was scrubbed...<br />URL: http://lists.oetiker.ch/pipermail/smokeping-users/attachments/20130904/7bf715fe/attachment-0001.htm <br /><br />------------------------------<br /><br />Message: 4<br />Date: Wed, 04 Sep 2013 23:22:13 -0400<br />From: Tom Throckmorton &lt;throck+smokeping@gmail.com&gt;<br />Subject: Re: [smokeping-users] Help with PERL5LIB error<br />To: Matt Almgren &lt;almgren@gmail.com&gt;<br />Cc: SmokePing Users &lt;smokeping-users@lists.oetiker.ch&gt;<br />Message-ID: &lt;5227F8E5.7080903@gmail.com&gt;<br />Content-Type: text/plain; charset=ISO-8859-1<br /><br />Matt;<br /><br />It looks like you have rpmforge repos enabled and you're pulling in el5<br />packages, e.g. the perl-rrdtool-1.4.7-1.el5.rf.x86_64.  Not only is that<br />package for the wrong dist, it is also for the wrong version of perl on<br />6.4 (5.10).  At this point, I would 'yum erase perl-rrdtool' and then<br
  />'yum install rrdtool-perl --disablerepo=rpmforge'.  That should take<br />care of your RRDs location issue for the build.<br /><br />Beyond that, it looks like you may have the wrong rpmforge-release<br />package installed; you may want to backout any packages you installed<br />from that repo, correct that and then start again.<br /><br />cheers,<br /><br />-tt<br /><br /><br />On 09/04/2013 07:17 PM, Matt Almgren wrote:<br />&gt; Hi Lars, I tried the following:<br />&gt; <br />&gt; 237  export<br />&gt; PERL5LIB=/usr/lib64/perl5/vendor_perl/5.8.8/x86_64-linux-thread-multi<br />&gt; &lt;Same Error&gt;<br />&gt; <br />&gt; Then I tried to add a link to the @INC lib: <br />&gt; <br />&gt; 245  cd /usr/share/perl5/<br />&gt; 246  ln -s<br />&gt; /usr/lib64/perl5/vendor_perl/5.8.8/x86_64-linux-thread-multi/RRDs.pm .<br />&gt; &lt;Same Error&gt;<br />&gt; <br />&gt; Still getting same results:<br />&gt; <br />&gt; checking checking for perl module 'RRDs'... Failed<br />&gt; c
 hecking checking for perl module 'FCGI'... Ok<br />&gt; checking checking for perl module 'CGI'... Ok<br />&gt; checking checking for perl module 'CGI::Fast'... Ok<br />&gt; checking checking for perl module 'Config::Grammar'... Ok<br />&gt; checking checking for perl module 'Digest::HMAC_MD5'... Ok<br />&gt; checking checking for perl module 'LWP'... Ok<br />&gt; <br />&gt; ** Aborting Configure ******************************<br />&gt; <br />&gt;    If you know where perl can find the missing modules, set<br />&gt;    the PERL5LIB environment variable accordingly.<br />&gt; <br />&gt; &lt;snip&gt;<br />&gt; <br />&gt; <br />&gt; <br />&gt; <br />&gt; <br />&gt; <br />&gt; On Wed, Sep 4, 2013 at 12:12 AM, Lars Thegler &lt;lars@thegler.dk<br />&gt; &lt;mailto:lars@thegler.dk&gt;&gt; wrote:<br />&gt; <br />&gt;     On Wed, Sep 4, 2013 at 7:45 AM, Matt Almgren &lt;almgren@gmail.com<br />&gt;     &lt;mailto:almgren@gmail.com&gt;&gt; wrote:<br />&gt;     &gt; I am pulling my hair
  out here.  I have a new CentOS6.4 install and<br />&gt;     running<br />&gt;     &gt; into problems installing smokeping.  I'm not sure what to make of this<br />&gt;     &gt; PERL5LIB.  I set it to /usr/bin/perl and still see problems.  Any<br />&gt;     ideas?<br />&gt; <br />&gt;     PERL5LIB is a list of directories in which perl will look for module<br />&gt;     files, in addition to the built-in directories. So, find out where<br />&gt;     you've installed RRDs.pm, and add that directory to PERL5LIB.<br />&gt; <br />&gt;     /Lars<br />&gt; <br />&gt; <br />&gt; <br />&gt; <br />&gt; _______________________________________________<br />&gt; smokeping-users mailing list<br />&gt; smokeping-users@lists.oetiker.ch<br />&gt; https://lists.oetiker.ch/cgi-bin/listinfo/smokeping-users<br />&gt; <br /><br /><br /><br />------------------------------<br /><br />Message: 5<br />Date: Thu, 5 Sep 2013 06:23:19 +0200<br />From: Jean &lt;jean@wedebugyou.com&gt;<br />Subject: Re:
  [smokeping-users] Help with PERL5LIB error<br />To: &quot;throck+smokeping@gmail.com&quot; &lt;throck+smokeping@gmail.com&gt;<br />Cc: SmokePing Users &lt;smokeping-users@lists.oetiker.ch&gt;<br />Message-ID: &lt;3412B5BC-40F6-4AFC-B178-30F7695DF71C@wedebugyou.com&gt;<br />Content-Type: text/plain; charset=&quot;us-ascii&quot;<br /><br />Hi,<br /><br />It seems there is no smokeping package under centos.<br /><br />Try this guide. If any improvement needs to be done, I would be happy to contribute.<br /><br />http://www.wedebugyou.com/2012/11/how-to-install-and-configure-smokeping-on-centos-6/<br /><br />Good luck<br /><br />Jean<br /><br />On 2013-09-05, at 5:22, Tom Throckmorton &lt;throck+smokeping@gmail.com&gt; wrote:<br /><br />&gt; Matt;<br />&gt; <br />&gt; It looks like you have rpmforge repos enabled and you're pulling in el5<br />&gt; packages, e.g. the perl-rrdtool-1.4.7-1.el5.rf.x86_64.  Not only is that<br />&gt; package for the wrong dist, it is also for the w
 rong version of perl on<br />&gt; 6.4 (5.10).  At this point, I would 'yum erase perl-rrdtool' and then<br />&gt; 'yum install rrdtool-perl --disablerepo=rpmforge'.  That should take<br />&gt; care of your RRDs location issue for the build.<br />&gt; <br />&gt; Beyond that, it looks like you may have the wrong rpmforge-release<br />&gt; package installed; you may want to backout any packages you installed<br />&gt; from that repo, correct that and then start again.<br />&gt; <br />&gt; cheers,<br />&gt; <br />&gt; -tt<br />&gt; <br />&gt; <br />&gt; On 09/04/2013 07:17 PM, Matt Almgren wrote:<br />&gt;&gt; Hi Lars, I tried the following:<br />&gt;&gt; <br />&gt;&gt; 237  export<br />&gt;&gt; PERL5LIB=/usr/lib64/perl5/vendor_perl/5.8.8/x86_64-linux-thread-multi<br />&gt;&gt; &lt;Same Error&gt;<br />&gt;&gt; <br />&gt;&gt; Then I tried to add a link to the @INC lib: <br />&gt;&gt; <br />&gt;&gt; 245  cd /usr/share/perl5/<br />&gt;&gt; 246  ln -s<br />&gt;&gt; /usr/lib64/perl5/
 vendor_perl/5.8.8/x86_64-linux-thread-multi/RRDs.pm .<br />&gt;&gt; &lt;Same Error&gt;<br />&gt;&gt; <br />&gt;&gt; Still getting same results:<br />&gt;&gt; <br />&gt;&gt; checking checking for perl module 'RRDs'... Failed<br />&gt;&gt; checking checking for perl module 'FCGI'... Ok<br />&gt;&gt; checking checking for perl module 'CGI'... Ok<br />&gt;&gt; checking checking for perl module 'CGI::Fast'... Ok<br />&gt;&gt; checking checking for perl module 'Config::Grammar'... Ok<br />&gt;&gt; checking checking for perl module 'Digest::HMAC_MD5'... Ok<br />&gt;&gt; checking checking for perl module 'LWP'... Ok<br />&gt;&gt; <br />&gt;&gt; ** Aborting Configure ******************************<br />&gt;&gt; <br />&gt;&gt;   If you know where perl can find the missing modules, set<br />&gt;&gt;   the PERL5LIB environment variable accordingly.<br />&gt;&gt; <br />&gt;&gt; &lt;snip&gt;<br />&gt;&gt; <br />&gt;&gt; <br />&gt;&gt; <br />&gt;&gt; <br />&gt;&gt; <br />&gt;&gt; <br />&gt
 ;&gt; On Wed, Sep 4, 2013 at 12:12 AM, Lars Thegler &lt;lars@thegler.dk<br />&gt;&gt; &lt;mailto:lars@thegler.dk&gt;&gt; wrote:<br />&gt;&gt; <br />&gt;&gt;    On Wed, Sep 4, 2013 at 7:45 AM, Matt Almgren &lt;almgren@gmail.com<br />&gt;&gt;    &lt;mailto:almgren@gmail.com&gt;&gt; wrote:<br />&gt;&gt;&gt; I am pulling my hair out here.  I have a new CentOS6.4 install and<br />&gt;&gt;    running<br />&gt;&gt;&gt; into problems installing smokeping.  I'm not sure what to make of this<br />&gt;&gt;&gt; PERL5LIB.  I set it to /usr/bin/perl and still see problems.  Any<br />&gt;&gt;    ideas?<br />&gt;&gt; <br />&gt;&gt;    PERL5LIB is a list of directories in which perl will look for module<br />&gt;&gt;    files, in addition to the built-in directories. So, find out where<br />&gt;&gt;    you've installed RRDs.pm, and add that directory to PERL5LIB.<br />&gt;&gt; <br />&gt;&gt;    /Lars<br />&gt;&gt; <br />&gt;&gt; <br />&gt;&gt; <br />&gt;&gt; <br />&gt;&gt; __________________
 _____________________________<br />&gt;&gt; smokeping-users mailing list<br />&gt;&gt; smokeping-users@lists.oetiker.ch<br />&gt;&gt; https://lists.oetiker.ch/cgi-bin/listinfo/smokeping-users<br />&gt; <br />&gt; _______________________________________________<br />&gt; smokeping-users mailing list<br />&gt; smokeping-users@lists.oetiker.ch<br />&gt; https://lists.oetiker.ch/cgi-bin/listinfo/smokeping-users<br />-------------- next part --------------<br />An HTML attachment was scrubbed...<br />URL: http://lists.oetiker.ch/pipermail/smokeping-users/attachments/20130905/b25c67a2/attachment.htm <br /><br />------------------------------<br /><br />_______________________________________________<br />smokeping-users mailing list<br />smokeping-users@lists.oetiker.ch<br />https://lists.oetiker.ch/cgi-bin/listinfo/smokeping-users<br /><br /><br />End of smokeping-users Digest, Vol 79, Issue 2<br />**********************************************</p>
  <br/>
  

  

  

  
    <hr/>
    This is an automated response.  Your issue has been noted.  We'll be in touch soon.<br/>

    

    <br/>
    Please reply to this email or visit the URL below with any additional details.<br/>
    <br/>
    <a href="http://florin-pc/portal/view-help-request/45">http://florin-pc/portal/view-help-request/45</a><br/>
  
</td>
</tr>
</table>
</body>