Merge branch 'master' of repos.ctdo.de:ctdo/raumstatus
This commit is contained in:
commit
ab74c51295
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue