Trouble inatalling Weathermap plugin

Support questions about the Network Weather Map plugin

Moderators: Developers, Moderators

Durski
Cacti User
Posts: 52
Joined: Tue Dec 15, 2009 5:30 pm

Re: Trouble inatalling Weathermap plugin

Post by Durski »

Joost - if you get it working, and don't mind dumbing down the process for me, can you post what you did to get it working and what tools you had to use?
JImuns
Posts: 1
Joined: Fri Jan 09, 2015 10:36 am

Re: Trouble inatalling Weathermap plugin

Post by JImuns »

Code: Select all

CREATE TABLE weathermap_maps (
id int(11) NOT NULL auto_increment,
sortorder int(11) NOT NULL default 0,
group_id int(11) NOT NULL default 1,
active set('on','off') NOT NULL default 'on',
configfile text NOT NULL,
imagefile text NOT NULL,
htmlfile text NOT NULL,
titlecache text NOT NULL,
filehash varchar (40) NOT NULL default '',
warncount int(11) NOT NULL default 0,
config text NOT NULL,
thumb_width int(11) NOT NULL default 0,
thumb_height int(11) NOT NULL default 0,
schedule varchar(32) NOT NULL default '*',
archiving set('on','off') NOT NULL default 'off',
PRIMARY KEY  (id)
) ENGINE=MyISAM;
config text NOT NULL, changed from config text NOT NULL default '', because of the mysql error:

Code: Select all

ERROR 1101 (42000): BLOB/TEXT column 'config' can't have a default value
mysql Ver 14.14 Distrib 5.6.22
User avatar
Howie
Cacti Guru User
Posts: 5508
Joined: Thu Sep 16, 2004 5:53 am
Location: United Kingdom
Contact:

Re: Trouble inatalling Weathermap plugin

Post by Howie »

Is this still an issue in 0.97c? I thought it was fixed...
Weathermap 0.98a is out! & QuickTree 1.0. Superlinks is over there now (and built-in to Cacti 1.x).
Some Other Cacti tweaks, including strip-graphs, icons and snmp/netflow stuff.
(Let me know if you have UK DevOps or Network Ops opportunities, too!)
Post Reply

Who is online

Users browsing this forum: No registered users and 0 guests