WIP: Job to retrieve node information for monitoring.

This commit is contained in:
baldo 2016-05-24 14:42:25 +02:00
parent 67767f915e
commit ad3f075d93
14 changed files with 274 additions and 15 deletions
server

View file

@ -24,6 +24,10 @@ var defaultConfig = {
pass: 'pass'
}
}
},
map: {
nodesJsonUrl: 'http://map.musterstadt.freifunk.net/nodes.json'
}
},
client: {
@ -33,8 +37,7 @@ var defaultConfig = {
contactEmail: 'kontakt@musterstadt.freifunk.net'
},
map: {
graphUrl: 'http://graph.musterstadt.freifunk.net/graph.html',
mapUrl: 'http://graph.musterstadt.freifunk.net/geomap.html'
mapUrl: 'http://map.musterstadt.freifunk.net'
},
monitoring: {
enabled: true