zenoss / ZenPacks.zenoss.CloudStack

Monitoring CloudStack with Zenoss
http://wiki.zenoss.org/ZenPack:CloudStack
GNU General Public License v2.0
23 stars 11 forks source link

virtual machines not found #12

Closed jregovic closed 11 years ago

jregovic commented 11 years ago

When modeling, I noticed that virtual machines were not being discovered when the virtual machines were at the end of the response_types list in CloudStack.py.

For some reason:

response_types = ( 'zones', 'pods', 'clusters', 'hosts', 'systemvms', 'virtualmachines','routers', ) works, but this does not:

response_types = ( 'zones', 'pods', 'clusters', 'hosts', 'systemvms', 'routers','virtualmachines', )

cluther commented 11 years ago

@jregovic Did you see that the latest (1.0.8) version of the ZenPack resolves this problem?

jregovic commented 11 years ago

I did. I'm embarrassed to say that I noticed it after opening this issue.