<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Cacti - config problem in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/cacti-config-problem/m-p/4023019#M28860</link>
    <description>[root@jimlaptop ~]# rpm -q rrdtool net-snmp&lt;BR /&gt;rrdtool-1.2.23-5.fc7&lt;BR /&gt;net-snmp-5.4-13.fc7&lt;BR /&gt;&lt;BR /&gt;and :&lt;BR /&gt;&lt;BR /&gt;[root@jimlaptop ~]# snmpwalk -v 1 -c public localhost&lt;BR /&gt;Timeout: No Response from localhost&lt;BR /&gt;&lt;BR /&gt;Cherers</description>
    <pubDate>Wed, 20 Jun 2007 09:05:27 GMT</pubDate>
    <dc:creator>Piotr Kirklewski</dc:creator>
    <dc:date>2007-06-20T09:05:27Z</dc:date>
    <item>
      <title>Cacti - config problem</title>
      <link>https://community.hpe.com/t5/operating-system-linux/cacti-config-problem/m-p/4023003#M28844</link>
      <description>Hi there &lt;BR /&gt;&lt;BR /&gt;I did that on Fedora v 7:&lt;BR /&gt;&lt;BR /&gt;============================================&lt;BR /&gt;3. #apt-get install cacti&lt;BR /&gt;4. Cause the PHP interpreter to handle files with .php extension – add to /etc/httpd/conf/httpd.conf  :&lt;BR /&gt;       AddType application/x-httpd-php .php&lt;BR /&gt;5. #adduser cacti (unless it already exist)&lt;BR /&gt;6. In mysql – create cacti database (mysql&amp;gt; create database cacti ;)&lt;BR /&gt;7. mysql&amp;gt; GRANT ALL ON cacti.* TO cacti@localhost IDENTIFIED BY 'somepassword';&lt;BR /&gt;8. mysql –u cacti –p111111 cacti &amp;lt; /home/mydirectory/cacti-0.8.6j/cacti.sql (check if accomplished by running mysql&amp;gt;show tables;)&lt;BR /&gt;9. Find /include/config.php and add:&lt;BR /&gt;   $database_default = "cacti";&lt;BR /&gt;   $database_hostname = "localhost";&lt;BR /&gt;   $database_username = "cacti";&lt;BR /&gt;   $database_password = "cacti";&lt;BR /&gt;10. chown –R cacti /usr/share/cacti&lt;BR /&gt;11. edit crontab (crontab -e) and enter:&lt;BR /&gt;     &lt;BR /&gt;*/5 * * * * cactiuser php /usr/share/cacti/lib/poller.php &amp;gt; /dev/null 2&amp;gt;&amp;amp;1&lt;BR /&gt;============================================&lt;BR /&gt;&lt;BR /&gt;When I do &lt;A href="http://127.0.0.1/cacti" target="_blank"&gt;http://127.0.0.1/cacti&lt;/A&gt;&lt;BR /&gt;or http://localhost/cacti&lt;BR /&gt;&lt;BR /&gt;I get this error:&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;You have created a new database, but have not yet imported the 'cacti.sql' file. At the command line, execute the following to continue:&lt;BR /&gt;&lt;BR /&gt;mysql -u cactiuser -p cacti &amp;lt; cacti.sql&lt;BR /&gt;&lt;BR /&gt;This error may also be generated if the cacti database user does not have correct permissions on the cacti database. Please ensure that the cacti database user has the ability to SELECT, INSERT, DELETE, UPDATE, CREATE, ALTER, DROP, INDEX on the cacti database.&lt;BR /&gt;============================================&lt;BR /&gt;&lt;BR /&gt;here's my /usr/share/cacti/include/config.php :&lt;BR /&gt;&lt;BR /&gt;   $database_default = "cacti";&lt;BR /&gt;   $database_hostname = "localhost";&lt;BR /&gt;   $database_username = "cacti";&lt;BR /&gt;   $database_password = "111111";&lt;BR /&gt;============================================&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;here's my /etc/httpd/conf/httpd.conf:&lt;BR /&gt;&lt;BR /&gt;AddType application/x-httpd-php .php&lt;BR /&gt;============================================&lt;BR /&gt; &lt;BR /&gt;# mysql -u cacti -p111111&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Welcome to the MySQL monitor.  Commands end with ; or \g.&lt;BR /&gt;Your MySQL connection id is 44&lt;BR /&gt;Server version: 5.0.37 Source distribution&lt;BR /&gt;&lt;BR /&gt;Type 'help;' or '\h' for help. Type '\c' to clear the buffer.&lt;BR /&gt;&lt;BR /&gt;mysql&amp;gt; use cacti;&lt;BR /&gt;Reading table information for completion of table and column names&lt;BR /&gt;You can turn off this feature to get a quicker startup with -A&lt;BR /&gt;&lt;BR /&gt;Database changed&lt;BR /&gt;mysql&amp;gt; show tables;&lt;BR /&gt;+---------------------------+&lt;BR /&gt;| Tables_in_cacti           |&lt;BR /&gt;+---------------------------+&lt;BR /&gt;| cdef                      |&lt;BR /&gt;| cdef_items                |&lt;BR /&gt;| colors                    |&lt;BR /&gt;| data_input                |&lt;BR /&gt;| data_input_data           |&lt;BR /&gt;| data_input_fields         |&lt;BR /&gt;&lt;BR /&gt;............|&lt;BR /&gt;&lt;BR /&gt;| user_auth_realm           |&lt;BR /&gt;| user_log                  |&lt;BR /&gt;| version                   |&lt;BR /&gt;+---------------------------+&lt;BR /&gt;48 rows in set (0.01 sec)&lt;BR /&gt;&lt;BR /&gt;mysql&amp;gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;So it looks like user cacti have permitions to this database and cacti.sql was imported.&lt;BR /&gt;&lt;BR /&gt;Where is the problem then ?&lt;BR /&gt;&lt;BR /&gt;Cheers</description>
      <pubDate>Tue, 19 Jun 2007 12:30:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/cacti-config-problem/m-p/4023003#M28844</guid>
      <dc:creator>Piotr Kirklewski</dc:creator>
      <dc:date>2007-06-19T12:30:22Z</dc:date>
    </item>
    <item>
      <title>Re: Cacti - config problem</title>
      <link>https://community.hpe.com/t5/operating-system-linux/cacti-config-problem/m-p/4023004#M28845</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;Have you met the version requirements concerning mysql for cacti? If your install is on a version of mysql that is not supported, it could explain this behavior.&lt;BR /&gt;&lt;BR /&gt;Also, examine the msyql logs for errors during your creation procedure.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Tue, 19 Jun 2007 12:46:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/cacti-config-problem/m-p/4023004#M28845</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2007-06-19T12:46:16Z</dc:date>
    </item>
    <item>
      <title>Re: Cacti - config problem</title>
      <link>https://community.hpe.com/t5/operating-system-linux/cacti-config-problem/m-p/4023005#M28846</link>
      <description>You might try editing /usr/share/cacti/include/db.php. At least that is where I am used to seeing the db login info. Then remove the lines out of config.php. Here is what is in my db.php file:&lt;BR /&gt;&lt;BR /&gt;/* make sure these values refect your actual database/host/user/password */&lt;BR /&gt;$database_type = "mysql";&lt;BR /&gt;$database_default = "cacti";&lt;BR /&gt;$database_hostname = "localhost";&lt;BR /&gt;$database_username = "cactiuser";&lt;BR /&gt;$database_password = "XXXXX";&lt;BR /&gt;$database_port = "3306";&lt;BR /&gt;?&amp;gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 19 Jun 2007 12:48:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/cacti-config-problem/m-p/4023005#M28846</guid>
      <dc:creator>Court Campbell</dc:creator>
      <dc:date>2007-06-19T12:48:42Z</dc:date>
    </item>
    <item>
      <title>Re: Cacti - config problem</title>
      <link>https://community.hpe.com/t5/operating-system-linux/cacti-config-problem/m-p/4023006#M28847</link>
      <description>Did we solve your issue or do you just feel like giving away bunnies?</description>
      <pubDate>Tue, 19 Jun 2007 13:08:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/cacti-config-problem/m-p/4023006#M28847</guid>
      <dc:creator>Court Campbell</dc:creator>
      <dc:date>2007-06-19T13:08:26Z</dc:date>
    </item>
    <item>
      <title>Re: Cacti - config problem</title>
      <link>https://community.hpe.com/t5/operating-system-linux/cacti-config-problem/m-p/4023007#M28848</link>
      <description>Hi again&lt;BR /&gt;&lt;BR /&gt;$database_port = "3306";&lt;BR /&gt;&lt;BR /&gt;When I've added this line to my config.php file - I get blank page.&lt;BR /&gt;&lt;BR /&gt;Why ?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;BR /&gt;</description>
      <pubDate>Tue, 19 Jun 2007 13:13:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/cacti-config-problem/m-p/4023007#M28848</guid>
      <dc:creator>Piotr Kirklewski</dc:creator>
      <dc:date>2007-06-19T13:13:33Z</dc:date>
    </item>
    <item>
      <title>Re: Cacti - config problem</title>
      <link>https://community.hpe.com/t5/operating-system-linux/cacti-config-problem/m-p/4023008#M28849</link>
      <description>Missing ;&lt;BR /&gt;&lt;BR /&gt;When I added it  - I have the error again.&lt;BR /&gt;&lt;BR /&gt;Why I'm giving bunnies? &lt;BR /&gt;&lt;BR /&gt;Because this is first and only forum where people are trying to help me.&lt;BR /&gt;&lt;BR /&gt;Cheers&lt;BR /&gt;&lt;BR /&gt; &lt;BR /&gt;</description>
      <pubDate>Tue, 19 Jun 2007 13:18:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/cacti-config-problem/m-p/4023008#M28849</guid>
      <dc:creator>Piotr Kirklewski</dc:creator>
      <dc:date>2007-06-19T13:18:14Z</dc:date>
    </item>
    <item>
      <title>Re: Cacti - config problem</title>
      <link>https://community.hpe.com/t5/operating-system-linux/cacti-config-problem/m-p/4023009#M28850</link>
      <description>can you post the output of /usr/share/cacti/include/db.php if you have it?</description>
      <pubDate>Tue, 19 Jun 2007 13:22:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/cacti-config-problem/m-p/4023009#M28850</guid>
      <dc:creator>Court Campbell</dc:creator>
      <dc:date>2007-06-19T13:22:54Z</dc:date>
    </item>
    <item>
      <title>Re: Cacti - config problem</title>
      <link>https://community.hpe.com/t5/operating-system-linux/cacti-config-problem/m-p/4023010#M28851</link>
      <description>I will check the version reqirements in the meantime im giving you output of:&lt;BR /&gt;&lt;BR /&gt;show grants for cacti@localhost;&lt;BR /&gt;&lt;BR /&gt;| GRANT ALL PRIVILEGES ON *.* TO 'cacti'@'localhost' IDENTIFIED BY PASSWORD '5fc                        c735428e45938' WITH GRANT OPTION |&lt;BR /&gt;| GRANT ALL PRIVILEGES ON `cacti`.* TO 'cacti'@'localhost' WITH GRANT OPTION &lt;BR /&gt;&lt;BR /&gt;Cheers</description>
      <pubDate>Tue, 19 Jun 2007 13:24:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/cacti-config-problem/m-p/4023010#M28851</guid>
      <dc:creator>Piotr Kirklewski</dc:creator>
      <dc:date>2007-06-19T13:24:17Z</dc:date>
    </item>
    <item>
      <title>Re: Cacti - config problem</title>
      <link>https://community.hpe.com/t5/operating-system-linux/cacti-config-problem/m-p/4023011#M28852</link>
      <description>what is in /var/log/mysqld.log and /var/log/cacti/cacti.log?</description>
      <pubDate>Tue, 19 Jun 2007 13:49:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/cacti-config-problem/m-p/4023011#M28852</guid>
      <dc:creator>Court Campbell</dc:creator>
      <dc:date>2007-06-19T13:49:46Z</dc:date>
    </item>
    <item>
      <title>Re: Cacti - config problem</title>
      <link>https://community.hpe.com/t5/operating-system-linux/cacti-config-problem/m-p/4023012#M28853</link>
      <description>[root@jimlaptop ~]# cat /usr/share/cacti/include/db.php&lt;BR /&gt;/* make sure these values refect your actual database/host/user/password */&lt;BR /&gt;$database_type = "mysql";&lt;BR /&gt;$database_default = "cacti";&lt;BR /&gt;$database_hostname = "localhost";&lt;BR /&gt;$database_username = "cactiuser";&lt;BR /&gt;$database_password = "cactiuser";&lt;BR /&gt;$database_port = "3306";&lt;BR /&gt;?&amp;gt;&lt;BR /&gt;&lt;BR /&gt;One more thing:&lt;BR /&gt;&lt;BR /&gt;After reboot PHP is throwing errors:&lt;BR /&gt;PHP Warning:  PHP Startup: Unable to load dynamic library '/usr/lib/php/modules/msql.so' &lt;BR /&gt;PHP Warning:  PHP Startup: Unable to load dynamic library '/usr/lib/php/modules/gd.so'&lt;BR /&gt;&lt;BR /&gt;I've added those lines to php.ini:&lt;BR /&gt;&lt;BR /&gt;extension=mysql.so&lt;BR /&gt;extension=gd.so&lt;BR /&gt;&lt;BR /&gt;Because that was in the tutorial: &lt;A href="http://www.debianhelp.co.uk/cacti.htm" target="_blank"&gt;http://www.debianhelp.co.uk/cacti.htm&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;:(&lt;BR /&gt; &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 19 Jun 2007 13:50:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/cacti-config-problem/m-p/4023012#M28853</guid>
      <dc:creator>Piotr Kirklewski</dc:creator>
      <dc:date>2007-06-19T13:50:11Z</dc:date>
    </item>
    <item>
      <title>Re: Cacti - config problem</title>
      <link>https://community.hpe.com/t5/operating-system-linux/cacti-config-problem/m-p/4023013#M28854</link>
      <description>/* make sure these values refect your actual database/host/user/password */&lt;BR /&gt;$database_type = "mysql";&lt;BR /&gt;$database_default = "cacti";&lt;BR /&gt;$database_hostname = "localhost";&lt;BR /&gt;$database_username = "cacti";&lt;BR /&gt;$database_password = "111111";&lt;BR /&gt;$database_port = "3306";&lt;BR /&gt;?&amp;gt;&lt;BR /&gt;&lt;BR /&gt;Now works :)&lt;BR /&gt;&lt;BR /&gt;How about those php errors ?</description>
      <pubDate>Tue, 19 Jun 2007 14:15:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/cacti-config-problem/m-p/4023013#M28854</guid>
      <dc:creator>Piotr Kirklewski</dc:creator>
      <dc:date>2007-06-19T14:15:57Z</dc:date>
    </item>
    <item>
      <title>Re: Cacti - config problem</title>
      <link>https://community.hpe.com/t5/operating-system-linux/cacti-config-problem/m-p/4023014#M28855</link>
      <description>you can remove these&lt;BR /&gt;&lt;BR /&gt;extension=mysql.so&lt;BR /&gt;extension=gd.so&lt;BR /&gt;&lt;BR /&gt;this is not debian, this is fedora.</description>
      <pubDate>Tue, 19 Jun 2007 14:59:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/cacti-config-problem/m-p/4023014#M28855</guid>
      <dc:creator>Court Campbell</dc:creator>
      <dc:date>2007-06-19T14:59:10Z</dc:date>
    </item>
    <item>
      <title>Re: Cacti - config problem</title>
      <link>https://community.hpe.com/t5/operating-system-linux/cacti-config-problem/m-p/4023015#M28856</link>
      <description>Hi again&lt;BR /&gt;I'm logging to cacti - but don't have any graphs displayed.&lt;BR /&gt;&lt;BR /&gt;If I click the graph management and Turn On Graph Debug Mode then I have:&lt;BR /&gt;&lt;BR /&gt;RRDTool Says:&lt;BR /&gt;&lt;BR /&gt;ERROR: openning '/usr/share/cacti/rra/localhost_load_1min_5.rrd': No such file or directory&lt;BR /&gt;&lt;BR /&gt;Where is the problem ?&lt;BR /&gt;&lt;BR /&gt;Cheers&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 20 Jun 2007 06:18:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/cacti-config-problem/m-p/4023015#M28856</guid>
      <dc:creator>Piotr Kirklewski</dc:creator>
      <dc:date>2007-06-20T06:18:23Z</dc:date>
    </item>
    <item>
      <title>Re: Cacti - config problem</title>
      <link>https://community.hpe.com/t5/operating-system-linux/cacti-config-problem/m-p/4023016#M28857</link>
      <description>what is the output in /usr/share/cacti/log/cacti.log?</description>
      <pubDate>Wed, 20 Jun 2007 07:22:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/cacti-config-problem/m-p/4023016#M28857</guid>
      <dc:creator>Court Campbell</dc:creator>
      <dc:date>2007-06-20T07:22:10Z</dc:date>
    </item>
    <item>
      <title>Re: Cacti - config problem</title>
      <link>https://community.hpe.com/t5/operating-system-linux/cacti-config-problem/m-p/4023017#M28858</link>
      <description>from version"&lt;BR /&gt;06/19/2007 08:16:02 PM - CMDPHP: Poller[0] FATAL: Cannot connect to MySQL server                                                                              on 'localhost'. Please make sure you have specified a valid MySQL database name                                                                              in 'include/config.php'.&lt;BR /&gt;06/19/2007 08:16:02 PM - CMDPHP: Poller[0] ERROR: SQL Cell Failed "select cacti                                                                              from version"&lt;BR /&gt;06/19/2007 08:16:39 PM - CMDPHP: Poller[0] FATAL: Cannot connect to MySQL server                                                                              on 'localhost'. Please make sure you have specified a valid MySQL database name                                                                              in 'include/config.php'.&lt;BR /&gt;06/19/2007 08:16:39 PM - CMDPHP: Poller[0] ERROR: SQL Cell Failed "select cacti                                                                              from version"&lt;BR /&gt;&lt;BR /&gt;The last entry is yesterday at 08.16 when I've changed the dp.php.&lt;BR /&gt;&lt;BR /&gt;Cheers&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 20 Jun 2007 07:28:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/cacti-config-problem/m-p/4023017#M28858</guid>
      <dc:creator>Piotr Kirklewski</dc:creator>
      <dc:date>2007-06-20T07:28:39Z</dc:date>
    </item>
    <item>
      <title>Re: Cacti - config problem</title>
      <link>https://community.hpe.com/t5/operating-system-linux/cacti-config-problem/m-p/4023018#M28859</link>
      <description>please post te output from&lt;BR /&gt;&lt;BR /&gt;# rpm -q rrdtool net-snmp</description>
      <pubDate>Wed, 20 Jun 2007 08:25:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/cacti-config-problem/m-p/4023018#M28859</guid>
      <dc:creator>Court Campbell</dc:creator>
      <dc:date>2007-06-20T08:25:02Z</dc:date>
    </item>
    <item>
      <title>Re: Cacti - config problem</title>
      <link>https://community.hpe.com/t5/operating-system-linux/cacti-config-problem/m-p/4023019#M28860</link>
      <description>[root@jimlaptop ~]# rpm -q rrdtool net-snmp&lt;BR /&gt;rrdtool-1.2.23-5.fc7&lt;BR /&gt;net-snmp-5.4-13.fc7&lt;BR /&gt;&lt;BR /&gt;and :&lt;BR /&gt;&lt;BR /&gt;[root@jimlaptop ~]# snmpwalk -v 1 -c public localhost&lt;BR /&gt;Timeout: No Response from localhost&lt;BR /&gt;&lt;BR /&gt;Cherers</description>
      <pubDate>Wed, 20 Jun 2007 09:05:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/cacti-config-problem/m-p/4023019#M28860</guid>
      <dc:creator>Piotr Kirklewski</dc:creator>
      <dc:date>2007-06-20T09:05:27Z</dc:date>
    </item>
    <item>
      <title>Re: Cacti - config problem</title>
      <link>https://community.hpe.com/t5/operating-system-linux/cacti-config-problem/m-p/4023020#M28861</link>
      <description>This command wors for now - but steel no graphs in cacti:&lt;BR /&gt;&lt;BR /&gt;#snmpwalk -v 1 -c public localhost&lt;BR /&gt;&lt;BR /&gt;SNMPv2-MIB::sysDescr.0 = STRING: Linux jimlaptop.marketrix.local 2.6.21-1.3228.fc7 #1 SMP Tue Jun 12 15:37:31 EDT 2007 i686&lt;BR /&gt;SNMPv2-MIB::sysObjectID.0 = OID: NET-SNMP-MIB::netSnmpAgentOIDs.10&lt;BR /&gt;DISMAN-EVENT-MIB::sysUpTimeInstance = Timeticks: (8859) 0:01:28.59&lt;BR /&gt;SNMPv2-MIB::sysContact.0 = STRING: Root &lt;ROOT&gt; (configure /etc/snmp/snmp.local.conf)&lt;BR /&gt;SNMPv2-MIB::sysName.0 = STRING: jimlaptop.marketrix.local&lt;BR /&gt;SNMPv2-MIB::sysLocation.0 = STRING: Unknown (edit /etc/snmp/snmpd.conf)&lt;BR /&gt;SNMPv2-MIB::sysORLastChange.0 = Timeticks: (9) 0:00:00.09&lt;BR /&gt;SNMPv2-MIB::sysORID.1 = OID: SNMP-FRAMEWORK-MIB::snmpFrameworkMIBCompliance&lt;BR /&gt;SNMPv2-MIB::sysORID.2 = OID: SNMP-MPD-MIB::snmpMPDCompliance&lt;BR /&gt;SNMPv2-MIB::sysORID.3 = OID: SNMP-USER-BASED-SM-MIB::usmMIBCompliance&lt;BR /&gt;SNMPv2-MIB::sysORID.4 = OID: SNMPv2-MIB::snmpMIB&lt;BR /&gt;SNMPv2-MIB::sysORID.5 = OID: TCP-MIB::tcpMIB&lt;BR /&gt;SNMPv2-MIB::sysORID.6 = OID: IP-MIB::ip&lt;BR /&gt;SNMPv2-MIB::sysORID.7 = OID: UDP-MIB::udpMIB&lt;BR /&gt;SNMPv2-MIB::sysORID.8 = OID: SNMP-VIEW-BASED-ACM-MIB::vacmBasicGroup&lt;BR /&gt;SNMPv2-MIB::sysORDescr.1 = STRING: The SNMP Management Architecture MIB.&lt;BR /&gt;SNMPv2-MIB::sysORDescr.2 = STRING: The MIB for Message Processing and Dispatching.&lt;BR /&gt;SNMPv2-MIB::sysORDescr.3 = STRING: The management information definitions for the SNMP User-based Security Model.&lt;BR /&gt;SNMPv2-MIB::sysORDescr.4 = STRING: The MIB module for SNMPv2 entities&lt;BR /&gt;SNMPv2-MIB::sysORDescr.5 = STRING: The MIB module for managing TCP implementations&lt;BR /&gt;SNMPv2-MIB::sysORDescr.6 = STRING: The MIB module for managing IP and ICMP implementations&lt;BR /&gt;SNMPv2-MIB::sysORDescr.7 = STRING: The MIB module for managing UDP implementations&lt;BR /&gt;SNMPv2-MIB::sysORDescr.8 = STRING: View-based Access Control Model for SNMP.&lt;BR /&gt;SNMPv2-MIB::sysORUpTime.1 = Timeticks: (8) 0:00:00.08&lt;BR /&gt;SNMPv2-MIB::sysORUpTime.2 = Timeticks: (8) 0:00:00.08&lt;BR /&gt;SNMPv2-MIB::sysORUpTime.3 = Timeticks: (8) 0:00:00.08&lt;BR /&gt;SNMPv2-MIB::sysORUpTime.4 = Timeticks: (9) 0:00:00.09&lt;BR /&gt;SNMPv2-MIB::sysORUpTime.5 = Timeticks: (9) 0:00:00.09&lt;BR /&gt;SNMPv2-MIB::sysORUpTime.6 = Timeticks: (9) 0:00:00.09&lt;BR /&gt;SNMPv2-MIB::sysORUpTime.7 = Timeticks: (9) 0:00:00.09&lt;BR /&gt;SNMPv2-MIB::sysORUpTime.8 = Timeticks: (9) 0:00:00.09&lt;BR /&gt;HOST-RESOURCES-MIB::hrSystemUptime.0 = Timeticks: (337663) 0:56:16.63&lt;BR /&gt;End of MIB&lt;BR /&gt;&lt;/ROOT&gt;</description>
      <pubDate>Wed, 20 Jun 2007 09:11:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/cacti-config-problem/m-p/4023020#M28861</guid>
      <dc:creator>Piotr Kirklewski</dc:creator>
      <dc:date>2007-06-20T09:11:20Z</dc:date>
    </item>
    <item>
      <title>Re: Cacti - config problem</title>
      <link>https://community.hpe.com/t5/operating-system-linux/cacti-config-problem/m-p/4023021#M28862</link>
      <description>I've got two pullers in the system I'm not sure which one to use ?&lt;BR /&gt;&lt;BR /&gt;*/5 * * * *  cacti php /usr/share/cacti/lib/poller.php &amp;gt; /dev/null/ 2&amp;gt;&amp;amp;1&lt;BR /&gt;&lt;BR /&gt;*/5 * * * *  cacti php /usr/share/cacti/poller.php &amp;gt; /dev/null/ 2&amp;gt;&amp;amp;1&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 20 Jun 2007 09:14:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/cacti-config-problem/m-p/4023021#M28862</guid>
      <dc:creator>Piotr Kirklewski</dc:creator>
      <dc:date>2007-06-20T09:14:49Z</dc:date>
    </item>
    <item>
      <title>Re: Cacti - config problem</title>
      <link>https://community.hpe.com/t5/operating-system-linux/cacti-config-problem/m-p/4023022#M28863</link>
      <description>login to cacti as admin. then go to settings. then click on the poller tab. take a screen shot and post it. Note: if the poller type is cmd.php then you do not need the cron entries.</description>
      <pubDate>Wed, 20 Jun 2007 09:34:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/cacti-config-problem/m-p/4023022#M28863</guid>
      <dc:creator>Court Campbell</dc:creator>
      <dc:date>2007-06-20T09:34:28Z</dc:date>
    </item>
  </channel>
</rss>

