在editor主页出现:
$cacti_base is not set correctly. Cacti integration will be disabled in the editor.
解决方法:
依实际更改Weathermap文件夹下editor-config.php:
// CHANGE: Uncomment one of the lines below and change it to point to the base directory
// of your cacti install to enable cacti support in the editor
$cacti_base = 'C:/appserv/www/cacti';
// $cacti_base = "/var/www/html/cacti";

// CHANGE: this to be the URL of the base of your Cacti install
// it MUST end with a / character!
$cacti_url = " http://192.168.0.1/cacti/";

// where to look for config files. The directory must be readable
// AND writable by whatever user your webserver runs as.
// this name is correct if you are using the Cacti plugin
// NOTE: You MIGHT need to use the full path to the configs folder here,
// (it seems to depend on the PHP or OS version)
// $mapdir= $cacti_base.'/plugins/weathermap/configs';
$mapdir=C:/AppServ/www/cacti/plugins/weathermap/configs;