problem with mysql

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

Moderators: Developers, Moderators

Post Reply
monn00b
Posts: 1
Joined: Fri Sep 06, 2013 3:48 am

problem with mysql

Post by monn00b »

Hello every one!
I installed cacti + mysql on vmware ubuntu
Problem on screens
Attachments
graphs.png
graphs.png (47.51 KiB) Viewed 719 times
logs.png
logs.png (77 KiB) Viewed 719 times
doiggl
Cacti User
Posts: 222
Joined: Wed Dec 16, 2009 6:32 am

Re: problem with mysql

Post by doiggl »

Has the table been created ? from cacti.sql
-- Glenn

> describe poller_output;
+---------------+-----------------------+------+-----+---------------------+-------+
| Field | Type | Null | Key | Default | Extra |
+---------------+-----------------------+------+-----+---------------------+-------+
| local_data_id | mediumint(8) unsigned | NO | PRI | 0 | |
| rrd_name | varchar(19) | NO | PRI | | |
| time | datetime | NO | PRI | 0000-00-00 00:00:00 | |
| output | text | NO | | NULL | |
+---------------+-----------------------+------+-----+---------------------+-------+
4 rows in set (0.00 sec)

--
-- Table structure for table `poller_output`
--

CREATE TABLE 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) /*!50060 USING BTREE */
) ENGINE=MyISAM;
Post Reply

Who is online

Users browsing this forum: No registered users and 5 guests