-----------------------------------------------------------------
Weathermap4RRD (php version)
-----------------------------------------------------------------

Weathermap4RRD is a set of scripts that generates picture of network links utilization. Data used to create graph are acquired from RRDTool databases and are displayed as two ways colored arrows on a map representing the logical topology of the network. This program is based on original Network Weathermap script written by Panagiotis Christias (see below for Network Weathermap README file content).

Weathermap4RRD exists as php or perl scripts.

Please visit http://weathermap4rrd.tropicalex.net for Weathermap4rrd updates.
If you're looking for Network weathermap (for MRTG), please visit http://netmon.grnet.gr/weathermap/ for updates

Weathermap4RRD is developed by Alexandre Fontelle <afontelle AT free.fr>
It may be used, modified and redistributed only under the terms of the GNU General Public License, found in the file LICENSE in this distribution, or at
http://www.fsf.org/licenses/gpl.html

PERL RELEASE
------------
Files:
CHANGELOG				- details of modification added to each version
INSTALL					- Dcoument for how to install and use weathermap4rrd
LICENSE					- license file
README					- This file
weathermap.conf.example	- an example of configuration 
weathermap				- script that will read RRDTool data and generated graph

PHP RELEASE
-----------
Files:
CHANGELOG				- details of modification added to each version
INSTALL					- Dcoument for how to install and use weathermap4rrd
LICENSE					- license file
README					- This file
weathermap.conf.example	- an example of configuration 
index.php				- PHP script that will read RRDTool data and generated graph
graphic.php				- PHP script that is used by index.php for graphic elements
rrd.php					- PHP script that is used by index.php for read RRD values (I use Cacti original php scripts)
config_tool.php			- PHP script that is used by index.php for managing configuration file parameters
config.php				- PHP script that define default parameters
icons					- directory with a few example of icons that may be used with NODE directive.

-----------------------------------------------------------------
Network Weathermap
version 1.1.1 (20040422)
-----------------------------------------------------------------

A perl tool that displays in a visual way the utilization of the
network links of your network. The required data are acquired from
graphs created by the MRTG package and are displayed as two ways
colored arrows on a map representing the logical topology
of the network. 

See http://netmon.grnet.gr/weathermap/ for updates.

The Network Weathermap is developed by Panagiotis Christias
<p.christias@noc.ntua.gr>.  It may be used, modified and redistributed
only under the terms of the GNU General Public License, found in the
file LICENSE in this distribution, or at 

  http://www.fsf.org/licenses/gpl.html
