Posts Tagged ‘ weathermap

Weathermap wont delete link

If you can’t delete link in editor make ine change in file editor.php

diff editor.php editor.php.old 
794c794
< 		if(isset($map->links[$target])) {
---
> 		if(isset($map->links[target])) {

Install Weathermap in Cacti

For install Weathermap you need have Cacti with Plugin Architecture
For PHP we need GD library

apt-get install php5-gd

Go to Cacti Plugins

cd cacti/plugins
wget http://network-weathermap.com/files/php-weathermap-0.97c.zip
unzip php-weathermap-0.97c.zip

Read more