Graphs not updating after upgrade to 0.8.7a

Post support questions that directly relate to Linux/Unix operating systems.

Moderators: Developers, Moderators

Devroush
Posts: 27
Joined: Sun Jan 22, 2006 7:35 am

Post by Devroush »

I'm sorry for the bump but I faced the same problem. I didn't find a sql query to make the poller_output table and I don't have a second Cacti server. This is the query I used to rebuild the table.

Code: Select all

CREATE TABLE IF NOT EXISTS `poller_output` (
  `local_data_id` mediumint(8) unsigned NOT NULL default '0',
  `rrd_name` varchar(19) NOT NULL default '',
  `time` datetime NOT NULL default '0000-00-00 00:00:00',
  `output` text NOT NULL,
  PRIMARY KEY  (`local_data_id`,`rrd_name`,`time`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
Cheers
User avatar
gandalf
Developer
Posts: 22383
Joined: Thu Dec 02, 2004 2:46 am
Location: Muenster, Germany
Contact:

Post by gandalf »

You took this out of cacti.sql? What happens when running that SQL?
Reinhard
Post Reply

Who is online

Users browsing this forum: No registered users and 2 guests