dont work plugin after upgrade DB

Support questions about the Threshold plugin

Moderators: Developers, Moderators

Post Reply
vanek82
Posts: 2
Joined: Mon Oct 27, 2014 4:22 am

dont work plugin after upgrade DB

Post by vanek82 »

Hello.
Ubuntu 14.04 server
Cacti Version: 0.8.8b, Plugin Architecture Version: 3.1
Settings 0.71 Global Plugin Settings
Thold 0.5 Thresholds

Install it, ALL WORK!!! (Thold tab quickly OPEN )

BUT
but if I do
mysql -u root -p[root_password] [database_name] < dump_OLD_DataBase.sql

I got
Graphs -> Tree Mode (my old device structure) and old plugins structure
then i delete old plugins structure, and install again (Settings 0.71 Global Plugin Settings, Thold 0.5 Thresholds)
After this i can configure :
Notification Lists
Thresholds
Threshold Templates, BUT if I push tub button THOLD, then waiting LONG time, and got BLANK SCREEN.
I also already tried to delete the table from database cacti
thold_data, thold_template, plugin_thold_contacts, plugin_thold_host_failed,
plugin_thold_log, plugin_thold_template_contact, plugin_thold_threshold_contact

but it did not help ((

I think that the problem is in the old database to some of the tables, because after all the new installation is working properly.
cigamit
Developer
Posts: 3369
Joined: Thu Apr 07, 2005 3:29 pm
Location: B/CS Texas
Contact:

Re: dont work plugin after upgrade DB

Post by cigamit »

Did you upgrade thold at the same time? Are is it the same version as before?

Try running this query against the cacti database

Code: Select all

UPDATE  `settings` SET  `value` =  '0.5' WHERE  `name` =  'plugin_thold_version';
vanek82
Posts: 2
Joined: Mon Oct 27, 2014 4:22 am

Re: dont work plugin after upgrade DB

Post by vanek82 »

cigamit wrote:Did you upgrade thold at the same time? Are is it the same version as before?

Try running this query against the cacti database

Code: Select all

UPDATE  `settings` SET  `value` =  '0.5' WHERE  `name` =  'plugin_thold_version';
I did it. Its work!!!! Thanks a lot a lot a lot!!!!
Post Reply

Who is online

Users browsing this forum: No registered users and 0 guests