.. _globaloptions: Get the arbiter options ======================= This command return the arbiter options ZMQ Message ----------- :: { "command": "globaloptions", "properties": { "key1": "val1", .. } } A message contains 2 properties: - keys: list, The option keys for which you want to get the values The response return an object with a property "options" containing the list of key/value returned by circus. eg:: { "status": "ok", "options": { "check_delay": 1, ... }, time': 1332202594.754644 } Command line ------------ :: $ circusctl globaloptions Options ------- Options Keys are: - endpoint: the controller ZMQ endpoint - pubsub_endpoint: the pubsub endpoint - check_delay: the delay between two controller points