|
|
| Author |
Message |
joez
Joined: 11 Feb 2008 Posts: 34
|
Posted: Thu Apr 17, 2008 5:02 am Post subject: Having another Weathermap as OVERLIBGRAPH? Possible? |
|
|
I have a topology map and maps for the devices.
On the topology map I would like to have the device weathermaps as OVERLIBGRAPH. I tried to put the link to the weathermaps as OVERLIBGRAPH <path> to the node description but I get a broken link.
Is it possible at all?
Thanks |
|
| Back to top |
|
 |
Howie Cacti Guru User
Joined: 16 Sep 2004 Posts: 1958 Location: United Kingdom
|
Posted: Thu Apr 17, 2008 5:57 am Post subject: |
|
|
| As long as the OVERLIBGRAPH is a URL for an image, it should work OK. My guess is you are using the URL for the HTML page. |
|
| Back to top |
|
 |
joez
Joined: 11 Feb 2008 Posts: 34
|
Posted: Thu Apr 17, 2008 8:33 am Post subject: |
|
|
I was using something like this:
OVERLIBGRAPH /cacti/plugins/weathermap/weathermap-cacti-plugin.php?action=viewmap&id=a986edb6e7d008ad9e48
What would the correct string be like?
Thanks |
|
| Back to top |
|
 |
Howie Cacti Guru User
Joined: 16 Sep 2004 Posts: 1958 Location: United Kingdom
|
Posted: Thu Apr 17, 2008 9:24 am Post subject: |
|
|
| joez wrote: | I was using something like this:
OVERLIBGRAPH /cacti/plugins/weathermap/weathermap-cacti-plugin.php?action=viewmap&id=a986edb6e7d008ad9e48
What would the correct string be like?
Thanks |
Right-click on the image, and choose Copy Image Location. That's the URL for the Image
/cacti/plugins/weathermap/weathermap-cacti-plugin.php?action=viewimage&id=a986edb6e7d008ad9e48
However, that's the full size map, so unless your submaps are much smaller, you probably want to use the thumbnail instead:
cacti/plugins/weathermap/weathermap-cacti-plugin.php?action=viewthumb&id=a986edb6e7d008ad9e48 |
|
| Back to top |
|
 |
joez
Joined: 11 Feb 2008 Posts: 34
|
Posted: Fri Apr 18, 2008 5:48 am Post subject: |
|
|
Cool, it is working now!
Thank you! |
|
| Back to top |
|
 |
|