freifunkmanager/config.json.example

28 lines
969 B
Plaintext
Raw Permalink Normal View History

2016-06-23 14:07:43 +02:00
{
2016-07-01 16:00:41 +02:00
"api":"http://ffhb.h.sum7.de/api",
2016-06-23 14:07:43 +02:00
"reload":60000,
2016-07-01 16:00:41 +02:00
"meshviewer":"http://ffhb.h.sum7.de/meshviewer",
"map":{
"icon":{
"warn":{"wifi24":20,"wifi5":20},
"crit":{"wifi24":30,"wifi5":30}
},
2016-06-24 03:17:12 +02:00
"view":[53.0702,8.815],
"zoom":16,
2016-07-01 16:00:41 +02:00
"geojson":"http://ffhb.h.sum7.de/data/meshviewer.geojson",
2016-06-24 03:17:12 +02:00
"tiles":{
"url":"https://otile{s}-s.mqcdn.com/tiles/1.0.0/osm/{z}/{x}/{y}.jpg",
"option":{
"subdomains": "1234",
"type": "osm",
"attribution": "Tiles &copy; <a href=\"https://www.mapquest.com/\" target=\"_blank\">MapQuest</a>, Data CC-BY-SA OpenStreetMap",
"maxZoom": 18
}
}
},
2016-07-01 16:00:41 +02:00
"grafana":{
2016-06-23 14:07:43 +02:00
"one":"http://ffhb.h.sum7.de:8080/dashboard-solo/file/Short.json?panelId=1&fullscreen&var-interval_group=60s&theme=light&from=1466165052000&var-title={{NODEID}}&var-node={{NODEID}}",
"all":"http://ffhb.h.sum7.de:8080/dashboard-solo/file/Short.json?panelId=1&fullscreen&var-interval_group=60s&theme=light&from=1466165052000&var-title=All"
}
}