|
|
| Author |
Message |
dogs
Joined: 14 Mar 2007 Posts: 23
|
Posted: Fri Sep 05, 2008 10:44 am Post subject: click on a node to open another map |
|
|
| Is there a feature within weathermap where you can click on a node and it opens up another map. My map is getting a bit clogged up now asnd it would be nice to break it down somewhat. |
|
| Back to top |
|
 |
SSenio
Joined: 12 Feb 2008 Posts: 25
|
Posted: Fri Sep 05, 2008 1:12 pm Post subject: |
|
|
Lots of ways to do this actually.
For instance...
NODE ISP
INFOURL //server/weathermap/ISP.html
POSITION 50 50
[ICON isp.png]
where ISP.html is the output of another weathermap config file...at some location. |
|
| Back to top |
|
 |
dogs
Joined: 14 Mar 2007 Posts: 23
|
Posted: Tue Sep 09, 2008 5:29 am Post subject: |
|
|
| I'm not sure i understand....... the config files have no .html after them so am unable to connect to it.The config files are all on the same server if that helps. |
|
| Back to top |
|
 |
Howie Cacti Guru User
Joined: 16 Sep 2004 Posts: 2167 Location: United Kingdom
|
Posted: Tue Sep 09, 2008 6:44 am Post subject: |
|
|
You can use the cacti URL in the same way:
| Code: |
INFOURL /cacti/plugins/weathermap/weathermap-cacti-plugin.php?action=viewmap&id=a0db57338d9d89bf6553
|
or you can be a little more friendly:
| Code: |
INFOURL /cacti/plugins/weathermap/weathermap-cacti-plugin.php?action=viewmap&id=mymap.conf
|
|
|
| Back to top |
|
 |
dogs
Joined: 14 Mar 2007 Posts: 23
|
Posted: Tue Sep 09, 2008 7:55 am Post subject: |
|
|
thanks guys... once again the cacti community comes up trumps  |
|
| Back to top |
|
 |
|