]> arthur.barton.de Git - netdata.git/blob - web/index.html
Merge pull request #677 from paulfantom/master
[netdata.git] / web / index.html
1 <!DOCTYPE html>
2 <html lang="en">
3 <head>
4         <title>netdata dashboard</title>
5         <meta name="application-name" content="netdata">
6
7         <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
8         <meta charset="utf-8">
9         <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
10         <meta name="viewport" content="width=device-width, initial-scale=1">
11         <meta name="apple-mobile-web-app-capable" content="yes">
12         <meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
13         <meta name="author" content="costa@tsaousis.gr">
14
15         <link rel="shortcut icon" href="images/seo-performance-multi-size.ico">
16
17         <link rel="apple-touch-icon" href="images/seo-performance-72.png">
18         <link rel="apple-touch-icon" sizes="72x72" href="images/seo-performance-72.png">
19         <link rel="apple-touch-icon" sizes="114x114" href="images/seo-performance-114.png">
20
21         <link rel="icon" type="image/png" sizes="512x512" href="images/seo-performance-512.png">
22         <link rel="icon" type="image/png" sizes="256x256" href="images/seo-performance-256.png">
23         <link rel="icon" type="image/png" sizes="128x128" href="images/seo-performance-128.png">
24         <link rel="icon" type="image/png" sizes="64x64" href="images/seo-performance-64.png">
25         <link rel="icon" type="image/png" sizes="48x48" href="images/seo-performance-48.png">
26         <link rel="icon" type="image/png" sizes="32x32" href="images/seo-performance-32.png">
27         <link rel="icon" type="image/png" sizes="24x24" href="images/seo-performance-24.png">
28         <link rel="icon" type="image/png" sizes="16x16" href="images/seo-performance-16.png">
29
30         <meta property="og:locale" content="en_US" />
31         <meta property="og:image" content="http://my-netdata.io/images/post.png"/>
32         <meta property="og:url" content="http://my-netdata.io/"/>
33         <meta property="og:type" content="website"/>
34         <meta property="og:site_name" content="netdata"/>
35         <meta property="og:title" content="netdata - real-time performance monitoring, done right!"/>
36         <meta property="og:description" content="Stunning real-time dashboards, blazingly fast and extremely interactive. Zero configuration, zero dependencies, zero maintenance." />
37
38         <style>
39
40         /* prevent body from hiding under the navbar */
41         body {
42                 padding-top: 50px;
43         }
44
45         .modal-wide .modal-dialog {
46                 width: 80%;
47         }
48
49         /* fix # anchors scrolling under the navbar
50            https://github.com/twbs/bootstrap/issues/1768#issuecomment-46519033
51          */
52         h1 {
53                 position: relative;
54                 z-index: -1;
55         }
56         h2 {
57                 position: relative;
58                 z-index: -2;
59         }
60         h1:before, h2:before {
61                 display: block;
62                 content: " ";
63                 margin-top: -70px;
64                 height: 70px;
65                 visibility: hidden;
66         }
67
68         .p {
69                 display: block;
70                 margin-top: 15px;
71         }
72
73         .option-row,
74         .option-control {
75                 vertical-align: top;
76                 padding: 10px;
77                 padding-top: 30px;
78                 padding-left: 30px;
79         }
80
81         .option-info {
82                 padding: 10px;
83         }
84
85         .chart-message {
86                 display: block;
87                 margin-top: 10px;
88         }
89
90         .container {
91                 width: 90% !important;
92         }
93
94         #masthead h1 {
95                 /*font-size: 30px;*/
96                 line-height: 1;
97                 padding-top: 30px;
98         }
99
100         #masthead .well {
101                 margin-top:4%;
102         }
103
104         /* fix the navbar shifting when a modal is open */
105         /* https://github.com/twbs/bootstrap/issues/14040#issuecomment-159891033 */
106         body.modal-open{
107                 width: 100% !important;
108                 padding-right: 0 !important;
109 /*              overflow-y: scroll !important; */
110 /*              position: fixed !important;*/
111                 overflow: visible;
112         }
113
114         /*
115          * Side navigation
116          *
117          * Scrollspy and affixed enhanced navigation to highlight sections and secondary
118          * sections of docs content.
119          */
120
121         .affix {
122                 position: static;
123                 top: 70px !important;
124                 /*width: 220px;*/
125         }
126
127         .affix-top {
128                 /*width: 220px;*/
129         }
130
131         .dashboard-sidebar {
132                 max-height: calc(100% - 70px) !important;
133                 overflow-y: auto;
134                 /*width: 220px !important;*/
135         }
136
137         /* By default it's not affixed in mobile views, so undo that */
138         .dashboard-sidebar.affix {
139                 position: static;
140         }
141
142         @media (min-width: 768px) {
143                 .dashboard-sidebar {
144                         padding-left: 20px;
145                 }
146         }
147
148         /* First level of nav */
149         .dashboard-sidenav {
150                 margin-top: 20px;
151                 margin-bottom: 20px;
152         }
153
154         /* All levels of nav */
155         .dashboard-sidebar .nav > li > a {
156                 display: block;
157                 padding: 4px 20px;
158                 font-size: 13px;
159                 font-weight: 500;
160                 color: #767676;
161         }
162         .dashboard-sidebar .nav > li > a:hover,
163         .dashboard-sidebar .nav > li > a:focus {
164                 padding-left: 19px;
165                 color: #563d7c;
166                 text-decoration: none;
167                 background-color: transparent;
168                 border-left: 1px solid #563d7c;
169         }
170         .dashboard-sidebar .nav > .active > a,
171         .dashboard-sidebar .nav > .active:hover > a,
172         .dashboard-sidebar .nav > .active:focus > a {
173                 padding-left: 18px;
174                 font-weight: bold;
175                 color: #563d7c;
176                 background-color: transparent;
177                 border-left: 2px solid #563d7c;
178         }
179
180         /* Nav: second level (shown on .active) */
181         .dashboard-sidebar .nav .nav {
182                 display: none; /* Hide by default, but at >768px, show it */
183                 padding-bottom: 10px;
184         }
185         .dashboard-sidebar .nav .nav > li > a {
186                 padding-top: 1px;
187                 padding-bottom: 1px;
188                 padding-left: 30px;
189                 font-size: 12px;
190                 font-weight: normal;
191         }
192         .dashboard-sidebar .nav .nav > li > a:hover,
193         .dashboard-sidebar .nav .nav > li > a:focus {
194                 padding-left: 29px;
195         }
196         .dashboard-sidebar .nav .nav > .active > a,
197         .dashboard-sidebar .nav .nav > .active:hover > a,
198         .dashboard-sidebar .nav .nav > .active:focus > a {
199                 padding-left: 28px;
200                 font-weight: 500;
201         }
202
203         .dropdown-menu {
204                 min-width: 200px;
205         }
206         .dropdown-menu.columns-2 {
207                 margin: 0;
208                 padding: 0;
209                 width: 400px;
210         }
211         .dropdown-menu li a {
212                 padding: 5px 15px;
213                 font-weight: 300;
214         }
215         .dropdown-menu.multi-column {
216                 overflow-x: hidden;
217         }
218         .multi-column-dropdown {
219                 list-style: none;
220                 padding: 0;
221         }
222         .multi-column-dropdown li a {
223                 display: block;
224                 clear: both;
225                 line-height: 1.428571429;
226                 white-space: normal;
227         }
228         .multi-column-dropdown li a:hover {
229                 text-decoration: none;
230                 color: #f5f5f5;
231                 background-color: #262626;
232         }
233         .scrollable-menu {
234                 height: auto;
235                 max-height: 80vh;
236                 overflow-x: hidden;
237         }
238
239         /* Back to top (hidden on mobile) */
240         .back-to-top,
241         .dashboard-theme-toggle {
242                 display: none;
243                 padding: 4px 10px;
244                 margin-top: 10px;
245                 margin-left: 10px;
246                 font-size: 12px;
247                 font-weight: 500;
248                 color: #999;
249         }
250         .back-to-top:hover,
251         .dashboard-theme-toggle:hover {
252                 color: #563d7c;
253                 text-decoration: none;
254         }
255         .dashboard-theme-toggle {
256                 margin-top: 0;
257         }
258
259         @media (min-width: 768px) {
260                 .back-to-top,
261                 .dashboard-theme-toggle {
262                         display: block;
263                 }
264
265                 /* Widen the fixed sidebar */
266                 .dashboard-sidebar.affix,
267                 .dashboard-sidebar.affix-top,
268                 .dashboard-sidebar.affix-bottom {
269                         width: 200px !important;
270                 }
271
272                 .dashboard-sidebar.affix {
273                         position: fixed; /* Undo the static from mobile first approach */
274                         top: 20px;
275                 }
276
277                 .dashboard-sidebar.affix-bottom {
278                         position: absolute; /* Undo the static from mobile first approach */
279                 }
280
281                 .dashboard-sidebar.affix-bottom .dashboard-sidenav,
282                 .dashboard-sidebar.affix .dashboard-sidenav {
283                         margin-top: 0;
284                         margin-bottom: 0;
285                 }
286         }
287
288         /* Show and affix the side nav when space allows it */
289         @media (min-width: 992px) {
290                 .dashboard-sidebar .nav > .active > ul {
291                         display: block;
292                 }
293
294                 /* Widen the fixed sidebar */
295                 .dashboard-sidebar.affix,
296                 .dashboard-sidebar.affix-top,
297                 .dashboard-sidebar.affix-bottom {
298                         width: 200px !important;
299                 }
300                 .dashboard-sidebar.affix {
301                         position: fixed; /* Undo the static from mobile first approach */
302                         top: 20px;
303                 }
304                 .dashboard-sidebar.affix-bottom {
305                         position: absolute; /* Undo the static from mobile first approach */
306                 }
307                 .dashboard-sidebar.affix-bottom .dashboard-sidenav,
308                 .dashboard-sidebar.affix .dashboard-sidenav {
309                         margin-top: 0;
310                         margin-bottom: 0;
311                 }
312         }
313
314         @media (min-width: 1200px) {
315                 /* Widen the fixed sidebar again */
316                 .dashboard-sidebar.affix-bottom,
317                 .dashboard-sidebar.affix-top,
318                 .dashboard-sidebar.affix {
319                         width: 263px;
320                 }
321         }
322         </style>
323
324         <!-- you can set your netdata server globally, by ucommenting this -->
325         <!-- you can also give a different server per chart, with the attribute: data-host="http://netdata.server:19999" -->
326         <!-- <script> netdataServer = "http://box:19999"; </script> -->
327
328         <!-- check which theme to use -->
329         <script>
330                 function loadLocalStorage(name) {
331                         var ret = null;
332
333                         try {
334                                 if(typeof Storage !== "undefined" && typeof localStorage === 'object')
335                                         ret = localStorage.getItem(name);
336                         }
337                         catch(error) {
338                                 ;
339                         }
340
341                         if(typeof ret === 'undefined' || ret === null)
342                                 return null;
343
344                         return ret;
345                 }
346
347                 function saveLocalStorage(name, value) {
348                         try {
349                                 if(typeof Storage !== "undefined" && typeof localStorage === 'object') {
350                                         localStorage.setItem(name, value.toString());
351                                         return true;
352                                 }
353                         }
354                         catch(error) {
355                                 ;
356                         }
357
358                         return false;
359                 }
360
361                 function getTheme(def) {
362                         var ret = loadLocalStorage('netdataTheme');
363                         if(typeof ret === 'undefined' || ret === null || ret === 'undefined')
364                                 return def;
365                         else
366                                 return ret;
367                 }
368
369                 var netdataTheme = getTheme('slate');
370
371                 function setTheme(theme) {
372                         if(theme === netdataTheme) return false;
373
374                         return saveLocalStorage('netdataTheme', theme);
375                 }
376
377                 var netdataRegistryCallback = function(machines_array) {
378                         var el = '';
379                         var a1 = '';
380                         var found = 0;
381
382                         if(machines_array) {
383                                 function name_comparator_desc(a, b) {
384                                         if (a.name > b.name) return -1;
385                                         if (a.name < b.name) return 1;
386                                         return 0;
387                                 }
388
389                                 var machines = machines_array.sort(name_comparator_desc);
390                                 var len = machines.length;
391                                 while(len--) {
392                                         var u = machines[len];
393                                         found++;
394                                         el += '<li id="registry_server_' + u.guid + '"><a class="registry_link" href="' + u.url + '" onClick="return gotoServerModalHandler(\'' + u.guid + '\');">' + u.name + '</a></li>';
395                                         a1 += '<li id="registry_action_' + u.guid + '"><a href="#" onclick="deleteRegistryModalHandler(\'' + u.guid + '\',\'' + u.name + '\',\'' + u.url + '\'); return false;"><i class="fa fa-trash-o" aria-hidden="true" style="color: #999;"></i></a></li>';
396                                 }
397                         }
398
399                         if(!found) {
400                                 if(machines)
401                                         el += '<li><a href="https://github.com/firehol/netdata/wiki/mynetdata-menu-item" style="color: #666;" target="_blank">your netdata server list is empty...</a></li>';
402                                 else
403                                         el += '<li><a href="https://github.com/firehol/netdata/wiki/mynetdata-menu-item" style="color: #666;" target="_blank">failed to contact the registry...</a></li>';
404
405                                 a1 += '<li><a href="#" onClick="return false;">&nbsp;</a></li>';
406
407                                 el += '<li role="separator" class="divider"></li>' +
408                                                 '<li><a href="//london.netdata.rocks/default.html">EU - London (DigitalOcean.com)</a></li>' +
409                                                 '<li><a href="//atlanta.netdata.rocks/default.html">US - Atlanta (CDN77.com)</a></li>' +
410                                                 '<li><a href="//athens.netdata.rocks/default.html">EU - Athens</a></li>';
411                                 a1 += '<li role="separator" class="divider"></li>' +
412                                                 '<li><a href="#">&nbsp;</a></li>' +
413                                                 '<li><a href="#">&nbsp;</a></li>'+
414                                                 '<li><a href="#">&nbsp;</a></li>';
415                         }
416
417                         el += '<li role="separator" class="divider"></li>';
418                         a1 += '<li role="separator" class="divider"></li>';
419
420                         el += '<li><a href="https://github.com/firehol/netdata/wiki/mynetdata-menu-item" style="color: #999;" target="_blank">What is this?</a></li>';
421                         a1 += '<li><a href="#" style="color: #999;" onclick="switchRegistryModalHandler(); return false;"><i class="fa fa-cog" aria-hidden="true" style="color: #999;"></i></a></li>'
422
423                         document.getElementById('mynetdata_servers').innerHTML = el;
424                         document.getElementById('mynetdata_servers2').innerHTML = el;
425                         document.getElementById('mynetdata_actions1').innerHTML = a1;
426
427                         gotoServerInit();
428                 };
429
430         </script>
431
432         <!-- load the dashboard manager - it will do the rest -->
433         <script type="text/javascript" src="dashboard.js?v40"></script>
434 </head>
435
436 <body data-spy="scroll" data-target="#sidebar">
437         <nav class="navbar navbar-default navbar-fixed-top" role="banner">
438                 <div class="container">
439                         <nav id="mynetdata_nav" class="collapse navbar-collapse navbar-left hidden-sm hidden-xs" role="navigation" style="padding-right: 20px;">
440                                 <ul class="nav navbar-nav">
441                                         <li class="dropdown">
442                                                 <a href="#" class="dropdown-toggle" data-toggle="dropdown" id="current_view">my-netdata <strong class="caret"></strong></a>
443                                                 <ul class="dropdown-menu scrollable-menu inpagemenu multi-column columns-2" role="menu">
444                                                         <div class="row">
445                                                                 <div class="col-sm-6" style="width: 85%; padding-right: 0;">
446                                                                         <ul id="mynetdata_servers" class="multi-column-dropdown">
447                                                                                 <li><a href="#" onclick="return false;" style="color: #999;">loading...</a></li>
448                                                                         </ul>
449                                                                 </div>
450                                                                 <div class="col-sm-3 hidden-xs" style="width: 15%; padding-left: 0;">
451                                                                         <ul id="mynetdata_actions1" class="multi-column-dropdown">
452                                                                         <li style="color: #999;">&nbsp;</li>
453                                                                         </ul>
454                                                                 </div>
455                                                         </div>
456                                                 </ul>
457                                         </li>
458                                 </ul>
459                         </nav>
460                         <div class="navbar-header">
461                                 <button class="navbar-toggle" type="button" data-toggle="collapse" data-target=".navbar-collapse">
462                                         <span class="sr-only">Toggle navigation</span>
463                                         <span class="icon-bar"></span>
464                                         <span class="icon-bar"></span>
465                                         <span class="icon-bar"></span>
466                                 </button>
467                                 <a href="/" class="navbar-brand" id="hostname">netdata</a>
468                         </div>
469                         <nav class="collapse navbar-collapse navbar-right" role="navigation">
470                                 <ul class="nav navbar-nav">
471                                         <li class="hidden-sm"><a href="#" class="btn" data-toggle="modal" data-target="#optionsModal"><i class="fa fa-cog"></i> settings</a></li>
472                                         <li class="hidden-sm"><a href="https://github.com/firehol/netdata/wiki" class="btn" target="_blank"><i class="fa fa-github"></i> community</a></li>
473                                         <li class="hidden-sm" id="updateButton"><a href="#" class="btn" data-toggle="modal" data-target="#updateModal"><i class="fa fa-cloud-download"></i> update</a></li>
474                                         <li class="hidden-sm"><a href="#" class="btn" data-toggle="modal" data-target="#helpModal"><i class="fa fa-question-circle"></i> help</a></li>
475                                         <li class="dropdown hidden-md hidden-lg hidden-xs">
476                                                 <a href="#" class="dropdown-toggle" data-toggle="dropdown" id="current_view">Menu <strong class="caret"></strong></a>
477                                                 <ul class="dropdown-menu scrollable-menu inpagemenu" role="menu">
478                                                         <li><a href="#" class="btn" data-toggle="modal" data-target="#optionsModal"><i class="fa fa-cog"></i> settings</a></li>
479                                                         <li><a href="https://github.com/firehol/netdata/wiki" class="btn" target="_blank"><i class="fa fa-github"></i> community</a></li>
480                                                         <li><a href="#" class="btn" data-toggle="modal" data-target="#helpModal"><i class="fa fa-question-circle"></i> help</a></li>
481                                                 </ul>
482                                         </li>
483                                         <li class="dropdown hidden-sm hidden-md hidden-lg">
484                                                 <a href="#" class="dropdown-toggle" data-toggle="dropdown" id="current_view">my-netdata <strong class="caret"></strong></a>
485                                                 <ul id="mynetdata_servers2" class="dropdown-menu scrollable-menu inpagemenu" role="menu">
486                                                         <li><a href="#" onclick="return false;" style="color: #999;">loading...</a></li>
487                                                 </ul>
488                                         </li>
489                                 </ul>
490                         </nav>
491         </nav>
492                 </div>
493         </nav>
494
495         <div id="masthead" style="display: none;">
496                 <div class="container">
497                         <div class="row">
498                                 <div class="col-md-7">
499                                         <h1>Netdata
500                                                 <p class="lead">Real-time performance monitoring, in the greatest possible detail</p>
501                                         </h1>
502                                 </div>
503                                 <div class="col-md-5">
504                                         <div class="well well-lg">
505                                                 <div class="row">
506                                                 <div class="col-md-6">
507                                                         <b>Drag</b> charts to pan.
508                                                         <b>Shift + wheel</b> on them, to zoom in and out.
509                                                         <b>Double-click</b> on them, to reset.
510                                                         <b>Hover</b> on them too!
511                                                         </div>
512                                                 <div class="col-md-6">
513                                                         <div data-netdata="system.intr" data-chart-library="dygraph" data-dygraph-theme="sparkline" data-dygraph-type="line" data-dygraph-strokewidth="3" data-dygraph-smooth="true" data-dygraph-highlightcirclesize="6" data-after="-90" data-height="60px" data-colors="#C66"></div>
514                                                         </div>
515                                                 </div>
516                                         </div>
517                                 </div>
518                         </div>
519                 </div>
520         </div>
521
522         <div class="container">
523                 <div class="row">
524                         <div class="col-md-10" role="main">
525                                 <div id="charts_div"></div>
526                         </div>
527                         <div class="col-md-2" role="complementary">
528                                 <nav class="dashboard-sidebar hidden-print hidden-xs hidden-sm" id="sidebar" role="menu"></nav>
529                         </div>
530                 </div>
531         </div>
532
533         <div id="footer" class="container" style="display: none;">
534                 <div class="row">
535                         <div class="col-md-10" role="main">
536                                 <div class="p">
537                                         <big><a href="https://github.com/firehol/netdata/wiki" target="_blank">netdata</a></big><br/>
538                                         <i class="fa fa-copyright"></i> Copyright 2016, Costa Tsaousis.<br/>
539                                         Released under <a href="http://www.gnu.org/licenses/gpl-3.0.en.html" target="_blank">GPL v3 or later</a>.<br/>
540                                 </div>
541                                 <div class="p">
542                                         <small>
543                                                 <a href="https://github.com/firehol/netdata/wiki" target="_blank">netdata</a> re-distributes these software tools:
544
545                                                 <i class="fa fa-circle"></i> The excellent <a href="http://dygraphs.com/" target="_blank">Dygraphs.com</a> web chart library,
546                                                 <i class="fa fa-copyright"></i> Copyright 2009, Dan Vanderkam, <a href="http://dygraphs.com/legal.html" target="_blank">MIT License</a>
547
548                                                 <i class="fa fa-circle"></i> <a href="http://omnipotent.net/jquery.sparkline/" target="_blank">jQuery Sparklines</a> web chart library,
549                                                 <i class="fa fa-copyright"></i> Copyright 2009-2012, Splunk Inc., <a href="http://opensource.org/licenses/BSD-3-Clause" target="_blank">New BSD License</a>
550
551                                                 <i class="fa fa-circle"></i> <a href="http://benpickles.github.io/peity/" target="_blank">Peity</a> web chart library,
552                                                 <i class="fa fa-copyright"></i> Copyright 2009-2015, Ben Pickles, <a href="https://github.com/benpickles/peity/blob/master/MIT-LICENCE" target="_blank">MIT License</a>
553
554                                                 <i class="fa fa-circle"></i> <a href="https://rendro.github.io/easy-pie-chart/" target="_blank">Easy Pie Chart</a> web chart library,
555                                                 <i class="fa fa-copyright"></i> Copyright 2013, Robert Fleischmann, <a href="https://github.com/rendro/easy-pie-chart/blob/master/LICENSE" target="_blank">MIT License</a>
556
557                                                 <i class="fa fa-circle"></i> <a href="http://bernii.github.io/gauge.js/" target="_blank">Gauge.js</a> web chart library,
558                                                 <i class="fa fa-copyright"></i> Copyright, Bernard Kobos, <a href="http://bernii.github.io/gauge.js/" target="_blank">MIT License</a>
559
560                                                 <i class="fa fa-circle"></i> <a href="https://jquery.org/" target="_blank">jQuery</a>,
561                                                 <i class="fa fa-copyright"></i> Copyright 2015, jQuery Foundation, <a href="https://jquery.org/license/" target="_blank">MIT License</a>
562
563                                                 <i class="fa fa-circle"></i> <a href="http://getbootstrap.com/getting-started/" target="_blank">Bootstrap</a>,
564                                                 <i class="fa fa-copyright"></i> Copyright 2015, Twitter, <a href="http://getbootstrap.com/getting-started/#license-faqs" target="_blank">MIT License</a>
565
566                                                 <i class="fa fa-circle"></i> <a href="http://www.bootstraptoggle.com/" target="_blank">Bootstrap Toggle</a>,
567                                                 <i class="fa fa-copyright"></i> Copyright (c) 2011-2014 Min Hur, The New York Times Company, <a href="https://github.com/minhur/bootstrap-toggle/blob/master/LICENSE" target="_blank">MIT License</a>
568
569                                                 <i class="fa fa-circle"></i> <a href="https://jamesflorentino.github.io/nanoScrollerJS/" target="_blank">NanoScroller</a>,
570                                                 <i class="fa fa-copyright"></i> Copyright 2012, James Florentino, <a href="https://github.com/jamesflorentino/nanoScrollerJS/blob/master/LICENSE" target="_blank">MIT License</a>
571
572                                                 <i class="fa fa-circle"></i> <a href="https://github.com/marcj/css-element-queries" target="_blank">CSS Element Queries</a>,
573                                                 <i class="fa fa-copyright"></i> Copyright Marc J. Schmidt, <a href="https://github.com/marcj/css-element-queries/blob/master/LICENSE" target="_blank">MIT License</a>
574
575                                                 <i class="fa fa-circle"></i> <a href="https://fortawesome.github.io/Font-Awesome/" target="_blank">FontAwesome</a>,
576                                                 <i class="fa fa-copyright"></i> Created by Dave Gandy, Font: <a href="http://scripts.sil.org/OFL" target="_blank">SIL OFL 1.1 License</a>, CSS: <a href="http://opensource.org/licenses/mit-license.html" target="_blank">MIT License</a>
577
578                                                 <i class="fa fa-circle"></i> <a href="http://www.iconsdb.com/soylent-red-icons/seo-performance-icon.html" target="_blank">IconsDB.com Icons</a>, Icons provided as CC0 1.0 Universal (CC0 1.0) Public Domain Dedication.
579
580                                                 <i class="fa fa-circle"></i> <a href="http://morrisjs.github.io/morris.js/" target="_blank">morris.js</a>,
581                                                 <i class="fa fa-copyright"></i> Copyright 2013, Olly Smith, <a href="http://morrisjs.github.io/morris.js/" target="_blank">Simplified BSD License</a>
582
583                                                 <i class="fa fa-circle"></i> <a href="http://raphaeljs.com/" target="_blank">Raphaël</a>,
584                                                 <i class="fa fa-copyright"></i> Copyright 2008, Dmitry Baranovskiy, <a href="http://raphaeljs.com/license.html" target="_blank">MIT License</a>
585
586                                                 <i class="fa fa-circle"></i> <a href="http://C3js.org/" target="_blank">C3</a>,
587                                                 <i class="fa fa-copyright"></i> Copyright 2013, Masayuki Tanaka, <a href="https://github.com/masayuki0812/c3/blob/master/LICENSE" target="_blank">MIT License</a>
588
589                                                 <i class="fa fa-circle"></i> <a href="http://D3js.org/" target="_blank">D3</a>,
590                                                 <i class="fa fa-copyright"></i> Copyright 2015, Mike Bostock, <a href="http://opensource.org/licenses/BSD-3-Clause" target="_blank">BSD License</a>
591
592                                         </small>
593                                 </div>
594                         </div>
595                 </div>
596         </div>
597
598         <div class="modal fade" id="welcomeModal" tabindex="-1" role="dialog" aria-labelledby="welcomeModalLabel">
599                 <div class="modal-dialog modal-lg" role="document">
600                         <div class="modal-content">
601                                 <div class="modal-header">
602                                         <button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">&times;</span></button>
603                                         <h4 class="modal-title" id="welcomeModalLabel">Welcome!</h4>
604                                 </div>
605                                 <div class="modal-body">
606                                                 <div class="p">
607                                                 <b><a href="https://github.com/firehol/netdata/wiki" target="_blank">netdata</a></b> is the fastest way to visualize metrics. It is a resource efficient, highly optimized system for collecting and visualizing any type of real-time time series data, from CPU usage, disk activity, SQL queries, API calls, web site visitors, etc.
608                                                 </div>
609                                                 <div class="p">
610                                                 <b><a href="https://github.com/firehol/netdata/wiki" target="_blank">netdata</a></b> tries to visualize the truth of <b>now</b>, in its <b>greatest detail</b>, so that you can get insights of what is happening now and what just happened, on your systems and applications.
611                                                 </div>
612                                                 <div class="p">
613                                                 To make a chart in <b><a href="https://github.com/firehol/netdata/wiki" target="_blank">netdata</a></b>, you just need a <b>number</b>. Just a number you can read somehow. <b><a href="https://github.com/firehol/netdata/wiki" target="_blank">netdata</a></b> will turn this number to a real time, interactive, web chart. For collecting these numbers, it supports <a href="https://github.com/firehol/netdata/wiki/External-Plugins" target="_blank">external plugins</a>, even <a href="https://github.com/firehol/netdata/wiki/General-Info---charts.d" target="_blank">shell</a> or <a href="https://github.com/firehol/netdata/wiki/General-Info---charts.d" target="_blank">node.js</a> plugins. Any computer program, in any language, that can print a few lines of text on its standard output, can be a netdata data collector.
614                                                 </div>
615                                                 <div class="p">
616                                                 <b><a href="https://github.com/firehol/netdata/wiki" target="_blank">netdata</a></b> can embed charts everywhere, like this one <div data-netdata="system.cpu" data-dimensions="system" data-after="-120" data-width="25%" data-height="15px" data-chart-library="dygraph" data-dygraph-theme="sparkline" data-show-value-of-system-at="system.cpu.system.modal.1"></div> (my CPU system usage which is <span id="system.cpu.system.modal.1" style="display: inline-block; width: 40px; text-align: right;"></span>%),
617                                                 or this one <div data-netdata="ipv4.tcppackets" data-dimensions="received" data-after="-120" data-width="25%" data-height="15px" data-chart-library="dygraph" data-dygraph-theme="sparkline" data-show-value-of-received-at="ipv4.tcppackets.received.modal.1"></div> (my IPv4 received TCP packets, which are <span id="ipv4.tcppackets.received.modal.1" style="display: inline-block; width: 60px; text-align: right;"></span>/second).
618                                                 </div>
619                                                 <div class="p">
620                                                 You can have <b><a href="https://github.com/firehol/netdata/wiki" target="_blank">netdata</a></b> charts on your site too. Just give it a <code>div</code> and a real time chart, zoomable and draggable will appear (try it even on these tiny ones - <b>drag</b> them to pan horizontally, <b>shift + drag</b> to zoom in, on <b>chrome shift + mouse wheel</b> to zoom in/out, <b>double click</b> on them to reset them - don't be afraid of <b><a href="https://github.com/firehol/netdata/wiki" target="_blank">netdata</a></b> performance - <a href="https://github.com/firehol/netdata/wiki/Performance" target="_blank">a raspberry pi 2 can sustain 300 charts updates per second</a>!).
621                                                 </div>
622                                                 <div class="p">
623                                                 For more information please refer to the <b><a href="https://github.com/firehol/netdata/wiki" target="_blank">netdata wiki</a></b>.
624                                                 </div>
625                                 </div>
626                                 <div class="modal-footer">
627                                         <button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
628                                 </div>
629                         </div>
630                 </div>
631         </div>
632
633         <div class="modal fade" id="helpModal" tabindex="-1" role="dialog" aria-labelledby="helpModalLabel">
634                 <div class="modal-dialog modal-lg" role="document">
635                         <div class="modal-content">
636                                 <div class="modal-header">
637                                         <button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">&times;</span></button>
638                                         <h4 class="modal-title" id="helpModalLabel">Dashboard Help</h4>
639                                 </div>
640                                 <div class="modal-body">
641
642                                         <h4>Dygraphs (line, area and stacked area charts)</h4>
643
644                                         <!-- Nav tabs -->
645                                         <ul class="nav nav-tabs" role="tablist">
646                                                 <li role="presentation" class="active"><a href="#help_mouse" aria-controls="help_mouse" role="tab" data-toggle="tab">Mouse Interface</a></li>
647                                                 <li role="presentation"><a href="#help_touch" aria-controls="help_touch" role="tab" data-toggle="tab">Touch Interface</a></li>
648                                         </ul>
649
650                                         <!-- Tab panes -->
651                                         <div class="tab-content">
652                                                 <div role="tabpanel" class="tab-pane active" id="help_mouse">
653                                                         <div class="p">
654                                                                 <h4>Mouse Over / Hover</h4>
655                                                                 Mouse over on a chart to show, at its legend, the values for the timestamp under the mouse (the chart will also highlight the point at the chart).
656                                                                 <br/>
657                                                                 All the other visible charts will also show and highlight their values for the same timestamp.
658                                                         </div>
659                                                         <hr/>
660                                                         <div class="p">
661                                                                 <h4>Drag Chart Contents</h4>
662                                                                 Drag the contents of a chart to pan it horizontally.
663                                                                 <br/>
664                                                                 All the charts will follow soon after you let the chart alone (this little delay is by design: it speeds up your browser and lets you focus on what you are exploring).
665                                                                 <br/>
666                                                                 Once a chart is panned, auto refreshing stops for all charts. To enable it again, <b>double click</b> a panned chart.
667                                                         </div>
668                                                         <hr/>
669                                                         <div class="p">
670                                                                 <h4>Double Click</h4>
671                                                                 Double Click a chart to reset all the charts to their default auto-refreshing state.
672                                                         </div>
673                                                         <hr/>
674                                                         <div class="p">
675                                                                 <h4>SHIFT + Drag</h4>
676                                                                 While pressing the shift key, click on the contents of a chart and move the mouse to select an area, to zoom in. The other charts will follow too. Zooming is performed in two phases:
677                                                                 <ul>
678                                                                         <li>The already loaded chart contents are zoomed (low resolution)</li>
679                                                                         <li>New data are transferred from the netdata server, to refresh the chart with possibly more detail.</li>
680                                                                 </ul>
681                                                                 Once a chart is zoomed, auto refreshing stops for all charts. To enable it again, <b>double click</b> a zoomed chart.
682                                                         </div>
683                                                         <hr/>
684                                                         <div class="p">
685                                                                 <h4>SHIFT + Mouse Wheel <small>(does not work on firefox and IE/Edge)</small></h4>
686                                                                 While pressing the shift key and the mouse pointer is over the contents of a chart, scroll the mouse wheel to zoom in or out. This kind of zooming is aligned to center below the mouse pointer. The other charts will follow too.
687                                                                 <br/>
688                                                                 Once a chart is zoomed, auto refreshing stops for all charts. To enable it again, <b>double click</b> a zoomed chart.
689                                                         </div>
690                                                         <hr/>
691                                                         <div class="p">
692                                                                 <h4>Legend Operations</h4>
693                                                                 Click on the label or value of a dimension, will select / un-select this dimension.
694                                                                 <br/>
695                                                                 You can press any of the SHIFT or CONTROL keys and then click on legend labels or values, to select / un-select multiple dimensions.
696                                                         </div>
697                                                 </div>
698                                                 <div role="tabpanel" class="tab-pane" id="help_touch">
699                                                         <div class="p">
700                                                                 <h4>Single Tap</h4>
701                                                                 Single Tap on the contents of a chart to show, at its legend, the values for the timestamp tapped (the chart will also highlight the point at the chart).
702                                                                 <br/>
703                                                                 All the other visible charts will also show and highlight their values for the same timestamp.
704                                                         </div>
705                                                         <hr/>
706                                                         <div class="p">
707                                                                 <h4>Drag Chart Contents</h4>
708                                                                 Touch and Drag the contents of a chart to pan it horizontally.
709                                                                 <br/>
710                                                                 All the charts will follow soon after you let the chart alone (this little delay is by design: it speeds up your browser and lets you focus on what you are exploring).
711                                                                 <br/>
712                                                                 Once a chart is panned, auto refreshing stops for all charts. To enable it again, <b>double tap</b> a panned chart.
713                                                         </div>
714                                                         <hr/>
715                                                         <div class="p">
716                                                                 <h4>Double Tap</h4>
717                                                                 Double tap a chart to reset all the charts to their default auto-refreshing state.
718                                                         </div>
719                                                         <hr/>
720                                                         <div class="p">
721                                                                 <h4>Zoom <small>(does not work on firefox and IE/Edge)</small></h4>
722                                                                 With two fingers, zoom in or out.
723                                                                 <br/>
724                                                                 Once a chart is zoomed, auto refreshing stops for all charts. To enable it again, <b>double click</b> a zoomed chart.
725                                                         </div>
726                                                         <hr/>
727                                                         <div class="p">
728                                                                 <h4>Legend Operations</h4>
729                                                                 Tap on the label or value of a dimension, will select / un-select this dimension.
730                                                         </div>
731                                                 </div>
732                                         </div>
733                                 </div>
734                                 <div class="modal-footer">
735                                         <button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
736                                 </div>
737                         </div>
738                 </div>
739         </div>
740
741         <div class="modal fade" id="optionsModal" tabindex="-1" role="dialog" aria-labelledby="optionsModalLabel">
742                 <div class="modal-dialog modal-lg" role="document">
743                         <div class="modal-content">
744                                 <div class="modal-header">
745                                         <button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">&times;</span></button>
746                                         <h4 class="modal-title" id="optionsModalLabel">netdata dashboard options</h4>
747                                 </div>
748                                 <div class="modal-body">
749                                         <center>
750                                                 <small style="color: #BBBBBB;">These are browser settings. Each viewer has its own. They do not affect the operation of your netdata server.
751                                                 <br/>
752                                                 Settings take effect immediately and are saved permanently to browser local storage (except the refresh on focus / always option).
753                                                 <br/>
754                                                 To reset all options (including charts sizes) to their defaults, click <a href="#" onclick="resetDashboardOptions(); return false;">here</a>.</small>
755                                         </center>
756                                         <div style="padding: 10px;"></div>
757
758                                         <!-- Nav tabs -->
759                                         <ul class="nav nav-tabs" role="tablist">
760                                                 <li role="presentation" class="active"><a href="#settings_performance" aria-controls="settings_performance" role="tab" data-toggle="tab">Performance</a></li>
761                                                 <li role="presentation"><a href="#settings_sync" aria-controls="settings_sync" role="tab" data-toggle="tab">Synchronization</a></li>
762                                                 <li role="presentation"><a href="#settings_visual" aria-controls="settings_visual" role="tab" data-toggle="tab">Visual</a></li>
763                                         </ul>
764
765                                         <!-- Tab panes -->
766                                         <div class="tab-content">
767                                                 <div role="tabpanel" class="tab-pane active" id="settings_performance">
768                                                         <form id="optionsForm1" method="get" class="form-horizontal">
769                                                                 <div class="form-group">
770                                                                         <table>
771                                                                         <tr class="option-row">
772                                                                                 <td class="option-control"><input id="stop_updates_when_focus_is_lost" type="checkbox" checked data-toggle="toggle" data-offstyle="danger" data-onstyle="success" data-on="On Focus" data-off="Always" data-width="110px"></td>
773                                                                                 <td class="option-info"><strong>When to refresh the charts?</strong><br/>
774                                                                                         <small>When set to <b>On Focus</b>, the charts will stop being updated if the page / tab does not have the focus of the user. When set to <b>Always</b>, the charts will always be refreshed. Set it to <b>On Focus</b> it to lower the CPU requirements of the browser (and extend the battery of laptops and tablets) when this page does not have your focus. Set to <b>Always</b> to work on another window (i.e. change the settings of something) and have the charts auto-refresh in this window.</small>
775                                                                                 </td>
776                                                                                 </tr>
777                                                                         <tr class="option-row">
778                                                                                 <td class="option-control">
779                                                                                 <input id="eliminate_zero_dimensions" type="checkbox" checked data-toggle="toggle" data-on="Non Zero" data-off="All" data-width="110px">
780                                                                                 </td>
781                                                                                 <td class="option-info"><strong>Which dimensions to show?</strong><br/>
782                                                                                         <small>When set to <b>Non Zero</b>, dimensions that have all their values (within the current view) set to zero will not be transferred from the netdata server (except if all dimensions of the chart are zero, in which case this setting does nothing - all dimensions are transferred and shown). When set to <b>All</b>, all dimensions will always be shown. Set it to <b>Non Zero</b> to lower the data transferred between netdata and your browser, lower the CPU requirements of your browser (fewer lines to draw) and increase the focus on the legends (fewer entries at the legends).</small>
783                                                                                 </td>
784                                                                                 </tr>
785                                                                         <tr class="option-row">
786                                                                                 <td class="option-control"><input id="destroy_on_hide" type="checkbox" data-toggle="toggle" data-on="Destroy" data-off="Hide" data-width="110px"></td>
787                                                                                 <td class="option-info"><strong>How to handle hidden charts?</strong><br/>
788                                                                                         <small>When set to <b>Destroy</b>, charts that are not in the current viewport of the browser (are above, or below the visible area of the page), will be destroyed and re-created if and when they become visible again. When set to <b>Hide</b>, the not-visible charts will be just hidden, to simplify the DOM and speed up your browser. Set it to <b>Destroy</b>, to lower the memory requirements of your browser. Set it to <b>Hide</b> for smoother page scrolling.</small>
789                                                                                 </td>
790                                                                                 </tr>
791                                                                         </table>
792                                                                 </div>
793                                                         </form>
794                                                 </div>
795                                                 <div role="tabpanel" class="tab-pane" id="settings_sync">
796                                                         <form id="optionsForm2" method="get" class="form-horizontal">
797                                                                 <div class="form-group">
798                                                                         <table>
799                                                                         <tr class="option-row">
800                                                                                 <td class="option-control"><input id="parallel_refresher" type="checkbox" checked data-toggle="toggle" data-on="Parallel" data-off="Sequential" data-width="110px"></td>
801                                                                                 <td class="option-info"><strong>Which chart refresh policy to use?</strong><br/>
802                                                                                         <small>When set to <b>parallel</b>, visible charts are refreshed in parallel (all queries are sent to netdata server in parallel) and are rendered asynchronously. When set to <b>sequential</b> charts are refreshed one after another. Set it to parallel if your browser can cope with it (most modern browsers do), set it to sequential if you work on an older/slower computer.</small>
803                                                                                 </td>
804                                                                                 </tr>
805                                                                         <tr class="option-row" id="concurrent_refreshes_row">
806                                                                                 <td class="option-control"></td>
807                                                                                 <td class="option-info">
808                                                                                         <table>
809                                                                                         <tr class="option-row">
810                                                                                         <td class="option-control">
811                                                                                         <input id="concurrent_refreshes" type="checkbox" checked data-toggle="toggle" data-on="Resync" data-off="Best Effort" data-width="110px">
812                                                                                         </td>
813                                                                                         <td class="option-info">
814                                                                                         <strong>Shall we re-sync chart refreshes?</strong><br/>
815                                                                                         <small>When set to <b>Resync</b>, the dashboard will attempt to re-synchronize all the charts so that they are refreshed concurrently. When set to <b>Best Effort</b>, each chart may be refreshed with a little time difference to the others. Normally, the dashboard starts refreshing them in parallel, but depending on the speed of your computer and the network latencies, charts start having a slight time difference. Setting this to <b>Resync</b> will attempt to re-synchronize the charts on every update. Setting it to <b>Best Effort</b> may lower the pressure on your browser and the network.</small>
816                                                                                         </td>
817                                                                                         </tr>
818                                                                                         </table>
819                                                                                 </td>
820                                                                                 </tr>
821                                                                         <tr class="option-row">
822                                                                                 <td class="option-control"><input id="sync_selection" type="checkbox" checked data-toggle="toggle" data-on="Sync" data-off="Don't Sync" data-onstyle="success" data-offstyle="danger" data-width="110px"></td>
823                                                                                 <td class="option-info"><strong>Sync hover selection on all charts?</strong><br/>
824                                                                                         <small>When enabled, a selection on one chart will automatically select the same time on all other visible charts and the legends of all visible charts will be updated to show the selected values. When disabled, only the chart getting the user's attention will be selected. Enable it to get better insights of the data. Disable it if you are on a very slow computer that cannot actually do it.</small>
825                                                                                 </td>
826                                                                                 </tr>
827                                                                         <tr class="option-row">
828                                                                                 <td class="option-control"><input id="sync_pan_and_zoom" type="checkbox" checked data-toggle="toggle"  data-on="Sync" data-off="Don't Sync" data-onstyle="success" data-offstyle="danger" data-width="110px"></td>
829                                                                                 <td class="option-info"><strong>Sync pan and zoom on all charts?</strong><br/>
830                                                                                         <small>When enabled, pan and zoom operations on a chart will be replicated to all charts (even the ones that are not currently visible - of course only when they will become visible). When disabled, pan and zoom operations will not be propagated to other charts.</small>
831                                                                                 </td>
832                                                                                 </tr>
833                                                                         </table>
834                                                                 </div>
835                                                         </form>
836                                                 </div>
837                                                 <div role="tabpanel" class="tab-pane" id="settings_visual">
838                                                         <form id="optionsForm3" method="get" class="form-horizontal">
839                                                                 <div class="form-group">
840                                                                         <table>
841                                                                         <tr class="option-row">
842                                                                                 <td class="option-control"><input id="netdata_theme_control" type="checkbox" checked data-toggle="toggle" data-offstyle="danger" data-onstyle="success" data-on="Dark" data-off="White" data-width="110px"></td>
843                                                                                 <td class="option-info"><strong>Which theme to use?</strong><br/>
844                                                                                         <small>Netdata comes with two themes: <b>Dark</b> (the default) and <b>White</b>.
845                                                                                         <br/>
846                                                                                         <b>Switching this will reload the dashboard</b>.
847                                                                                         </small>
848                                                                                 </td>
849                                                                                 </tr>
850                                                                         <tr class="option-row">
851                                                                                 <td class="option-control"><input id="show_help" type="checkbox" checked data-toggle="toggle" data-on="Help Me" data-off="No Help" data-width="110px"></td>
852                                                                                 <td class="option-info"><strong>Do you need help?</strong><br/>
853                                                                                         <small>Netdata can show some help in some areas to help you use the dashboard. If all these balloons bother you, disable them using this switch.
854                                                                                         <br/>
855                                                                                         <b>Switching this will reload the dashboard</b>.
856                                                                                         </small>
857                                                                                 </td>
858                                                                                 </tr>
859                                                                         <tr class="option-row">
860                                                                                 <td class="option-control"><input id="pan_and_zoom_data_padding" type="checkbox" checked data-toggle="toggle"  data-on="Pad" data-off="Don't Pad" data-width="110px"></td>
861                                                                                 <td class="option-info"><strong>Enable data padding when panning and zooming?</strong><br/>
862                                                                                         <small>When set to <b>Pad</b> the charts will be padded with more data, both before and after the visible area, thus giving the impression the whole database is loaded. This padding will happen only after the first pan or zoom operation on the chart (initially all charts have only the visible data). When set to <b>Don't Pad</b> only the visible data will be transfered from the netdata server, even after the first pan and zoom operation.</small>
863                                                                                 </td>
864                                                                                 </tr>
865                                                                         <tr class="option-row">
866                                                                                 <td class="option-control"><input id="smooth_plot" type="checkbox" checked data-toggle="toggle"  data-on="Smooth" data-off="Rough" data-width="110px"></td>
867                                                                                 <td class="option-info"><strong>Enable Bézier lines on charts?</strong><br/>
868                                                                                         <small>When set to <b>Smooth</b> the charts libraries that support it, will plot smooth curves instead of simple straight lines to connect the points.
869                                                                                         <br/>
870                                                                                         Keep in mind <a href="http://dygraphs.com" target="_blank">dygraphs</a>, the main charting library in netdata dashboards, can only smooth line charts. It cannot smooth area or stacked charts. When set to <b>Rough</b>, this setting can lower the CPU resources consumed by your browser.</small>
871                                                                                 </td>
872                                                                                 </tr>
873                                                                         </table>
874                                                                 </div>
875                                                         </form>
876                                                 </div>
877                                         </div>
878                                 </div>
879                                 <div class="modal-footer">
880                                         <button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
881                                 </div>
882                         </div>
883                 </div>
884         </div>
885
886
887         <div class="modal fade" id="updateModal" tabindex="-1" role="dialog" aria-labelledby="updateModalLabel">
888                 <div class="modal-dialog" role="document">
889                         <div class="modal-content">
890                                 <div class="modal-header">
891                                         <button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">&times;</span></button>
892                                         <h4 class="modal-title" id="updateModalLabel">Update Check</h4>
893                                 </div>
894                                 <div class="modal-body">
895                                         Your netdata version: <b><code><span id="netdataVersion">Unknown</span></code></b>
896                                         <br/>
897                                         <div style="padding: 10px;"></div>
898                                         <div id="versionCheckLog">Not checked yet. Please press the Check Now button.</div>
899                                 </div>
900                                 <div class="modal-footer">
901                                         <a href="#" onclick="notifyForUpdate(true); return false;" type="button" class="btn btn-default">Check Now</a>
902                                         <button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
903                                 </div>
904                         </div>
905                 </div>
906         </div>
907
908         <div class="modal fade" id="deleteRegistryModal" tabindex="-1" role="dialog" aria-labelledby="deleteRegistryModalLabel">
909                 <div class="modal-dialog" role="document">
910                         <div class="modal-content">
911                                 <div class="modal-header">
912                                         <button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">&times;</span></button>
913                                         <h4 class="modal-title" id="deleteRegistryModalLabel">Delete <span id="deleteRegistryServerName"></span>?</h4>
914                                 </div>
915                                 <div class="modal-body">
916                                         You are about to delete, from your personal list of netdata servers, the following server:
917                                         <p style="text-align: center; padding-top: 10px; padding-bottom: 10px; line-height: 2;">
918                                         <b><span id="deleteRegistryServerName2"></span></b>
919                                         <br/>
920                                         <b><span id="deleteRegistryServerURL"></span></b>
921                                         </p>
922                                         Are you sure you want to do this?
923                                         <br/>
924                                         <div style="padding: 10px;"></div>
925                                         <small>Keep in mind, this server will be added back if and when you visit it again.</small>
926                                         <br/>
927                                         <div id="deleteRegistryResponse" style="display: block; width: 100%; text-align: center; padding-top: 20px;"></div>
928                                 </div>
929                                 <div class="modal-footer">
930                                         <button type="button" class="btn btn-success" data-dismiss="modal">keep it</button>
931                                         <a href="#" onclick="notifyForDeleteRegistry(true); return false;" type="button" class="btn btn-danger">delete it</a>
932                                 </div>
933                         </div>
934                 </div>
935         </div>
936
937         <div class="modal fade" id="switchRegistryModal" tabindex="-1" role="dialog" aria-labelledby="switchRegistryModalLabel">
938                 <div class="modal-dialog" role="document">
939                         <div class="modal-content">
940                                 <div class="modal-header">
941                                         <button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">&times;</span></button>
942                                         <h4 class="modal-title" id="switchRegistryModalLabel">Switch Netdata Registry Identity</h4>
943                                 </div>
944                                 <div class="modal-body">
945                                         You can copy and paste the following ID to all your browsers (e.g. work and home).
946                                         <br/>
947                                         All the browsers with the same ID will identify <b>you</b>, so please don't share this with others.
948                                         <p style="text-align: center; padding-top: 10px; padding-bottom: 10px; line-height: 2;">
949                                         <form action="#">
950                                         <input type="text" class="form-control" id="switchRegistryPersonGUID" placeholder="your personal ID" maxlength="36" autocomplete="off" style="text-align: center; font-size: 1.4em;">
951                                         </form>
952                                         </p>
953                                         Either copy this ID and paste it to another browser, or paste here the ID you have taken from another browser.
954                                         <p style="padding-top: 10px;"><small>
955                                                 Keep in mind that:
956                                                 <ul>
957                                                         <li>when you switch ID, your previous ID will be lost forever - this is irreversible.</li>
958                                                         <li>both IDs (your old and the new) must list this netdata at their personal lists.</li>
959                                                         <li>both IDs have to be known by the registry: <b><span id="switchRegistryURL"></span></b>.</li>
960                                                         <li>to get a new ID, just clear your browser cookies.</li>
961                                                 </ul>
962                                         </small></p>
963                                         <div id="switchRegistryResponse" style="display: block; width: 100%; text-align: center; padding-top: 20px;"></div>
964                                 </div>
965                                 <div class="modal-footer">
966                                         <button type="button" class="btn btn-success" data-dismiss="modal">cancel</button>
967                                         <a href="#" onclick="notifyForSwitchRegistry(true); return false;" type="button" class="btn btn-danger">impersonate</a>
968                                 </div>
969                         </div>
970                 </div>
971         </div>
972
973         <div class="modal fade" id="gotoServerModal" tabindex="-1" role="dialog" aria-labelledby="gotoServerModalLabel">
974                 <div class="modal-dialog" role="document">
975                         <div class="modal-content">
976                                 <div class="modal-header">
977                                         <button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">&times;</span></button>
978                                         <h4 class="modal-title" id="gotoServerModalLabel"><span id="gotoServerName"></span></h4>
979                                 </div>
980                                 <div class="modal-body">
981                                         Checking known URLs for this server...
982                                         <div  style="padding-top: 20px;">
983                                                 <table id="gotoServerList">
984                                                 </table>
985                                         </div>
986                                         <p style="padding-top: 10px;"><small>
987                                                 Checks may fail if you are viewing an HTTPS page and the server to be checked is HTTP only.
988                                         </small></p>
989                                         <div id="gotoServerResponse" style="display: block; width: 100%; text-align: center; padding-top: 20px;"></div>
990                                 </div>
991                                 <div class="modal-footer">
992                                         <button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
993                                 </div>
994                         </div>
995                 </div>
996         </div>
997
998 <script>
999 var this_is_demo = null;
1000 function isdemo() {
1001         if(this_is_demo !== null) return this_is_demo;
1002         this_is_demo = false;
1003
1004         try {
1005                 if(typeof document.location.hostname === 'string') {
1006                         if(document.location.hostname.endsWith('.my-netdata.io') ||
1007                                         document.location.hostname.endsWith('.mynetdata.io') ||
1008                                         document.location.hostname.endsWith('.netdata.rocks') ||
1009                                         document.location.hostname.endsWith('.firehol.org') ||
1010                                         document.location.hostname.endsWith('.netdata.online'))
1011                                         this_is_demo = true;
1012                 }
1013         }
1014         catch(error) {
1015                 ;
1016         }
1017
1018         return this_is_demo;
1019 }
1020
1021 if(isdemo()) {
1022         document.getElementById('masthead').style.display = 'block';
1023 }
1024 var gotoServerValidateRemaining = 0;
1025 var gotoServerMiddleClick = false;
1026 var gotoServerStop = false;
1027 function gotoServerValidateUrl(id, guid, url) {
1028         var penaldy = 0;
1029         if(document.location.toString().startsWith('http://') && url.toString().startsWith('https://'))
1030                         // we penalize https only if the current url is http
1031                         // to allow the user walk through all its servers.
1032                         penaldy = 500;
1033
1034         setTimeout(function() {
1035                 document.getElementById('gotoServerList').innerHTML += '<tr><td style="padding-left: 20px;"><a href="' + url + '" target="_blank">' + url + '</a></td><td style="padding-left: 30px;"><code id="' + guid + '-' + id + '-status">checking...</code></td></tr>';
1036
1037                 NETDATA.registry.hello(url, function(data) {
1038                         if (data) {
1039                                 // console.log('OK ' + id + ' URL: ' + url);
1040                                 document.getElementById(guid + '-' + id + '-status').innerHTML = "OK";
1041                                 var hash = document.location.hash || '';
1042
1043                                 if(!gotoServerStop) {
1044                                         gotoServerStop = true;
1045
1046                                         if(gotoServerMiddleClick) {
1047                                                 window.open(url + hash, '_blank');
1048                                                 gotoServerMiddleClick = false;
1049                                                 document.getElementById('gotoServerResponse').innerHTML = '<b>Opening new window to ' + NETDATA.registry.machines[guid].name + '<br/><a href="' + url + hash + '">' + url + hash + '</a></b><br/>(check your pop-up blocker if it fails)';
1050                                         }
1051                                         else
1052                                                 document.location = url + hash;
1053                                 }
1054                         }
1055                         else {
1056                                 document.getElementById(guid + '-' + id + '-status').innerHTML = "failed!";
1057                                 gotoServerValidateRemaining--;
1058                                 if(gotoServerValidateRemaining <= 0) {
1059                                         gotoServerMiddleClick = false;
1060                                         document.getElementById('gotoServerResponse').innerHTML = '<b>Sorry! I cannot find any operational URL for this server</b>';
1061                                 }
1062                         }
1063                 });
1064         }, (id * 50) + penaldy);
1065 }
1066
1067 function gotoServerModalHandler(guid) {
1068         // console.log('goto server: ' + guid);
1069
1070         gotoServerStop = false;
1071         var len = NETDATA.registry.machines[guid].alternate_urls.length;
1072
1073         document.getElementById('gotoServerResponse').innerHTML = '';
1074         document.getElementById('gotoServerList').innerHTML = '';
1075         document.getElementById('gotoServerName').innerHTML = NETDATA.registry.machines[guid].name;
1076         $('#gotoServerModal').modal('show');
1077
1078         gotoServerValidateRemaining = len;
1079         while(len--)
1080                 gotoServerValidateUrl(len, guid, NETDATA.registry.machines[guid].alternate_urls[len]);
1081
1082         return false;
1083 }
1084
1085 function gotoServerInit() {
1086         $(".registry_link").on('click', function(e) {
1087                 if(e.which === 2) {
1088                         e.preventDefault();
1089                         gotoServerMiddleClick = true;
1090                 }
1091                 else {
1092                         gotoServerMiddleClick = false;
1093                 }
1094
1095                 return true;
1096         });
1097 }
1098
1099 function switchRegistryModalHandler() {
1100         document.getElementById('switchRegistryPersonGUID').value = NETDATA.registry.person_guid;
1101         document.getElementById('switchRegistryURL').innerHTML = NETDATA.registry.server;
1102         document.getElementById('switchRegistryResponse').innerHTML = '';
1103         $('#switchRegistryModal').modal('show');
1104 }
1105
1106 function notifyForSwitchRegistry() {
1107         var n = document.getElementById('switchRegistryPersonGUID').value;
1108
1109         if(n !== '' && n.length === 36) {
1110                 NETDATA.registry.switch(n, function(result) {
1111                         if(result !== null) {
1112                                 $('#switchRegistryModal').modal('hide');
1113                                 NETDATA.registry.init();
1114                         }
1115                         else {
1116                                 document.getElementById('switchRegistryResponse').innerHTML = "<b>Sorry! The registry rejected your request.</b>";
1117                         }
1118                 });
1119         }
1120         else
1121                 document.getElementById('switchRegistryResponse').innerHTML = "<b>The ID you have entered is not a GUID.</b>";
1122 }
1123
1124 var deleteRegistryUrl = null;
1125 function deleteRegistryModalHandler(guid, name, url) {
1126         deleteRegistryUrl = url;
1127         document.getElementById('deleteRegistryServerName').innerHTML = name;
1128         document.getElementById('deleteRegistryServerName2').innerHTML = name;
1129         document.getElementById('deleteRegistryServerURL').innerHTML = url;
1130         document.getElementById('deleteRegistryResponse').innerHTML = '';
1131         $('#deleteRegistryModal').modal('show');
1132 }
1133
1134 function notifyForDeleteRegistry() {
1135         if(deleteRegistryUrl) {
1136                 NETDATA.registry.delete(deleteRegistryUrl, function(result) {
1137                         if(result !== null) {
1138                                 deleteRegistryUrl = null;
1139                                 $('#deleteRegistryModal').modal('hide');
1140                                 NETDATA.registry.init();
1141                         }
1142                         else {
1143                                 document.getElementById('deleteRegistryResponse').innerHTML = "<b>Sorry! this command was rejected by the registry server.</b>";
1144                         }
1145                 });
1146         }
1147 }
1148
1149 var options = {
1150         sparklines_registry: {},
1151         submenu_names: {},
1152         data: null,
1153         hostname: 'netdata_server', // will be overwritten by the netdata server
1154         categories: new Array(),
1155         categories_idx: {},
1156         families: new Array(),
1157         families_idx: {},
1158
1159         chartsPerRow: 0,
1160         chartsMinWidth: 1450,
1161         chartsHeight: 180,
1162         sparklinesHeight: 60,
1163 };
1164
1165 // generate a sparkline
1166 // used in the documentation
1167 function sparkline(chart, dimension, units) {
1168         var key = chart + '.' + dimension;
1169
1170         if(typeof units === 'undefined')
1171                 units = '';
1172
1173         if(typeof options.sparklines_registry[key] === 'undefined')
1174                 options.sparklines_registry[key] = { count: 1 };
1175         else
1176                 options.sparklines_registry[key].count++;
1177
1178         key = key + '.' + options.sparklines_registry[key].count;
1179
1180         var h = '<div data-netdata="' + chart + '" data-after="-120" data-width="25%" data-height="15px" data-chart-library="dygraph" data-dygraph-theme="sparkline" data-dimensions="' + dimension + '" data-show-value-of-' + dimension + '-at="' + key + '"></div> (<span id="' + key + '" style="display: inline-block; min-width: 50px; text-align: right;">X</span>' + units + ')';
1181
1182         return h;
1183 }
1184
1185 function chartsPerRow(total) {
1186         if(options.chartsPerRow === 0) {
1187                 width = Math.floor(total / options.chartsMinWidth);
1188                 if(width === 0) width = 1;
1189                 return width;
1190         }
1191         else return options.chartsPerRow;
1192 }
1193
1194 function prioritySort(a, b) {
1195         if(a.priority < b.priority) return -1;
1196         if(a.priority > b.priority) return 1;
1197         if(a.name < b.name) return -1;
1198         return 1;
1199 }
1200
1201 function sortObjectByPriority(object) {
1202         var idx = {};
1203         var sorted = new Array();
1204
1205         for(var i in object) {
1206                 if(typeof idx[i] === 'undefined') {
1207                         idx[i] = object[i];
1208                         sorted.push(i);
1209                 }
1210         }
1211
1212         sorted.sort(function(a, b) {
1213                 if(idx[a].priority < idx[b].priority) return -1;
1214                 if(idx[a].priority > idx[b].priority) return 1;
1215                 if(a < b) return -1;
1216                 return 1;
1217         });
1218
1219         return sorted;
1220 }
1221
1222
1223 // ----------------------------------------------------------------------------
1224 // scroll to a section, without changing the browser history
1225
1226 function scrollToId(hash) {
1227         if(hash && hash != '') {
1228                 var offset = $('#' + hash).offset();
1229                 if(typeof offset !== 'undefined')
1230                         $('html, body').animate({ scrollTop: offset.top }, 0);
1231         }
1232
1233         // we must return false to prevent the default action
1234         return false;
1235 }
1236
1237 // ----------------------------------------------------------------------------
1238
1239 function gaugeChart(title, width, dimensions, colors) {
1240         if(typeof colors === 'undefined')
1241                 colors = '';
1242
1243         if(typeof dimensions === 'undefined')
1244                 dimensions = '';
1245
1246         return '<div data-netdata="CHART_UNIQUE_ID"'
1247                                                         + ' data-dimensions="' + dimensions + '"'
1248                                                         + ' data-chart-library="gauge"'
1249                                                         + ' data-gauge-adjust="width"'
1250                                                         + ' data-title="' + title + '"'
1251                                                         + ' data-width="' + width + '"'
1252                                                         + ' data-before="0"'
1253                                                         + ' data-after="-CHART_DURATION"'
1254                                                         + ' data-points="CHART_DURATION"'
1255                                                         + ' data-colors="' + colors + '"'
1256                                                         + ' role="application"></div>';
1257 }
1258
1259 // ----------------------------------------------------------------------------
1260
1261 var menuData = {
1262         'system': {
1263                 title: 'System Overview',
1264                 info: 'Overview of the key system metrics.'
1265         },
1266
1267         'ap': {
1268                 title: 'Access Points',
1269                 info: undefined
1270         },
1271
1272         'tc': {
1273                 title: 'Quality of Service',
1274                 info: 'Netdata collects and visualizes tc class utilization using its <a href="https://github.com/firehol/netdata/blob/master/plugins.d/tc-qos-helper.sh" target="_blank">tc-helper plugin</a>. If you also use <a href="http://firehol.org/#fireqos" target="_blank">FireQOS</a> for setting up QoS, netdata automatically collects interface and class names. If your QoS configuration includes overheads calculation, the values shown here will include these overheads (the total bandwidth for the same interface as reported in the Network Interfaces section, will be lower than the total bandwidth reported here). Also, data collection may have a slight time difference compared to the interface (QoS data collection is implemented with a BASH script, so a shift in data collection of a few milliseconds should be justified).'
1275         },
1276
1277         'net': {
1278                 title: 'Network Interfaces',
1279                 info: 'Per network interface statistics collected from <code>/proc/net/dev</code>.'
1280         },
1281
1282         'ipv4': {
1283                 title: 'IPv4 Networking',
1284                 info: undefined
1285         },
1286
1287         'ipv6': {
1288                 title: 'IPv6 Networking',
1289                 info: undefined
1290         },
1291
1292         'ipvs': {
1293                 title: 'IP Virtual Server',
1294                 info: undefined
1295         },
1296
1297         'netfilter': {
1298                 title: 'Firewall (netfilter)',
1299                 info: undefined
1300         },
1301
1302         'cpu': {
1303                 title: 'CPUs',
1304                 info: undefined
1305         },
1306
1307         'mem': {
1308                 title: 'Memory',
1309                 info: undefined
1310         },
1311
1312         'disk': {
1313                 title: 'Disks',
1314                 info: 'Charts with performance information for all the system disks. Special care has been given to present disk performance metrics in a way compatible with <code>iostat -x</code>. netdata by default prevents rendering performance charts for individual partitions and unmounted virtual disks. Disabled charts can still be enabled by altering the relative settings in the netdata configuration file.'
1315         },
1316
1317         'sensors': {
1318                 title: 'Sensors',
1319                 info: undefined
1320         },
1321
1322         'nfsd': {
1323                 title: 'File Server (nfsd)',
1324                 info: undefined
1325         },
1326
1327         'apps': {
1328                 title: 'Applications',
1329                 info: 'Per application statistics are collected using netdata\'s <code>apps.plugin</code>. This plugin walks through the entire <code>/proc</code> filesystem and aggregates statistics for applications of interest, defined in <code>/etc/netdata/apps_groups.conf</code> (the default is <a href="https://github.com/firehol/netdata/blob/master/conf.d/apps_groups.conf" target="_blank">here</a>). The plugin internally builds a process tree (much like <code>ps fax</code> does), and groups processes together (evaluating both child and parent processes) so that the result is always a chart with a predefined set of dimensions (of course, only application groups found running are reported). The reported values are compatible with <code>top</code>, although the netdata plugin counts also the resources of exited children (unlike <code>top</code> which shows only the resources of the currently running processes). So for processes like shell scripts, the reported values include the resources used by the commands these scripts run within each timeframe.',
1330                 height: 1.5
1331         },
1332
1333         'users': {
1334                 title: 'Users',
1335                 info: 'Per user statistics are collected using netdata\'s <code>apps.plugin</code>. This plugin walks through the entire <code>/proc</code> filesystem and aggregates statistics per user. The reported values are compatible with <code>top</code>, although the netdata plugin counts also the resources of exited children (unlike <code>top</code> which shows only the resources of the currently running processes). So for processes like shell scripts, the reported values include the resources used by the commands these scripts run within each timeframe.',
1336                 height: 1.5
1337         },
1338
1339         'groups': {
1340                 title: 'User Groups',
1341                 info: 'Per user group statistics are collected using netdata\'s <code>apps.plugin</code>. This plugin walks through the entire <code>/proc</code> filesystem and aggregates statistics per user group. The reported values are compatible with <code>top</code>, although the netdata plugin counts also the resources of exited children (unlike <code>top</code> which shows only the resources of the currently running processes). So for processes like shell scripts, the reported values include the resources used by the commands these scripts run within each timeframe.',
1342                 height: 1.5
1343         },
1344
1345         'netdata': {
1346                 title: 'Netdata Monitoring',
1347                 info: undefined
1348         },
1349
1350         'example': {
1351                 title: 'Example Charts',
1352                 info: undefined
1353         },
1354
1355         'cgroup': {
1356                 title: 'Container',
1357                 info: undefined
1358         },
1359
1360         'mysql': {
1361                 title: 'MySQL',
1362                 info: undefined
1363         },
1364
1365         'redis': {
1366                 title: 'Redis',
1367                 info: undefined
1368         },
1369
1370         'phpfpm': {
1371                 title: 'PHP-FPM',
1372                 info: undefined,
1373         },
1374
1375         'nginx': {
1376                 title: 'nginx',
1377                 info: undefined,
1378         },
1379 /*
1380         'apache': {
1381                 title: 'Apache',
1382                 info: undefined,
1383         },*/
1384
1385         'named': {
1386                 title: 'named',
1387                 info: undefined
1388         }
1389 };
1390
1391 var submenuData = {
1392         'mem.ksm': {
1393                 title: 'Memory Deduper',
1394                 info: 'Kernel Same-page Merging (KSM) performance monitoring, read from several files in <code>/sys/kernel/mm/ksm/</code>. KSM is a memory-saving de-duplication feature in the Linux kernel (since version 2.6.32). The KSM daemon ksmd periodically scans those areas of user memory which have been registered with it, looking for pages of identical content which can be replaced by a single write-protected page (which is automatically copied if a process later wants to update its content). KSM was originally developed for use with KVM (where it was known as Kernel Shared Memory), to fit more virtual machines into physical memory, by sharing the data common between them.  But it can be useful to any application which generates many instances of the same data.'
1395         },
1396
1397         'netfilter.conntrack': {
1398                 title: 'Connection Tracker',
1399                 info: 'Netfilter Connection Tracker performance monitoring, read from <code>/proc/net/stat/nf_conntrack</code>. The connection tracker keeps track of all connections of the machine, inbound and outbound. It works by keeping a database with all open connections, tracking network and address translation and connection expectations.'
1400         },
1401
1402         'netfilter.nfacct': {
1403                 title: 'Bandwidth Accounting',
1404                 info: 'The following information is read using the <code>nfacct.plugin</code>.'
1405         },
1406
1407         'netfilter.synproxy': {
1408                 title: 'DDoS Protection',
1409                 info: 'DDoS Protection performance monitoring read from <code>/proc/net/stat/synproxy</code>. <a href="https://github.com/firehol/firehol/wiki/Working-with-SYNPROXY" target="_blank">SYNPROXY</a> is a TCP SYN packets proxy. It is used to protect any TCP server (like a web server) from SYN floods and similar DDoS attacks. It is a netfilter module, in the Linux kernel (since version 3.12). It is optimized to handle millions of packets per second utilizing all CPUs available without any concurrency locking between the connections. It can be used for any kind of TCP traffic (even encrypted), since it does not interfere with the content itself.'
1410         }
1411 };
1412
1413 var chartData = {
1414         'mysql.net': {
1415                 info: 'The amount of data sent to mysql clients (<strong>out</strong>) and received from mysql clients (<strong>in</strong>).'
1416         },
1417
1418         'mysql.queries': {
1419                 info: 'The number of statements executed by the server.<ul>' +
1420                 '<li><strong>queries</strong> counts the statements executed within stored SQL programs.</li>' +
1421                 '<li><strong>questions</strong> counts the statements sent to the mysql server by mysql clients.</li>' +
1422                 '<li><strong>slow queries</strong> counts the number of statements that took more than <a href="http://dev.mysql.com/doc/refman/5.7/en/server-system-variables.html#sysvar_long_query_time" target="_blank">long_query_time</a> seconds to be executed.' +
1423                 ' For more information about slow queries check the mysql <a href="http://dev.mysql.com/doc/refman/5.7/en/slow-query-log.html" target="_blank">slow query log</a>.</li>' +
1424                 '</ul>'
1425         },
1426
1427         'mysql.handlers': {
1428                 info: 'Usage of the internal handlers of mysql. This chart provides very good insights of what the mysql server is actually doing.' +
1429                 ' (if the chart is not showing all these dimensions it is because they are zero - set <strong>Which dimensions to show?</strong> to <strong>All</strong> from the dashboard settings, to render even the zero values)<ul>' +
1430                 '<li><strong>commit</strong>, the number of internal <a href="http://dev.mysql.com/doc/refman/5.7/en/commit.html" target="_blank">COMMIT</a> statements.</li>' +
1431                 '<li><strong>delete</strong>, the number of times that rows have been deleted from tables.</li>' +
1432                 '<li><strong>prepare</strong>, a counter for the prepare phase of two-phase commit operations.</li>' +
1433                 '<li><strong>read first</strong>, the number of times the first entry in an index was read. A high value suggests that the server is doing a lot of full index scans; e.g. <strong>SELECT col1 FROM foo</strong>, with col1 indexed.</li>' +
1434                 '<li><strong>read key</strong>, the number of requests to read a row based on a key. If this value is high, it is a good indication that your tables are properly indexed for your queries.</li>' +
1435                 '<li><strong>read next</strong>, the number of requests to read the next row in key order. This value is incremented if you are querying an index column with a range constraint or if you are doing an index scan.</li>' +
1436                 '<li><strong>read prev</strong>, the number of requests to read the previous row in key order. This read method is mainly used to optimize <strong>ORDER BY ... DESC</strong>.</li>' +
1437                 '<li><strong>read rnd</strong>, the number of requests to read a row based on a fixed position. A high value indicates you are doing a lot of queries that require sorting of the result. You probably have a lot of queries that require MySQL to scan entire tables or you have joins that do not use keys properly.</li>' +
1438                 '<li><strong>read rnd next</strong>, the number of requests to read the next row in the data file. This value is high if you are doing a lot of table scans. Generally this suggests that your tables are not properly indexed or that your queries are not written to take advantage of the indexes you have.</li>' +
1439                 '<li><strong>rollback</strong>, the number of requests for a storage engine to perform a rollback operation.</li>' +
1440                 '<li><strong>savepoint</strong>, the number of requests for a storage engine to place a savepoint.</li>' +
1441                 '<li><strong>savepoint rollback</strong>, the number of requests for a storage engine to roll back to a savepoint.</li>' +
1442                 '<li><strong>update</strong>, the number of requests to update a row in a table.</li>' +
1443                 '<li><strong>write</strong>, the number of requests to insert a row in a table.</li>' +
1444                 '</ul>'
1445         },
1446
1447         'mysql.table_locks': {
1448                 info: 'MySQL table locks counters: <ul>' +
1449                 '<li><strong>immediate</strong>, the number of times that a request for a table lock could be granted immediately.</li>' +
1450                 '<li><strong>waited</strong>, the number of times that a request for a table lock could not be granted immediately and a wait was needed. If this is high and you have performance problems, you should first optimize your queries, and then either split your table or tables or use replication.</li>' +
1451                 '</ul>'
1452         },
1453
1454         'system.cpu': {
1455                 info: 'Total CPU utilization (all cores). 100% here means there is no CPU idle time at all. You can get per core usage at the <a href="#cpu">CPUs</a> section and per application usage at the <a href="#apps">Applications Monitoring</a> section.<br/>Keep an eye on <b>iowait</b> ' + sparkline('system.cpu', 'iowait', '%') + '. If it is constantly high, your disks are a bottleneck and they slow your system down.<br/>Another important metric worth monitoring, is <b>softirq</b> ' + sparkline('system.cpu', 'softirq', '%') + '. A constantly high percentage of softirq may indicate network drivers issues.'
1456         },
1457
1458         'system.load': {
1459                 info: 'Current system load read from <code>/proc/loadavg</code>.',
1460                 height: 0.7
1461         },
1462
1463         'system.io': {
1464                 info: 'Total Disk I/O, for all disks, read from <code>/proc/vmstat</code>. You can get detailed information about each disk at the <a href="#disk">Disks</a> section and per application Disk usage at the <a href="#apps">Applications Monitoring</a> section.'
1465         },
1466
1467         'system.swapio': {
1468                 info: 'Total Swap I/O, read from <code>/proc/vmstat</code>. (netdata measures both <code>in</code> and <code>out</code>. If either of them is not shown in the chart, it is because it is zero - you can change the page settings to always render all the available dimensions on all charts).'
1469         },
1470
1471         'system.pgfaults': {
1472                 info: 'Total page faults, read from <code>/proc/vmstat</code>. <b>Major page faults</b> indicates that the system is using its swap. You can find which applications use the swap at the <a href="#apps">Applications Monitoring</a> section.'
1473         },
1474
1475         'system.entropy': {
1476                 colors: '#CC22AA',
1477                 info: '<a href="https://en.wikipedia.org/wiki/Entropy_(computing)" target="_blank">Entropy</a>, read from <code>/proc/sys/kernel/random/entropy_avail</code>, is like a pool of random numbers that are mainly used in cryptography. It is advised that the pool remains always <a href="https://blog.cloudflare.com/ensuring-randomness-with-linuxs-random-number-generator/" target="_blank">above 200</a>. If the pool of entropy gets empty, you risk your security to be predictable and you should install a user-space random numbers generating daemon, like <a href="http://www.issihosts.com/haveged/" target="_blank">haveged</a>, to keep the pool in healthy levels.'
1478         },
1479
1480         'system.forks': {
1481                 colors: '#5555DD',
1482                 info: 'The number of new processes created per second, read from <code>/proc/stat</code>.'
1483         },
1484
1485         'system.intr': {
1486                 colors: '#DD5555',
1487                 info: 'Total number of CPU interrupts, read from <code>/proc/stat</code>. Check <code>system.interrupts</code> that gives more detail about each interrupt and also the <a href="#cpu">CPUs</a> section where interrupts are analyzed per CPU core.'
1488         },
1489
1490         'system.interrupts': {
1491                 info: 'CPU interrupts in detail, read from <code>/proc/interrupts</code>. At the <a href="#cpu">CPUs</a> section, interrupts are analyzed per CPU core.'
1492         },
1493
1494         'system.softirqs': {
1495                 info: 'CPU softirqs in detail, read from <code>/proc/softirqs</code>. At the <a href="#cpu">CPUs</a> section, softirqs are analyzed per CPU core.'
1496         },
1497
1498         'system.processes': {
1499                 info: 'System processes, read from <code>/proc/stat</code>. <b>Blocked</b> are processes that are willing to execute but they cannot, e.g. because they wait for disk activity.'
1500         },
1501
1502         'system.active_processes': {
1503                 info: 'All system active processes, read from <code>/proc/loadavg</code>.'
1504         },
1505
1506         'system.ctxt': {
1507                 info: '<a href="https://en.wikipedia.org/wiki/Context_switch" target="_blank">Context Switches</a>, read from <code>/proc/stat</code>, is the switching of the CPU from one process, task or thread to another. If there are many processes or threads willing to execute and very few CPU cores available to handle them, the system is making more context switching to balance the CPU resources among them. The whole process is computationally intensive. The more the context switches, the slower the system gets.'
1508         },
1509
1510         'system.idlejitter': {
1511                 colors: '#5555AA',
1512                 info: 'Idle jitter is calculated by netdata. A thread is spawned that requests to sleep for a few microseconds. When the system wakes it up, it measures how many microseconds have passed. The difference between the requested and the actual duration of the sleep, is the <b>idle jitter</b>. This number is useful in real-time environments, where CPU jitter can affect the quality of the service (like VoIP media gateways).'
1513         },
1514
1515         'system.ipv4': {
1516                 info: 'Total IPv4 Traffic, read from <code>/proc/net/netstat</code>.'
1517         },
1518
1519         'system.ipv6': {
1520                 info: 'Total IPv6 Traffic, read from <code>/proc/net/snmp6</code>.'
1521         },
1522
1523         'system.ram': {
1524                 info: 'System memory, read from <code>/proc/meminfo</code>.'
1525         },
1526
1527         'system.swap': {
1528                 info: 'System swap memory, read from <code>/proc/meminfo</code>.'
1529         },
1530
1531         'mem.ksm_savings': {
1532                 heads: [
1533                         gaugeChart('Saved', '12%', 'savings', '#0099CC')
1534                 ]
1535         },
1536
1537         'mem.ksm_ratios': {
1538                 heads: [
1539                         function(id) {
1540                                 return  '<div data-netdata="' + id + '"'
1541                                         + ' data-gauge-max-value="100"'
1542                                         + ' data-chart-library="gauge"'
1543                                         + ' data-title="Savings"'
1544                                         + ' data-units="percentage %"'
1545                                         + ' data-gauge-adjust="width"'
1546                                         + ' data-width="12%"'
1547                                         + ' data-before="0"'
1548                                         + ' data-after="-CHART_DURATION"'
1549                                         + ' data-points="CHART_DURATION"'
1550                                         + ' role="application"></div>';
1551                         }
1552                 ]
1553         },
1554
1555         'mem.committed': {
1556                 colors: NETDATA.colors[3]
1557         },
1558
1559         'apps.cpu': {
1560                 height: 2.0
1561         },
1562
1563         'apps.preads': {
1564                 height: 2.0
1565         },
1566
1567         'apps.pwrites': {
1568                 height: 2.0
1569         },
1570
1571         'users.cpu': {
1572                 height: 2.0
1573         },
1574
1575         'users.preads': {
1576                 height: 2.0
1577         },
1578
1579         'users.pwrites': {
1580                 height: 2.0
1581         },
1582
1583         'groups.cpu': {
1584                 height: 2.0
1585         },
1586
1587         'groups.preads': {
1588                 height: 2.0
1589         },
1590
1591         'groups.pwrites': {
1592                 height: 2.0
1593         },
1594
1595         'tc.qos': {
1596                 heads: [
1597                         function(id) {
1598                                 if(id.match(/.*-ifb$/))
1599                                         return gaugeChart('Inbound', '12%', '', '#5555AA');
1600                                 else
1601                                         return gaugeChart('Outbound', '12%', '', '#AA9900');
1602                         }
1603                 ]
1604         },
1605
1606         'net.net': {
1607                 heads: [
1608                         gaugeChart('Received', '12%', 'received'),
1609                         gaugeChart('Sent', '12%', 'sent')
1610                 ]
1611         },
1612
1613         'disk.util': {
1614                 colors: '#FF5588',
1615                 heads: [
1616                         gaugeChart('Utilization', '12%', '', '#FF5588')
1617                 ],
1618                 info: 'Disk Utilization measures the amount of time the disk was busy with something. This is not related to its performance. 100% means that the Linux kernel always had an outstanding operation on the disk. Keep in mind that depending on the underlying technology of the disk, 100% here may or may not be an indication of congestion.'
1619         },
1620
1621         'disk.backlog': {
1622                 colors: '#0099CC',
1623                 info: 'Backlog is an indication of the duration of pending disk operations. On every I/O event the Linux kernel is multiplying the time spent doing I/O since the last update of this field with the number of pending operations. While not accurate, this metric can provide an indication of the expected completion time of the operations in progress.'
1624         },
1625
1626         'disk.io': {
1627                 heads: [
1628                         gaugeChart('Read', '12%', 'reads'),
1629                         gaugeChart('Write', '12%', 'writes')
1630                 ],
1631                 info: 'Amount of data transferred to and from disk.'
1632         },
1633
1634         'disk.ops': {
1635                 info: 'Completed disk I/O operations. Keep in mind the number of operations requested might be higher, since the Linux kernel is able to merge adjacent to each other (see merged operations chart).'
1636         },
1637
1638         'disk.qops': {
1639                 info: 'I/O operations currently in progress. This metric is a snapshot - it is not an average over the last interval.'
1640         },
1641
1642         'netfilter.sockets': {
1643                 colors: '#88AA00',
1644                 heads: [
1645                         gaugeChart('Active Connections', '12%', '', '#88AA00')
1646                 ]
1647         },
1648
1649         'netfilter.new': {
1650                 heads: [
1651                         gaugeChart('New Connections', '12%', 'new', '#5555AA')
1652                 ]
1653         },
1654
1655         'disk.iotime': {
1656                 height: 0.5,
1657                 info: 'The sum of the duration of all completed I/O operations. This number can exceed the interval if the disk is able to execute I/O operations in parallel.'
1658         },
1659         'disk.mops': {
1660                 height: 0.5,
1661                 info: 'The number of merged disk operations. The Linux kernel is able to merge adjacent I/O operations, for example two 4KB reads can become one 8KB read before given to disk.'
1662         },
1663         'disk.svctm': {
1664                 height: 0.5,
1665                 info: 'The average service time for completed I/O operations. This metric is calculated using the total busy time of the disk and the number of completed operations. If the disk is able to execute multiple parallel operations the reporting average service time will be misleading.'
1666         },
1667         'disk.avgsz': {
1668                 height: 0.5,
1669                 info: 'The average I/O operation size.'
1670         },
1671         'disk.await': {
1672                 height: 0.5,
1673                 info: 'The average time for I/O requests issued to the device to be served. This includes the time spent by the requests in queue and the time spent servicing them.'
1674         },
1675
1676         'disk.space': {
1677                 info: 'Disk space utilization. reserved for root is automatically reserved by the system to prevent the root user from getting out of space.'
1678         },
1679         'disk.inodes': {
1680                 info: 'inodes (or index nodes) are filesystem objects (e.g. files and directories). On many types of file system implementations, the maximum number of inodes is fixed at filesystem creation, limiting the maximum number of files the filesystem can hold. It is possible for a device to run out of inodes. When this happens, new files cannot be created on the device, even though there may be free space available.'
1681         },
1682         'apache.connections': {
1683                 colors: NETDATA.colors[4],
1684                 mainheads: [
1685                         gaugeChart('Connections', '12%', '', NETDATA.colors[4])
1686                 ]
1687         },
1688
1689         'apache.requests': {
1690                 colors: NETDATA.colors[0],
1691                 mainheads: [
1692                         gaugeChart('Connections', '12%', '', NETDATA.colors[0])
1693                 ]
1694         },
1695
1696         'apache.net': {
1697                 colors: NETDATA.colors[3],
1698                 mainheads: [
1699                         gaugeChart('Bandwidth', '12%', '', NETDATA.colors[3])
1700                 ]
1701         },
1702
1703         'apache.workers': {
1704                 mainheads: [
1705                         function(id) {
1706                                 return  '<div data-netdata="' + id + '"'
1707                                         + ' data-dimensions="busy"'
1708                                         + ' data-append-options="percentage"'
1709                                         + ' data-gauge-max-value="100"'
1710                                         + ' data-chart-library="gauge"'
1711                                         + ' data-title="Workers Utilization"'
1712                                         + ' data-units="percentage %"'
1713                                         + ' data-gauge-adjust="width"'
1714                                         + ' data-width="12%"'
1715                                         + ' data-before="0"'
1716                                         + ' data-after="-CHART_DURATION"'
1717                                         + ' data-points="CHART_DURATION"'
1718                                         + ' role="application"></div>';
1719                         }
1720                 ]
1721         },
1722
1723         'apache.bytesperreq': {
1724                 colors: NETDATA.colors[3],
1725                 height: 0.5
1726         },
1727
1728         'apache.reqpersec': {
1729                 colors: NETDATA.colors[4],
1730                 height: 0.5
1731         },
1732
1733         'apache.bytespersec': {
1734                 colors: NETDATA.colors[6],
1735                 height: 0.5
1736         },
1737
1738         'nginx_local.connections': {
1739                 colors: NETDATA.colors[4],
1740                 mainheads: [
1741                         gaugeChart('Connections', '12%', '', NETDATA.colors[4])
1742                 ]
1743         },
1744
1745         'nginx_local.requests': {
1746                 colors: NETDATA.colors[0],
1747                 mainheads: [
1748                         gaugeChart('Requests', '12%', '', NETDATA.colors[0])
1749                 ]
1750         }
1751 };
1752
1753 function anyAttribute(obj, attr, key, def) {
1754         if(typeof obj[key] !== 'undefined') {
1755                 if(typeof obj[key][attr] !== 'undefined')
1756                         return obj[key][attr];
1757         }
1758         return def;
1759 }
1760
1761 function menuTitle(chart) {
1762         if(typeof chart.menu_pattern !== 'undefined') {
1763                 return anyAttribute(menuData, 'title', chart.menu_pattern, chart.menu_pattern).toString()
1764                                 + ': ' + chart.type.slice(-(chart.type.length - chart.menu_pattern.length - 1)).toString();
1765         }
1766
1767         return anyAttribute(menuData, 'title', chart.menu, chart.menu);
1768 }
1769
1770 function menuInfo(menu) {
1771         return anyAttribute(menuData, 'info', menu, null);
1772 }
1773
1774 function menuHeight(menu, relative) {
1775         return anyAttribute(menuData, 'height', menu, 1.0) * relative;
1776 }
1777
1778 function submenuTitle(menu, submenu) {
1779         var key = menu + '.' + submenu;
1780         return anyAttribute(submenuData, 'title', key, submenu);
1781 }
1782
1783 function submenuInfo(menu, submenu) {
1784         var key = menu + '.' + submenu;
1785         return anyAttribute(submenuData, 'info', key, null);
1786 }
1787
1788 function submenuHeight(menu, submenu, relative) {
1789         var key = menu + '.' + submenu;
1790         return anyAttribute(submenuData, 'height', key, 1.0) * relative;
1791 }
1792
1793
1794 function chartInfo(id) {
1795         if(typeof chartData[id] !== 'undefined' && typeof chartData[id].info !== 'undefined')
1796                 return '<div class="chart-message netdata-chart-alignment" role="document">' + chartData[id].info + '</div>';
1797         else
1798                 return '';
1799 }
1800
1801 function chartHeight(id, def) {
1802         if(typeof chartData[id] !== 'undefined' && typeof chartData[id].height !== 'undefined')
1803                 return def * chartData[id].height;
1804         else
1805                 return def;
1806 }
1807
1808
1809 // ----------------------------------------------------------------------------
1810
1811 // enrich the data structure returned by netdata
1812 // to reflect our menu system and content
1813 function enrichChartData(chart) {
1814         var tmp = chart.type.split('_')[0];
1815
1816         switch(tmp) {
1817                 case 'ap':
1818                 case 'net':
1819                 case 'disk':
1820                         chart.menu = tmp;
1821                         break;
1822
1823                 case 'mysql':
1824                 case 'redis':
1825                 case 'phpfpm':
1826                 case 'nginx':
1827 /*              case 'apache':*/
1828                 case 'named':
1829                 case 'cgroup':
1830                         chart.menu = chart.type;
1831                         chart.menu_pattern = tmp;
1832                         break;
1833
1834                 case 'tc':
1835                         chart.menu = tmp;
1836
1837                         // find a name for this device from fireqos info
1838                         // we strip '_(in|out)' or '(in|out)_'
1839                         if(typeof options.submenu_names[chart.family] === 'undefined' || options.submenu_names[chart.family] === chart.family) {
1840                                 var n = chart.name.split('.')[1];
1841                                 if(n.endsWith('_in'))
1842                                         options.submenu_names[chart.family] = n.slice(0, n.lastIndexOf('_in'));
1843                                 else if(n.endsWith('_out'))
1844                                         options.submenu_names[chart.family] = n.slice(0, n.lastIndexOf('_out'));
1845                                 else if(n.startsWith('in_'))
1846                                         options.submenu_names[chart.family] = n.slice(3, n.length);
1847                                 else if(n.startsWith('out_'))
1848                                         options.submenu_names[chart.family] = n.slice(4, n.length);
1849                         }
1850
1851                         // increase the priority of IFB devices
1852                         // to have inbound appear before outbound
1853                         if(chart.id.match(/.*-ifb$/))
1854                                 chart.priority--;
1855
1856                         break;
1857
1858                 default:
1859                         chart.menu = chart.type;
1860                         break;
1861         }
1862
1863         chart.submenu = chart.family;
1864 }
1865
1866 // ----------------------------------------------------------------------------
1867
1868 function name2id(s) {
1869         return s
1870                 .replace(/ /g, '_')
1871                 .replace(/\(/g, '_')
1872                 .replace(/\)/g, '_')
1873                 .replace(/\./g, '_')
1874                 .replace(/\//g, '_');
1875 }
1876
1877 function headMain(charts, duration) {
1878         var head = '';
1879
1880         if(typeof charts['system.swap'] !== 'undefined')
1881                 head += '<div style="margin-right: 10px;" data-netdata="system.swap"'
1882                 + ' data-dimensions="free"'
1883                 + ' data-append-options="percentage"'
1884                 + ' data-chart-library="easypiechart"'
1885                 + ' data-title="Free Swap"'
1886                 + ' data-units="%"'
1887                 + ' data-easypiechart-max-value="100"'
1888                 + ' data-width="8%"'
1889                 + ' data-before="0"'
1890                 + ' data-after="-' + duration.toString() + '"'
1891                 + ' data-points="' + duration.toString() + '"'
1892                 + ' data-colors="#DD4400"'
1893                 + ' role="application"></div>';
1894
1895         if(typeof charts['system.io'] !== 'undefined') {
1896                 head += '<div style="margin-right: 10px;" data-netdata="system.io"'
1897                 + ' data-dimensions="in"'
1898                 + ' data-chart-library="easypiechart"'
1899                 + ' data-title="Disk Read"'
1900                 + ' data-units="KB / s"'
1901                 + ' data-width="10%"'
1902                 + ' data-before="0"'
1903                 + ' data-after="-' + duration.toString() + '"'
1904                 + ' data-points="' + duration.toString() + '"'
1905                 + ' role="application"></div>';
1906
1907                 head += '<div style="margin-right: 10px;" data-netdata="system.io"'
1908                 + ' data-dimensions="out"'
1909                 + ' data-chart-library="easypiechart"'
1910                 + ' data-title="Disk Write"'
1911                 + ' data-units="KB / s"'
1912                 + ' data-width="10%"'
1913                 + ' data-before="0"'
1914                 + ' data-after="-' + duration.toString() + '"'
1915                 + ' data-points="' + duration.toString() + '"'
1916                 + ' role="application"></div>';
1917         }
1918
1919         if(typeof charts['system.cpu'] !== 'undefined')
1920                 head += '<div data-netdata="system.cpu"'
1921                 + ' data-chart-library="gauge"'
1922                 + ' data-title="CPU"'
1923                 + ' data-units="%"'
1924                 + ' data-gauge-max-value="100"'
1925                 + ' data-width="18%"'
1926                 + ' data-after="-' + duration.toString() + '"'
1927                 + ' data-points="' + duration.toString() + '"'
1928                 + ' data-colors="' + NETDATA.colors[12] + '"'
1929                 + ' role="application"></div>';
1930
1931         if(typeof charts['system.ipv4'] !== 'undefined') {
1932                 head += '<div style="margin-right: 10px;" data-netdata="system.ipv4"'
1933                 + ' data-dimensions="received"'
1934                 + ' data-chart-library="easypiechart"'
1935                 + ' data-title="IPv4 Inbound"'
1936                 + ' data-units="kbps"'
1937                 + ' data-width="10%"'
1938                 + ' data-before="0"'
1939                 + ' data-after="-' + duration.toString() + '"'
1940                 + ' data-points="' + duration.toString() + '"'
1941                 + ' role="application"></div>';
1942
1943                 head += '<div style="margin-right: 10px;" data-netdata="system.ipv4"'
1944                 + ' data-dimensions="sent"'
1945                 + ' data-chart-library="easypiechart"'
1946                 + ' data-title="IPv4 Outbound"'
1947                 + ' data-units="kbps"'
1948                 + ' data-width="10%"'
1949                 + ' data-before="0"'
1950                 + ' data-after="-' + duration.toString() + '"'
1951                 + ' data-points="' + duration.toString() + '"'
1952                 + ' role="application"></div>';
1953         }
1954         else if(typeof charts['system.ipv6'] !== 'undefined') {
1955                 head += '<div style="margin-right: 10px;" data-netdata="system.ipv6"'
1956                 + ' data-dimensions="received"'
1957                 + ' data-chart-library="easypiechart"'
1958                 + ' data-title="IPv6 Inbound"'
1959                 + ' data-units="kbps"'
1960                 + ' data-width="10%"'
1961                 + ' data-before="0"'
1962                 + ' data-after="-' + duration.toString() + '"'
1963                 + ' data-points="' + duration.toString() + '"'
1964                 + ' role="application"></div>';
1965
1966                 head += '<div style="margin-right: 10px;" data-netdata="system.ipv6"'
1967                 + ' data-dimensions="sent"'
1968                 + ' data-chart-library="easypiechart"'
1969                 + ' data-title="IPv6 Outbound"'
1970                 + ' data-units="kbps"'
1971                 + ' data-width="10%"'
1972                 + ' data-before="0"'
1973                 + ' data-after="-' + duration.toString() + '"'
1974                 + ' data-points="' + duration.toString() + '"'
1975                 + ' role="application"></div>';
1976         }
1977
1978         if(typeof charts['system.ram'] !== 'undefined')
1979                 head += '<div style="margin-right: 10px;" data-netdata="system.ram"'
1980                 + ' data-dimensions="cached|free"'
1981                 + ' data-append-options="percentage"'
1982                 + ' data-chart-library="easypiechart"'
1983                 + ' data-title="Available RAM"'
1984                 + ' data-units="%"'
1985                 + ' data-easypiechart-max-value="100"'
1986                 + ' data-width="8%"'
1987                 + ' data-after="-' + duration.toString() + '"'
1988                 + ' data-points="' + duration.toString() + '"'
1989                 + ' data-colors="' + NETDATA.colors[7] + '"'
1990                 + ' role="application"></div>';
1991
1992         return head;
1993 }
1994
1995 function generateHeadCharts(type, chart, duration) {
1996         var head = '';
1997         var hcharts = anyAttribute(chartData, type, chart.context, []);
1998         if(hcharts.length > 0) {
1999                 var hi = 0, hlen = hcharts.length;
2000                 while(hi < hlen) {
2001                         if(typeof hcharts[hi] === 'function')
2002                                 head += hcharts[hi](chart.id).replace('CHART_DURATION', duration.toString()).replace('CHART_UNIQUE_ID', chart.id);
2003                         else
2004                                 head += hcharts[hi].replace('CHART_DURATION', duration.toString()).replace('CHART_UNIQUE_ID', chart.id);
2005                         hi++;
2006                 }
2007         }
2008         return head;
2009 }
2010
2011 function renderPage(menus, data) {
2012         var div = document.getElementById('charts_div');
2013         var pcent_width = Math.floor(100 / chartsPerRow($(div).width()));
2014
2015         // find the proper duration for per-second updates
2016         var duration = Math.round(($(div).width() * pcent_width / 100 * data.update_every / 3) / 60) * 60;
2017         var html = '';
2018         var sidebar = '<ul class="nav dashboard-sidenav" data-spy="affix" id="sidebar_ul">';
2019         var mainhead = headMain(data.charts, duration);
2020
2021         // sort the menus
2022         var main = sortObjectByPriority(menus);
2023         var i = 0, len = main.length;
2024         while(i < len) {
2025                 var menu = main[i++];
2026
2027                 // generate an entry at the main menu
2028
2029                 var menuid = name2id(menu);
2030                 sidebar += '<li class=""><a href="#' + menuid + '" onClick="return scrollToId(\'' + menuid + '\');">' + menus[menu].title + '</a><ul class="nav">';
2031                 html += '<div role="section"><div role="sectionhead"><h1 id="' + menuid + '" role="heading">' + menus[menu].title + '</h1></div><div id="menu_' + menuid + '" role="document">';
2032
2033                 if(menus[menu].info !== null)
2034                         html += menus[menu].info;
2035
2036                 // console.log(' >> ' + menu + ' (' + menus[menu].priority + '): ' + menus[menu].title);
2037
2038                 var shtml = '';
2039                 var mhead = '<div class="netdata-chart-row">' + mainhead;
2040                 mainhead = '';
2041
2042                 // sort the submenus of this menu
2043                 var sub = sortObjectByPriority(menus[menu].submenus);
2044                 var si = 0, slen = sub.length;
2045                 while(si < slen) {
2046                         var submenu = sub[si++];
2047
2048                         // generate an entry at the submenu
2049                         var submenuid = name2id(menu + '_' + submenu);
2050                         sidebar += '<li class><a href="#' + submenuid + '" onClick="return scrollToId(\'' + submenuid + '\');">' + menus[menu].submenus[submenu].title + '</a></li>';
2051                         shtml += '<div class="netdata-group-container" id="submenu_' + submenuid + '" style="display: inline-block; width: ' + pcent_width.toString() + '%"><h2 id="' + submenuid + '" class="netdata-chart-alignment" role="heading">' + menus[menu].submenus[submenu].title + '</h2>';
2052
2053                         if(menus[menu].submenus[submenu].info !== null)
2054                                 shtml += '<div class="chart-message netdata-chart-alignment" role="document">' + menus[menu].submenus[submenu].info + '</div>';
2055
2056                         var head = '<div class="netdata-chart-row">';
2057                         var chtml = '';
2058
2059                         // console.log('    \------- ' + submenu + ' (' + menus[menu].submenus[submenu].priority + '): ' + menus[menu].submenus[submenu].title);
2060
2061                         // sort the charts in this submenu of this menu
2062                         menus[menu].submenus[submenu].charts.sort(prioritySort);
2063                         var ci = 0, clen = menus[menu].submenus[submenu].charts.length;
2064                         while(ci < clen) {
2065                                 var chart = menus[menu].submenus[submenu].charts[ci++];
2066
2067                                 // generate the submenu heading charts
2068                                 mhead += generateHeadCharts('mainheads', chart, duration);
2069                                 head += generateHeadCharts('heads', chart, duration);
2070
2071                                 // generate the chart
2072                                 chtml += chartInfo(chart.context) + '<div data-netdata="' + chart.id + '"'
2073                                         + ' data-width="' + pcent_width.toString() + '%"'
2074                                         + ' data-height="' + chartHeight(chart.context, options.chartsHeight).toString() + 'px"'
2075                                         + ' data-before="0"'
2076                                         + ' data-after="-' + duration.toString() + '"'
2077                                         + ' data-id="' + name2id(options.hostname + '/' + chart.id) + '"'
2078                                         + ' data-colors="' + anyAttribute(chartData, 'colors', chart.context, '') + '"'
2079                                         + ' role="application"></div>';
2080
2081                                 // console.log('         \------- ' + chart.id + ' (' + chart.priority + '): ' + chart.context  + ' height: ' + menus[menu].submenus[submenu].height);
2082                         }
2083
2084                         head += '</div>';
2085                         shtml += head + chtml + '</div>';
2086                 }
2087
2088                 mhead += '</div>';
2089                 sidebar += '</ul></li>';
2090                 html += mhead + shtml + '</div></div><hr role="separator"/>';
2091         }
2092
2093         sidebar += '</ul>';
2094         div.innerHTML = html;
2095         document.getElementById('sidebar').innerHTML = sidebar;
2096         finalizePage();
2097 }
2098
2099 function renderChartsAndMenu(data) {
2100         var menus = {};
2101         var charts = data.charts;
2102
2103         for(var c in charts) {
2104                 enrichChartData(charts[c]);
2105
2106                 // create the menu
2107                 if(typeof menus[charts[c].menu] === 'undefined') {
2108                         menus[charts[c].menu] = {
2109                                 priority: charts[c].priority,
2110                                 submenus: {},
2111                                 title: menuTitle(charts[c]),
2112                                 info: menuInfo(charts[c].menu),
2113                                 height: menuHeight(charts[c].menu, options.chartsHeight)
2114                         };
2115                 }
2116
2117                 if(charts[c].priority < menus[charts[c].menu].priority)
2118                         menus[charts[c].menu].priority = charts[c].priority;
2119
2120                 // create the submenu
2121                 if(typeof menus[charts[c].menu].submenus[charts[c].submenu] === 'undefined') {
2122                         menus[charts[c].menu].submenus[charts[c].submenu] = {
2123                                 priority: charts[c].priority,
2124                                 charts: new Array(),
2125                                 title: null,
2126                                 info: submenuInfo(charts[c].menu, charts[c].submenu),
2127                                 height: submenuHeight(charts[c].menu, charts[c].submenu, menus[charts[c].menu].height)
2128                         };
2129                 }
2130
2131                 if(charts[c].priority < menus[charts[c].menu].submenus[charts[c].submenu].priority)
2132                         menus[charts[c].menu].submenus[charts[c].submenu].priority = charts[c].priority;
2133
2134                 // index the chart in the menu/submenu
2135                 menus[charts[c].menu].submenus[charts[c].submenu].charts.push(charts[c]);
2136         }
2137
2138         // propagate the descriptive subname given to QoS
2139         // to all the other submenus with the same name
2140         for(var m in menus) {
2141                 for(var s in menus[m].submenus) {
2142                         // set the family using a name
2143                         if(typeof options.submenu_names[s] !== 'undefined') {
2144                                 menus[m].submenus[s].title = s + ' (' + options.submenu_names[s] + ')';
2145                         }
2146                         else {
2147                                 menus[m].submenus[s].title = submenuTitle(m, s);
2148                         }
2149                 }
2150         }
2151
2152         renderPage(menus, data);
2153 }
2154
2155 function downloadAllCharts(netdata_url) {
2156         if(typeof netdata_url === 'undefined' || netdata_url === null)
2157                 netdata_url = NETDATA.serverDefault;
2158
2159         NETDATA.pause(function() {
2160
2161                 // download all the charts the server knows
2162                 NETDATA.chartRegistry.downloadAll(netdata_url, function(data) {
2163
2164                         options.data = data;
2165                         options.hostname = data.hostname;
2166                         document.getElementById('hostname').innerHTML = options.hostname;
2167                         document.getElementById('hostname').href = NETDATA.serverDefault;
2168                         document.title = options.hostname + ' netdata dashboard';
2169
2170                         renderChartsAndMenu(data);
2171
2172                         // prepare our DOM
2173 //                      prepareScreen(data);
2174
2175                         // due to affix issues, prepareScreen() will unpause
2176                         // netdata as needed
2177                 });
2178         });
2179 }
2180
2181 // ----------------------------------------------------------------------------
2182
2183 function versionLog(msg) {
2184         document.getElementById('versionCheckLog').innerHTML = msg;
2185 }
2186
2187 function getNetdataVersion(callback) {
2188         versionLog('Downloading installed version info from netdata...');
2189
2190         $.ajax({
2191                 url: 'version.txt',
2192                 async: true,
2193                 cache: false
2194         })
2195         .done(function(data) {
2196                 data = data.replace(/(\r\n|\n|\r| |\t)/gm,"");
2197                 if(data.length !== 40) {
2198                         versionLog('Received version string is invalid.');
2199                         callback(null);
2200                 }
2201                 else {
2202                         versionLog('Installed version of netdata is ' + data);
2203                         document.getElementById('netdataVersion').innerHTML = data;
2204                         callback(data);
2205                 }
2206         })
2207         .fail(function() {
2208                 versionLog('Failed to download installed version info from netdata!');
2209                 callback(null);
2210         });
2211 }
2212
2213 function getGithubLatestCommit(callback) {
2214         versionLog('Downloading latest version info from github...');
2215
2216         $.ajax({
2217                 url: 'https://api.github.com/repos/firehol/netdata/commits',
2218                 async: true,
2219                 cache: false
2220         })
2221         .done(function(data) {
2222                 versionLog('Latest version info from github is ' + data[0].sha);
2223                 callback(data[0].sha);
2224         })
2225         .fail(function() {
2226                 versionLog('Failed to download installed version info from github!');
2227                 callback(null);
2228         });
2229 }
2230
2231 function checkForUpdate(callback) {
2232         getNetdataVersion(function(sha1) {
2233                 if(sha1 === null) callback(null, null);
2234
2235                 getGithubLatestCommit(function(sha2) {
2236                         callback(sha1, sha2);
2237                 });
2238         });
2239
2240         return null;
2241 }
2242
2243 var updateBlinkCounter = 0;
2244 function notifyForUpdate(force) {
2245         versionLog('<p>checking for updates...</p>');
2246
2247         var now = new Date().getTime();
2248
2249         if(typeof force === 'undefined' || force !== true) {
2250                 var last = loadLocalStorage('last_update_check');
2251
2252                 if(typeof last === 'string')
2253                         last = parseInt(last);
2254                 else
2255                         last = 0;
2256
2257                 if(now - last < 3600000 * 8) {
2258                         // no need to check it - too soon
2259                         return;
2260                 }
2261         }
2262
2263         checkForUpdate(function(sha1, sha2) {
2264                 var save = false;
2265
2266                 if(sha1 === null) {
2267                         save = false;
2268                         versionLog('<p><big>Failed to get your netdata version!</big></p><p>You can always get the latest version of netdata from <a href="https://github.com/firehol/netdata" target="_blank">its github page</a>.</p>');
2269                 }
2270                 else if(sha2 === null) {
2271                         save = false;
2272                         versionLog('<p><big>Failed to get the latest version from github.</big></p><p>You can always get the latest version of netdata from <a href="https://github.com/firehol/netdata" target="_blank">its github page</a>.</p>');
2273                 }
2274                 else if(sha1 === sha2) {
2275                         save = true;
2276                         versionLog('<p><big>You already have the latest version of netdata!</big></p><p>No update yet?<br/>Probably, we need some motivation to keep going on!</p><p>If you haven\'t already, <a href="https://github.com/firehol/netdata" target="_blank">give netdata a <b>Star</b> at its github page</a>.</p>');
2277                 }
2278                 else {
2279                         save = true;
2280                         var compare = 'https://github.com/firehol/netdata/compare/' + sha1.toString() + '...' + sha2.toString();
2281
2282                         versionLog('<p><big><strong>New version of netdata available!</strong></big></p><p>Latest version: ' + sha2.toString() + '</p><p><a href="' + compare + '" target="_blank">Click here for the changes log</a> since your installed version, and<br/><a href="https://github.com/firehol/netdata/wiki/Updating-Netdata" target="_blank">click here for directions on updating</a> your netdata installation.</p><p>We suggest to review the changes log for new features you may be interested, or important bug fixes you may need.<br/>Keeping your netdata updated, is generally a good idea.</p>');
2283
2284                         function updateButtonBlink() {
2285                                 updateBlinkCounter--;
2286                                 if(updateBlinkCounter > 0)
2287                                         $('#updateButton').fadeOut(500).fadeIn(500, updateButtonBlink);
2288                         }
2289
2290                         if(updateBlinkCounter === 0) {
2291                                 updateBlinkCounter = 300;
2292                                 updateButtonBlink();
2293                         }
2294                 }
2295
2296                 if(save)
2297                         saveLocalStorage('last_update_check', now.toString());
2298         });
2299 }
2300
2301 // ----------------------------------------------------------------------------
2302
2303 function getUrlParameter(sParam) {
2304     var sPageURL = decodeURIComponent(window.location.search.substring(1)),
2305         sURLVariables = sPageURL.split('&'),
2306         sParameterName,
2307         i;
2308
2309     for (i = 0; i < sURLVariables.length; i++) {
2310         sParameterName = sURLVariables[i].split('=');
2311
2312         if (sParameterName[0] === sParam) {
2313             return sParameterName[1] === undefined ? true : sParameterName[1];
2314         }
2315     }
2316 }
2317
2318 function finalizePage() {
2319         // resize all charts - without starting the background thread
2320         // this has to be done while NETDATA is paused
2321         // if we ommit this, the affix menu will be wrong, since all
2322         // the Dom elements are initially zero-sized
2323         NETDATA.parseDom();
2324
2325         var before = 0, after = 0, nowelcome = 0;
2326         after = getUrlParameter('force_after_ms');
2327         before = getUrlParameter('force_before_ms');
2328         nowelcome = (getUrlParameter('nowelcome') === true)?true:false;
2329
2330         if(before > 0 && after > 0) {
2331                 nowelcome = true;
2332                 NETDATA.globalPanAndZoom.setMaster(NETDATA.options.targets[0], after, before);
2333         }
2334
2335         // ------------------------------------------------------------------------
2336         // https://github.com/viralpatel/jquery.shorten/blob/master/src/jquery.shorten.js
2337         $.fn.shorten = function(settings) {
2338                 "use strict";
2339
2340                 var config = {
2341                         showChars: 750,
2342                         minHideChars: 10,
2343                         ellipsesText: "...",
2344                         moreText: '<i class="fa fa-expand" aria-hidden="true"></i> show more information',
2345                         lessText: '<i class="fa fa-compress" aria-hidden="true"></i> show less information',
2346                         onLess: function() { NETDATA.onscroll(); },
2347                         onMore: function() { NETDATA.onscroll(); },
2348                         errMsg: null,
2349                         force: false
2350                 };
2351
2352                 if (settings) {
2353                         $.extend(config, settings);
2354                 }
2355
2356                 if ($(this).data('jquery.shorten') && !config.force) {
2357                         return false;
2358                 }
2359                 $(this).data('jquery.shorten', true);
2360
2361                 $(document).off("click", '.morelink');
2362
2363                 $(document).on({
2364                         click: function() {
2365
2366                                 var $this = $(this);
2367                                 if ($this.hasClass('less')) {
2368                                         $this.removeClass('less');
2369                                         $this.html(config.moreText);
2370                                         $this.parent().prev().animate({'height':'0'+'%'}, 0, function () { $this.parent().prev().prev().show(); }).hide(0, function() {
2371                                                 config.onLess();
2372                                         });
2373
2374                                 } else {
2375                                         $this.addClass('less');
2376                                         $this.html(config.lessText);
2377                                         $this.parent().prev().animate({'height':'100'+'%'}, 0, function () { $this.parent().prev().prev().hide(); }).show(0, function() {
2378                                                 config.onMore();
2379                                         });
2380                                 }
2381                                 return false;
2382                         }
2383                 }, '.morelink');
2384
2385                 return this.each(function() {
2386                         var $this = $(this);
2387
2388                         var content = $this.html();
2389                         var contentlen = $this.text().length;
2390                         if (contentlen > config.showChars + config.minHideChars) {
2391                                 var c = content.substr(0, config.showChars);
2392                                 if (c.indexOf('<') >= 0) // If there's HTML don't want to cut it
2393                                 {
2394                                         var inTag = false; // I'm in a tag?
2395                                         var bag = ''; // Put the characters to be shown here
2396                                         var countChars = 0; // Current bag size
2397                                         var openTags = []; // Stack for opened tags, so I can close them later
2398                                         var tagName = null;
2399
2400                                         for (var i = 0, r = 0; r <= config.showChars; i++) {
2401                                                 if (content[i] == '<' && !inTag) {
2402                                                         inTag = true;
2403
2404                                                         // This could be "tag" or "/tag"
2405                                                         tagName = content.substring(i + 1, content.indexOf('>', i));
2406
2407                                                         // If its a closing tag
2408                                                         if (tagName[0] == '/') {
2409
2410
2411                                                                 if (tagName != '/' + openTags[0]) {
2412                                                                         config.errMsg = 'ERROR en HTML: the top of the stack should be the tag that closes';
2413                                                                 } else {
2414                                                                         openTags.shift(); // Pops the last tag from the open tag stack (the tag is closed in the retult HTML!)
2415                                                                 }
2416
2417                                                         } else {
2418                                                                 // There are some nasty tags that don't have a close tag like <br/>
2419                                                                 if (tagName.toLowerCase() != 'br') {
2420                                                                         openTags.unshift(tagName); // Add to start the name of the tag that opens
2421                                                                 }
2422                                                         }
2423                                                 }
2424                                                 if (inTag && content[i] == '>') {
2425                                                         inTag = false;
2426                                                 }
2427
2428                                                 if (inTag) { bag += content.charAt(i); } // Add tag name chars to the result
2429                                                 else {
2430                                                         r++;
2431                                                         if (countChars <= config.showChars) {
2432                                                                 bag += content.charAt(i); // Fix to ie 7 not allowing you to reference string characters using the []
2433                                                                 countChars++;
2434                                                         } else // Now I have the characters needed
2435                                                         {
2436                                                                 if (openTags.length > 0) // I have unclosed tags
2437                                                                 {
2438                                                                         //console.log('They were open tags');
2439                                                                         //console.log(openTags);
2440                                                                         for (j = 0; j < openTags.length; j++) {
2441                                                                                 //console.log('Cierro tag ' + openTags[j]);
2442                                                                                 bag += '</' + openTags[j] + '>'; // Close all tags that were opened
2443
2444                                                                                 // You could shift the tag from the stack to check if you end with an empty stack, that means you have closed all open tags
2445                                                                         }
2446                                                                         break;
2447                                                                 }
2448                                                         }
2449                                                 }
2450                                         }
2451                                         c = $('<div/>').html(bag + '<span class="ellip">' + config.ellipsesText + '</span>').html();
2452                                 }else{
2453                                         c+=config.ellipsesText;
2454                                 }
2455
2456                                 var html = '<div class="shortcontent">' + c +
2457                                                 '</div><div class="allcontent">' + content +
2458                                                 '</div><span><a href="javascript://nop/" class="morelink">' + config.moreText + '</a></span>';
2459
2460                                 $this.html(html);
2461                                 $this.find(".allcontent").hide(); // Hide all text
2462                                 $('.shortcontent p:last', $this).css('margin-bottom', 0); //Remove bottom margin on last paragraph as it's likely shortened
2463                         }
2464                 });
2465
2466         };
2467         $(".chart-message").shorten();
2468         // ------------------------------------------------------------------------
2469
2470         // let it run (update the charts)
2471         NETDATA.unpause();
2472
2473         // check if we have to jump to a specific section
2474         scrollToId(location.hash.replace('#',''));
2475
2476         /* activate bootstrap sidebar (affix) */
2477         $('#sidebar').affix({
2478                 offset: {
2479                         top: (isdemo())?150:0,
2480                         bottom: 0
2481                 }
2482         });
2483
2484         /* fix scrolling of very long affix lists
2485            http://stackoverflow.com/questions/21691585/bootstrap-3-1-0-affix-too-long
2486          */
2487         $('#sidebar').on('affixed.bs.affix', function() {
2488                 $(this).removeAttr('style');
2489         });
2490
2491         /* activate bootstrap scrollspy (needed for sidebar) */
2492         $(document.body).scrollspy({
2493                 target: '#sidebar',
2494                 offset: $(window).height() / 3 // controls the diff of the <hX> element to the top, to select it
2495         });
2496
2497         // change the URL based on the current position of the screen
2498         $('#sidebar').on('activate.bs.scrollspy', function (e) {
2499                 var el = $(e.target);
2500                 if(el.find('ul').size() == 0)
2501                         history.replaceState(null, document.title, el.find('a').attr('href'));
2502         });
2503
2504         document.getElementById('footer').style.display = 'block';
2505
2506         var update_options_modal = function() {
2507                 // console.log('update_options_modal');
2508
2509                 var sync_option = function(option) {
2510                         var self = $('#' + option);
2511
2512                         if(self.prop('checked') !== NETDATA.getOption(option)) {
2513                                 // console.log('switching ' + option.toString());
2514                                 self.bootstrapToggle(NETDATA.getOption(option)?'on':'off');
2515                         }
2516                 }
2517
2518                 var theme_sync_option = function(option) {
2519                         var self = $('#' + option);
2520
2521                         self.bootstrapToggle(netdataTheme === 'slate'?'on':'off');
2522                 }
2523
2524                 sync_option('eliminate_zero_dimensions');
2525                 sync_option('destroy_on_hide');
2526                 sync_option('parallel_refresher');
2527                 sync_option('concurrent_refreshes');
2528                 sync_option('sync_selection');
2529                 sync_option('sync_pan_and_zoom');
2530                 sync_option('stop_updates_when_focus_is_lost');
2531                 sync_option('smooth_plot');
2532                 sync_option('pan_and_zoom_data_padding');
2533                 sync_option('show_help');
2534                 theme_sync_option('netdata_theme_control');
2535
2536                 if(NETDATA.getOption('parallel_refresher') === false) {
2537                         $('#concurrent_refreshes_row').hide();
2538                 }
2539                 else {
2540                         $('#concurrent_refreshes_row').show();
2541                 }
2542         };
2543         NETDATA.setOption('setOptionCallback', update_options_modal);
2544
2545         // handle options changes
2546         $('#eliminate_zero_dimensions').change(function()       { NETDATA.setOption('eliminate_zero_dimensions', $(this).prop('checked')); });
2547         $('#destroy_on_hide').change(function()                 { NETDATA.setOption('destroy_on_hide', $(this).prop('checked')); });
2548         $('#parallel_refresher').change(function()              { NETDATA.setOption('parallel_refresher', $(this).prop('checked')); });
2549         $('#concurrent_refreshes').change(function()            { NETDATA.setOption('concurrent_refreshes', $(this).prop('checked')); });
2550         $('#sync_selection').change(function()                  { NETDATA.setOption('sync_selection', $(this).prop('checked')); });
2551         $('#sync_pan_and_zoom').change(function()               { NETDATA.setOption('sync_pan_and_zoom', $(this).prop('checked')); });
2552         $('#stop_updates_when_focus_is_lost').change(function() { NETDATA.setOption('stop_updates_when_focus_is_lost', $(this).prop('checked')); });
2553         $('#smooth_plot').change(function()                     { NETDATA.setOption('smooth_plot', $(this).prop('checked')); });
2554         $('#pan_and_zoom_data_padding').change(function()       { NETDATA.setOption('pan_and_zoom_data_padding', $(this).prop('checked')); });
2555         $('#show_help').change(function()                       { NETDATA.setOption('show_help', $(this).prop('checked')); location.reload(); });
2556
2557         // this has to be the last
2558         // it reloads the page
2559         $('#netdata_theme_control').change(function() {
2560                 if(setTheme($(this).prop('checked')?'slate':'white'))
2561                         location.reload();
2562         });
2563
2564         $('#updateModal').on('shown.bs.modal', function() {
2565                 notifyForUpdate(true);
2566         });
2567
2568         $('#deleteRegistryModal').on('hidden.bs.modal', function() {
2569                 deleteRegistryGuid = null;
2570         });
2571
2572         if(isdemo()) {
2573                 if(!nowelcome) {
2574                         setTimeout(function() {
2575                                 $('#welcomeModal').modal();
2576                         }, 1000);
2577                 }
2578
2579                 // google analytics when this is used for the home page of the demo sites
2580                 // this does not run on user's installations
2581                 setTimeout(function() {
2582                         (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
2583                         (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
2584                         m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
2585                         })(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
2586
2587                         ga('create', 'UA-64295674-3', 'auto');
2588                         ga('send', 'pageview');
2589                 }, 2000);
2590         }
2591         else notifyForUpdate();
2592 }
2593
2594 function resetDashboardOptions() {
2595         var help = NETDATA.options.current.show_help;
2596
2597         NETDATA.resetOptions();
2598         if(setTheme('slate'))
2599                 location.reload();
2600
2601         if(help !== NETDATA.options.current.show_help)
2602                 location.reload();
2603 }
2604
2605 downloadAllCharts();
2606
2607 </script>
2608
2609 </body>
2610 </html>