alice
alice copied to clipboard
Monitoring and REST interface to rabbitmq
In a test scenario with a fanout exchange and a single consumer queue, if I use the root vhost, I can hit the REST interface's /exchanges, /queues, and /bindings and...
the bindings view is blank, despite the /bindings/vhost call working on the rest interface.
trying to view info on a vhost specified with a leading slash (rabbitmqctl add_vhost "/foo") is borken.
`$ curl -i "http://localhost:9999/users/nonexisting"` returns: "curl: (52) Empty reply from server" And the following error in Alice shell: > (alice@pipeline)1> Error: {function_clause, > [{mochijson2,'-json_encode_proplist/2-fun-0-', > [{ok,400,[],{"nonexisting",}}, > "{", > {encoder,null,false}]},...
I'm getting this error with v. 1.7.0 using the default configuration. Which gives guest read/write permissions: curl -i http://localhost:9999/permissions/ curl: (52) Empty reply from server In the erlang console: Error:...
Need scripts to start, stop, reload and status Alice. Also scripts to assist with logrotate, via logrotate.d. A RabbitMQ installation provides such scripts for RabbitMQ, so providing similar scripts for...
when i use curl -i http://localhost:9999/conn the respond is curl: (52) Empty reply from server who can tell me the possiabe reasons?thanks very much.
Management has made a request to configure a read-only mode for the Wonderland GUI web interface. We use the RESTful interface to make updates for our deployment scripts. Likewise Wonderland...
Assuming we have multiple Alice instances, running on different ports. We require a method to stop a unique instance. This is for usage with the init.d scripts. Something similar to...
Assuming we have multiple Alice instances, something similar to the 'stop' and 'start' commands would be useful. For example: rabbitmqctl status -n [email protected] alice.sh status -n [email protected]