Code: Select all
/var/www/html/cacti/plugins/weathermap/images/background
/var/www/html/cacti/plugins/weathermap/images/objects
/var/www/html/cacti/plugins/weathermap/images/icons
Moderators: Developers, Moderators
Code: Select all
/var/www/html/cacti/plugins/weathermap/images/background
/var/www/html/cacti/plugins/weathermap/images/objects
/var/www/html/cacti/plugins/weathermap/images/icons
Code: Select all
SHOW CREATE TABLE weathermap_maps
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,
`debug` set('on','off','once') NOT NULL DEFAULT 'off',
`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',
`duration` double NOT NULL DEFAULT 0,
`last_runtime` int(10) unsigned NOT NULL DEFAULT 0,
PRIMARY KEY (`id`),
UNIQUE KEY `configfile` (`configfile`) USING HASH
) ENGINE=InnoDB AUTO_INCREMENT=26 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci
Users browsing this forum: No registered users and 1 guest