meshviewer/config.js

147 lines
6.3 KiB
JavaScript
Raw Normal View History

2017-11-10 19:23:20 +00:00
module.exports = function () {
return {
// Variables are NODE_ID and NODE_NAME (only a-z0-9\- other chars are replaced with _)
'nodeInfos': [
{
'name': 'Clientstatistik',
2018-06-10 09:27:38 +00:00
'href': 'https://grafana.bremen.freifunk.net/d/000000002/node?var-node={NODE_ID}',
'image': 'https://grafana.bremen.freifunk.net/render/d-solo/000000002/node?panelId=1&var-node={NODE_ID}&from=now-86399s&width=650&height=350&theme=light',
'title': 'Entwicklung der Anzahl der Clients innerhalb des letzten Tages'
2018-04-19 10:06:43 +00:00
},
{
2018-06-10 09:27:38 +00:00
'name': 'Trafficstatistik',
'href': 'https://grafana.bremen.freifunk.net/d/000000002/node?var-node={NODE_ID}',
'image': 'https://grafana.bremen.freifunk.net/render/d-solo/000000002/node?panelId=2&var-node={NODE_ID}&from=now-86399s&width=650&height=350&theme=light',
'title': 'Entwicklung des Traffic innerhalb des letzten Tages'
},
{
'name': 'Hardwareauslastung',
'href': 'https://grafana.bremen.freifunk.net/d/000000002/node?var-node={NODE_ID}',
'image': 'https://grafana.bremen.freifunk.net/render/d-solo/000000002/node?panelId=4&var-node={NODE_ID}&from=now-86399s&width=650&height=350&theme=light',
'title': 'Loadavg und Arbeitspeicherauslastung innerhalb des letzten Tages'
},
{
'name': 'Airtime',
'href': 'https://grafana.bremen.freifunk.net/d/000000002/node?var-node={NODE_ID}',
'image': 'https://grafana.bremen.freifunk.net/render/d-solo/000000002/node?panelId=5&var-node={NODE_ID}&from=now-86399s&width=650&height=350&theme=light',
'title': 'Auslastung des WLAN-Frequenz innerhalb des letzten Tages'
2017-11-10 19:23:20 +00:00
}
],
2018-06-10 09:27:38 +00:00
'linkInfos': [
{
'name': 'Statistik für alle Links zwischen diese Knoten',
'href': 'https://grafana.bremen.freifunk.net/d/000000002/node?var-node={SOURCE_ID}&var-nodetolink={TARGET_ID}',
'image': 'https://grafana.bremen.freifunk.net/render/d-solo/000000002/node?panelId=7&var-node={SOURCE_ID}&var-nodetolink={TARGET_ID}&from=now-86399s&width=650&height=350&theme=light',
'title': 'Linkstatistik des letzten Tages, min und max aller Links zwischen diesen Knoten'
}
],
'linkTypeInfos': [
{
'name': 'Statistik für {TYPE}',
'href': 'https://grafana.bremen.freifunk.net/d/000000002/node?var-node={SOURCE_ID}&var-nodetolink={TARGET_ID}&var-source_mac={SOURCE_ADDR}&var-target_mac={TARGET_ADDR}',
'image': 'https://grafana.bremen.freifunk.net/render/d-solo/000000002/node?panelId=8&var-node={SOURCE_ID}&var-nodetolink={TARGET_ID}&var-source_mac={SOURCE_ADDR}&var-target_mac={TARGET_ADDR}&from=now-86399s&width=650&height=350&theme=light',
'title': 'Linkstatistik des letzten Tages des einzelnen Links in beide Richtungen'
}
],
'globalInfos': [
{
'name': 'Wochenstatistik',
'href': 'https://grafana.bremen.freifunk.net/d/000000001/globals',
'image': 'https://grafana.bremen.freifunk.net/render/d-solo/000000001/globals?panelId=2&from=now-7d&width=650&height=350&theme=light',
'title': 'Entwicklung der Anzahl der Knoten und der Clients innerhalb der letzten 7 Tage'
}
2017-11-10 19:23:20 +00:00
],
2018-06-10 09:27:38 +00:00
// Array of data provider are supported
'dataPath': ['https://downloads.bremen.freifunk.net/data/'],
'siteName': 'Freifunk Bremen',
'maxAge': 7,
2017-11-10 19:23:20 +00:00
'mapLayers': [
{
'name': 'Freifunk Regensburg',
// Please ask Freifunk Regensburg before using its tile server c- example with retina tiles
'url': 'https://{s}.tiles.ffrgb.net/{z}/{x}/{y}{retina}.png',
'config': {
'maxZoom': 20,
'subdomains': '1234',
2018-06-10 09:27:38 +00:00
'attribution': '<a href="http://www.openmaptiles.org/" target="_blank">&copy; OpenMapTiles</a> <a href="http://www.openstreetmap.org/about/" target="_blank">&copy; OpenStreetMap contributors</a>'
}
},
{
'name': 'Freifunk Bremen',
'url': '//tiles.bremen.freifunk.net/{z}/{x}/{y}{retina}.png',
'config': {
'maxZoom': 20,
'type': 'osm',
'attribution': '<a href="https://github.com/mapbox/mapbox-studio-osm-bright.tm2">Design</a> © <a href="https://www.mapbox.com/">Mapbox</a>, <a href="http://creativecommons.org/licenses/by/3.0/">CC-BY 3.0</a> — Daten © <a href="https://www.openstreetmap.org/copyright">OpenStreetMap</a>'
2017-11-10 19:23:20 +00:00
}
},
{
'name': 'Freifunk Regensburg Night',
// Please ask Freifunk Regensburg before using its tile server - example with retina and dark tiles
'url': 'https://{s}.tiles.ffrgb.net/n/{z}/{x}/{y}{retina}.png',
'config': {
'maxZoom': 20,
'subdomains': '1234',
'attribution': ' <a href="http://www.openmaptiles.org/" target="_blank">&copy; OpenMapTiles</a> <a href="http://www.openstreetmap.org/about/" target="_blank">&copy; OpenStreetMap contributors</a>',
2018-06-10 09:27:38 +00:00
'mode': 'night'
2017-11-10 19:23:20 +00:00
}
},
{
'name': 'OpenStreetMap.HOT',
'url': 'https://{s}.tile.openstreetmap.fr/hot/{z}/{x}/{y}.png',
'config': {
'maxZoom': 19,
'attribution': '&copy; Openstreetmap France | &copy; <a href="http://www.openstreetmap.org/copyright">OpenStreetMap</a>'
}
},
{
'name': 'Esri.WorldImagery',
'url': '//server.arcgisonline.com/ArcGIS/rest/services/World_Imagery/MapServer/tile/{z}/{y}/{x}',
'config': {
'maxZoom': 20,
'attribution': 'Tiles &copy; Esri &mdash; Source: Esri, i-cubed, USDA, USGS, AEX, GeoEye, Getmapping, Aerogrid, IGN, IGP, UPR-EGP, and the GIS User Community'
}
}
],
// Set a visible frame
'fixedCenter': [
2018-06-10 09:27:38 +00:00
// Northwest
2017-11-10 19:23:20 +00:00
[
2018-06-10 09:27:38 +00:00
53.27917,
8.31390
2017-11-10 19:23:20 +00:00
],
// Southeast
[
2018-06-10 09:27:38 +00:00
52.9734,
9.2037
2017-11-10 19:23:20 +00:00
]
],
'siteNames': [
{
2018-06-10 09:27:38 +00:00
'site': 'ffhb',
'name': 'Freifunk Bremen'
}
],
'linkList': [
2017-11-10 19:23:20 +00:00
{
2018-06-10 09:27:38 +00:00
'title': 'Impressum',
'href': 'https://bremen.freifunk.net/impressum.html'
2018-04-10 14:51:02 +00:00
},
2018-04-09 20:21:31 +00:00
{
2018-06-10 09:27:38 +00:00
'title': 'Datenschutz',
'href': 'https://wiki.bremen.freifunk.net/Infrastruktur/Datenschutz'
2017-11-10 19:23:20 +00:00
}
2018-05-23 22:51:41 +00:00
],
'linkList': [
{
'title': 'Impressum',
'href': '/verein/impressum/'
},
{
'title': 'Datenschutz',
'href': '/verein/datenschutz/'
}
2017-11-10 19:23:20 +00:00
]
};
};