Closed jakkarta0990 closed 4 years ago
Is there a copy of overlib.js
in the directory where the maps are written?
There is. It's in the main weathermap directory itself.
The configs and html/png outputs are stored in the subdirectories (i.e. configs/ and outputs/ respectively).
If it helps the weathermap directory is:
/var/www/html/weathermap
Have a look at the top of the HTML file. I'm pretty sure it's expecting to find the overlib.js in the same directory as the HTML file itself if you are generating standalone output (i.e. not with Cacti).
That absolutely did it!
Thanks a bunch!
Hi there,
I have setup weathermap on my server and it everything seems to be working except for the "overlib" feature.
I have checked online for issues related to this and the solution has always been to add:
"HTMLSTYLE overlib"
It's add the top of the config as instructed yet hovering over a link doesn't bring up the related graph.
An example link in my config:
My weathermap is trying to link to my MRTG rrds, so I'm not sure if that makes a difference. RRDs and links to graph upon clicking on a link or node are working work. All except for this hover-graph feature.
Details re my setup:
The error message I'm getting from my Chrome console is:
Uncaught ReferenceError: overlib is not defined at HTMLAreaElement.onmouseover (goextnet.map.html:113)
Appreciate any help!