@@ -6,40 +6,52 @@ module.exports = function () {
6
6
'name' : 'Clientstatistik' ,
7
7
'href' : 'https://regensburg.freifunk.net/netz/statistik/node/{NODE_ID}/' ,
8
8
'image' : 'https://grafana.regensburg.freifunk.net/render/d-solo/000000026/node?panelId=1&var-node={NODE_ID}&from=now-1d&width=650&height=350&theme=light&_t={TIME}' ,
9
- 'title' : 'Clientstatistik für {NODE_ID} - weiteren Statistiken'
9
+ 'title' : 'Clientstatistik für {NODE_ID} - weiteren Statistiken' ,
10
+ 'width' : 650 ,
11
+ 'height' : 350
10
12
} ,
11
13
{
12
14
'name' : 'Trafficstatistik' ,
13
15
'href' : 'https://regensburg.freifunk.net/netz/statistik/node/{NODE_ID}/' ,
14
16
'image' : 'https://grafana.regensburg.freifunk.net/render/d-solo/000000026/node?panelId=2&from=now-1d&var-node={NODE_ID}&width=650&height=350&theme=light&_t={TIME}' ,
15
- 'title' : 'Trafficstatistik für {NODE_ID} - weiteren Statistiken'
17
+ 'title' : 'Trafficstatistik für {NODE_ID} - weiteren Statistiken' ,
18
+ 'width' : 650 ,
19
+ 'height' : 350
16
20
} ,
17
21
{
18
22
'name' : 'Systemlast' ,
19
23
'href' : 'https://regensburg.freifunk.net/netz/statistik/node/{NODE_ID}/' ,
20
24
'image' : 'https://grafana.regensburg.freifunk.net/render/d-solo/000000026/node?panelId=4&from=now-1d&var-node={NODE_ID}&width=650&height=350&theme=light&_t={TIME}' ,
21
- 'title' : 'Systemlast für {NODE_ID} - weiteren Statistiken'
25
+ 'title' : 'Systemlast für {NODE_ID} - weiteren Statistiken' ,
26
+ 'width' : 650 ,
27
+ 'height' : 350
22
28
} ,
23
29
{
24
30
'name' : 'Airtime' ,
25
31
'href' : 'https://regensburg.freifunk.net/netz/statistik/node/{NODE_ID}/' ,
26
32
'image' : 'https://grafana.regensburg.freifunk.net/render/d-solo/000000026/node?panelId=5&from=now-1d&var-node={NODE_ID}&width=650&height=350&theme=light&_t={TIME}' ,
27
- 'title' : 'Airtime für {NODE_ID} - weiteren Statistiken'
33
+ 'title' : 'Airtime für {NODE_ID} - weiteren Statistiken' ,
34
+ 'width' : 650 ,
35
+ 'height' : 350
28
36
}
29
37
] ,
30
38
'linkInfos' : [
31
39
{
32
40
'name' : 'Statistik für alle Links zwischen diese Knoten' ,
33
41
'image' : 'https://grafana.regensburg.freifunk.net/render/d-solo/nvSNqoHmz/link?panelId=7&var-node={SOURCE_ID}&var-nodetolink={TARGET_ID}&from=now-1d&&width=650&height=350&theme=light&_t={TIME}' ,
34
- 'title' : 'Linkstatistik des letzten Tages, min und max aller Links zwischen diesen Knoten'
42
+ 'title' : 'Linkstatistik des letzten Tages, min und max aller Links zwischen diesen Knoten' ,
43
+ 'width' : 650 ,
44
+ 'height' : 350
35
45
}
36
46
] ,
37
47
'globalInfos' : [
38
48
{
39
49
'name' : 'Globale Statistik' ,
40
50
'href' : 'https://regensburg.freifunk.net/netz/statistik' ,
41
51
'image' : 'https://grafana.regensburg.freifunk.net/render/d-solo/000000028/globals?panelId=2&from=now-7d&&width=650&height=350&theme=light&_t={TIME}' ,
42
- 'title' : 'Globale Statistik - weiteren Statistiken'
52
+ 'title' : 'Globale Statistik - weiteren Statistiken' ,
53
+ 'width' : 650 ,
54
+ 'height' : 350
43
55
}
44
56
] ,
45
57
// Array of data provider are supported
0 commit comments