diff options
author | Federico Ceratto <federico.ceratto@gmail.com> | 2016-11-23 15:49:10 +0000 |
---|---|---|
committer | Federico Ceratto <federico.ceratto@gmail.com> | 2016-11-23 15:49:10 +0000 |
commit | 87649cf32bd0e14d5a903fb85b01e9f41a253540 (patch) | |
tree | bbefda6dac074aeb87529592e8e5064f69cbe024 /web/tv.html | |
parent | Imported Upstream version 1.3.0+dfsg (diff) | |
download | netdata-87649cf32bd0e14d5a903fb85b01e9f41a253540.tar.xz netdata-87649cf32bd0e14d5a903fb85b01e9f41a253540.zip |
New upstream version 1.4.0+dfsgupstream/1.4.0+dfsg
Diffstat (limited to 'web/tv.html')
-rw-r--r-- | web/tv.html | 115 |
1 files changed, 57 insertions, 58 deletions
diff --git a/web/tv.html b/web/tv.html index 53c47a453..a73cf747c 100644 --- a/web/tv.html +++ b/web/tv.html @@ -19,70 +19,69 @@ <meta property="og:title" content="netdata - real-time performance monitoring, done right!"/> <meta property="og:description" content="Stunning real-time dashboards, blazingly fast and extremely interactive. Zero configuration, zero dependencies, zero maintenance." /> - <script> - // this section has to appear before loading dashboard.js +</head> +<script> +// this section has to appear before loading dashboard.js - // Select a theme. - // uncomment on of the two themes: +// Select a theme. +// uncomment on of the two themes: - // var netdataTheme = 'default'; // this is white - var netdataTheme = 'slate'; // this is dark +// var netdataTheme = 'default'; // this is white +var netdataTheme = 'slate'; // this is dark - // Set the default netdata server. - // on charts without a 'data-host', this one will be used. - // the default is the server that dashboard.js is downloaded from. +// Set the default netdata server. +// on charts without a 'data-host', this one will be used. +// the default is the server that dashboard.js is downloaded from. - // var netdataServer = 'http://my.server:19999/'; - </script> +// var netdataServer = 'http://my.server:19999/'; +</script> - <!-- - Load dashboard.js +<!-- + Load dashboard.js - to host this HTML file on your web server, - you have to load dashboard.js from the netdata server. + to host this HTML file on your web server, + you have to load dashboard.js from the netdata server. - So, pick one the two below - If you pick the first, set the server name/IP. + So, pick one the two below + If you pick the first, set the server name/IP. - The second assumes you host this file on /usr/share/netdata/web - and that you have chown it to be owned by netdata:netdata - --> - <!-- <script type="text/javascript" src="http://my.server:19999/dashboard.js"></script> --> - <script type="text/javascript" src="dashboard.js?v42"></script> + The second assumes you host this file on /usr/share/netdata/web + and that you have chown it to be owned by netdata:netdata +--> +<!-- <script type="text/javascript" src="http://my.server:19999/dashboard.js"></script> --> +<script type="text/javascript" src="dashboard.js?v20161004-1"></script> - <script> - // Set options for TV operation - // This has to be done, after dashboard.js is loaded +<script> +// Set options for TV operation +// This has to be done, after dashboard.js is loaded - // destroy charts not shown (lowers memory on the browser) - NETDATA.options.current.destroy_on_hide = true; - - // set this to false, to always show all dimensions - NETDATA.options.current.eliminate_zero_dimensions = true; - - // lower the pressure on this browser - NETDATA.options.current.concurrent_refreshes = false; +// destroy charts not shown (lowers memory on the browser) +NETDATA.options.current.destroy_on_hide = true; - // if the tv browser is too slow (a pi?) - // set this to false - NETDATA.options.current.parallel_refresher = true; +// set this to false, to always show all dimensions +NETDATA.options.current.eliminate_zero_dimensions = true; - // always update the charts, even if focus is lost - // NETDATA.options.current.stop_updates_when_focus_is_lost = false; +// lower the pressure on this browser +NETDATA.options.current.concurrent_refreshes = false; - // Since you may render charts from many servers and any of them may - // become offline for some time, the charts will break. - // This will reload the page every RELOAD_EVERY minutes +// if the tv browser is too slow (a pi?) +// set this to false +NETDATA.options.current.parallel_refresher = true; - var RELOAD_EVERY = 5; - setTimeout(function(){ - location.reload(); - }, RELOAD_EVERY * 60 * 1000); +// always update the charts, even if focus is lost +// NETDATA.options.current.stop_updates_when_focus_is_lost = false; - </script> +// Since you may render charts from many servers and any of them may +// become offline for some time, the charts will break. +// This will reload the page every RELOAD_EVERY minutes -</head> +var RELOAD_EVERY = 5; +setTimeout(function(){ + location.reload(); +}, RELOAD_EVERY * 60 * 1000); + +</script> <body> <div style="width: 100%; text-align: center; display: inline-block;"> @@ -94,8 +93,8 @@ <div style="width: 100%; height: calc(100% - 15px); text-align: center; display: inline-block;"> <br/> <div data-netdata="system.cpu" - data-host="http://netdata.firehol.org" - data-title="CPU usage of netdata.firehol.org" + data-host="http://registry.my-netdata.io" + data-title="CPU usage of registry.my-netdata.io" data-chart-library="dygraph" data-width="49%" data-height="100%" @@ -118,8 +117,8 @@ </div> <div style="width: 100%; height: calc(100% - 15px); text-align: center; display: inline-block;"> <div data-netdata="system.io" - data-host="http://netdata.firehol.org" - data-title="I/O on netdata.firehol.org" + data-host="http://registry.my-netdata.io" + data-title="I/O on registry.my-netdata.io" data-chart-library="dygraph" data-width="49%" data-height="100%" @@ -142,8 +141,8 @@ </div> <div style="width: 100%; height: calc(100% - 15px); text-align: center; display: inline-block;"> <div data-netdata="system.ipv4" - data-host="http://netdata.firehol.org" - data-title="IPv4 traffic on netdata.firehol.org" + data-host="http://registry.my-netdata.io" + data-title="IPv4 traffic on registry.my-netdata.io" data-chart-library="dygraph" data-width="49%" data-height="100%" @@ -165,10 +164,10 @@ </div> <div style="width: 100%; max-height: calc(100% - 15px); text-align: center; display: inline-block;"> <div style="width: 49%; height:100%; align: center; display: inline-block;"> - netdata.firehol.org + registry.my-netdata.io <br/> <div data-netdata="netdata.requests" - data-host="http://netdata.firehol.org" + data-host="http://registry.my-netdata.io" data-title="Chart Refreshes/s" data-chart-library="gauge" data-width="20%" @@ -177,7 +176,7 @@ data-points="300" ></div> <div data-netdata="netdata.clients" - data-host="http://netdata.firehol.org" + data-host="http://registry.my-netdata.io" data-title="Sockets" data-chart-library="gauge" data-width="20%" @@ -188,7 +187,7 @@ ></div> <div data-netdata="netdata.net" data-dimensions="in" - data-host="http://netdata.firehol.org" + data-host="http://registry.my-netdata.io" data-title="Requests Traffic" data-chart-library="easypiechart" data-width="15%" @@ -198,7 +197,7 @@ ></div> <div data-netdata="netdata.net" data-dimensions="out" - data-host="http://netdata.firehol.org" + data-host="http://registry.my-netdata.io" data-title="Chart Data Traffic" data-chart-library="easypiechart" data-width="15%" |