|
|
| Author |
Message |
michelem
Joined: 30 Mar 2006 Posts: 34
|
Posted: Thu Nov 09, 2006 4:15 am Post subject: Attach image to graphs |
|
|
Hi, i'm looking for a plugin to attach an image like a flow chart or architectural draw to each graph or group of graphs.
Do you know something like that?
Thank you
|
|
| Back to top |
|
 |
egarnel Cacti Pro User
Joined: 21 Nov 2002 Posts: 630 Location: Austin, TX
|
Posted: Thu Nov 09, 2006 10:14 am Post subject: |
|
|
This is sort of possible via the weather map plugin using overlib
Whatever you want to display from the device needs to be in image format
from one of my confs
# Node definitions:
NODE node1143811955
LABEL Shownet1
INFOURL https://monitor2.mysite.com/details/shownet1.html
OVERLIBGRAPH https://monitor2.mysite.com/details/6506a.png
ICON images/6500.png
LABELOFFSET S
OVERLIBWIDTH 280
OVERLIBHEIGHT 100
LABELBGCOLOR 255 224 224
POSITION 54 293
see the attached image
| Description: |
|
| Filesize: |
73.33 KB |
| Viewed: |
4224 Time(s) |

|
|
|
| Back to top |
|
 |
jamespca
Joined: 21 Dec 2006 Posts: 8
|
Posted: Thu Feb 22, 2007 12:45 am Post subject: |
|
|
What is the popup window? The site where is it is displayed from. Is it some inventory application? Something you can recommend maybe? :)
Thanks!
james
|
|
| Back to top |
|
 |
egarnel Cacti Pro User
Joined: 21 Nov 2002 Posts: 630 Location: Austin, TX
|
Posted: Thu Feb 22, 2007 9:19 am Post subject: |
|
|
The pop up is just a png file.
snippet from the map config:
| Code: |
# Node definitions:
NODE node1143811955
LABEL Shownet1
INFOURL https://monitor.mysite.com/details/shownet1.html
OVERLIBGRAPH https://monitor.mysite.com/details/6506a.png
ICON images/6500.png
LABELOFFSET S
OVERLIBWIDTH 280
OVERLIBHEIGHT 100
LABELBGCOLOR 255 224 224
POSITION 54 293
|
I made the png file in GIMP and uploaded it to the Cacti server.
|
|
| Back to top |
|
 |
jamespca
Joined: 21 Dec 2006 Posts: 8
|
Posted: Thu Feb 22, 2007 10:45 am Post subject: |
|
|
| I meant how was that information gathered from the device. I am currently looking for a reporting tool which could generate pages with information like that. If I'd have to manually create one png for every single device in the network that wouldn't work for me. I was wondering if you generated those PNGs somehow automatically. Thanks!
|
|
| Back to top |
|
 |
egarnel Cacti Pro User
Joined: 21 Nov 2002 Posts: 630 Location: Austin, TX
|
Posted: Thu Feb 22, 2007 11:18 am Post subject: |
|
|
| that was pulled via snmp by nmis, but you could do the same in excel
|
|
| Back to top |
|
 |
|