vmware-archive / prometheus-on-PCF

This is a how-to for deploying https://github.com/cloudfoundry-community/prometheus-boshrelease to monitor Pivotal Cloud Foundry.
Apache License 2.0
20 stars 35 forks source link

on AWS the doppler is on port 4443 #9

Open alexvasseur opened 7 years ago

alexvasseur commented 7 years ago

pipeline/tasks/etc/local.yml assumes wss on port 443

See https://github.com/avasseur-pivotal/prometheus-on-PCF/commit/78833dd67b4ff2659c8ed7e2d612934b3760df3d

May be this could be introspected from the cf curl /v2/info instead

xyloman commented 7 years ago

+1 I have had a similar issue and this resolved my issue. Maybe making this a configurable parameter is all that is necessary or as @avasseur-pivotal recommended discovery through curl /v2/info