Re: abacus collector doesn't work
Hi,
Do you run this in bosh-lite environment of on hosted CF? In case you have bosh-lite env you have to create a security group that enables the different micro-services to talk to each other. We already provide a "setup" script [1] and sec.group definition [2] Judging from the rights you have (admin) you must be using bosh-lite, but if this is not the case you may need to change some of the collector's environment variables [3]. This is especially useful in case your Abacus pipeline runs on a different sub-domain than the default CF domain. [1] https://github.com/cloudfoundry-incubator/cf-abacus/blob/master/bin/cfsetup [2] https://github.com/cloudfoundry-incubator/cf-abacus/blob/master/etc/secgroup.json [2] https://github.com/cloudfoundry-incubator/cf-abacus/blob/master/lib/metering/collector/manifest.yml#L9-L14 |
|