<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. Re: Help with PERL5LIB error (Matt Almgren)<br />   2. Re: Help with PERL5LIB error (Matt Almgren)<br />   3. Re: Help with PERL5LIB error (Matt Almgren)<br /><br /><br />----------------------------------------------------------------------<br /><br />Message: 1<br />Date: Wed, 4 Sep 2013 22:53:01 -0700<br />From: Matt Almgren &lt;almgren@gmail.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;-7583718754755154620@unknownmsgid&gt;<br />Content-Type: text/plain; charset=ISO-8859-1<br /><br />Hi tt, can you point me to the correct rpmforge repo that I should be<br />using for centos6.4?  I'll try out your suggestions tomorrow.<br /><br />Thanks!<br /><br /><br />-- iMatt<br /><br />On Sep 4, 2013, at 8:22 PM, 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 wrong version of perl on<br />&gt; 6.4 (5.10).  At this point, I would 'yum erase perl-rrdtool' and then<br />&gt; 'yum insta
 ll 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.oet
 iker.ch/cgi-bin/listinfo/smokeping-users<br />&gt;<br /><br /><br /><br />------------------------------<br /><br />Message: 2<br />Date: Wed, 4 Sep 2013 22:55:16 -0700<br />From: Matt Almgren &lt;almgren@gmail.com&gt;<br />Subject: Re: [smokeping-users] Help with PERL5LIB error<br />To: Jean &lt;jean@wedebugyou.com&gt;<br />Cc: SmokePing Users &lt;smokeping-users@lists.oetiker.ch&gt;<br />Message-ID: &lt;792958365778510700@unknownmsgid&gt;<br />Content-Type: text/plain; charset=&quot;iso-8859-1&quot;<br /><br />Hi Jean, we've actually worked together last year with your guide and my<br />input. I documented all the steps from your guide and my suggestions.<br />They've worked at least a handful of times before, so I'm surprised it<br />failed this time.<br /><br /><br />-- iMatt<br /><br />On Sep 4, 2013, at 9:23 PM, Jean &lt;jean@wedebugyou.com&gt; wrote:<br /><br />Hi,<br /><br />It seems there is no smokeping package under centos.<br /><br />Try this guide. If any improv
 ement needs to be done, I would be happy to<br />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 />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 /><br />Hi Lars, I tried the following:<br /><br /><br />237  export<br /><br />PERL5LIB=/usr/lib64/perl5/vendor_perl/5.8.8/x86_64-linux-thread-multi<br /><br />&lt;Same Error&gt;<br /><br /><br />Then I tried to add a link to the @INC lib:<br /><br /><br />245  cd /usr/share/perl5/<br /><br />246  ln -s<br /><br />/usr/lib64/perl5/vendor_perl/5.8.8/x86_64-linux-thread-multi/RRDs.pm .<br /><br />&lt;Same Error&gt;<br /><br /><br />Still getting same results:<br /><br /><br />checking checking for perl module 'RRDs'... Failed<br /><br />checking checking for perl module 'FCGI'... Ok<br /><br />checking checking for perl module 'CGI'... Ok<br /><br />checking checking for perl module 'CGI::Fast'... Ok<br /><br />checking checking for perl module 'Config::Grammar'... Ok<br /><br />checking checking for perl module 'Digest::HMAC_MD5'... Ok<br /><br />checking checking for perl module 'LWP'... Ok<br /><br /><br />** 
 Aborting Configure ******************************<br /><br /><br />  If you know where perl can find the missing modules, set<br /><br />  the PERL5LIB environment variable accordingly.<br /><br /><br />&lt;snip&gt;<br /><br /><br /><br /><br /><br /><br /><br />On Wed, Sep 4, 2013 at 12:12 AM, Lars Thegler &lt;lars@thegler.dk<br /><br />&lt;mailto:lars@thegler.dk &lt;lars@thegler.dk&gt;&gt;&gt; wrote:<br /><br /><br />   On Wed, Sep 4, 2013 at 7:45 AM, Matt Almgren &lt;almgren@gmail.com<br /><br />   &lt;mailto:almgren@gmail.com &lt;almgren@gmail.com&gt;&gt;&gt; wrote:<br /><br />I am pulling my hair out here.  I have a new CentOS6.4 install and<br /><br />   running<br /><br />into problems installing smokeping.  I'm not sure what to make of this<br /><br />PERL5LIB.  I set it to /usr/bin/perl and still see problems.  Any<br /><br />   ideas?<br /><br /><br />   PERL5LIB is a list of directories in which perl will look for module<br /><br />   files, in addition to the bui
 lt-in directories. So, find out where<br /><br />   you've installed RRDs.pm, and add that directory to PERL5LIB.<br /><br /><br />   /Lars<br /><br /><br /><br /><br /><br />_______________________________________________<br /><br />smokeping-users mailing list<br /><br />smokeping-users@lists.oetiker.ch<br /><br />https://lists.oetiker.ch/cgi-bin/listinfo/smokeping-users<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 />-------------- next part --------------<br />An HTML attachment was scrubbed...<br />URL: http://lists.oetiker.ch/pipermail/smokeping-users/attachments/20130904/e737b647/attachment-0001.htm <br /><br />------------------------------<br /><br />Message: 3<br />Date: Thu, 5 Sep 2013 10:47:58 -0700<br />From: Matt Almgren &lt;almgren@gmail.com&gt;<br />Subject: Re: [smokeping-users] Help with PERL5LIB 
 error<br />To: Jaysen Johnson &lt;jaysen@jedinetworks.com&gt;,         SmokePing Users<br />        &lt;smokeping-users@lists.oetiker.ch&gt;<br />Message-ID:<br />        &lt;CACeB1bn7xZuANd6maho3OPgCi6_zDUAEMS5jikaDbCVvrsXy9A@mail.gmail.com&gt;<br />Content-Type: text/plain; charset=&quot;iso-8859-1&quot;<br /><br />Thanks all, I followed Jean's page and it was successful. It turns out that<br />I was using the wrong rpmforge repo.<br /><br /> -- Matt<br /><br /><br /><br />On Wed, Sep 4, 2013 at 10:57 PM, Jaysen Johnson &lt;jaysen@jedinetworks.com&gt;wrote:<br /><br />&gt; The We Debug You guide is excellent, I used it for my SmokePing setup.<br />&gt;<br />&gt; http://www.wedebugyou.com/**2012/11/how-to-install-and-**<br />&gt; configure-smokeping-on-centos-**6/&lt;http://www.wedebugyou.com/2012/11/how-to-install-and-configure-smokeping-on-centos-6/&gt;<br />&gt;<br />&gt; Jaysen Johnson<br />&gt;<br />&gt;<br />&gt; On 9/4/2013 22:55, Matt Almgren wrote:<br />&gt;<br />&gt;&gt; Hi Jean, we'v
 e actually worked together last year with your guide and my<br />&gt;&gt; input. I documented all the steps from your guide and my suggestions.<br />&gt;&gt; They've worked at least a handful of times before, so I'm surprised it<br />&gt;&gt; failed this time.<br />&gt;&gt;<br />&gt;&gt;<br />&gt;&gt; -- iMatt<br />&gt;&gt;<br />&gt;&gt; On Sep 4, 2013, at 9:23 PM, Jean &lt;jean@wedebugyou.com<br />&gt;&gt; &lt;mailto:jean@wedebugyou.com&gt;&gt; wrote:<br />&gt;&gt;<br />&gt;&gt;  Hi,<br />&gt;&gt;&gt;<br />&gt;&gt;&gt; It seems there is no smokeping package under centos.<br />&gt;&gt;&gt;<br />&gt;&gt;&gt; Try this guide. If any improvement needs to be done, I would be happy<br />&gt;&gt;&gt; to contribute.<br />&gt;&gt;&gt;<br />&gt;&gt;&gt; http://www.wedebugyou.com/**2012/11/how-to-install-and-**<br />&gt;&gt;&gt; configure-smokeping-on-centos-**6/&lt;http://www.wedebugyou.com/2012/11/how-to-install-and-configure-smokeping-on-centos-6/&gt;<br />&gt;&gt;&gt;<br />&gt;&gt;
 &gt; Good luck<br />&gt;&gt;&gt;<br />&gt;&gt;&gt; Jean<br />&gt;&gt;&gt;<br />&gt;&gt;&gt; On 2013-09-05, at 5:22, Tom Throckmorton &lt;throck+smokeping@gmail.com<br />&gt;&gt;&gt; &lt;mailto:throck+smokeping@**gmail.com &lt;throck%2Bsmokeping@gmail.com&gt;&gt;&gt;<br />&gt;&gt;&gt; wrote:<br />&gt;&gt;&gt;<br />&gt;&gt;&gt;  Matt;<br />&gt;&gt;&gt;&gt;<br />&gt;&gt;&gt;&gt; It looks like you have rpmforge repos enabled and you're pulling in el5<br />&gt;&gt;&gt;&gt; packages, e.g. the perl-rrdtool-1.4.7-1.el5.rf.**x86_64.  Not only is<br />&gt;&gt;&gt;&gt; that<br />&gt;&gt;&gt;&gt; package for the wrong dist, it is also for the wrong version of perl on<br />&gt;&gt;&gt;&gt; 6.4 (5.10).  At this point, I would 'yum erase perl-rrdtool' and then<br />&gt;&gt;&gt;&gt; 'yum install rrdtool-perl --disablerepo=rpmforge'.  That should take<br />&gt;&gt;&gt;&gt; care of your RRDs location issue for the build.<br />&gt;&gt;&gt;&gt;<br />&gt;&gt;&gt;&gt; Beyond that, it looks like y
 ou may have the wrong rpmforge-release<br />&gt;&gt;&gt;&gt; package installed; you may want to backout any packages you installed<br />&gt;&gt;&gt;&gt; from that repo, correct that and then start again.<br />&gt;&gt;&gt;&gt;<br />&gt;&gt;&gt;&gt; cheers,<br />&gt;&gt;&gt;&gt;<br />&gt;&gt;&gt;&gt; -tt<br />&gt;&gt;&gt;&gt;<br />&gt;&gt;&gt;&gt;<br />&gt;&gt;&gt;&gt; On 09/04/2013 07:17 PM, Matt Almgren wrote:<br />&gt;&gt;&gt;&gt;<br />&gt;&gt;&gt;&gt;&gt; Hi Lars, I tried the following:<br />&gt;&gt;&gt;&gt;&gt;<br />&gt;&gt;&gt;&gt;&gt; 237  export<br />&gt;&gt;&gt;&gt;&gt; PERL5LIB=/usr/lib64/perl5/**vendor_perl/5.8.8/x86_64-**<br />&gt;&gt;&gt;&gt;&gt; linux-thread-multi<br />&gt;&gt;&gt;&gt;&gt; &lt;Same Error&gt;<br />&gt;&gt;&gt;&gt;&gt;<br />&gt;&gt;&gt;&gt;&gt; Then I tried to add a link to the @INC lib:<br />&gt;&gt;&gt;&gt;&gt;<br />&gt;&gt;&gt;&gt;&gt; 245  cd /usr/share/perl5/<br />&gt;&gt;&gt;&gt;&gt; 246  ln -s<br />&gt;&gt;&gt;&gt;&gt; /usr/lib64/perl5/vendo
 r_perl/**5.8.8/x86_64-linux-thread-**multi/RRDs.pm<br />&gt;&gt;&gt;&gt;&gt; .<br />&gt;&gt;&gt;&gt;&gt; &lt;Same Error&gt;<br />&gt;&gt;&gt;&gt;&gt;<br />&gt;&gt;&gt;&gt;&gt; Still getting same results:<br />&gt;&gt;&gt;&gt;&gt;<br />&gt;&gt;&gt;&gt;&gt; checking checking for perl module 'RRDs'... Failed<br />&gt;&gt;&gt;&gt;&gt; checking checking for perl module 'FCGI'... Ok<br />&gt;&gt;&gt;&gt;&gt; checking checking for perl module 'CGI'... Ok<br />&gt;&gt;&gt;&gt;&gt; checking checking for perl module 'CGI::Fast'... Ok<br />&gt;&gt;&gt;&gt;&gt; checking checking for perl module 'Config::Grammar'... Ok<br />&gt;&gt;&gt;&gt;&gt; checking checking for perl module 'Digest::HMAC_MD5'... Ok<br />&gt;&gt;&gt;&gt;&gt; checking checking for perl module 'LWP'... Ok<br />&gt;&gt;&gt;&gt;&gt;<br />&gt;&gt;&gt;&gt;&gt; ** Aborting Configure ******************************<br />&gt;&gt;&gt;&gt;&gt;<br />&gt;&gt;&gt;&gt;&gt;   If you know where perl can find the missing modules, set<br
  />&gt;&gt;&gt;&gt;&gt;   the PERL5LIB environment variable accordingly.<br />&gt;&gt;&gt;&gt;&gt;<br />&gt;&gt;&gt;&gt;&gt; &lt;snip&gt;<br />&gt;&gt;&gt;&gt;&gt;<br />&gt;&gt;&gt;&gt;&gt;<br />&gt;&gt;&gt;&gt;&gt;<br />&gt;&gt;&gt;&gt;&gt;<br />&gt;&gt;&gt;&gt;&gt;<br />&gt;&gt;&gt;&gt;&gt;<br />&gt;&gt;&gt;&gt;&gt; On Wed, Sep 4, 2013 at 12:12 AM, Lars Thegler &lt;lars@thegler.dk<br />&gt;&gt;&gt;&gt;&gt; &lt;mailto:lars@thegler.dk&gt;<br />&gt;&gt;&gt;&gt;&gt; &lt;mailto:lars@thegler.dk&gt;&gt; wrote:<br />&gt;&gt;&gt;&gt;&gt;<br />&gt;&gt;&gt;&gt;&gt;    On Wed, Sep 4, 2013 at 7:45 AM, Matt Almgren &lt;almgren@gmail.com<br />&gt;&gt;&gt;&gt;&gt; &lt;mailto:almgren@gmail.com&gt;<br />&gt;&gt;&gt;&gt;&gt;    &lt;mailto:almgren@gmail.com&gt;&gt; wrote:<br />&gt;&gt;&gt;&gt;&gt;<br />&gt;&gt;&gt;&gt;&gt;&gt; I am pulling my hair out here.  I have a new CentOS6.4 install and<br />&gt;&gt;&gt;&gt;&gt;&gt;<br />&gt;&gt;&gt;&gt;&gt;    running<br />&gt;&gt;&gt;&gt;&gt;<br />&gt
 ;&gt;&gt;&gt;&gt;&gt; into problems installing smokeping.  I'm not sure what to make of this<br />&gt;&gt;&gt;&gt;&gt;&gt; PERL5LIB.  I set it to /usr/bin/perl and still see problems.  Any<br />&gt;&gt;&gt;&gt;&gt;&gt;<br />&gt;&gt;&gt;&gt;&gt;    ideas?<br />&gt;&gt;&gt;&gt;&gt;<br />&gt;&gt;&gt;&gt;&gt;    PERL5LIB is a list of directories in which perl will look for module<br />&gt;&gt;&gt;&gt;&gt;    files, in addition to the built-in directories. So, find out where<br />&gt;&gt;&gt;&gt;&gt;    you've installed RRDs.pm, and add that directory to PERL5LIB.<br />&gt;&gt;&gt;&gt;&gt;<br />&gt;&gt;&gt;&gt;&gt;    /Lars<br />&gt;&gt;&gt;&gt;&gt;<br />&gt;&gt;&gt;&gt;&gt;<br />&gt;&gt;&gt;&gt;&gt;<br />&gt;&gt;&gt;&gt;&gt;<br />&gt;&gt;&gt;&gt;&gt; ______________________________**_________________<br />&gt;&gt;&gt;&gt;&gt; smokeping-users mailing list<br />&gt;&gt;&gt;&gt;&gt; smokeping-users@lists.oetiker.**ch &lt;smokeping-users@lists.oetiker.ch&gt;<br />&gt;&gt;&gt;&gt;&gt;
  &lt;mailto:smokeping-users@lists.**oetiker.ch&lt;smokeping-users@lists.oetiker.ch&gt;<br />&gt;&gt;&gt;&gt;&gt; &gt;<br />&gt;&gt;&gt;&gt;&gt; https://lists.oetiker.ch/cgi-**bin/listinfo/smokeping-users&lt;https://lists.oetiker.ch/cgi-bin/listinfo/smokeping-users&gt;<br />&gt;&gt;&gt;&gt;&gt;<br />&gt;&gt;&gt;&gt;&gt;<br />&gt;&gt;&gt;&gt; ______________________________**_________________<br />&gt;&gt;&gt;&gt; smokeping-users mailing list<br />&gt;&gt;&gt;&gt; smokeping-users@lists.oetiker.**ch &lt;smokeping-users@lists.oetiker.ch&gt;<br />&gt;&gt;&gt;&gt; &lt;mailto:smokeping-users@lists.**oetiker.ch&lt;smokeping-users@lists.oetiker.ch&gt;<br />&gt;&gt;&gt;&gt; &gt;<br />&gt;&gt;&gt;&gt; https://lists.oetiker.ch/cgi-**bin/listinfo/smokeping-users&lt;https://lists.oetiker.ch/cgi-bin/listinfo/smokeping-users&gt;<br />&gt;&gt;&gt;&gt;<br />&gt;&gt;&gt;<br />&gt;&gt;<br />&gt;&gt; ______________________________**_________________<br />&gt;&gt; smokeping-users mailing list<br /
 >&gt;&gt; smokeping-users@lists.oetiker.**ch &lt;smokeping-users@lists.oetiker.ch&gt;<br />&gt;&gt; https://lists.oetiker.ch/cgi-**bin/listinfo/smokeping-users&lt;https://lists.oetiker.ch/cgi-bin/listinfo/smokeping-users&gt;<br />&gt;&gt;<br />&gt;&gt;<br />-------------- next part --------------<br />An HTML attachment was scrubbed...<br />URL: http://lists.oetiker.ch/pipermail/smokeping-users/attachments/20130905/2957e870/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 3<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/46">http://florin-pc/portal/view-help-request/46</a><br/>
  
</td>
</tr>
</table>
</body>