Yes, the Device Graphs template example is the one to use if you want to view 
all your interfaces for single hosts --- you can have multiple hosts in the 
Systems organizer and it will display what you select from the drop down.

The templates are based on the graphCommon plugin I created.  The reason Device 
Graphs plots all interfaces is because the 'net' argument is set to 'any' --- 
all the other SubSystems/etc graphs set this value.  While my examples utilize 
the network id, I believe I set the logic to work for 'ifname' as well.  

To answer you other question, you can apply filters.  I added the ability to 
the graphCommon plugin but did not utilize it in any of the example templates:

  title = args.get('title') or cat
  filter = args.get('filter') or 'any'

If you add the &filter=VLAN to the url bar, you should be able to see how it 
filters only the VLANs on your switch.  I'll leave adding it to the TAL as a 
dropdown or whatnot for you to figure out.




-------------------- m2f --------------------

Read this topic online here:
http://community.zenoss.com/forums/viewtopic.php?p=9963#9963

-------------------- m2f --------------------



_______________________________________________
zenoss-users mailing list
[email protected]
http://lists.zenoss.org/mailman/listinfo/zenoss-users

Reply via email to