If the Devices are all of one class
eg(Devices/Nework/Switch)

You can copy $ZENHOME/Products/ZenReports/reports/Device_Reports/All_Devices.rpt
to another file say All_Switches.rpt
then edit 
line 2 
change: python:here.getDmdRoot('Devices').getSubDevices();
to:  python:here.getDmdObj('Devices/Network/Switch').getSubDevices();
line 3
change: alldevicereport
to: allswitchesreport
line 14
change: string:All Devices
to: string:All Switches
That should do it




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

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

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



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

Reply via email to