From faad9739b8b42b112a7df461b625f4b68718858c Mon Sep 17 00:00:00 2001 From: AnthorNet Date: Thu, 15 Dec 2016 14:34:39 +0100 Subject: [PATCH] Remove secondary gateway/relay from monitor --- contrib/monitor/js/eddn.js | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/contrib/monitor/js/eddn.js b/contrib/monitor/js/eddn.js index b073fd2..c731eaa 100644 --- a/contrib/monitor/js/eddn.js +++ b/contrib/monitor/js/eddn.js @@ -6,13 +6,11 @@ var updateInterval = 60000, relayBottlePort = 9090, gateways = [ - 'eddn-gateway.elite-markets.net', - 'eddn-gateway.ed-td.space' - ]; // Must find a way to bind them to monitor, + 'eddn-gateway.elite-markets.net' + ], // Must find a way to bind them to monitor relays = [ - 'eddn-relay.elite-markets.net', - 'eddn-relay.ed-td.space' + 'eddn-relay.elite-markets.net' ]; // Must find a way to bind them to monitor var stats = { @@ -712,4 +710,4 @@ var start = function(){ $(document).ready(function(){ start(); -}); \ No newline at end of file +});