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) {