X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?p=netdata.git;a=blobdiff_plain;f=web%2Findex.html;h=3ea587b52976f0ec3cbd837fe9215ac431d86cb9;hp=85ea4b31f35060002589e2da0aac92fb3ff6c2c2;hb=2f91af6eccae69b4ec789ed62d9a9f909d4119a3;hpb=045f14571760ca29a617c7dc9858d2d644857d1b diff --git a/web/index.html b/web/index.html index 85ea4b31..3ea587b5 100644 --- a/web/index.html +++ b/web/index.html @@ -1635,6 +1635,12 @@ var menuData = { info: undefined }, + 'retroshare': { + title: 'RetroShare', + icon: '', + info: undefined + }, + 'ipfs': { title: 'IPFS', icon: '', @@ -2107,6 +2113,39 @@ var chartData = { 'netdata.response_time': { info: 'The netdata API response time measures the time netdata needed to serve requests. This time includes everything, from the reception of the first byte of a request, to the dispatch of the last byte of its reply, therefore it includes all network latencies involved (i.e. a client over a slow network will influence these metrics).' + }, + + // ------------------------------------------------------------------------ + // RETROSHARE + 'retroshare.bandwidth': { + info: 'Shows inbound and outbound traffic.', + mainheads: [ + gaugeChart('Received', '12%', 'bandwidth_down_kb'), + gaugeChart('Sent', '12%', 'bandwidth_up_kb') + ] + }, + + 'retroshare.peers': { + info: 'Shows the number of (connected) friends.', + mainheads: [ + function(id) { + return '
'; + } + ] + }, + + 'retroshare.dht': { + info: 'Shows statistics about RetroShare\'s DHT. These values are estimated!' } }; @@ -2211,6 +2250,7 @@ function enrichChartData(chart) { case 'phpfpm': case 'postfix': case 'redis': + case 'retroshare': case 'ipfs': case 'smawebbox': case 'squid':