Yep, that was it. Change #2309.
http://dev.zenoss.org/trac/changeset/2309
In particular, if you make the single-line change at line 112, data
collection will complete.
Thanks!
-Eric
Mark Johnson wrote:
Eric Newton wrote:
Hey Mark,
Let's try to do some remote debugging. Try the following:
$ zendmd
Welcome to zenoss dmd command shell!
use zhelp() to list commands
>>> d = find('apbilletyard')
>>> [i.type for i in d.os.interfaces()]
Result was:
['', 'Radio Spread Spectrum (802.11)', 'ethernetCsmacd', 'Other']
I suspect that one of the interfaces has a bad type, like an empty
string.
The type information comes from SNMP. What do you get with this:
$ snmpwalk -c communityString -v 1 apbilletyart IF-MIB::ifType
Where "communityString" is your community string (try 'public').
Result was:
IF-MIB::ifType.1 = INTEGER: ieee80211(71)
IF-MIB::ifType.2 = INTEGER: ethernetCsmacd(6)
IF-MIB::ifType.3 = INTEGER: other(1)
IF-MIB::ifType.4 = INTEGER: bridge(209)
If that's the case, I'll try to reflash/reconfigure the problematic
AP's and see what happens.
Thank's for the help!
Mark
_______________________________________________
zenoss-users mailing list
[email protected]
http://lists.zenoss.org/mailman/listinfo/zenoss-users
_______________________________________________
zenoss-users mailing list
[email protected]
http://lists.zenoss.org/mailman/listinfo/zenoss-users