Remove busmon.
This commit is contained in:
parent
19ec8df9af
commit
a75f28b510
2 changed files with 0 additions and 4 deletions
|
@ -98,9 +98,6 @@ config = dict(
|
|||
for i in range(32)
|
||||
],
|
||||
{% endif %}
|
||||
"busmon_consumers.busgateway01": [
|
||||
"tcp://busgateway01.%s:3000" % suffix,
|
||||
],
|
||||
{% if env != 'staging' %}
|
||||
"supybot.value03": [
|
||||
"tcp://value03.%s:3000" % suffix,
|
||||
|
|
|
@ -86,7 +86,6 @@ config = dict(
|
|||
("ftpsync.relepel01", "ftpsync-relepel01.%s" % suffix),
|
||||
("ftpsync.releng04", "ftpsync-releng04.%s" % suffix),
|
||||
] + [
|
||||
("busmon_consumers.busgateway01", "busmon-busgateway01.%s" % suffix),
|
||||
("shell.busgateway01", "shell-busgateway01.%s" % suffix),
|
||||
] + [
|
||||
("shell.value01", "shell-value01.%s" % suffix),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue