nyx
Joined: 13 Jul 2005 Posts: 12
|
Posted: Mon Feb 11, 2008 7:45 pm Post subject: url_path |
|
|
I am sure I have just done something wrong...
include/config.php
| Code: |
$config['url_path'] = "/cacti/";
|
plugins/weathermap/configs/test.php
| Code: |
# Node definitions:
NODE node06442
LABEL Node
INFOURL /graph.php?rra_id=all&local_graph_id=787
OVERLIBGRAPH /graph_image.php?local_graph_id=787&rra_id=0&graph_nolegend=true&graph_height=100&graph_width=300
POSITION 436 245
|
Everything works, except, it is not adding the /cacti/ to the urlpath for the overlib stuff..
Cacti - 0.8.7a
weathermap - 0.941 |
|