Cacti EZ and mactrack issues

General discussion about Plugins for Cacti

Moderators: Developers, Moderators

cigamit
Developer
Posts: 3369
Joined: Thu Apr 07, 2005 3:29 pm
Location: B/CS Texas
Contact:

Post by cigamit »

First of all, running the database upgrade script will ofcourse give you errors, as it tries to update things that may already be updated. No problems there.

From there errors, first step is to check your database and make sure you have a mac_track_processes table.
cwahlin
Cacti User
Posts: 91
Joined: Fri Oct 10, 2003 7:23 am

Post by cwahlin »

I have the mac_track_processes table and it is empty. I re-imported the mactrack.sql, but I still have the same problem (and it is still empty).

/Carl
cigamit
Developer
Posts: 3369
Joined: Thu Apr 07, 2005 3:29 pm
Location: B/CS Texas
Contact:

Post by cigamit »

cwahlin wrote:I have the mac_track_processes table and it is empty. I re-imported the mactrack.sql, but I still have the same problem (and it is still empty).

/Carl
Give us an output of this command, maybe a column is missing or something.

"show columns from mac_track_processes"
cwahlin
Cacti User
Posts: 91
Joined: Fri Oct 10, 2003 7:23 am

Post by cwahlin »

mysql> show columns from mac_track_processes;
+------------+------------------+------+-----+---------------------+-------+
| Field | Type | Null | Key | Default | Extra |
+------------+------------------+------+-----+---------------------+-------+
| device_id | int(11) | NO | PRI | 0 | |
| process_id | int(10) unsigned | YES | | NULL | |
| status | varchar(20) | NO | | Queued | |
| start_date | datetime | NO | | 0000-00-00 00:00:00 | |
+------------+------------------+------+-----+---------------------+-------+
4 rows in set (0.01 sec)

/Carl
Post Reply

Who is online

Users browsing this forum: No registered users and 0 guests