After creating a RabbitMq service instance in PCF, i am trying to monitor using New Relic but cannot figure out where to get the management_api_url.
I tried using http://admin:rabbit@localhost:15672 but getting the below error
./pivotal_agent
[RabbitMQ] Exception while processing metrics. Check configuration.
Failed to open TCP connection to localhost:15672 (Connection refused - connect(2) for "localhost" port 15672)
[2018-11-26 21:52:34 UTC] WARN: HTTP Connection Error: #<SocketError: Failed to open TCP connection to platform-api.newrelic.com:443 (getaddrinfo: nodename nor servname provided, or not known)> Failed to open TCP connection to platform-api.newrelic.com:443 (getaddrinfo: nodename nor servname provided, or not known)
After creating a RabbitMq service instance in PCF, i am trying to monitor using New Relic but cannot figure out where to get the management_api_url. I tried using http://admin:rabbit@localhost:15672 but getting the below error
./pivotal_agent [RabbitMQ] Exception while processing metrics. Check configuration. Failed to open TCP connection to localhost:15672 (Connection refused - connect(2) for "localhost" port 15672) [2018-11-26 21:52:34 UTC] WARN: HTTP Connection Error: #<SocketError: Failed to open TCP connection to platform-api.newrelic.com:443 (getaddrinfo: nodename nor servname provided, or not known)> Failed to open TCP connection to platform-api.newrelic.com:443 (getaddrinfo: nodename nor servname provided, or not known)
Any help would be appreciated.