Start the arbiter or a watcher

This command start all the process in a watcher or all watchers.

ZMQ Message

{
    "command": "stop",
    "properties": {
        "name": '<name>",
    }
}

The response return the status “ok”.

If the property name is present, the watcher will be started.

Command line

$ circusctl start [<name>]

Options

  • <name>: name of the watcher

Project Versions

Table Of Contents

Previous topic

Send a signal

Next topic

Get process infos

This Page