6c7a051b99
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. The resulted image is presented in a web page using extra DHTML and JavaScript code for web-over pop-ups, based on the OverLib JavaScript library. WWW: http://netmon.grnet.gr/weathermap/ Submitted by: Felippe de Meirelles Motta <lippe@freebsdbrasil.com.br> (via private mail)
14 lines
532 B
Text
14 lines
532 B
Text
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
|
|
|
|
WeatherMap is now installed. You may have to follow this steps to make it
|
|
work correctly:
|
|
|
|
1. Check if your weathermap executable has been installed correctly:
|
|
# ls -l %%PREFIX%%/bin/weathermap
|
|
|
|
2. Edit %%PREFIX%%/bin/weathermap.
|
|
|
|
3. Add this line in your crontab for make your graphs automatically:
|
|
*/5 * * * * %%PREFIX%%/bin/weathermap > /tmp/weathermap.out 2>&1
|
|
|
|
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
|