Remove busmon.

This commit is contained in:
Ralph Bean 2014-05-21 19:00:37 +00:00
parent 19ec8df9af
commit a75f28b510
2 changed files with 0 additions and 4 deletions

View file

@ -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,

View file

@ -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),