mray wrote: > http://www.zenoss.com/community/wiki/tips-and-tricks/ExportDevicesToFile/ > > This script is an example of dumping information from the dmd (ip, > location, snmp name). There's much more information available, you > might have to dig a bit to get everything you want. You can turn it > into a stand-alone script like this: > > http://www.zenoss.com/Members/netdata/use-a-zendmd-script-as-standalone-program/ >
Right, I saw that earlier. Here's the rub. The example referenced has this line: Code: f.write(d.manageIp+","+d.getLocationName()+","+d.snmpSysName+"\n") There's a key piece of a priori knowledge required - the identities of things like 'manageIp' and 'snmpSysName'. I guess I need to know how to get that list before I can do an effective job. Where are those attributes defined? -------------------- m2f -------------------- Read this topic online here: http://forums.zenoss.com/viewtopic.php?p=28778#28778 -------------------- m2f -------------------- _______________________________________________ zenoss-users mailing list [email protected] http://lists.zenoss.org/mailman/listinfo/zenoss-users
