<?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 for www.linuxismybff.com</title>
	<atom:link href="http://www.linuxismybff.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.linuxismybff.com</link>
	<description></description>
	<lastBuildDate>Tue, 17 Aug 2010 11:55:30 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1</generator>
	<item>
		<title>Comment on install cacti on rhel-5/centos-5 by Bill</title>
		<link>http://www.linuxismybff.com/howto/cacti/install-cacti-on-rhel-5centos-5-2/comment-page-1/#comment-40</link>
		<dc:creator>Bill</dc:creator>
		<pubDate>Tue, 17 Aug 2010 11:55:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.linuxismybff.com/?p=28#comment-40</guid>
		<description>sudo rpm -Uvh http://download.fedora.redhat.com/pub/epel/5/i386/epel-release-5-3.noarch.rpm

I needed to add the EPEL repository (command above) to get the rrd-tool package.  If you want to do Cacti + Spine (recommended) you need this line:

sudo yum install httpd php php-mysql php-snmp php-xml mysql mysql-server net-snmp net-snmp-utils rrdtool gcc mysql-devel net-snmp-devel</description>
		<content:encoded><![CDATA[<p>sudo rpm -Uvh <a href="http://download.fedora.redhat.com/pub/epel/5/i386/epel-release-5-3.noarch.rpm" rel="nofollow">http://download.fedora.redhat.com/pub/epel/5/i386/epel-release-5-3.noarch.rpm</a></p>
<p>I needed to add the EPEL repository (command above) to get the rrd-tool package.  If you want to do Cacti + Spine (recommended) you need this line:</p>
<p>sudo yum install httpd php php-mysql php-snmp php-xml mysql mysql-server net-snmp net-snmp-utils rrdtool gcc mysql-devel net-snmp-devel</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on install spine on RHEL-5/CentOS-5 by trunty</title>
		<link>http://www.linuxismybff.com/howto/cacti/install-cacti-on-rhel-5centos-5/comment-page-1/#comment-39</link>
		<dc:creator>trunty</dc:creator>
		<pubDate>Tue, 10 Aug 2010 17:14:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.linuxismybff.com/?p=25#comment-39</guid>
		<description>Bill, thanks for the props!  I have updated the article with a complete raw output of a spine installation in case that is useful.  I have also included below the spine.conf and a manual way of testing the spine binary.

[root@testme cacti-spine-0.8.7g]# cat /etc/spine.conf 
# +-------------------------------------------------------------------------+
# &#124; Copyright (C) 2005-2010 The Cacti Group                                 &#124;
# &#124;                                                                         &#124;
# &#124; This program is free software; you can redistribute it and/or           &#124;
# &#124; modify it under the terms of the GNU Lesser General Public License      &#124;
# &#124; as published by the Free Software Foundation; either version 2.1        &#124;
# &#124; of the License, or (at your option) any later version.                  &#124;
# &#124;                                                                         &#124;
# &#124; This program is distributed in the hope that it will be useful,         &#124;
# &#124; but WITHOUT ANY WARRANTY; without even the implied warranty of          &#124;
# &#124; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the           &#124;
# &#124; GNU General Public License for more details.                            &#124;
# +-------------------------------------------------------------------------+
# &#124; spine: a backend data gatherer for Cacti                                &#124;
# +-------------------------------------------------------------------------+
# &#124; This poller would not have been possible without:                       &#124;
# &#124;   - Larry Adams (current development and enhancements)                  &#124;
# &#124;   - Rivo Nurges (rrd support, mysql poller cache, misc functions)       &#124;
# &#124;   - RTG (core poller code, pthreads, snmp, autoconf examples)           &#124;
# &#124;   - Brady Alleman/Doug Warner (threading ideas, implimentation details) &#124;
# +-------------------------------------------------------------------------+
# &#124; Settings                                                                &#124;
# +-------------------------------------------------------------------------+
# &#124; DB_Host         &#039;localhost&#039; or socket file for UNIX/Linux               &#124;
# &#124;                 IP Address for Windows                                  &#124;
# &#124; DB_Database     Database name, typically &#039;cacti&#039;                        &#124;
# &#124; DB_Port         The database port to use                                &#124;
# &#124; DB_User         The user to access the database, typically &#039;cactiuser&#039;  &#124;
# &#124; DB_Pass         The password for the Cacti user                         &#124;
# &#124; SNMP_Clientaddr Bind SNMP to a specific address for sites that use      &#124;
# &#124;                 higher security levels                                  &#124;
# &#124; DB_PreG         Set to 1 if you wish to work with older versions of     &#124;
# &#124;                 cacti 0.8.7.                                            &#124;
# +-------------------------------------------------------------------------+
DB_Host         127.0.0.1
DB_Database     cacti
DB_User         cacti
DB_Pass         password
DB_Port         3306
DB_PreG         0
[root@testme cacti-spine-0.8.7g]# /usr/local/spine/bin/spine --conf=/etc/spine.conf --verbosity=3
SPINE: Using spine config file [/etc/spine.conf]
SPINE: Version 0.8.7g starting
08/10/2010 05:12:14 PM - SPINE: Poller[0] NOTE: Spine did not detect multithreaded device polling.
08/10/2010 05:12:14 PM - SPINE: Poller[0] NOTE: Spine is behaving in a 0.8.7g manner
08/10/2010 05:12:14 PM - SPINE: Poller[0] Host[1] TH[1] NOTE: There are &#039;5&#039; Polling Items for this Host
08/10/2010 05:12:14 PM - SPINE: Poller[0] Host[1] TH[1] DS[3] SCRIPT: perl /var/www/html/cacti-0.8.7g/scripts/linux_memory.pl MemFree:, output: 24312
08/10/2010 05:12:14 PM - SPINE: Poller[0] Host[1] TH[1] DS[4] SCRIPT: perl /var/www/html/cacti-0.8.7g/scripts/linux_memory.pl SwapFree:, output: 497208
08/10/2010 05:12:14 PM - SPINE: Poller[0] Host[1] TH[1] DS[5] SCRIPT: perl /var/www/html/cacti-0.8.7g/scripts/loadavg_multi.pl, output: 1min:0.05 5min:0.04 10min:0.01
08/10/2010 05:12:14 PM - SPINE: Poller[0] Host[1] TH[1] DS[6] SCRIPT: perl /var/www/html/cacti-0.8.7g/scripts/unix_users.pl , output: 1
08/10/2010 05:12:14 PM - SPINE: Poller[0] Host[1] TH[1] DS[7] SCRIPT: perl /var/www/html/cacti-0.8.7g/scripts/unix_processes.pl, output: 67
08/10/2010 05:12:14 PM - SPINE: Poller[0] Time: 0.1568 s, Threads: 1, Hosts: 2</description>
		<content:encoded><![CDATA[<p>Bill, thanks for the props!  I have updated the article with a complete raw output of a spine installation in case that is useful.  I have also included below the spine.conf and a manual way of testing the spine binary.</p>
<p>[root@testme cacti-spine-0.8.7g]# cat /etc/spine.conf<br />
# +&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-+<br />
# | Copyright (C) 2005-2010 The Cacti Group                                 |<br />
# |                                                                         |<br />
# | This program is free software; you can redistribute it and/or           |<br />
# | modify it under the terms of the GNU Lesser General Public License      |<br />
# | as published by the Free Software Foundation; either version 2.1        |<br />
# | of the License, or (at your option) any later version.                  |<br />
# |                                                                         |<br />
# | This program is distributed in the hope that it will be useful,         |<br />
# | but WITHOUT ANY WARRANTY; without even the implied warranty of          |<br />
# | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the           |<br />
# | GNU General Public License for more details.                            |<br />
# +&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-+<br />
# | spine: a backend data gatherer for Cacti                                |<br />
# +&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-+<br />
# | This poller would not have been possible without:                       |<br />
# |   &#8211; Larry Adams (current development and enhancements)                  |<br />
# |   &#8211; Rivo Nurges (rrd support, mysql poller cache, misc functions)       |<br />
# |   &#8211; RTG (core poller code, pthreads, snmp, autoconf examples)           |<br />
# |   &#8211; Brady Alleman/Doug Warner (threading ideas, implimentation details) |<br />
# +&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-+<br />
# | Settings                                                                |<br />
# +&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-+<br />
# | DB_Host         &#8216;localhost&#8217; or socket file for UNIX/Linux               |<br />
# |                 IP Address for Windows                                  |<br />
# | DB_Database     Database name, typically &#8216;cacti&#8217;                        |<br />
# | DB_Port         The database port to use                                |<br />
# | DB_User         The user to access the database, typically &#8216;cactiuser&#8217;  |<br />
# | DB_Pass         The password for the Cacti user                         |<br />
# | SNMP_Clientaddr Bind SNMP to a specific address for sites that use      |<br />
# |                 higher security levels                                  |<br />
# | DB_PreG         Set to 1 if you wish to work with older versions of     |<br />
# |                 cacti 0.8.7.                                            |<br />
# +&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-+<br />
DB_Host         127.0.0.1<br />
DB_Database     cacti<br />
DB_User         cacti<br />
DB_Pass         password<br />
DB_Port         3306<br />
DB_PreG         0<br />
[root@testme cacti-spine-0.8.7g]# /usr/local/spine/bin/spine &#8211;conf=/etc/spine.conf &#8211;verbosity=3<br />
SPINE: Using spine config file [/etc/spine.conf]<br />
SPINE: Version 0.8.7g starting<br />
08/10/2010 05:12:14 PM &#8211; SPINE: Poller[0] NOTE: Spine did not detect multithreaded device polling.<br />
08/10/2010 05:12:14 PM &#8211; SPINE: Poller[0] NOTE: Spine is behaving in a 0.8.7g manner<br />
08/10/2010 05:12:14 PM &#8211; SPINE: Poller[0] Host[1] TH[1] NOTE: There are &#8217;5&#8242; Polling Items for this Host<br />
08/10/2010 05:12:14 PM &#8211; SPINE: Poller[0] Host[1] TH[1] DS[3] SCRIPT: perl /var/www/html/cacti-0.8.7g/scripts/linux_memory.pl MemFree:, output: 24312<br />
08/10/2010 05:12:14 PM &#8211; SPINE: Poller[0] Host[1] TH[1] DS[4] SCRIPT: perl /var/www/html/cacti-0.8.7g/scripts/linux_memory.pl SwapFree:, output: 497208<br />
08/10/2010 05:12:14 PM &#8211; SPINE: Poller[0] Host[1] TH[1] DS[5] SCRIPT: perl /var/www/html/cacti-0.8.7g/scripts/loadavg_multi.pl, output: 1min:0.05 5min:0.04 10min:0.01<br />
08/10/2010 05:12:14 PM &#8211; SPINE: Poller[0] Host[1] TH[1] DS[6] SCRIPT: perl /var/www/html/cacti-0.8.7g/scripts/unix_users.pl , output: 1<br />
08/10/2010 05:12:14 PM &#8211; SPINE: Poller[0] Host[1] TH[1] DS[7] SCRIPT: perl /var/www/html/cacti-0.8.7g/scripts/unix_processes.pl, output: 67<br />
08/10/2010 05:12:14 PM &#8211; SPINE: Poller[0] Time: 0.1568 s, Threads: 1, Hosts: 2</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on install spine on RHEL-5/CentOS-5 by Bill</title>
		<link>http://www.linuxismybff.com/howto/cacti/install-cacti-on-rhel-5centos-5/comment-page-1/#comment-38</link>
		<dc:creator>Bill</dc:creator>
		<pubDate>Tue, 10 Aug 2010 14:34:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.linuxismybff.com/?p=25#comment-38</guid>
		<description>Mind posting the output from a cat of your spine.conf file?  I&#039;m having an issue with DB_Password being unrecognized.  Also, I *LOVE* the straight forward-no-frills &#039;this is how you do it&#039; posts you have.</description>
		<content:encoded><![CDATA[<p>Mind posting the output from a cat of your spine.conf file?  I&#8217;m having an issue with DB_Password being unrecognized.  Also, I *LOVE* the straight forward-no-frills &#8216;this is how you do it&#8217; posts you have.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on install cacti on rhel-5/centos-5 by trunty</title>
		<link>http://www.linuxismybff.com/howto/cacti/install-cacti-on-rhel-5centos-5-2/comment-page-1/#comment-37</link>
		<dc:creator>trunty</dc:creator>
		<pubDate>Mon, 09 Aug 2010 00:11:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.linuxismybff.com/?p=28#comment-37</guid>
		<description>Ya, obviously the yum will be apt-get and those package names will differ a bit.  Also, the init scripts and chkconfig will be different, but everything after that should be identical.  Give me a shout if you need help!</description>
		<content:encoded><![CDATA[<p>Ya, obviously the yum will be apt-get and those package names will differ a bit.  Also, the init scripts and chkconfig will be different, but everything after that should be identical.  Give me a shout if you need help!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on install cacti on rhel-5/centos-5 by Duda Right Thing</title>
		<link>http://www.linuxismybff.com/howto/cacti/install-cacti-on-rhel-5centos-5-2/comment-page-1/#comment-36</link>
		<dc:creator>Duda Right Thing</dc:creator>
		<pubDate>Mon, 02 Aug 2010 04:29:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.linuxismybff.com/?p=28#comment-36</guid>
		<description>Hey Bro,

Minus switching up some commands, is this as straight forward on a Debian system?</description>
		<content:encoded><![CDATA[<p>Hey Bro,</p>
<p>Minus switching up some commands, is this as straight forward on a Debian system?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

