← Back to team overview

graphite-dev team mailing list archive

Re: [Question #213436]: http post interface for graphite / carbon

 

Question #213436 on Graphite changed:
https://answers.launchpad.net/graphite/+question/213436

    Status: Answered => Open

a is still having a problem:
Thanks for the help, I am running your little http proxy crazy-format
however I have a question, I am not sure how to use it...

Here is the output
 python trial.py 
 * Running on http://127.0.0.1:5000/
 * Restarting with reloader
127.0.0.1 - - [08/Nov/2012 07:30:15] "POST / HTTP/1.1" 404 -

when I send following curl command 
 curl -X POST --data-ascii "server.app.response_time 0.2" http://localhost:5000/
or
 curl -X POST --data-binary "server.app.response_time 0.2" http://localhost:5000/
or
 curl --data-ascii "server.app.response_time 0.2" http://localhost:5000/

and no message comes into carbon, I am sorry if the question is so trivial, thanks a lot, you wrote a really cool proxy
@dieter thanks I had already found that but I would like to stick to one language and not introducing a ruby programm, for easier debugging later...

-- 
You received this question notification because you are a member of
graphite-dev, which is an answer contact for Graphite.