Is it possible to create a summary page that has graphs from different nodes all on the same page? If so how?
The feature didn't make it into 10.0. It's still under consideration for post-10.
Hi Jeff,
This should help you: Showing Graph from different nodes
Regards,
Yann
Just wanted to add my .02 worth...
I have discovered that if you want to include chart options, copy everything from the last <div (there will be several previous to your chart image tag - you will need the one that is aligned the farthest left) through to the </div> tag after your chart image tag (also aligned at the far left). The drawback is that you get two "headers" but now you can change chart options from that page.
If you know the ID of each node or interface, you can use the same code and just change the netobject ID (NetObject=I:) number in the source code to display graphs from different devices. That way you don't have to open each chart page, view source, copy, etc. You can get the netobject ID by hovering over any node or interface and looking at the URL on the bottom of your browser. I keep a list of all the netobject IDs in a spreadsheet because I find myself building similar pages a lot.
klc2009
I was wondering about that. It seems like a lot of work to get these kind of pages up and running. Has there been any talk about changing how you do this for future releases?
Has there been any talk about changing how you do this for future releases?
There has been much talk. It's a frequent request.