diff --git a/node/statusbot.js b/node/statusbot.js index 9b2fd56..d59619d 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" }, @@ -57,10 +57,10 @@ var usercountanswer = {at: 0, current_value: 0, datapoints: [ ]}; var snmpMac = new SnmpMac("juni.ctdo.de", "ctdo23"); -var ippoll = new IpPoll("switch2.raum.ctdo.de", "195.160.169.30-120"); +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) {