I've tried creating a new Graph Report, and that allows me to manually add all graphs to form a report. But with this method I have to explicitly create a report for every Device we want to see all graphs of. Is there a way to more automatically list all the graphs of the device, without needing to create a graph for every new one?

Take a look at the viewPerformanceDetail template. This is what builds the graph displays for the device and any component you look at. You should be able to create another page using the macros within this template. You'll just need to enumerate through all of the components you want to see graphs for.

device.os.interfaces
device.os.filesystems
etc..

It can be found in the ZMI at http://yourzenoss:8080/zport/portal_skins/zenmodel/viewPerformanceDetail , or in the file system at $ZENHOME/Products/ZenModel/skins/zenmodel/ viewPerformanceDetail.pt.
_______________________________________________
zenoss-users mailing list
[email protected]
http://lists.zenoss.org/mailman/listinfo/zenoss-users

Reply via email to