If you're capable of running zendmd then I'll suggest that you do what many of the rest of us do: grep the friendly code. :) For example, I find myself doing stuff like:
Code: grep -l foo `find /opt/zenoss/Products -name \*.py` on a regular basis Start by grepping for a known like one of the attributes listed in this thread. Poke around in the file and figure it out. ./Products/ZenModel/Device.py is a fun one to check out. Good luck! Chock -------------------- m2f -------------------- Read this topic online here: http://forums.zenoss.com/viewtopic.php?p=32172#32172 -------------------- m2f -------------------- _______________________________________________ zenoss-users mailing list [email protected] http://lists.zenoss.org/mailman/listinfo/zenoss-users
