From 681d24175a67a2e6967cdc5d051975fcc51c7085 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lucas=20Ple=C3=9F?= Date: Tue, 29 Jul 2014 18:34:00 +0200 Subject: [PATCH] changed the ctdo room ip space to current setup --- node/statusbot.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/node/statusbot.js b/node/statusbot.js index 5d62cbc..dcbbe78 100644 --- a/node/statusbot.js +++ b/node/statusbot.js @@ -55,7 +55,7 @@ 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.20-62 195.160.169.70-126"); +var ippoll = new IpPoll("switch2.raum.ctdo.de", "195.160.169.30-120"); var flukso = new Flukso("flukso.raum.ctdo.de", "/sensor/cf00e0b22230f4a8870af58f2b8719dd"); snmpMac.on('done', function (res) {