
Optionally enable STv2 event playback through the time_sync service and early UsageHandler support. Change-Id: I5988d320fe41df29c52ebdb8e579bf0d7f53a45f
25 lines
938 B
Plaintext
25 lines
938 B
Plaintext
sessionname tach
|
|
hardstatus alwayslastline '%{= .} %-Lw%{= .}%> %n%f %t*%{= .}%+Lw%< %-=%{g}(%{d}%H/%l%{g})'
|
|
# Enable this if you're replaying old events ...
|
|
#screen -t time_sync bash
|
|
#stuff "cd git/stacktach-notigen/bin; gunicorn -b 127.0.0.1:8001 --log-file=- 'time_sync:get_api()'\r"
|
|
|
|
# not yet working w/ winchester
|
|
#screen -t quincy bash
|
|
#stuff "cd git/stacktach-quincy/quincy; gunicorn --log-file=- 'api:get_api(config_location=\"../../../quincy.conf\")'\r"
|
|
|
|
screen -t bash bash
|
|
#stuff "klugman streams\r"
|
|
screen -t yagi1 bash
|
|
stuff "yagi-event --config yagi.conf\r"
|
|
screen -t yagi2 bash
|
|
stuff "yagi-event --config yagi.conf\r"
|
|
screen -t pipeline1 bash
|
|
stuff "pipeline_worker -c winchester.yaml\r"
|
|
screen -t pipeline2 bash
|
|
stuff "pipeline_worker -c winchester.yaml\r"
|
|
screen -t gen bash
|
|
#stuff "cd git/stacktach-notigen/bin; python pump_from_stv2.py\r"
|
|
stuff "cd git/stacktach-notigen/bin; python event_pump.py ../templates 2 0\r"
|
|
|