<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: CentOS 5.3 Smokeping 2.4.2 Install (quick)</title>
	<atom:link href="http://slog.carlheaton.co.uk/index.php/2009/06/centos-5-3-smokeping-2-4-2-install-quick/feed/" rel="self" type="application/rss+xml" />
	<link>http://slog.carlheaton.co.uk/index.php/2009/06/centos-5-3-smokeping-2-4-2-install-quick/</link>
	<description>Slog - slowly updating blog.</description>
	<lastBuildDate>Sat, 17 Jul 2010 11:54:02 +0100</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>By: Carl</title>
		<link>http://slog.carlheaton.co.uk/index.php/2009/06/centos-5-3-smokeping-2-4-2-install-quick/comment-page-1/#comment-64</link>
		<dc:creator>Carl</dc:creator>
		<pubDate>Sun, 07 Feb 2010 16:36:42 +0000</pubDate>
		<guid isPermaLink="false">http://slog.carlheaton.co.uk/?p=164#comment-64</guid>
		<description>It sounds like you have an error in the configuration file.</description>
		<content:encoded><![CDATA[<p>It sounds like you have an error in the configuration file.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: raulkang</title>
		<link>http://slog.carlheaton.co.uk/index.php/2009/06/centos-5-3-smokeping-2-4-2-install-quick/comment-page-1/#comment-63</link>
		<dc:creator>raulkang</dc:creator>
		<pubDate>Sun, 07 Feb 2010 07:05:14 +0000</pubDate>
		<guid isPermaLink="false">http://slog.carlheaton.co.uk/?p=164#comment-63</guid>
		<description>Hi, 

Mine is not working, i’ve got an error：

[root@smokeping smokeping]# /usr/local/smokeping/bin/smokeping --debug
### Compiling alert detector pattern &#039;someloss&#039;
### &gt;0%,*12*,&gt;0%,*12*,&gt;0%
sub { 
    my $d = shift;
    my $y = $d-&gt;{loss};
    for(1){
        my $imax2 = min(@$y - 3, 12);
        my $imax1 = min(@$y - 3, 12);
        my $minlength = 3;
        my $maxlength = 27;
        next if scalar @$y &lt; $minlength ;
        my $i1;
        for($i1=0; $i1 &lt; min($maxlength,$imax1); $i1++){
            my $i2;
            for($i2=0; $i2 [-3-$i1-$i2]
                                and $y-&gt;[-3-$i1-$i2] =~ /^\d/
                                and $y-&gt;[-3-$i1-$i2] &gt; 0;
                last;
            }
            return 0 if $i2 &gt;= min($maxlength-$i1-$i2,$imax2);
            next unless defined $y-&gt;[-2-$i1]
                            and $y-&gt;[-2-$i1] =~ /^\d/
                            and $y-&gt;[-2-$i1] &gt; 0;
            last;
        }
        return 0 if $i1 &gt;= min($maxlength-$i1,$imax1);
        next unless defined $y-&gt;[-1]
                        and $y-&gt;[-1] =~ /^\d/
                        and $y-&gt;[-1] &gt; 0;
        return 1;
    }
    return 0;
}



ERROR: unknown hierarchy owner in /usr/local/smokeping/var. Make sure it is listed in Presentation-&gt;hierarchies

Thanks!</description>
		<content:encoded><![CDATA[<p>Hi, </p>
<p>Mine is not working, i’ve got an error：</p>
<p>[root@smokeping smokeping]# /usr/local/smokeping/bin/smokeping &#8211;debug<br />
### Compiling alert detector pattern &#8216;someloss&#8217;<br />
### &gt;0%,*12*,&gt;0%,*12*,&gt;0%<br />
sub {<br />
    my $d = shift;<br />
    my $y = $d-&gt;{loss};<br />
    for(1){<br />
        my $imax2 = min(@$y &#8211; 3, 12);<br />
        my $imax1 = min(@$y &#8211; 3, 12);<br />
        my $minlength = 3;<br />
        my $maxlength = 27;<br />
        next if scalar @$y &lt; $minlength ;<br />
        my $i1;<br />
        for($i1=0; $i1 &lt; min($maxlength,$imax1); $i1++){<br />
            my $i2;<br />
            for($i2=0; $i2 [-3-$i1-$i2]<br />
                                and $y-&gt;[-3-$i1-$i2] =~ /^\d/<br />
                                and $y-&gt;[-3-$i1-$i2] &gt; 0;<br />
                last;<br />
            }<br />
            return 0 if $i2 &gt;= min($maxlength-$i1-$i2,$imax2);<br />
            next unless defined $y-&gt;[-2-$i1]<br />
                            and $y-&gt;[-2-$i1] =~ /^\d/<br />
                            and $y-&gt;[-2-$i1] &gt; 0;<br />
            last;<br />
        }<br />
        return 0 if $i1 &gt;= min($maxlength-$i1,$imax1);<br />
        next unless defined $y-&gt;[-1]<br />
                        and $y-&gt;[-1] =~ /^\d/<br />
                        and $y-&gt;[-1] &gt; 0;<br />
        return 1;<br />
    }<br />
    return 0;<br />
}</p>
<p>ERROR: unknown hierarchy owner in /usr/local/smokeping/var. Make sure it is listed in Presentation-&gt;hierarchies</p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: GanGan</title>
		<link>http://slog.carlheaton.co.uk/index.php/2009/06/centos-5-3-smokeping-2-4-2-install-quick/comment-page-1/#comment-60</link>
		<dc:creator>GanGan</dc:creator>
		<pubDate>Wed, 11 Nov 2009 14:41:09 +0000</pubDate>
		<guid isPermaLink="false">http://slog.carlheaton.co.uk/?p=164#comment-60</guid>
		<description>hello all, 

I followed this howto, but as you can see all my graphs are empty

http://smokeping.system-linux.eu/smokeping.cgi?target=_charts

an idée ?</description>
		<content:encoded><![CDATA[<p>hello all, </p>
<p>I followed this howto, but as you can see all my graphs are empty</p>
<p><a href="http://smokeping.system-linux.eu/smokeping.cgi?target=_charts" rel="nofollow">http://smokeping.system-linux.eu/smokeping.cgi?target=_charts</a></p>
<p>an idée ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gza</title>
		<link>http://slog.carlheaton.co.uk/index.php/2009/06/centos-5-3-smokeping-2-4-2-install-quick/comment-page-1/#comment-50</link>
		<dc:creator>Gza</dc:creator>
		<pubDate>Tue, 20 Oct 2009 06:27:05 +0000</pubDate>
		<guid isPermaLink="false">http://slog.carlheaton.co.uk/?p=164#comment-50</guid>
		<description>It works now, i think it was because of perl. cuz i reinstalled it, and then ... bang ... it is working :)
Now I want to know something else :) (if it is posible) .... i want to personalize the mail that I recive from smokeping, to be more friendly, cuz&#039; i want to put a person to receive the mail and he doesn&#039;t how to interprete the results, and to add some other text.

Thanks!</description>
		<content:encoded><![CDATA[<p>It works now, i think it was because of perl. cuz i reinstalled it, and then &#8230; bang &#8230; it is working <img src='http://slog.carlheaton.co.uk/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
Now I want to know something else <img src='http://slog.carlheaton.co.uk/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  (if it is posible) &#8230;. i want to personalize the mail that I recive from smokeping, to be more friendly, cuz&#8217; i want to put a person to receive the mail and he doesn&#8217;t how to interprete the results, and to add some other text.</p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Carl</title>
		<link>http://slog.carlheaton.co.uk/index.php/2009/06/centos-5-3-smokeping-2-4-2-install-quick/comment-page-1/#comment-46</link>
		<dc:creator>Carl</dc:creator>
		<pubDate>Wed, 14 Oct 2009 15:18:36 +0000</pubDate>
		<guid isPermaLink="false">http://slog.carlheaton.co.uk/?p=164#comment-46</guid>
		<description>Try this some of the suggestions in http://ubuntuforums.org/showthread.php?t=304085 and check that rrdtool installed correctly. I don&#039;t believe I came across this error with my installs.</description>
		<content:encoded><![CDATA[<p>Try this some of the suggestions in <a href="http://ubuntuforums.org/showthread.php?t=304085" rel="nofollow">http://ubuntuforums.org/showthread.php?t=304085</a> and check that rrdtool installed correctly. I don&#8217;t believe I came across this error with my installs.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gza</title>
		<link>http://slog.carlheaton.co.uk/index.php/2009/06/centos-5-3-smokeping-2-4-2-install-quick/comment-page-1/#comment-45</link>
		<dc:creator>Gza</dc:creator>
		<pubDate>Wed, 14 Oct 2009 12:43:47 +0000</pubDate>
		<guid isPermaLink="false">http://slog.carlheaton.co.uk/?p=164#comment-45</guid>
		<description>Hi, 

Mine is not working, i&#039;ve got an error when i execute /usr/local/smokeping/bin/smokeping, and that is 


Can&#039;t locate RRDs.pm in @INC (@INC contains: /usr/local/smokeping/lib /usr/lib/perl5/vendor_perl/5.8.0/i386-linux-thread-multi/auto/RRDs /usr/lib/perl5/site_perl/5.8.8/i386-linux-thread-multi /usr/lib/perl5/site_perl/5.8.7/i386-linux-thread-multi /usr/lib/perl5/site_perl/5.8.6/i386-linux-thread-multi /usr/lib/perl5/site_perl/5.8.5/i386-linux-thread-multi /usr/lib/perl5/site_perl/5.8.8 /usr/lib/perl5/site_perl/5.8.7 /usr/lib/perl5/site_perl/5.8.6 /usr/lib/perl5/site_perl/5.8.5 /usr/lib/perl5/site_perl /usr/lib/perl5/vendor_perl/5.8.8/i386-linux-thread-multi /usr/lib/perl5/vendor_perl/5.8.7/i386-linux-thread-multi /usr/lib/perl5/vendor_perl/5.8.6/i386-linux-thread-multi /usr/lib/perl5/vendor_perl/5.8.5/i386-linux-thread-multi /usr/lib/perl5/vendor_perl/5.8.8 /usr/lib/perl5/vendor_perl/5.8.7 /usr/lib/perl5/vendor_perl/5.8.6 /usr/lib/perl5/vendor_perl/5.8.5 /usr/lib/perl5/vendor_perl /usr/lib/perl5/5.8.8/i386-linux-thread-multi /usr/lib/perl5/5.8.8 .) at /usr/local/smokeping/lib/Smokeping.pm line 13.
BEGIN failed--compilation aborted at /usr/local/smokeping/lib/Smokeping.pm line 13.
Compilation failed in require at /usr/local/smokeping/bin/smokeping line 10.
BEGIN failed--compilation aborted at /usr/local/smokeping/bin/smokeping line 10.


Someone help. 

Thanks!</description>
		<content:encoded><![CDATA[<p>Hi, </p>
<p>Mine is not working, i&#8217;ve got an error when i execute /usr/local/smokeping/bin/smokeping, and that is </p>
<p>Can&#8217;t locate RRDs.pm in @INC (@INC contains: /usr/local/smokeping/lib /usr/lib/perl5/vendor_perl/5.8.0/i386-linux-thread-multi/auto/RRDs /usr/lib/perl5/site_perl/5.8.8/i386-linux-thread-multi /usr/lib/perl5/site_perl/5.8.7/i386-linux-thread-multi /usr/lib/perl5/site_perl/5.8.6/i386-linux-thread-multi /usr/lib/perl5/site_perl/5.8.5/i386-linux-thread-multi /usr/lib/perl5/site_perl/5.8.8 /usr/lib/perl5/site_perl/5.8.7 /usr/lib/perl5/site_perl/5.8.6 /usr/lib/perl5/site_perl/5.8.5 /usr/lib/perl5/site_perl /usr/lib/perl5/vendor_perl/5.8.8/i386-linux-thread-multi /usr/lib/perl5/vendor_perl/5.8.7/i386-linux-thread-multi /usr/lib/perl5/vendor_perl/5.8.6/i386-linux-thread-multi /usr/lib/perl5/vendor_perl/5.8.5/i386-linux-thread-multi /usr/lib/perl5/vendor_perl/5.8.8 /usr/lib/perl5/vendor_perl/5.8.7 /usr/lib/perl5/vendor_perl/5.8.6 /usr/lib/perl5/vendor_perl/5.8.5 /usr/lib/perl5/vendor_perl /usr/lib/perl5/5.8.8/i386-linux-thread-multi /usr/lib/perl5/5.8.8 .) at /usr/local/smokeping/lib/Smokeping.pm line 13.<br />
BEGIN failed&#8211;compilation aborted at /usr/local/smokeping/lib/Smokeping.pm line 13.<br />
Compilation failed in require at /usr/local/smokeping/bin/smokeping line 10.<br />
BEGIN failed&#8211;compilation aborted at /usr/local/smokeping/bin/smokeping line 10.</p>
<p>Someone help. </p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Carl</title>
		<link>http://slog.carlheaton.co.uk/index.php/2009/06/centos-5-3-smokeping-2-4-2-install-quick/comment-page-1/#comment-42</link>
		<dc:creator>Carl</dc:creator>
		<pubDate>Sat, 03 Oct 2009 14:34:20 +0000</pubDate>
		<guid isPermaLink="false">http://slog.carlheaton.co.uk/?p=164#comment-42</guid>
		<description>Hi Martin,
 I had no problem with imgurl being remote... I&#039;ve lost my bash history for the install now so not sure about cropper.

Thanks</description>
		<content:encoded><![CDATA[<p>Hi Martin,<br />
 I had no problem with imgurl being remote&#8230; I&#8217;ve lost my bash history for the install now so not sure about cropper.</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sclebo05</title>
		<link>http://slog.carlheaton.co.uk/index.php/2009/06/centos-5-3-smokeping-2-4-2-install-quick/comment-page-1/#comment-39</link>
		<dc:creator>sclebo05</dc:creator>
		<pubDate>Thu, 17 Sep 2009 21:33:23 +0000</pubDate>
		<guid isPermaLink="false">http://slog.carlheaton.co.uk/?p=164#comment-39</guid>
		<description>works well!  I would change:

to &gt; imgurl = http://smoke.pipeten.co.uk/smokeping/img

to this:

to &gt; imgurl = http://some.url/smokeping/img

Thanks!</description>
		<content:encoded><![CDATA[<p>works well!  I would change:</p>
<p>to &gt; imgurl = <a href="http://smoke.pipeten.co.uk/smokeping/img" rel="nofollow">http://smoke.pipeten.co.uk/smokeping/img</a></p>
<p>to this:</p>
<p>to &gt; imgurl = <a href="http://some.url/smokeping/img" rel="nofollow">http://some.url/smokeping/img</a></p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Martin</title>
		<link>http://slog.carlheaton.co.uk/index.php/2009/06/centos-5-3-smokeping-2-4-2-install-quick/comment-page-1/#comment-38</link>
		<dc:creator>Martin</dc:creator>
		<pubDate>Wed, 16 Sep 2009 09:31:52 +0000</pubDate>
		<guid isPermaLink="false">http://slog.carlheaton.co.uk/?p=164#comment-38</guid>
		<description>hello,

2 mistakes

cropper installation is missing
imgurl must point to the local webserver

regards</description>
		<content:encoded><![CDATA[<p>hello,</p>
<p>2 mistakes</p>
<p>cropper installation is missing<br />
imgurl must point to the local webserver</p>
<p>regards</p>
]]></content:encoded>
	</item>
</channel>
</rss>
