From 81b6ee996165db718ce5b079746becf0cbf190f1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lucas=20Ple=C3=9F?= Date: Sat, 16 Jul 2016 18:39:32 +0200 Subject: [PATCH] changed application port for new server, changed mailinglist --- node/statusbot.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/node/statusbot.js b/node/statusbot.js index 6ca2abb..cc6f48a 100755 --- a/node/statusbot.js +++ b/node/statusbot.js @@ -29,7 +29,7 @@ var spaceanswer = { contact: { phone: "+49 231 8 404 777", irc: "irc://irc.hackint.eu/#ctdo", - ml: "ccc@chaostreff-dortmund.de", + ml: "discuss@lists.chaostreff-dortmund.de", twitter: "@ctdo", issue_mail: "server-admin@chaostreff-dortmund.de" }, @@ -60,7 +60,7 @@ var snmpMac = new SnmpMac("juni.ctdo.de", "ctdo23"); var ippoll = new IpPoll("flipdot.raum.ctdo.de", "195.160.169.30-120"); var flukso = new Flukso("flukso.raum.ctdo.de", "/sensor/cf00e0b22230f4a8870af58f2b8719dd"); -var port = '3000'; +var port = '9911'; var address = 'localhost'; snmpMac.on('done', function (res) {