On Sep 29, 2008, at 12:18 PM, slmiller wrote:
Unfortunately there is very little actual documentation about the variables available, but I believe they correspond well to the attributes available via the zendmd interface.

Checking a bit, I discovered that there is no MAC address attribute readily available. I was able to get it by doing the following in zendmd:

Code:
d=find('device-name')
d.getDeviceMacAddress()


But since I had to call a method, I'm guessing mabye there is no way to do that in a TALES expression?

Fortunately you're wrong about that. You can call methods that require no parameters just as if they were propertyes: ${here/ getDeviceMacAddress}.
_______________________________________________
zenoss-users mailing list
[email protected]
http://lists.zenoss.org/mailman/listinfo/zenoss-users

Reply via email to