<%inherit file="base.html"/> % if not client:

Connect to a Circus system

% endif % if client: <% goptions = dict(client.get_global_options()) %>
Watchers
Name
Processes
Command
Shell
uid
gid
Status
% for watcher, options in client.watchers:
${watcher}
${options['numprocesses']}
${options['cmd']} ${options['args']}
${options['shell']}
${options['uid']}
${options['gid']}
%endfor
Circus Daemons
CPU
Memory
circusd
CPU 0.0 %
Mem 0.0 %
circusd-stats
CPU 0.0 %
Mem 0.0 %
Options
ZeroMQ endpoint used to connect clients like circusctl or circushttpd ${goptions['endpoint']}
ZeroMQ endpoint used for pub/sub ${goptions['pubsub_endpoint']}
ZeroMQ endpoint used for the pub/sub stats ${goptions['stats_endpoint']}
If True, Circus detects flapping processes. ${goptions['check_flapping']}
Delay in seconds for the ZMQ polling. ${goptions['check_delay']}
% endif