Sure !

you can use zendmd like this:


Code:
[EMAIL PROTECTED]> zendmd



(now you are in a python cli)


Code:
>>> testdevice = find('10.36.0.12') 




Code:
>>> dir( testdevice ) 



this will give you a list of methods for testdevice


Code:

>>> testdevice.getDeviceMacaddress()

>>> testdevice.getDeviceName() 

>>> testdevice.getManageIp()

>>> testdevice.getHWSerialName()





many methods you can try !

Greetings




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

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

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



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

Reply via email to