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.
Cacti EZ and mactrack issues
Moderators: Developers, Moderators
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
+------------+------------------+------+-----+---------------------+-------+
| 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
Who is online
Users browsing this forum: No registered users and 1 guest