vmware-archive / newrelic_pivotal_agent

MIT License
36 stars 42 forks source link

rabbitmq cant find existing node #82

Open agborkowski opened 6 years ago

agborkowski commented 6 years ago

i have a exists node

curl http://guest:guest@localhost:15672/api/nodes
<cut...>
["rabbitmq_management"],"name":"prod@prod-1","type":"disc","running":true}]

then @newrelic requesting health by url http://localhost:15672/api/healthchecks/node/prod@prod-1 new relic daemon response:

Response [error] for node [prod@prod-1]: unexpected http response from [http://localhost:15672/api/healthchecks/node/prod@prod-1]: 404 Object Not Found|node:prod@prod-1

but the same is for curl http://guest:guest@localhost:15672/api/healthchecks/node/prod@prod-1 then: {"error":"Object Not Found","reason":"\"Not Found\"\n"}

i tried too w/o success