outbrain / orchestrator-agent

MySQL replication topology manager - agent (daemon)
Apache License 2.0
35 stars 53 forks source link

Incorrect URL for token submission? #1

Open cl001 opened 9 years ago

cl001 commented 9 years ago

Very excited by the orchestrator/orchestrator-agent projects. Great work!

When setting up orchestrator-agent on a host, the callback to the orchestrator server seems to fail. I'm running orchestrator in debug mode so I can see how it is called (cd /usr/local/orchestrator && ./orchestrator --debug --stack http).

The call comes in from orchestrator-agent when it is started on the MySQL server, and the following appears on the orchestrator server:

[martini] Started GET /api/submit-agent/HOSTNAME/3002/becb6ced1e3d0b1413924fbce174e805e31c425975fffe2982e9704aad7e2f12 for IPADDR:60356 [martini] Completed 404 Not Found in 713.404us

Manually loading this URL confirms it produces a 404.

Just let me know if I can provide any further information!