<?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: Server Monitoring with Cacti + ServerStats</title>
	<atom:link href="http://hostingfu.com/article/server-monitoring-cacti-serverstats/feed" rel="self" type="application/rss+xml" />
	<link>http://hostingfu.com/article/server-monitoring-cacti-serverstats</link>
	<description>Web Hosting Blog by a Software Developer</description>
	<lastBuildDate>Wed, 10 Mar 2010 14:48:17 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Johnny</title>
		<link>http://hostingfu.com/article/server-monitoring-cacti-serverstats/comment-page-1#comment-1494</link>
		<dc:creator>Johnny</dc:creator>
		<pubDate>Mon, 15 Feb 2010 21:37:25 +0000</pubDate>
		<guid isPermaLink="false">http://hostingfu.com/?p=137#comment-1494</guid>
		<description>Hi guys,
 
now I used http://www.bijk.com for server performance monitoring and i&#039;m happy.
 
Bijk.com is web-se SaaS service for monitoring group of servers online, with online show performance graphs.</description>
		<content:encoded><![CDATA[<p>Hi guys,</p>
<p>now I used <a href="http://www.bijk.com" rel="nofollow">http://www.bijk.com</a> for server performance monitoring and i&#8217;m happy.</p>
<p>Bijk.com is web-se SaaS service for monitoring group of servers online, with online show performance graphs.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ninjacoder</title>
		<link>http://hostingfu.com/article/server-monitoring-cacti-serverstats/comment-page-1#comment-791</link>
		<dc:creator>ninjacoder</dc:creator>
		<pubDate>Wed, 15 Jul 2009 13:52:06 +0000</pubDate>
		<guid isPermaLink="false">http://hostingfu.com/?p=137#comment-791</guid>
		<description>&lt;p&gt;Don&#039;t listen to these critics.  Your solution is a good one.  There are many ways to solve a problem, let those that don&#039;t like it, eat pie and go use something else.&lt;/p&gt;
&lt;p&gt;Our systems use Virtuozzo (Parallels) which is the same as openvz and I thought it was cool that you&#039;re reading user_beancounters.&lt;/p&gt;
&lt;p&gt;I had a great deal of trouble getting snmp graphs to work with cacti and the vps.&lt;br /&gt;
&lt;/p&gt;
&lt;p&gt;So I found this, installed and configured.  however, I&#039;m getting this when debugging the graph:&lt;/p&gt;
&lt;p&gt;ERROR: parameter &#039;#EACC00FF&#039; does not represent a number in line AREA:#EACC00FF:1 Minute Average&lt;/p&gt;</description>
		<content:encoded><![CDATA[<p>Don&#8217;t listen to these critics.  Your solution is a good one.  There are many ways to solve a problem, let those that don&#8217;t like it, eat pie and go use something else.</p>
<p>Our systems use Virtuozzo (Parallels) which is the same as openvz and I thought it was cool that you&#8217;re reading user_beancounters.</p>
<p>I had a great deal of trouble getting snmp graphs to work with cacti and the vps.
</p>
<p>So I found this, installed and configured.  however, I&#8217;m getting this when debugging the graph:</p>
<p>ERROR: parameter &#8216;#EACC00FF&#8217; does not represent a number in line AREA:#EACC00FF:1 Minute Average</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://hostingfu.com/article/server-monitoring-cacti-serverstats/comment-page-1#comment-790</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Mon, 13 Apr 2009 22:21:00 +0000</pubDate>
		<guid isPermaLink="false">http://hostingfu.com/?p=137#comment-790</guid>
		<description>&lt;p&gt;Thanks your itch scratched mine, and nevermind the lamers that cant find better things in life then bitch and bring down others, they should all go to hell &lt;/p&gt;
&lt;p&gt;this seems to work .. 4 minutes installed now, and no problems whatsoever..&lt;/p&gt;
&lt;p&gt;if on centos and installing netcat... to resolve the
netcat.c:(.text+0x17c4): undefined reference to `res_init&#039;&lt;/p&gt;
&lt;p&gt;add&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;#include &quot;resolv.h&quot;
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;After this block.. like this .. in netcat.c line 46&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;#ifdef HAVE_SELECT_H            /* random SV variants need this */
#include &lt;sys/select.h&gt;
#endif

#include &quot;resolv.h&quot;
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;then make clean, make , cp nc /usr/local/bin/&lt;/p&gt;
&lt;p&gt;et voila.. &lt;/p&gt;</description>
		<content:encoded><![CDATA[<p>Thanks your itch scratched mine, and nevermind the lamers that cant find better things in life then bitch and bring down others, they should all go to hell </p>
<p>this seems to work .. 4 minutes installed now, and no problems whatsoever..</p>
<p>if on centos and installing netcat&#8230; to resolve the<br />
netcat.c:(.text+0&#215;17c4): undefined reference to `res_init&#8217;</p>
<p>add</p>
<pre><code>#include "resolv.h"
</code></pre>
<p>After this block.. like this .. in netcat.c line 46</p>
<pre><code>#ifdef HAVE_SELECT_H            /* random SV variants need this */
#include &lt;sys/select.h&gt;
#endif

#include "resolv.h"
</code></pre>
<p>then make clean, make , cp nc /usr/local/bin/</p>
<p>et voila.. </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://hostingfu.com/article/server-monitoring-cacti-serverstats/comment-page-#comment-776</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Tue, 31 Mar 2009 03:08:13 +0000</pubDate>
		<guid isPermaLink="false">http://hostingfu.com/?p=137#comment-776</guid>
		<description>&lt;p&gt;You are completely ignoring the actual graphing and querying on the master server part of the equation. I have well over 200 servers to graph. Using a perl based tool over the C based spine in cacti is night and day difference on performance. &lt;/p&gt;</description>
		<content:encoded><![CDATA[<p>You are completely ignoring the actual graphing and querying on the master server part of the equation. I have well over 200 servers to graph. Using a perl based tool over the C based spine in cacti is night and day difference on performance. </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Douglas Haber</title>
		<link>http://hostingfu.com/article/server-monitoring-cacti-serverstats/comment-page-1#comment-789</link>
		<dc:creator>Douglas Haber</dc:creator>
		<pubDate>Sat, 07 Mar 2009 14:41:21 +0000</pubDate>
		<guid isPermaLink="false">http://hostingfu.com/?p=137#comment-789</guid>
		<description>&lt;p&gt;Fixed it, was an xinetd issue.&lt;/p&gt;</description>
		<content:encoded><![CDATA[<p>Fixed it, was an xinetd issue.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Douglas Haber</title>
		<link>http://hostingfu.com/article/server-monitoring-cacti-serverstats/comment-page-1#comment-788</link>
		<dc:creator>Douglas Haber</dc:creator>
		<pubDate>Sat, 07 Mar 2009 13:52:58 +0000</pubDate>
		<guid isPermaLink="false">http://hostingfu.com/?p=137#comment-788</guid>
		<description>&lt;p&gt;03/07/2009 08:50:04 AM - CMDPHP: Poller[0] Host[8] DS[35] WARNING: Result from CMD not valid.  Partial Result:
03/07/2009 08:50:04 AM - CMDPHP: Poller[0] Host[8] DS[35] CMD: nc -w 5 xx.xx.xx.xx 9087, output: U&lt;/p&gt;
&lt;p&gt;I am getting that in my cacti log. &lt;/p&gt;
&lt;p&gt;What can I do to fix?&lt;/p&gt;</description>
		<content:encoded><![CDATA[<p>03/07/2009 08:50:04 AM &#8211; CMDPHP: Poller[0] Host[8] DS[35] WARNING: Result from CMD not valid.  Partial Result:<br />
03/07/2009 08:50:04 AM &#8211; CMDPHP: Poller[0] Host[8] DS[35] CMD: nc -w 5 xx.xx.xx.xx 9087, output: U</p>
<p>I am getting that in my cacti log. </p>
<p>What can I do to fix?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://hostingfu.com/article/server-monitoring-cacti-serverstats/comment-page-1#comment-787</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Wed, 03 Dec 2008 13:17:04 +0000</pubDate>
		<guid isPermaLink="false">http://hostingfu.com/?p=137#comment-787</guid>
		<description>&lt;p&gt;Hi!&lt;/p&gt;
&lt;p&gt;Where does this app expect to find the libraries?&lt;/p&gt;
&lt;p&gt;./serverstats: error while loading shared libraries: libpcre.so.0: cannot open shared object file: No such file or directory&lt;/p&gt;
&lt;p&gt;it&#039;s installed and the librarys exist in /usr/local/lib&lt;/p&gt;</description>
		<content:encoded><![CDATA[<p>Hi!</p>
<p>Where does this app expect to find the libraries?</p>
<p>./serverstats: error while loading shared libraries: libpcre.so.0: cannot open shared object file: No such file or directory</p>
<p>it&#8217;s installed and the librarys exist in /usr/local/lib</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: scotty</title>
		<link>http://hostingfu.com/article/server-monitoring-cacti-serverstats/comment-page-#comment-785</link>
		<dc:creator>scotty</dc:creator>
		<pubDate>Tue, 25 Nov 2008 11:04:53 +0000</pubDate>
		<guid isPermaLink="false">http://hostingfu.com/?p=137#comment-785</guid>
		<description>&lt;p&gt;Err. Well you can&#039;t. Or maybe you can but with some hacking in the source code...&lt;/p&gt;</description>
		<content:encoded><![CDATA[<p>Err. Well you can&#8217;t. Or maybe you can but with some hacking in the source code&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://hostingfu.com/article/server-monitoring-cacti-serverstats/comment-page-1#comment-786</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Fri, 21 Nov 2008 20:59:32 +0000</pubDate>
		<guid isPermaLink="false">http://hostingfu.com/?p=137#comment-786</guid>
		<description>&lt;p&gt;How would I monitor multiple network interfaces with this? Would it be possible to do with one command, or at least without multiple ports?&lt;/p&gt;</description>
		<content:encoded><![CDATA[<p>How would I monitor multiple network interfaces with this? Would it be possible to do with one command, or at least without multiple ports?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://hostingfu.com/article/server-monitoring-cacti-serverstats/comment-page-1#comment-784</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Wed, 30 Jan 2008 16:41:29 +0000</pubDate>
		<guid isPermaLink="false">http://hostingfu.com/?p=137#comment-784</guid>
		<description>&lt;p&gt;Hi, I have this problem, my version of cacti is 0.8.6h and need import a template.&lt;/p&gt;
&lt;p&gt;as resolve this problem?&lt;/p&gt;</description>
		<content:encoded><![CDATA[<p>Hi, I have this problem, my version of cacti is 0.8.6h and need import a template.</p>
<p>as resolve this problem?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
