infobloxopen / ceilometer-infoblox

Infoblox custom meters for OpenStack Ceilometer
Apache License 2.0
4 stars 6 forks source link

Move to central polling agent #1

Closed johnbelamaric closed 8 years ago

johnbelamaric commented 8 years ago

Since generally the collection of the NIOS SNMP data will be done over floating IPs, there is no benefit to polling on the compute nodes. Thus, the entry point is changed to poll from the central agent, removing the need to install this on the compute nodes.

Additionally, bump the version and thin the requirements (remove the requirement for the ceilometer git repo).