after update from .6.8 to .8.2a

Post general support questions here that do not specifically fall into the Linux or Windows categories.

Moderators: Developers, Moderators

Post Reply
khemir
Posts: 27
Joined: Sun May 12, 2002 12:56 am
Location: Guadalajara, Jalisco, Mexico
Contact:

after update from .6.8 to .8.2a

Post by khemir »

Hi,
When upgrade i dont see Custom Data [data input: Get SNMP Data],
all OID are lost, except data source from INTERFACES.

I run CACTI in FreeBSD 4.4. Whith 120 hosts * 10 data sources per host = 600 graphs more or less.

Whitout OID a nothing work.
Define ternura...
khemir
Posts: 27
Joined: Sun May 12, 2002 12:56 am
Location: Guadalajara, Jalisco, Mexico
Contact:

sorry

Post by khemir »

a post a new topic subjet click about
Define ternura...
raX
Lead Developer
Posts: 2243
Joined: Sat Oct 13, 2001 7:00 pm
Location: Carlisle, PA
Contact:

Post by raX »

Can you run the following SQL on your Cacti database and re-build your poller cache? You can re-build you poller cache by going to "Utilities" and selecting "Clear Poller Cache".

Code: Select all

DROP TABLE IF EXISTS `data_input_data_cache`;
CREATE TABLE `data_input_data_cache` (
  `local_data_id` mediumint(8) unsigned NOT NULL default '0',
  `host_id` mediumint(8) NOT NULL default '0',
  `data_input_id` mediumint(8) unsigned NOT NULL default '0',
  `action` tinyint(2) NOT NULL default '1',
  `command` varchar(255) NOT NULL default '',
  `management_ip` varchar(15) NOT NULL default '',
  `snmp_community` varchar(100) NOT NULL default '',
  `snmp_version` tinyint(1) NOT NULL default '0',
  `snmp_username` varchar(50) NOT NULL default '',
  `snmp_password` varchar(50) NOT NULL default '',
  `rrd_name` varchar(19) NOT NULL default '',
  `rrd_path` varchar(255) NOT NULL default '',
  `rrd_num` tinyint(2) unsigned NOT NULL default '0',
  `arg1` varchar(255) default NULL,
  `arg2` varchar(255) default NULL,
  `arg3` varchar(255) default NULL,
  PRIMARY KEY  (`local_data_id`,`rrd_name`),
  KEY `local_data_id` (`local_data_id`)
) TYPE=MyISAM;
-Ian
khemir
Posts: 27
Joined: Sun May 12, 2002 12:56 am
Location: Guadalajara, Jalisco, Mexico
Contact:

task

Post by khemir »

after run this task the table: data_input_data_cache is empty i think is ok, bun after run clear cache, data_input_data_cache look like this:

procsusers | /usr/local/www/data/cacti82/rra/procsu
sers.rrd | 1 | | NULL | NULL |


sounds like nothin happen..

another idea?
Define ternura...
khemir
Posts: 27
Joined: Sun May 12, 2002 12:56 am
Location: Guadalajara, Jalisco, Mexico
Contact:

Dont work

Post by khemir »

Hi,
I try many times this metod and only interface statistics word whith correct OID... but others OID dont upgrade :cry:

for example:
Output from clear poller cache:

Data Source: IGDEW045_180_20_9_165_in
RRD: /usr/local/www/data/cacti8/rra/igdew045_180_20_9_165_in.rrd
Action: 0, OID: .1.3.6.1.2.1.2.2.1.10.16777221 (Host: igdew045, Community: public) <<<<EXCELENT

Data Source: IGDEW079_CPU1
RRD: /usr/local/www/data/cacti8/rra/igdew079_cpu1.rrd
Action: 0, OID: (Host: , Community: ) <<<<BAD

any ideas?
Define ternura...
raX
Lead Developer
Posts: 2243
Joined: Sat Oct 13, 2001 7:00 pm
Location: Carlisle, PA
Contact:

Post by raX »

Did you upgrade from 0.6.8 to 0.8.2a directly? If so, I recommend doing the upgrade again using the following path:

0.6.8 -> 0.8 -> 0.8.2a

This will ensure that all database changes made between 0.8 and 0.8.2a are correctly applied.

-Ian
khemir
Posts: 27
Joined: Sun May 12, 2002 12:56 am
Location: Guadalajara, Jalisco, Mexico
Contact:

path

Post by khemir »

Hi,

I upgrade from .6.8 to .8 on a FreeBSD 5.1

now i try in a Red Hat 9.0
Define ternura...
Post Reply

Who is online

Users browsing this forum: dallenk and 2 guests