]> arthur.barton.de Git - netdata.git/blob - web/index.html
Merge pull request #1008 from ktsaou/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     .loadOverlay {
46         position: absolute;
47         top: 0px;
48         left: 0px;
49         width: 100%;
50         height:100%;
51         z-index: 2000;
52         font-size: 10vh;
53         font-family: sans-serif;
54         padding: 40vh 0 40vh 0;
55         font-weight: bold;
56         text-align: center;
57     }
58
59     .modal-wide .modal-dialog {
60         width: 80%;
61     }
62
63     /* fix # anchors scrolling under the navbar
64        https://github.com/twbs/bootstrap/issues/1768#issuecomment-46519033
65      */
66     h1 {
67         position: relative;
68         z-index: -1;
69     }
70     h2 {
71         position: relative;
72         z-index: -2;
73     }
74     h1:before, h2:before {
75         display: block;
76         content: " ";
77         margin-top: -70px;
78         height: 70px;
79         visibility: hidden;
80     }
81
82     .p {
83         display: block;
84         margin-top: 15px;
85     }
86
87     .option-row,
88     .option-control {
89         vertical-align: top;
90         padding: 10px;
91         padding-top: 30px;
92         padding-left: 30px;
93     }
94
95     .option-info {
96         padding: 10px;
97     }
98
99     .chart-message {
100         display: block;
101         margin-top: 10px;
102     }
103
104     #masthead h1 {
105         /*font-size: 30px;*/
106         line-height: 1;
107         padding-top: 30px;
108     }
109
110     #masthead .well {
111         margin-top:4%;
112     }
113
114     /* fix the navbar shifting when a modal is open */
115     /* https://github.com/twbs/bootstrap/issues/14040#issuecomment-159891033 */
116     body.modal-open{
117         width: 100% !important;
118         padding-right: 0 !important;
119 /*      overflow-y: scroll !important; */
120 /*      position: fixed !important;*/
121         overflow: visible;
122     }
123
124     /* make accordion use the whole header bar for expand/collapse */
125     .panel-title a {
126         display: block;
127         padding: 10px 15px;
128         margin: -10px -15px;
129     }
130
131     /*
132      * Side navigation
133      *
134      * Scrollspy and affixed enhanced navigation to highlight sections and secondary
135      * sections of docs content.
136      */
137
138     .affix {
139         position: static;
140         top: 70px !important;
141         /*width: 220px;*/
142     }
143
144     .affix-top {
145         /*width: 220px;*/
146     }
147
148     .dashboard-sidebar {
149         max-height: calc(100% - 70px) !important;
150         overflow-y: auto;
151         /*width: 220px !important;*/
152     }
153
154     /* By default it's not affixed in mobile views, so undo that */
155     .dashboard-sidebar.affix {
156         position: static;
157     }
158
159     @media (min-width: 768px) {
160         .dashboard-sidebar {
161             padding-left: 20px;
162         }
163     }
164
165     /* First level of nav */
166     .dashboard-sidenav {
167         margin-top: 20px;
168         margin-bottom: 20px;
169     }
170
171     /* All levels of nav */
172     .dashboard-sidebar .nav > li > a {
173         display: block;
174         padding: 4px 20px;
175         font-size: 13px;
176         font-weight: 500;
177         color: #767676;
178     }
179     .dashboard-sidebar .nav > li > a:hover,
180     .dashboard-sidebar .nav > li > a:focus {
181         padding-left: 19px;
182         color: #563d7c;
183         text-decoration: none;
184         background-color: transparent;
185         border-left: 1px solid #563d7c;
186     }
187     .dashboard-sidebar .nav > .active > a,
188     .dashboard-sidebar .nav > .active:hover > a,
189     .dashboard-sidebar .nav > .active:focus > a {
190         padding-left: 18px;
191         font-weight: bold;
192         color: #563d7c;
193         background-color: transparent;
194         border-left: 2px solid #563d7c;
195     }
196
197     /* Nav: second level (shown on .active) */
198     .dashboard-sidebar .nav .nav {
199         display: none; /* Hide by default, but at >768px, show it */
200         padding-bottom: 10px;
201     }
202     .dashboard-sidebar .nav .nav > li > a {
203         padding-top: 1px;
204         padding-bottom: 1px;
205         padding-left: 30px;
206         font-size: 12px;
207         font-weight: normal;
208     }
209     .dashboard-sidebar .nav .nav > li > a:hover,
210     .dashboard-sidebar .nav .nav > li > a:focus {
211         padding-left: 29px;
212     }
213     .dashboard-sidebar .nav .nav > .active > a,
214     .dashboard-sidebar .nav .nav > .active:hover > a,
215     .dashboard-sidebar .nav .nav > .active:focus > a {
216         padding-left: 28px;
217         font-weight: 500;
218     }
219
220     .dropdown-menu {
221         min-width: 200px;
222     }
223     .dropdown-menu.columns-2 {
224         margin: 0;
225         padding: 0;
226         width: 400px;
227     }
228     .dropdown-menu li a {
229         padding: 5px 15px;
230         font-weight: 300;
231     }
232     .dropdown-menu.multi-column {
233         overflow-x: hidden;
234     }
235     .multi-column-dropdown {
236         list-style: none;
237         padding: 0;
238     }
239     .multi-column-dropdown li a {
240         display: block;
241         clear: both;
242         line-height: 1.428571429;
243         white-space: normal;
244     }
245     .multi-column-dropdown li a:hover {
246         text-decoration: none;
247         color: #f5f5f5;
248         background-color: #262626;
249     }
250     .scrollable-menu {
251         height: auto;
252         max-height: 80vh;
253         overflow-x: hidden;
254     }
255
256     /* Back to top (hidden on mobile) */
257     .back-to-top,
258     .dashboard-theme-toggle {
259         display: none;
260         padding: 4px 10px;
261         margin-top: 10px;
262         margin-left: 10px;
263         font-size: 12px;
264         font-weight: 500;
265         color: #999;
266     }
267     .back-to-top:hover,
268     .dashboard-theme-toggle:hover {
269         color: #563d7c;
270         text-decoration: none;
271     }
272     .dashboard-theme-toggle {
273         margin-top: 0;
274     }
275
276     .container {
277         width: calc(100% - 20px) !important;
278     }
279
280     .charts-body {
281         display: inline-block;
282         width: 100%;
283     }
284
285     .sidebar-body {
286         position: absolute;
287         display: none;
288     }
289
290     @media (min-width: 768px) {
291         .charts-body {
292             padding-left: 0%;
293             padding-right: 0%;
294         }
295
296         .back-to-top,
297         .dashboard-theme-toggle {
298             display: block;
299         }
300     }
301
302     /* Show and affix the side nav when space allows it */
303     @media (min-width: 992px) {
304         .container {
305             padding-left: 0% !important;
306         }
307
308         .charts-body {
309             width: calc(100% - 213px) !important;
310             padding-left: 1% !important;
311             padding-right: 0% !important;
312         }
313
314         .sidebar-body {
315             display: inline-block !important;
316             width: 213px !important;
317         }
318
319         .dashboard-sidebar .nav > .active > ul {
320             display: block;
321         }
322
323         /* Widen the fixed sidebar */
324         .dashboard-sidebar.affix,
325         .dashboard-sidebar.affix-top,
326         .dashboard-sidebar.affix-bottom {
327             width: 213px !important;
328         }
329         .dashboard-sidebar.affix {
330             position: fixed; /* Undo the static from mobile first approach */
331             top: 20px;
332         }
333         .dashboard-sidebar.affix-bottom {
334             position: absolute; /* Undo the static from mobile first approach */
335         }
336         .dashboard-sidebar.affix-bottom .dashboard-sidenav,
337         .dashboard-sidebar.affix .dashboard-sidenav {
338             margin-top: 0;
339             margin-bottom: 0;
340         }
341     }
342
343     @media (min-width: 1200px) {
344         .container {
345             padding-left: 2% !important;
346         }
347
348         .charts-body {
349             width: calc(100% - 233px) !important;
350             padding-left: 1% !important;
351             padding-right: 1% !important;
352         }
353
354         .sidebar-body {
355             display: inline-block !important;
356             width: 233px !important;
357         }
358
359         /* Widen the fixed sidebar again */
360         .dashboard-sidebar.affix,
361         .dashboard-sidebar.affix-top,
362         .dashboard-sidebar.affix-bottom {
363             width: 233px !important;
364         }
365     }
366     
367     @media (min-width: 1360px) {
368         .container {
369             padding-left: 3% !important;
370         }
371
372         .charts-body {
373             width: calc(100% - 263px) !important;
374             padding-left: 1% !important;
375             padding-right: 2% !important;
376         }
377
378         .sidebar-body {
379             display: inline-block !important;
380             width: 263px !important;
381         }
382
383         /* Widen the fixed sidebar again */
384         .dashboard-sidebar.affix,
385         .dashboard-sidebar.affix-top,
386         .dashboard-sidebar.affix-bottom {
387             width: 263px !important;
388         }
389     }
390
391     </style>
392
393     <!-- check which theme to use -->
394     <script type="text/javascript">
395         // enable alarms checking and notifications
396         var netdataShowAlarms = true;
397
398         // enable registry updates
399         var netdataRegistry = true;
400         
401         // --------------------------------------------------------------------
402         // urlOptions
403
404         var urlOptions = {
405             hash: '#',
406             theme: null,
407             help: null,
408             pan_and_zoom: false,
409             after: 0,
410             before: 0,
411             nowelcome: false,
412             show_alarms: false,
413             chart: null,
414             family: null,
415             alarm: null,
416             alarm_unique_id: 0,
417             alarm_id: 0,
418             alarm_event_id: 0,
419             hasProperty: function(property) {
420                 // console.log('checking property ' + property + ' of type ' + typeof(this[property]));
421                 return typeof this[property] !== 'undefined';
422             }
423         };
424
425         function netdataPanAndZoomCallback(status, after, before) {
426             urlOptions.pan_and_zoom = status;
427             urlOptions.after = after;
428             urlOptions.before = before;
429             netdataHashUpdate();
430         }
431
432         function netdataHashUpdate() {
433             history.replaceState(null, '', netdataHash());
434         }
435
436         function netdataHash() {
437             var hash = urlOptions.hash;
438
439             if(urlOptions.pan_and_zoom === true) {
440                 hash += ';after='  + urlOptions.after.toString() +
441                         ';before=' + urlOptions.before.toString();
442             }
443
444             if(urlOptions.theme !== null)
445                 hash += ';theme=' + urlOptions.theme.toString();
446
447             if(urlOptions.help !== null)
448                 hash += ';help=' + urlOptions.help.toString();
449
450             return hash;
451         }
452
453         function netdataHashParse() {
454             var variables = document.location.hash.split(';');
455             var len = variables.length;
456             while(len--) {
457                 if(len !== 0) {
458                     var p = variables[len].split('=');
459                     if(urlOptions.hasProperty(p[0]) && typeof p[1] !== 'undefined')
460                         urlOptions[p[0]] = decodeURIComponent(p[1]);
461                 }
462                 else {
463                     if(variables[len].length > 0)
464                         urlOptions.hash = variables[len];
465                 }
466             }
467
468             var booleans = [ 'nowelcome', 'show_alarms', 'pan_and_zoom' ];
469             len = booleans.length;
470             while(len--) {
471                 if(urlOptions[booleans[len]] === 'true' || urlOptions[booleans[len]] === true || urlOptions[booleans[len]] === '1' || urlOptions[booleans[len]] === 1)
472                     urlOptions[booleans[len]] = true;
473                 else
474                     urlOptions[booleans[len]] = false;
475             }
476
477             if(urlOptions.before > 0 && urlOptions.after > 0) {
478                 urlOptions.pan_and_zoom = true;
479                 urlOptions.nowelcome = true;
480             }
481             else
482                 urlOptions.pan_and_zoom = false;
483
484             // console.log(urlOptions);
485         }
486
487         netdataHashParse();
488
489         // --------------------------------------------------------------------
490         // check options that should be processed before loading netdata.js
491         
492         function loadLocalStorage(name) {
493             var ret = null;
494
495             try {
496                 if(typeof Storage !== "undefined" && typeof localStorage === 'object')
497                     ret = localStorage.getItem(name);
498             }
499             catch(error) {
500                 ;
501             }
502
503             if(typeof ret === 'undefined' || ret === null)
504                 return null;
505
506             // console.log('loaded: ' + name.toString() + ' = ' + ret.toString());
507
508             return ret;
509         }
510
511         function saveLocalStorage(name, value) {
512             // console.log('saving: ' + name.toString() + ' = ' + value.toString());
513             try {
514                 if(typeof Storage !== "undefined" && typeof localStorage === 'object') {
515                     localStorage.setItem(name, value.toString());
516                     return true;
517                 }
518             }
519             catch(error) {
520                 ;
521             }
522
523             return false;
524         }
525
526         function getTheme(def) {
527             var ret = loadLocalStorage('netdataTheme');
528             if(typeof ret === 'undefined' || ret === null || ret === 'undefined')
529                 return def;
530             else
531                 return ret;
532         }
533
534         function setTheme(theme) {
535             if(theme === netdataTheme) return false;
536             return saveLocalStorage('netdataTheme', theme);
537         }
538
539         var netdataTheme = getTheme('slate');
540         var netdataShowHelp = true;
541
542         if(urlOptions.theme !== null) {
543             setTheme(urlOptions.theme);
544             netdataTheme = urlOptions.theme;
545         }
546         else
547             urlOptions.theme = netdataTheme;
548
549         if(urlOptions.help !== null) {
550             saveLocalStorage('options.show_help', urlOptions.help);
551             netdataShowHelp = urlOptions.help;
552         }
553         else {
554             urlOptions.help = loadLocalStorage('options.show_help');
555         }
556
557         // --------------------------------------------------------------------
558         // registry call back to render my-netdata menu
559
560         var netdataRegistryCallback = function(machines_array) {
561             var el = '';
562             var a1 = '';
563             var found = 0;
564
565             if(machines_array === null) {
566                 var ret = loadLocalStorage("registryCallback");
567                 if(typeof ret !== 'undefined' && ret !== null) {
568                     machines_array = JSON.parse(ret);
569                     console.log("failed to contact the registry - loaded registry data from browser local storage");
570                 }
571             }
572
573             if(machines_array) {
574                 saveLocalStorage("registryCallback", JSON.stringify(machines_array));
575
576                 var machines = machines_array.sort(function (a, b) {
577                     if (a.name > b.name) return -1;
578                     if (a.name < b.name) return 1;
579                     return 0;
580                 });
581
582                 var len = machines.length;
583                 while(len--) {
584                     var u = machines[len];
585                     found++;
586                     el += '<li id="registry_server_' + u.guid + '"><a class="registry_link" href="' + u.url + '" onClick="return gotoServerModalHandler(\'' + u.guid + '\');">' + u.name + '</a></li>';
587                     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>';
588                 }
589             }
590
591             if(!found) {
592                 if(machines)
593                     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>';
594                 else
595                     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>';
596
597                 a1 += '<li><a href="#" onClick="return false;">&nbsp;</a></li>';
598
599                 el += '<li role="separator" class="divider"></li>' +
600                         '<li><a href="//london.netdata.rocks/default.html">EU - London (DigitalOcean.com)</a></li>' +
601                         '<li><a href="//atlanta.netdata.rocks/default.html">US - Atlanta (CDN77.com)</a></li>' +
602                         '<li><a href="//athens.netdata.rocks/default.html">EU - Athens</a></li>';
603                 a1 += '<li role="separator" class="divider"></li>' +
604                         '<li><a href="#">&nbsp;</a></li>' +
605                         '<li><a href="#">&nbsp;</a></li>'+
606                         '<li><a href="#">&nbsp;</a></li>';
607             }
608
609             el += '<li role="separator" class="divider"></li>';
610             a1 += '<li role="separator" class="divider"></li>';
611
612             el += '<li><a href="https://github.com/firehol/netdata/wiki/mynetdata-menu-item" style="color: #999;" target="_blank">What is this?</a></li>';
613             a1 += '<li><a href="#" style="color: #999;" onclick="switchRegistryModalHandler(); return false;"><i class="fa fa-sliders" aria-hidden="true" style="color: #999;"></i></a></li>'
614
615             document.getElementById('mynetdata_servers').innerHTML = el;
616             document.getElementById('mynetdata_servers2').innerHTML = el;
617             document.getElementById('mynetdata_actions1').innerHTML = a1;
618
619             gotoServerInit();
620         };
621
622     </script>
623
624     <!-- load the dashboard manager - it will do the rest -->
625     <script type="text/javascript" src="dashboard.js?v49"></script>
626 </head>
627 <body data-spy="scroll" data-target="#sidebar">
628     <div id="loadOverlay" class="loadOverlay" style="background-color: #888; color: #888;">
629         netdata<br/><div style="font-size: 3vh;">Real-time performance monitoring, done right!</div>
630     </div>
631     <script type="text/javascript">
632         // change the loadOverlay colors ASAP to match the theme
633         document.getElementById('loadOverlay').style = (urlOptions.theme === 'slate')?"background-color:#272b30; color: #373b40;":"background-color:#fff; color: #ddd;";
634     </script>
635     <nav class="navbar navbar-default navbar-fixed-top" role="banner">
636         <div class="container">
637             <nav id="mynetdata_nav" class="collapse navbar-collapse navbar-left hidden-sm hidden-xs" role="navigation" style="padding-right: 20px;">
638                 <ul class="nav navbar-nav">
639                     <li class="dropdown">
640                         <a href="#" class="dropdown-toggle" data-toggle="dropdown" id="current_view">my-netdata <strong class="caret"></strong></a>
641                         <ul class="dropdown-menu scrollable-menu inpagemenu multi-column columns-2" role="menu">
642                             <div class="row">
643                                 <div class="col-sm-6" style="width: 85%; padding-right: 0;">
644                                     <ul id="mynetdata_servers" class="multi-column-dropdown">
645                                         <li><a href="#" onclick="return false;" style="color: #999;">loading...</a></li>
646                                     </ul>
647                                 </div>
648                                 <div class="col-sm-3 hidden-xs" style="width: 15%; padding-left: 0;">
649                                     <ul id="mynetdata_actions1" class="multi-column-dropdown">
650                                     <li style="color: #999;">&nbsp;</li>
651                                     </ul>
652                                 </div>
653                             </div>
654                         </ul>
655                     </li>
656                 </ul>
657             </nav>
658             <div class="navbar-header">
659                 <button class="navbar-toggle" type="button" data-toggle="collapse" data-target=".navbar-collapse">
660                     <span class="sr-only">Toggle navigation</span>
661                     <span class="icon-bar"></span>
662                     <span class="icon-bar"></span>
663                     <span class="icon-bar"></span>
664                 </button>
665                 <a href="/" class="navbar-brand" id="hostname" title="reload the dashboard">netdata</a>
666             </div>
667             <nav class="collapse navbar-collapse navbar-right" role="navigation">
668                 <ul class="nav navbar-nav">
669                     <li><a href="#" class="btn" data-toggle="modal" data-target="#alarmsModal" title="alarms"><i class="fa fa-bell"></i></span>&nbsp;<span class="hidden-sm">Alarms&nbsp;</span><span id="alarms_count_badge" class="badge"></a></li>
670                     <li><a href="#" class="btn" data-toggle="modal" data-target="#optionsModal" title="dashboard settings"><i class="fa fa-sliders"></i>&nbsp;<span class="hidden-sm">Settings</span></a></li>
671                     <li><a href="https://github.com/firehol/netdata/wiki" class="btn" target="_blank" title="netdata community"><i class="fa fa-github"></i>&nbsp;<span class="hidden-sm hidden-md">Community</span></a></li>
672                     <li class="hidden-sm" id="updateButton"><a href="#" class="btn" data-toggle="modal" data-target="#updateModal" title="check for update"><i class="fa fa-cloud-download"></i><span id="update_badge" class="badge"></span>&nbsp;<span class="hidden-sm hidden-md">Update</span></a></li>
673                     <li class="hidden-sm"><a href="#" class="btn" data-toggle="modal" data-target="#helpModal" title="dashboard help"><i class="fa fa-question-circle"></i>&nbsp;<span class="hidden-sm hidden-md">Help</span></a></li>
674                     <!--
675                     <li class="dropdown hidden-md hidden-lg hidden-xs">
676                         <a href="#" class="dropdown-toggle" data-toggle="dropdown" id="current_view">Menu <strong class="caret"></strong></a>
677                         <ul class="dropdown-menu scrollable-menu inpagemenu" role="menu">
678                             <li><a href="#" class="btn" data-toggle="modal" data-target="#alarmsModal"><i class="fa fa-bell"></i> alarms</a></li>
679                             <li><a href="#" class="btn" data-toggle="modal" data-target="#optionsModal"><i class="fa fa-sliders"></i> settings</a></li>
680                             <li><a href="https://github.com/firehol/netdata/wiki" class="btn" target="_blank"><i class="fa fa-github"></i> community</a></li>
681                             <li><a href="#" class="btn" data-toggle="modal" data-target="#helpModal"><i class="fa fa-question-circle"></i> help</a></li>
682                         </ul>
683                     </li>
684                     -->
685                     <li class="dropdown hidden-sm hidden-md hidden-lg">
686                         <a href="#" class="dropdown-toggle" data-toggle="dropdown" id="current_view">my-netdata <strong class="caret"></strong></a>
687                         <ul id="mynetdata_servers2" class="dropdown-menu scrollable-menu inpagemenu" role="menu">
688                             <li><a href="#" onclick="return false;" style="color: #999;">loading...</a></li>
689                         </ul>
690                     </li>
691                 </ul>
692             </nav>
693     </nav>
694         </div>
695     </nav>
696
697     <div id="masthead" style="display: none;">
698         <div class="container">
699             <div class="row">
700                 <div class="col-md-7">
701                     <h1>Netdata
702                         <p class="lead">Real-time performance monitoring, in the greatest possible detail</p>
703                     </h1>
704                 </div>
705                 <div class="col-md-5">
706                     <div class="well well-lg">
707                         <div class="row">
708                         <div class="col-md-6">
709                             <b>Drag</b> charts to pan.
710                             <b>Shift + wheel</b> on them, to zoom in and out.
711                             <b>Double-click</b> on them, to reset.
712                             <b>Hover</b> on them too!
713                             </div>
714                         <div class="col-md-6">
715                             <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>
716                             </div>
717                         </div>
718                     </div>
719                 </div>
720             </div>
721         </div>
722     </div>
723
724     <div class="container">
725         <div class="row">
726             <div class="charts-body" role="main">
727                 <div id="charts_div"></div>
728             </div>
729             <div class="sidebar-body hidden-xs hidden-sm" role="complementary">
730                 <nav class="dashboard-sidebar hidden-print hidden-xs hidden-sm" id="sidebar" role="menu"></nav>
731             </div>
732         </div>
733     </div>
734
735     <div id="footer" class="container" style="display: none;">
736         <div class="row">
737             <div class="col-md-10" role="main">
738                 <div class="p">
739                     <big><a href="https://github.com/firehol/netdata/wiki" target="_blank">netdata</a></big><br/>
740                     <i class="fa fa-copyright"></i> Copyright 2016, Costa Tsaousis.<br/>
741                     Released under <a href="http://www.gnu.org/licenses/gpl-3.0.en.html" target="_blank">GPL v3 or later</a>.<br/>
742                 </div>
743                 <div class="p">
744                     <small>
745                         <a href="https://github.com/firehol/netdata/wiki" target="_blank">netdata</a> re-distributes these software tools:
746
747                         <i class="fa fa-circle"></i> The excellent <a href="http://dygraphs.com/" target="_blank">Dygraphs.com</a> web chart library,
748                         <i class="fa fa-copyright"></i> Copyright 2009, Dan Vanderkam, <a href="http://dygraphs.com/legal.html" target="_blank">MIT License</a>
749
750                         <i class="fa fa-circle"></i> <a href="http://omnipotent.net/jquery.sparkline/" target="_blank">jQuery Sparklines</a> web chart library,
751                         <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>
752
753                         <i class="fa fa-circle"></i> <a href="http://benpickles.github.io/peity/" target="_blank">Peity</a> web chart library,
754                         <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>
755
756                         <i class="fa fa-circle"></i> <a href="https://rendro.github.io/easy-pie-chart/" target="_blank">Easy Pie Chart</a> web chart library,
757                         <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>
758
759                         <i class="fa fa-circle"></i> <a href="http://bernii.github.io/gauge.js/" target="_blank">Gauge.js</a> web chart library,
760                         <i class="fa fa-copyright"></i> Copyright, Bernard Kobos, <a href="http://bernii.github.io/gauge.js/" target="_blank">MIT License</a>
761
762                         <i class="fa fa-circle"></i> <a href="https://jquery.org/" target="_blank">jQuery</a>,
763                         <i class="fa fa-copyright"></i> Copyright 2015, jQuery Foundation, <a href="https://jquery.org/license/" target="_blank">MIT License</a>
764
765                         <i class="fa fa-circle"></i> <a href="http://getbootstrap.com/getting-started/" target="_blank">Bootstrap</a>,
766                         <i class="fa fa-copyright"></i> Copyright 2015, Twitter, <a href="http://getbootstrap.com/getting-started/#license-faqs" target="_blank">MIT License</a>
767
768                         <i class="fa fa-circle"></i> <a href="http://www.bootstraptoggle.com/" target="_blank">Bootstrap Toggle</a>,
769                         <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>
770
771                         <i class="fa fa-circle"></i> <a href="https://jamesflorentino.github.io/nanoScrollerJS/" target="_blank">NanoScroller</a>,
772                         <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>
773
774                         <i class="fa fa-circle"></i> <a href="https://github.com/marcj/css-element-queries" target="_blank">CSS Element Queries</a>,
775                         <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>
776
777                         <i class="fa fa-circle"></i> <a href="https://fortawesome.github.io/Font-Awesome/" target="_blank">FontAwesome</a>,
778                         <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>
779
780                         <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.
781
782                         <i class="fa fa-circle"></i> <a href="http://morrisjs.github.io/morris.js/" target="_blank">morris.js</a>,
783                         <i class="fa fa-copyright"></i> Copyright 2013, Olly Smith, <a href="http://morrisjs.github.io/morris.js/" target="_blank">Simplified BSD License</a>
784
785                         <i class="fa fa-circle"></i> <a href="http://raphaeljs.com/" target="_blank">Raphaël</a>,
786                         <i class="fa fa-copyright"></i> Copyright 2008, Dmitry Baranovskiy, <a href="http://raphaeljs.com/license.html" target="_blank">MIT License</a>
787
788                         <i class="fa fa-circle"></i> <a href="http://C3js.org/" target="_blank">C3</a>,
789                         <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>
790
791                         <i class="fa fa-circle"></i> <a href="http://D3js.org/" target="_blank">D3</a>,
792                         <i class="fa fa-copyright"></i> Copyright 2015, Mike Bostock, <a href="http://opensource.org/licenses/BSD-3-Clause" target="_blank">BSD License</a>
793
794                     </small>
795                 </div>
796             </div>
797         </div>
798     </div>
799
800     <div class="modal fade" id="welcomeModal" tabindex="-1" role="dialog" aria-labelledby="welcomeModalLabel">
801         <div class="modal-dialog modal-lg" role="document">
802             <div class="modal-content">
803                 <div class="modal-header">
804                     <button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">&times;</span></button>
805                     <h4 class="modal-title" id="welcomeModalLabel">Welcome!</h4>
806                 </div>
807                 <div class="modal-body">
808                         <div class="p">
809                         <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.
810                         </div>
811                         <div class="p">
812                         <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.
813                         </div>
814                         <div class="p">
815                         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.
816                         </div>
817                         <div class="p">
818                         <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>%),
819                         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).
820                         </div>
821                         <div class="p">
822                         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>!).
823                         </div>
824                         <div class="p">
825                         For more information please refer to the <b><a href="https://github.com/firehol/netdata/wiki" target="_blank">netdata wiki</a></b>.
826                         </div>
827                 </div>
828                 <div class="modal-footer">
829                     <button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
830                 </div>
831             </div>
832         </div>
833     </div>
834
835     <div class="modal fade" id="helpModal" tabindex="-1" role="dialog" aria-labelledby="helpModalLabel">
836         <div class="modal-dialog modal-lg" role="document">
837             <div class="modal-content">
838                 <div class="modal-header">
839                     <button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">&times;</span></button>
840                     <h4 class="modal-title" id="helpModalLabel">Dashboard Help</h4>
841                 </div>
842                 <div class="modal-body">
843
844                     <h4>Dygraphs (line, area and stacked area charts)</h4>
845
846                     <!-- Nav tabs -->
847                     <ul class="nav nav-tabs" role="tablist">
848                         <li role="presentation" class="active"><a href="#help_mouse" aria-controls="help_mouse" role="tab" data-toggle="tab">Mouse Interface</a></li>
849                         <li role="presentation"><a href="#help_touch" aria-controls="help_touch" role="tab" data-toggle="tab">Touch Interface</a></li>
850                     </ul>
851
852                     <!-- Tab panes -->
853                     <div class="tab-content">
854                         <div role="tabpanel" class="tab-pane active" id="help_mouse">
855                             <div class="p">
856                                 <h4>Mouse Over / Hover</h4>
857                                 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).
858                                 <br/>
859                                 All the other visible charts will also show and highlight their values for the same timestamp.
860                             </div>
861                             <hr/>
862                             <div class="p">
863                                 <h4>Drag Chart Contents</h4>
864                                 Drag the contents of a chart to pan it horizontally.
865                                 <br/>
866                                 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).
867                                 <br/>
868                                 Once a chart is panned, auto refreshing stops for all charts. To enable it again, <b>double click</b> a panned chart.
869                             </div>
870                             <hr/>
871                             <div class="p">
872                                 <h4>Double Click</h4>
873                                 Double Click a chart to reset all the charts to their default auto-refreshing state.
874                             </div>
875                             <hr/>
876                             <div class="p">
877                                 <h4>SHIFT + Drag</h4>
878                                 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:
879                                 <ul>
880                                     <li>The already loaded chart contents are zoomed (low resolution)</li>
881                                     <li>New data are transferred from the netdata server, to refresh the chart with possibly more detail.</li>
882                                 </ul>
883                                 Once a chart is zoomed, auto refreshing stops for all charts. To enable it again, <b>double click</b> a zoomed chart.
884                             </div>
885                             <hr/>
886                             <div class="p">
887                                 <h4>SHIFT + Mouse Wheel <small>(does not work on firefox and IE/Edge)</small></h4>
888                                 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.
889                                 <br/>
890                                 Once a chart is zoomed, auto refreshing stops for all charts. To enable it again, <b>double click</b> a zoomed chart.
891                             </div>
892                             <hr/>
893                             <div class="p">
894                                 <h4>Legend Operations</h4>
895                                 Click on the label or value of a dimension, will select / un-select this dimension.
896                                 <br/>
897                                 You can press any of the SHIFT or CONTROL keys and then click on legend labels or values, to select / un-select multiple dimensions.
898                             </div>
899                         </div>
900                         <div role="tabpanel" class="tab-pane" id="help_touch">
901                             <div class="p">
902                                 <h4>Single Tap</h4>
903                                 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).
904                                 <br/>
905                                 All the other visible charts will also show and highlight their values for the same timestamp.
906                             </div>
907                             <hr/>
908                             <div class="p">
909                                 <h4>Drag Chart Contents</h4>
910                                 Touch and Drag the contents of a chart to pan it horizontally.
911                                 <br/>
912                                 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).
913                                 <br/>
914                                 Once a chart is panned, auto refreshing stops for all charts. To enable it again, <b>double tap</b> a panned chart.
915                             </div>
916                             <hr/>
917                             <div class="p">
918                                 <h4>Double Tap</h4>
919                                 Double tap a chart to reset all the charts to their default auto-refreshing state.
920                             </div>
921                             <hr/>
922                             <div class="p">
923                                 <h4>Zoom <small>(does not work on firefox and IE/Edge)</small></h4>
924                                 With two fingers, zoom in or out.
925                                 <br/>
926                                 Once a chart is zoomed, auto refreshing stops for all charts. To enable it again, <b>double click</b> a zoomed chart.
927                             </div>
928                             <hr/>
929                             <div class="p">
930                                 <h4>Legend Operations</h4>
931                                 Tap on the label or value of a dimension, will select / un-select this dimension.
932                             </div>
933                         </div>
934                     </div>
935                 </div>
936                 <div class="modal-footer">
937                     <button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
938                 </div>
939             </div>
940         </div>
941     </div>
942
943     <div class="modal fade" id="alarmsModal" tabindex="-1" role="dialog" aria-labelledby="alarmsModalLabel">
944         <div class="modal-dialog modal-lg" role="document">
945             <div class="modal-content">
946                 <div class="modal-header">
947                     <button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">&times;</span></button>
948                     <h4 class="modal-title" id="alarmsModalLabel">netdata alarms</h4>
949                 </div>
950                 <div class="modal-body">
951                     <!-- Nav tabs -->
952                     <ul class="nav nav-tabs" role="tablist">
953                         <li role="presentation" class="active"><a href="#alarms_active" aria-controls="alarms_active" role="tab" data-toggle="tab">Active</a></li>
954                         <li role="presentation"><a href="#alarms_all" aria-controls="alarms_all" role="tab" data-toggle="tab">All</a></li>
955                         <li role="presentation"><a href="#alarms_log" aria-controls="alarms_log" role="tab" data-toggle="tab">Log</a></li>
956                     </ul>
957
958                     <!-- Tab panes -->
959                     <div class="tab-content">
960                         <div role="tabpanel" class="tab-pane active" id="alarms_active">
961                             loading...
962                         </div>
963                         <div role="tabpanel" class="tab-pane" id="alarms_all">
964                             loading...
965                         </div>
966                         <div role="tabpanel" class="tab-pane" id="alarms_log">
967                             loading...
968                         </div>
969                     </div>
970                 </div>
971                 <div class="modal-footer">
972                     <!-- <a href="#" onclick="alarmsUpdateModal(); return false;" type="button" class="btn btn-default">Update</a> -->
973                     <button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
974                 </div>
975             </div>
976         </div>
977     </div>
978
979     <div class="modal fade" id="optionsModal" tabindex="-1" role="dialog" aria-labelledby="optionsModalLabel">
980         <div class="modal-dialog modal-lg" role="document">
981             <div class="modal-content">
982                 <div class="modal-header">
983                     <button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">&times;</span></button>
984                     <h4 class="modal-title" id="optionsModalLabel">netdata dashboard options</h4>
985                 </div>
986                 <div class="modal-body">
987                     <center>
988                         <small style="color: #BBBBBB;">These are browser settings. Each viewer has its own. They do not affect the operation of your netdata server.
989                         <br/>
990                         Settings take effect immediately and are saved permanently to browser local storage (except the refresh on focus / always option).
991                         <br/>
992                         To reset all options (including charts sizes) to their defaults, click <a href="#" onclick="resetDashboardOptions(); return false;">here</a>.</small>
993                     </center>
994                     <div style="padding: 10px;"></div>
995
996                     <!-- Nav tabs -->
997                     <ul class="nav nav-tabs" role="tablist">
998                         <li role="presentation" class="active"><a href="#settings_performance" aria-controls="settings_performance" role="tab" data-toggle="tab">Performance</a></li>
999                         <li role="presentation"><a href="#settings_sync" aria-controls="settings_sync" role="tab" data-toggle="tab">Synchronization</a></li>
1000                         <li role="presentation"><a href="#settings_visual" aria-controls="settings_visual" role="tab" data-toggle="tab">Visual</a></li>
1001                     </ul>
1002
1003                     <!-- Tab panes -->
1004                     <div class="tab-content">
1005                         <div role="tabpanel" class="tab-pane active" id="settings_performance">
1006                             <form id="optionsForm1" method="get" class="form-horizontal">
1007                                 <div class="form-group">
1008                                     <table>
1009                                     <tr class="option-row">
1010                                         <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>
1011                                         <td class="option-info"><strong>When to refresh the charts?</strong><br/>
1012                                             <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>
1013                                         </td>
1014                                         </tr>
1015                                     <tr class="option-row">
1016                                         <td class="option-control">
1017                                         <input id="eliminate_zero_dimensions" type="checkbox" checked data-toggle="toggle" data-on="Non Zero" data-off="All" data-width="110px">
1018                                         </td>
1019                                         <td class="option-info"><strong>Which dimensions to show?</strong><br/>
1020                                             <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>
1021                                         </td>
1022                                         </tr>
1023                                     <tr class="option-row">
1024                                         <td class="option-control"><input id="destroy_on_hide" type="checkbox" data-toggle="toggle" data-on="Destroy" data-off="Hide" data-width="110px"></td>
1025                                         <td class="option-info"><strong>How to handle hidden charts?</strong><br/>
1026                                             <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>
1027                                         </td>
1028                                         </tr>
1029                                     </table>
1030                                 </div>
1031                             </form>
1032                         </div>
1033                         <div role="tabpanel" class="tab-pane" id="settings_sync">
1034                             <form id="optionsForm2" method="get" class="form-horizontal">
1035                                 <div class="form-group">
1036                                     <table>
1037                                     <tr class="option-row">
1038                                         <td class="option-control"><input id="parallel_refresher" type="checkbox" checked data-toggle="toggle" data-on="Parallel" data-off="Sequential" data-width="110px"></td>
1039                                         <td class="option-info"><strong>Which chart refresh policy to use?</strong><br/>
1040                                             <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>
1041                                         </td>
1042                                         </tr>
1043                                     <tr class="option-row" id="concurrent_refreshes_row">
1044                                         <td class="option-control"></td>
1045                                         <td class="option-info">
1046                                             <table>
1047                                             <tr class="option-row">
1048                                             <td class="option-control">
1049                                             <input id="concurrent_refreshes" type="checkbox" checked data-toggle="toggle" data-on="Resync" data-off="Best Effort" data-width="110px">
1050                                             </td>
1051                                             <td class="option-info">
1052                                             <strong>Shall we re-sync chart refreshes?</strong><br/>
1053                                             <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>
1054                                             </td>
1055                                             </tr>
1056                                             </table>
1057                                         </td>
1058                                         </tr>
1059                                     <tr class="option-row">
1060                                         <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>
1061                                         <td class="option-info"><strong>Sync hover selection on all charts?</strong><br/>
1062                                             <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>
1063                                         </td>
1064                                         </tr>
1065                                     <tr class="option-row">
1066                                         <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>
1067                                         <td class="option-info"><strong>Sync pan and zoom on all charts?</strong><br/>
1068                                             <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>
1069                                         </td>
1070                                         </tr>
1071                                     </table>
1072                                 </div>
1073                             </form>
1074                         </div>
1075                         <div role="tabpanel" class="tab-pane" id="settings_visual">
1076                             <form id="optionsForm3" method="get" class="form-horizontal">
1077                                 <div class="form-group">
1078                                     <table>
1079                                     <tr class="option-row">
1080                                         <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>
1081                                         <td class="option-info"><strong>Which theme to use?</strong><br/>
1082                                             <small>Netdata comes with two themes: <b>Dark</b> (the default) and <b>White</b>.
1083                                             <br/>
1084                                             <b>Switching this will reload the dashboard</b>.
1085                                             </small>
1086                                         </td>
1087                                         </tr>
1088                                     <tr class="option-row">
1089                                         <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>
1090                                         <td class="option-info"><strong>Do you need help?</strong><br/>
1091                                             <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.
1092                                             <br/>
1093                                             <b>Switching this will reload the dashboard</b>.
1094                                             </small>
1095                                         </td>
1096                                         </tr>
1097                                     <tr class="option-row">
1098                                         <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>
1099                                         <td class="option-info"><strong>Enable data padding when panning and zooming?</strong><br/>
1100                                             <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>
1101                                         </td>
1102                                         </tr>
1103                                     <tr class="option-row">
1104                                         <td class="option-control"><input id="smooth_plot" type="checkbox" checked data-toggle="toggle"  data-on="Smooth" data-off="Rough" data-width="110px"></td>
1105                                         <td class="option-info"><strong>Enable Bézier lines on charts?</strong><br/>
1106                                             <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.
1107                                             <br/>
1108                                             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>
1109                                         </td>
1110                                         </tr>
1111                                     </table>
1112                                 </div>
1113                             </form>
1114                         </div>
1115                     </div>
1116                 </div>
1117                 <div class="modal-footer">
1118                     <button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
1119                 </div>
1120             </div>
1121         </div>
1122     </div>
1123
1124
1125     <div class="modal fade" id="updateModal" tabindex="-1" role="dialog" aria-labelledby="updateModalLabel">
1126         <div class="modal-dialog" role="document">
1127             <div class="modal-content">
1128                 <div class="modal-header">
1129                     <button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">&times;</span></button>
1130                     <h4 class="modal-title" id="updateModalLabel">Update Check</h4>
1131                 </div>
1132                 <div class="modal-body">
1133                     Your netdata version: <b><code><span id="netdataVersion">Unknown</span></code></b>
1134                     <br/>
1135                     <div style="padding: 10px;"></div>
1136                     <div id="versionCheckLog">Not checked yet. Please press the Check Now button.</div>
1137                 </div>
1138                 <div class="modal-footer">
1139                     <a href="#" onclick="notifyForUpdate(true); return false;" type="button" class="btn btn-default">Check Now</a>
1140                     <button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
1141                 </div>
1142             </div>
1143         </div>
1144     </div>
1145
1146     <div class="modal fade" id="deleteRegistryModal" tabindex="-1" role="dialog" aria-labelledby="deleteRegistryModalLabel">
1147         <div class="modal-dialog" role="document">
1148             <div class="modal-content">
1149                 <div class="modal-header">
1150                     <button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">&times;</span></button>
1151                     <h4 class="modal-title" id="deleteRegistryModalLabel">Delete <span id="deleteRegistryServerName"></span>?</h4>
1152                 </div>
1153                 <div class="modal-body">
1154                     You are about to delete, from your personal list of netdata servers, the following server:
1155                     <p style="text-align: center; padding-top: 10px; padding-bottom: 10px; line-height: 2;">
1156                     <b><span id="deleteRegistryServerName2"></span></b>
1157                     <br/>
1158                     <b><span id="deleteRegistryServerURL"></span></b>
1159                     </p>
1160                     Are you sure you want to do this?
1161                     <br/>
1162                     <div style="padding: 10px;"></div>
1163                     <small>Keep in mind, this server will be added back if and when you visit it again.</small>
1164                     <br/>
1165                     <div id="deleteRegistryResponse" style="display: block; width: 100%; text-align: center; padding-top: 20px;"></div>
1166                 </div>
1167                 <div class="modal-footer">
1168                     <button type="button" class="btn btn-success" data-dismiss="modal">keep it</button>
1169                     <a href="#" onclick="notifyForDeleteRegistry(true); return false;" type="button" class="btn btn-danger">delete it</a>
1170                 </div>
1171             </div>
1172         </div>
1173     </div>
1174
1175     <div class="modal fade" id="switchRegistryModal" tabindex="-1" role="dialog" aria-labelledby="switchRegistryModalLabel">
1176         <div class="modal-dialog" role="document">
1177             <div class="modal-content">
1178                 <div class="modal-header">
1179                     <button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">&times;</span></button>
1180                     <h4 class="modal-title" id="switchRegistryModalLabel">Switch Netdata Registry Identity</h4>
1181                 </div>
1182                 <div class="modal-body">
1183                     You can copy and paste the following ID to all your browsers (e.g. work and home).
1184                     <br/>
1185                     All the browsers with the same ID will identify <b>you</b>, so please don't share this with others.
1186                     <p style="text-align: center; padding-top: 10px; padding-bottom: 10px; line-height: 2;">
1187                     <form action="#">
1188                     <input type="text" class="form-control" id="switchRegistryPersonGUID" placeholder="your personal ID" maxlength="36" autocomplete="off" style="text-align: center; font-size: 1.4em;">
1189                     </form>
1190                     </p>
1191                     Either copy this ID and paste it to another browser, or paste here the ID you have taken from another browser.
1192                     <p style="padding-top: 10px;"><small>
1193                         Keep in mind that:
1194                         <ul>
1195                             <li>when you switch ID, your previous ID will be lost forever - this is irreversible.</li>
1196                             <li>both IDs (your old and the new) must list this netdata at their personal lists.</li>
1197                             <li>both IDs have to be known by the registry: <b><span id="switchRegistryURL"></span></b>.</li>
1198                             <li>to get a new ID, just clear your browser cookies.</li>
1199                         </ul>
1200                     </small></p>
1201                     <div id="switchRegistryResponse" style="display: block; width: 100%; text-align: center; padding-top: 20px;"></div>
1202                 </div>
1203                 <div class="modal-footer">
1204                     <button type="button" class="btn btn-success" data-dismiss="modal">cancel</button>
1205                     <a href="#" onclick="notifyForSwitchRegistry(true); return false;" type="button" class="btn btn-danger">impersonate</a>
1206                 </div>
1207             </div>
1208         </div>
1209     </div>
1210
1211     <div class="modal fade" id="gotoServerModal" tabindex="-1" role="dialog" aria-labelledby="gotoServerModalLabel">
1212         <div class="modal-dialog" role="document">
1213             <div class="modal-content">
1214                 <div class="modal-header">
1215                     <button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">&times;</span></button>
1216                     <h4 class="modal-title" id="gotoServerModalLabel"><span id="gotoServerName"></span></h4>
1217                 </div>
1218                 <div class="modal-body">
1219                     Checking known URLs for this server...
1220                     <div  style="padding-top: 20px;">
1221                         <table id="gotoServerList">
1222                         </table>
1223                     </div>
1224                     <p style="padding-top: 10px;"><small>
1225                         Checks may fail if you are viewing an HTTPS page and the server to be checked is HTTP only.
1226                     </small></p>
1227                     <div id="gotoServerResponse" style="display: block; width: 100%; text-align: center; padding-top: 20px;"></div>
1228                 </div>
1229                 <div class="modal-footer">
1230                     <button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
1231                 </div>
1232             </div>
1233         </div>
1234     </div>
1235
1236 <script type="text/javascript">
1237 var this_is_demo = null;
1238 function isdemo() {
1239     if(this_is_demo !== null) return this_is_demo;
1240     this_is_demo = false;
1241
1242     try {
1243         if(typeof document.location.hostname === 'string') {
1244             if(document.location.hostname.endsWith('.my-netdata.io') ||
1245                     document.location.hostname.endsWith('.mynetdata.io') ||
1246                     document.location.hostname.endsWith('.netdata.rocks') ||
1247                     document.location.hostname.endsWith('.firehol.org') ||
1248                     document.location.hostname.endsWith('.netdata.online'))
1249                     this_is_demo = true;
1250         }
1251     }
1252     catch(error) {
1253         ;
1254     }
1255
1256     return this_is_demo;
1257 }
1258
1259 if(isdemo()) {
1260     document.getElementById('masthead').style.display = 'block';
1261 }
1262
1263 function netdataURL(url) {
1264     if(typeof url === 'undefined')
1265         url = document.location.toString();
1266
1267     if(url.indexOf('#') !== -1)
1268         url = url.substring(0, url.indexOf('#'));
1269
1270     var hash = netdataHash();
1271
1272     // console.log('netdataURL: ' + url + hash);
1273
1274     return url + hash;
1275 }
1276
1277 function netdataReload(url) {
1278     var t = netdataURL(url);
1279     // console.log('netdataReload: ' + t);
1280     document.location = t;
1281
1282     // since we play with hash
1283     // this is needed to reload the page
1284     location.reload();
1285 }
1286
1287 var gotoServerValidateRemaining = 0;
1288 var gotoServerMiddleClick = false;
1289 var gotoServerStop = false;
1290 function gotoServerValidateUrl(id, guid, url) {
1291     var penaldy = 0;
1292     var error = 'failed';
1293
1294     if(document.location.toString().startsWith('http://') && url.toString().startsWith('https://'))
1295             // we penalize https only if the current url is http
1296             // to allow the user walk through all its servers.
1297             penaldy = 500;
1298
1299     else if(document.location.toString().startsWith('https://') && url.toString().startsWith('http://'))
1300         error = 'can\'t check';
1301     
1302     var finalURL = netdataURL(url);
1303
1304     setTimeout(function() {
1305         document.getElementById('gotoServerList').innerHTML += '<tr><td style="padding-left: 20px;"><a href="' + finalURL + '" target="_blank">' + url + '</a></td><td style="padding-left: 30px;"><code id="' + guid + '-' + id + '-status">checking...</code></td></tr>';
1306
1307         NETDATA.registry.hello(url, function(data) {
1308             if (data) {
1309                 // console.log('OK ' + id + ' URL: ' + url);
1310                 document.getElementById(guid + '-' + id + '-status').innerHTML = "OK";
1311
1312                 if(!gotoServerStop) {
1313                     gotoServerStop = true;
1314
1315                     if(gotoServerMiddleClick) {
1316                         window.open(finalURL, '_blank');
1317                         gotoServerMiddleClick = false;
1318                         document.getElementById('gotoServerResponse').innerHTML = '<b>Opening new window to ' + NETDATA.registry.machines[guid].name + '<br/><a href="' + finalURL + '">' + url + '</a></b><br/>(check your pop-up blocker if it fails)';
1319                     }
1320                     else
1321                         document.location = finalURL;
1322                 }
1323             }
1324             else {
1325                 document.getElementById(guid + '-' + id + '-status').innerHTML = error;
1326                 gotoServerValidateRemaining--;
1327                 if(gotoServerValidateRemaining <= 0) {
1328                     gotoServerMiddleClick = false;
1329                     document.getElementById('gotoServerResponse').innerHTML = '<b>Sorry! I cannot find any operational URL for this server</b>';
1330                 }
1331             }
1332         });
1333     }, (id * 50) + penaldy);
1334 }
1335
1336 function gotoServerModalHandler(guid) {
1337     // console.log('goto server: ' + guid);
1338
1339     gotoServerStop = false;
1340     var len = NETDATA.registry.machines[guid].alternate_urls.length;
1341
1342     document.getElementById('gotoServerResponse').innerHTML = '';
1343     document.getElementById('gotoServerList').innerHTML = '';
1344     document.getElementById('gotoServerName').innerHTML = NETDATA.registry.machines[guid].name;
1345     $('#gotoServerModal').modal('show');
1346
1347     gotoServerValidateRemaining = len;
1348     while(len--)
1349         gotoServerValidateUrl(len, guid, NETDATA.registry.machines[guid].alternate_urls[len]);
1350
1351     return false;
1352 }
1353
1354 function gotoServerInit() {
1355     $(".registry_link").on('click', function(e) {
1356         if(e.which === 2) {
1357             e.preventDefault();
1358             gotoServerMiddleClick = true;
1359         }
1360         else {
1361             gotoServerMiddleClick = false;
1362         }
1363
1364         return true;
1365     });
1366 }
1367
1368 function switchRegistryModalHandler() {
1369     document.getElementById('switchRegistryPersonGUID').value = NETDATA.registry.person_guid;
1370     document.getElementById('switchRegistryURL').innerHTML = NETDATA.registry.server;
1371     document.getElementById('switchRegistryResponse').innerHTML = '';
1372     $('#switchRegistryModal').modal('show');
1373 }
1374
1375 function notifyForSwitchRegistry() {
1376     var n = document.getElementById('switchRegistryPersonGUID').value;
1377
1378     if(n !== '' && n.length === 36) {
1379         NETDATA.registry.switch(n, function(result) {
1380             if(result !== null) {
1381                 $('#switchRegistryModal').modal('hide');
1382                 NETDATA.registry.init();
1383             }
1384             else {
1385                 document.getElementById('switchRegistryResponse').innerHTML = "<b>Sorry! The registry rejected your request.</b>";
1386             }
1387         });
1388     }
1389     else
1390         document.getElementById('switchRegistryResponse').innerHTML = "<b>The ID you have entered is not a GUID.</b>";
1391 }
1392
1393 var deleteRegistryUrl = null;
1394 function deleteRegistryModalHandler(guid, name, url) {
1395     deleteRegistryUrl = url;
1396     document.getElementById('deleteRegistryServerName').innerHTML = name;
1397     document.getElementById('deleteRegistryServerName2').innerHTML = name;
1398     document.getElementById('deleteRegistryServerURL').innerHTML = url;
1399     document.getElementById('deleteRegistryResponse').innerHTML = '';
1400     $('#deleteRegistryModal').modal('show');
1401 }
1402
1403 function notifyForDeleteRegistry() {
1404     if(deleteRegistryUrl) {
1405         NETDATA.registry.delete(deleteRegistryUrl, function(result) {
1406             if(result !== null) {
1407                 deleteRegistryUrl = null;
1408                 $('#deleteRegistryModal').modal('hide');
1409                 NETDATA.registry.init();
1410             }
1411             else {
1412                 document.getElementById('deleteRegistryResponse').innerHTML = "<b>Sorry! this command was rejected by the registry server.</b>";
1413             }
1414         });
1415     }
1416 }
1417
1418 var options = {
1419     sparklines_registry: {},
1420     menus: {},
1421     submenu_names: {},
1422     data: null,
1423     hostname: 'netdata_server', // will be overwritten by the netdata server
1424     categories: new Array(),
1425     categories_idx: {},
1426     families: new Array(),
1427     families_idx: {},
1428
1429     chartsPerRow: 0,
1430     chartsMinWidth: 1450,
1431     chartsHeight: 180,
1432     sparklinesHeight: 60,
1433 };
1434
1435 // generate a sparkline
1436 // used in the documentation
1437 function sparkline(chart, dimension, units) {
1438     var key = chart + '.' + dimension;
1439
1440     if(typeof units === 'undefined')
1441         units = '';
1442
1443     if(typeof options.sparklines_registry[key] === 'undefined')
1444         options.sparklines_registry[key] = { count: 1 };
1445     else
1446         options.sparklines_registry[key].count++;
1447
1448     key = key + '.' + options.sparklines_registry[key].count;
1449
1450     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 + ')';
1451
1452     return h;
1453 }
1454
1455 function chartsPerRow(total) {
1456     if(options.chartsPerRow === 0) {
1457         width = Math.floor(total / options.chartsMinWidth);
1458         if(width === 0) width = 1;
1459         return width;
1460     }
1461     else return options.chartsPerRow;
1462 }
1463
1464 function prioritySort(a, b) {
1465     if(a.priority < b.priority) return -1;
1466     if(a.priority > b.priority) return 1;
1467     if(a.name < b.name) return -1;
1468     return 1;
1469 }
1470
1471 function sortObjectByPriority(object) {
1472     var idx = {};
1473     var sorted = new Array();
1474
1475     for(var i in object) {
1476         if(typeof idx[i] === 'undefined') {
1477             idx[i] = object[i];
1478             sorted.push(i);
1479         }
1480     }
1481
1482     sorted.sort(function(a, b) {
1483         if(idx[a].priority < idx[b].priority) return -1;
1484         if(idx[a].priority > idx[b].priority) return 1;
1485         if(a < b) return -1;
1486         return 1;
1487     });
1488
1489     return sorted;
1490 }
1491
1492
1493 // ----------------------------------------------------------------------------
1494 // scroll to a section, without changing the browser history
1495
1496 function scrollToId(hash) {
1497     if(hash && hash != '') {
1498         var offset = $('#' + hash).offset();
1499         if(typeof offset !== 'undefined')
1500             $('html, body').animate({ scrollTop: offset.top }, 0);
1501     }
1502
1503     // we must return false to prevent the default action
1504     return false;
1505 }
1506
1507 // ----------------------------------------------------------------------------
1508
1509 function gaugeChart(title, width, dimensions, colors) {
1510     if(typeof colors === 'undefined')
1511         colors = '';
1512
1513     if(typeof dimensions === 'undefined')
1514         dimensions = '';
1515
1516     return '<div data-netdata="CHART_UNIQUE_ID"'
1517                             + ' data-dimensions="' + dimensions + '"'
1518                             + ' data-chart-library="gauge"'
1519                             + ' data-gauge-adjust="width"'
1520                             + ' data-title="' + title + '"'
1521                             + ' data-width="' + width + '"'
1522                             + ' data-before="0"'
1523                             + ' data-after="-CHART_DURATION"'
1524                             + ' data-points="CHART_DURATION"'
1525                             + ' data-colors="' + colors + '"'
1526                             + ' role="application"></div>';
1527 }
1528
1529 // ----------------------------------------------------------------------------
1530
1531 var menuData = {
1532     'system': {
1533         title: 'System Overview',
1534         icon: '<i class="fa fa-bookmark" aria-hidden="true"></i>',
1535         info: 'Overview of the key system metrics.'
1536     },
1537
1538     'ap': {
1539         title: 'Access Points',
1540         icon: '<i class="fa fa-wifi" aria-hidden="true"></i>',
1541         info: undefined
1542     },
1543
1544     'tc': {
1545         title: 'Quality of Service',
1546         icon: '<i class="fa fa-globe" aria-hidden="true"></i>',
1547         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).'
1548     },
1549
1550     'net': {
1551         title: 'Network Interfaces',
1552         icon: '<i class="fa fa-share-alt" aria-hidden="true"></i>',
1553         info: 'Per network interface statistics collected from <code>/proc/net/dev</code>.'
1554     },
1555
1556     'ipv4': {
1557         title: 'IPv4 Networking',
1558         icon: '<i class="fa fa-cloud" aria-hidden="true"></i>',
1559         info: undefined
1560     },
1561
1562     'ipv6': {
1563         title: 'IPv6 Networking',
1564         icon: '<i class="fa fa-cloud" aria-hidden="true"></i>',
1565         info: undefined
1566     },
1567
1568     'ipvs': {
1569         title: 'IP Virtual Server',
1570         icon: '<i class="fa fa-eye" aria-hidden="true"></i>',
1571         info: undefined
1572     },
1573
1574     'netfilter': {
1575         title: 'Firewall (netfilter)',
1576         icon: '<i class="fa fa-shield" aria-hidden="true"></i>',
1577         info: undefined
1578     },
1579
1580     'cpu': {
1581         title: 'CPUs',
1582         icon: '<i class="fa fa-bolt" aria-hidden="true"></i>',
1583         info: undefined
1584     },
1585
1586     'mem': {
1587         title: 'Memory',
1588         icon: '<i class="fa fa-bolt" aria-hidden="true"></i>',
1589         info: undefined
1590     },
1591
1592     'disk': {
1593         title: 'Disks',
1594         icon: '<i class="fa fa-folder" aria-hidden="true"></i>',
1595         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.'
1596     },
1597
1598     'sensors': {
1599         title: 'Sensors',
1600         icon: '<i class="fa fa-leaf" aria-hidden="true"></i>',
1601         info: undefined
1602     },
1603
1604     'nfsd': {
1605         title: 'NFS Server',
1606         icon: '<i class="fa fa-folder-open" aria-hidden="true"></i>',
1607         info: undefined
1608     },
1609
1610     'nfs': {
1611         title: 'NFS Client',
1612         icon: '<i class="fa fa-folder-open" aria-hidden="true"></i>',
1613         info: undefined
1614     },
1615
1616     'apps': {
1617         title: 'Applications',
1618         icon: '<i class="fa fa-heartbeat" aria-hidden="true"></i>',
1619         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.',
1620         height: 1.5
1621     },
1622
1623     'users': {
1624         title: 'Users',
1625         icon: '<i class="fa fa-user" aria-hidden="true"></i>',
1626         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.',
1627         height: 1.5
1628     },
1629
1630     'groups': {
1631         title: 'User Groups',
1632         icon: '<i class="fa fa-users" aria-hidden="true"></i>',
1633         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.',
1634         height: 1.5
1635     },
1636
1637     'netdata': {
1638         title: 'Netdata Monitoring',
1639         icon: '<i class="fa fa-bar-chart" aria-hidden="true"></i>',
1640         info: undefined
1641     },
1642
1643     'example': {
1644         title: 'Example Charts',
1645         info: undefined
1646     },
1647
1648     'cgroup': {
1649         title: '',
1650         icon: '<i class="fa fa-th" aria-hidden="true"></i>',
1651         info: undefined
1652     },
1653
1654     'cgqemu': {
1655         title: '',
1656         icon: '<i class="fa fa-th-large" aria-hidden="true"></i>',
1657         info: undefined
1658     },
1659
1660     'memcached': {
1661         title: 'memcached',
1662         icon: '<i class="fa fa-database" aria-hidden="true"></i>',
1663         info: undefined
1664     },
1665
1666     'mysql': {
1667         title: 'MySQL',
1668         icon: '<i class="fa fa-database" aria-hidden="true"></i>',
1669         info: undefined
1670     },
1671
1672     'redis': {
1673         title: 'Redis',
1674         icon: '<i class="fa fa-database" aria-hidden="true"></i>',
1675         info: undefined
1676     },
1677
1678     'retroshare': {
1679         title: 'RetroShare',
1680         icon: '<i class="fa fa-share-alt" aria-hidden="true"></i>',
1681         info: undefined
1682     },
1683
1684     'ipfs': {
1685         title: 'IPFS',
1686         icon: '<i class="fa fa-folder-open" aria-hidden="true"></i>',
1687         info: undefined
1688     },
1689
1690     'phpfpm': {
1691         title: 'PHP-FPM',
1692         icon: '<i class="fa fa-eye" aria-hidden="true"></i>',
1693         info: undefined,
1694     },
1695
1696     'postfix': {
1697         title: 'postfix',
1698         icon: '<i class="fa fa-envelope" aria-hidden="true"></i>',
1699         info: undefined,
1700     },
1701
1702     'nginx': {
1703         title: 'nginx',
1704         icon: '<i class="fa fa-eye" aria-hidden="true"></i>',
1705         info: undefined,
1706     },
1707
1708     'apache': {
1709         title: 'Apache',
1710         icon: '<i class="fa fa-eye" aria-hidden="true"></i>',
1711         info: undefined,
1712     },
1713
1714     'named': {
1715         title: 'named',
1716         icon: '<i class="fa fa-tag" aria-hidden="true"></i>',
1717         info: undefined
1718     },
1719
1720     'squid': {
1721         title: 'squid',
1722         icon: '<i class="fa fa-exchange" aria-hidden="true"></i>',
1723         info: undefined
1724     },
1725
1726     'nut': {
1727         title: 'UPS',
1728         icon: '<i class="fa fa-battery-half" aria-hidden="true"></i>',
1729         info: undefined
1730     },
1731
1732     'apcupsd': {
1733         title: 'UPS',
1734         icon: '<i class="fa fa-battery-half" aria-hidden="true"></i>',
1735         info: undefined
1736     },
1737
1738     'smawebbox': {
1739         title: 'Solar Power',
1740         icon: '<i class="fa fa-sun-o" aria-hidden="true"></i>',
1741         info: undefined
1742     },
1743
1744     'snmp': {
1745         title: 'SNMP',
1746         icon: '<i class="fa fa-random" aria-hidden="true"></i>',
1747         info: undefined
1748     }
1749 };
1750
1751 var submenuData = {
1752     'mem.ksm': {
1753         title: 'Memory Deduper',
1754         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.'
1755     },
1756
1757     'netfilter.conntrack': {
1758         title: 'Connection Tracker',
1759         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.'
1760     },
1761
1762     'netfilter.nfacct': {
1763         title: 'Bandwidth Accounting',
1764         info: 'The following information is read using the <code>nfacct.plugin</code>.'
1765     },
1766
1767     'netfilter.synproxy': {
1768         title: 'DDoS Protection',
1769         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.'
1770     },
1771
1772     'system.softnet_stat': {
1773         title: 'softnet',
1774         info: 'Statistics for CPUs SoftIRQs related to network receive work, read from <code>/proc/net/softnet_stat</code>. Break down per CPU core can be found at <a href="#cpu_softnet_stat">CPU / softnet statistics</a>. <b>processed</b> states the number of packets processed, <b>dropped</b> is the number packets dropped because the network device backlog was full (to fix them use <code>sysctl</code> to increase <code>net.core.netdev_max_backlog</code>), <b>squeezed</b> is the number of packets dropped because the network device budget ran out (to fix them use <code>sysctl</code> to increase <code>net.core.netdev_budget</code>). More information about identifying and troubleshooting network driver related issues can be found at <a href="https://access.redhat.com/sites/default/files/attachments/20150325_network_performance_tuning.pdf" target="_blank">Red Hat Enterprise Linux Network Performance Tuning Guide</a>.'
1775     },
1776
1777     'cpu.softnet_stat': {
1778         title: 'softnet',
1779         info: 'Statistics for per CPUs core SoftIRQs related to network receive work, read from <code>/proc/net/softnet_stat</code>. Total for all CPU cores can be found at <a href="#system_softnet_stat">System / softnet statistics</a>. <b>processed</b> states the number of packets processed, <b>dropped</b> is the number packets dropped because the network device backlog was full (to fix them use <code>sysctl</code> to increase <code>net.core.netdev_max_backlog</code>), <b>squeezed</b> is the number of packets dropped because the network device budget ran out (to fix them use <code>sysctl</code> to increase <code>net.core.netdev_budget</code>). More information about identifying and troubleshooting network driver related issues can be found at <a href="https://access.redhat.com/sites/default/files/attachments/20150325_network_performance_tuning.pdf" target="_blank">Red Hat Enterprise Linux Network Performance Tuning Guide</a>.'
1780     }
1781 };
1782
1783 //
1784 // chartData works on the context of a chart
1785 // Its purpose is to set:
1786 //
1787 // info: the text above the charts
1788 // heads: the representation of the chart at the top the subsection (second level menu)
1789 // mainheads: the representation of the chart at the top of the section (first level menu)
1790 // colors: the dimension colors of the chart (the default colors are appended)
1791 // height: the ratio of the chart height relative to the default
1792 //
1793 var chartData = {
1794     'system.cpu': {
1795         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.'
1796     },
1797
1798     'system.load': {
1799         info: 'Current system load, i.e. the number of processes using CPU or waiting for system resources (usually CPU and disk). The 3 metrics refer to 1, 5 and 15 minute averages. Linux calculates this once every 5 seconds. Netdata reads them from <code>/proc/loadavg</code>. For more information check <a href="https://en.wikipedia.org/wiki/Load_(computing)" target="_blank">this wikipedia article</a>',
1800         height: 0.7
1801     },
1802
1803     'system.io': {
1804         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.'
1805     },
1806
1807     'system.swapio': {
1808         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).'
1809     },
1810
1811     'system.pgfaults': {
1812         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.'
1813     },
1814
1815     'system.entropy': {
1816         colors: '#CC22AA',
1817         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 (<a href="https://en.wikipedia.org/wiki//dev/random" target="_blank">/dev/random</a>) 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> or <code>rng-tools</code> (i.e. <b>rngd</b>), to keep the pool in healthy levels.'
1818     },
1819
1820     'system.forks': {
1821         colors: '#5555DD',
1822         info: 'The number of new processes created per second, read from <code>/proc/stat</code>.'
1823     },
1824
1825     'system.intr': {
1826         colors: '#DD5555',
1827         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.'
1828     },
1829
1830     'system.interrupts': {
1831         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.'
1832     },
1833
1834     'system.softirqs': {
1835         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.'
1836     },
1837
1838     'system.processes': {
1839         info: 'System processes, read from <code>/proc/stat</code>. <b>Running</b> are the processes in the CPU. <b>Blocked</b> are processes that are willing to enter the CPU, but they cannot, e.g. because they wait for disk activity.'
1840     },
1841
1842     'system.active_processes': {
1843         info: 'All system processes, read from <code>/proc/loadavg</code>.'
1844     },
1845
1846     'system.ctxt': {
1847         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.'
1848     },
1849
1850     'system.idlejitter': {
1851         colors: '#5555AA',
1852         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).'
1853     },
1854
1855     'system.ipv4': {
1856         info: 'Total IPv4 Traffic, read from <code>/proc/net/netstat</code>.'
1857     },
1858
1859     'system.ipv6': {
1860         info: 'Total IPv6 Traffic, read from <code>/proc/net/snmp6</code>.'
1861     },
1862
1863     'system.ram': {
1864         info: 'System memory, read from <code>/proc/meminfo</code>.'
1865     },
1866
1867     'system.swap': {
1868         info: 'System swap memory, read from <code>/proc/meminfo</code>.'
1869     },
1870
1871     // ------------------------------------------------------------------------
1872     // MEMORY
1873
1874     'mem.ksm_savings': {
1875         heads: [
1876             gaugeChart('Saved', '12%', 'savings', '#0099CC')
1877         ]
1878     },
1879
1880     'mem.ksm_ratios': {
1881         heads: [
1882             function(id) {
1883                 return  '<div data-netdata="' + id + '"'
1884                     + ' data-gauge-max-value="100"'
1885                     + ' data-chart-library="gauge"'
1886                     + ' data-title="Savings"'
1887                     + ' data-units="percentage %"'
1888                     + ' data-gauge-adjust="width"'
1889                     + ' data-width="12%"'
1890                     + ' data-before="0"'
1891                     + ' data-after="-CHART_DURATION"'
1892                     + ' data-points="CHART_DURATION"'
1893                     + ' role="application"></div>';
1894             }
1895         ]
1896     },
1897
1898     'mem.committed': {
1899         colors: NETDATA.colors[3]
1900     },
1901
1902     // ------------------------------------------------------------------------
1903     // network interfaces
1904
1905     'net.drops': {
1906         info: 'Packets that have been dropped at the network interface level. These are the same counters reported by <code>ifconfig</code> as <code>RX dropped</code> (inbound) and <code>TX dropped</code> (outbound). <b>inbound</b> packets can be dropped at the network interface level due to <a href="#system_softnet_stat">softnet backlog</a> overflow, bad / unintented VLAN tags, unknown or unregistered protocols, IPv6 frames when the server is not configured for IPv6. Check <a href="https://www.novell.com/support/kb/doc.php?id=7007165" target="_blank">this document</a> for more information.'
1907     },
1908
1909     // ------------------------------------------------------------------------
1910     // APPS
1911
1912     'apps.cpu': {
1913         height: 2.0
1914     },
1915
1916     'apps.preads': {
1917         height: 2.0
1918     },
1919
1920     'apps.pwrites': {
1921         height: 2.0
1922     },
1923
1924     // ------------------------------------------------------------------------
1925     // USERS
1926
1927     'users.cpu': {
1928         height: 2.0
1929     },
1930
1931     'users.preads': {
1932         height: 2.0
1933     },
1934
1935     'users.pwrites': {
1936         height: 2.0
1937     },
1938
1939     // ------------------------------------------------------------------------
1940     // GROUPS
1941
1942     'groups.cpu': {
1943         height: 2.0
1944     },
1945
1946     'groups.preads': {
1947         height: 2.0
1948     },
1949
1950     'groups.pwrites': {
1951         height: 2.0
1952     },
1953
1954     // ------------------------------------------------------------------------
1955     // NETWORK QoS
1956
1957     'tc.qos': {
1958         heads: [
1959             function(id) {
1960                 if(id.match(/.*-ifb$/))
1961                     return gaugeChart('Inbound', '12%', '', '#5555AA');
1962                 else
1963                     return gaugeChart('Outbound', '12%', '', '#AA9900');
1964             }
1965         ]
1966     },
1967
1968     // ------------------------------------------------------------------------
1969     // NETWORK INTERFACES
1970
1971     'net.net': {
1972         heads: [
1973             gaugeChart('Received', '12%', 'received'),
1974             gaugeChart('Sent', '12%', 'sent')
1975         ]
1976     },
1977
1978     // ------------------------------------------------------------------------
1979     // NETFILTER
1980
1981     'netfilter.sockets': {
1982         colors: '#88AA00',
1983         heads: [
1984             gaugeChart('Active Connections', '12%', '', '#88AA00')
1985         ]
1986     },
1987
1988     'netfilter.new': {
1989         heads: [
1990             gaugeChart('New Connections', '12%', 'new', '#5555AA')
1991         ]
1992     },
1993
1994     // ------------------------------------------------------------------------
1995     // DISKS
1996
1997     'disk.util': {
1998         colors: '#FF5588',
1999         heads: [
2000             gaugeChart('Utilization', '12%', '', '#FF5588')
2001         ],
2002         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.'
2003     },
2004
2005     'disk.backlog': {
2006         colors: '#0099CC',
2007         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.'
2008     },
2009
2010     'disk.io': {
2011         heads: [
2012             gaugeChart('Read', '12%', 'reads'),
2013             gaugeChart('Write', '12%', 'writes')
2014         ],
2015         info: 'Amount of data transferred to and from disk.'
2016     },
2017
2018     'disk.ops': {
2019         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).'
2020     },
2021
2022     'disk.qops': {
2023         info: 'I/O operations currently in progress. This metric is a snapshot - it is not an average over the last interval.'
2024     },
2025
2026     'disk.iotime': {
2027         height: 0.5,
2028         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.'
2029     },
2030     'disk.mops': {
2031         height: 0.5,
2032         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.'
2033     },
2034     'disk.svctm': {
2035         height: 0.5,
2036         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.'
2037     },
2038     'disk.avgsz': {
2039         height: 0.5,
2040         info: 'The average I/O operation size.'
2041     },
2042     'disk.await': {
2043         height: 0.5,
2044         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.'
2045     },
2046
2047     'disk.space': {
2048         info: 'Disk space utilization. reserved for root is automatically reserved by the system to prevent the root user from getting out of space.'
2049     },
2050     'disk.inodes': {
2051         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.'
2052     },
2053
2054     'mysql.net': {
2055         info: 'The amount of data sent to mysql clients (<strong>out</strong>) and received from mysql clients (<strong>in</strong>).'
2056     },
2057
2058     // ------------------------------------------------------------------------
2059     // MYSQL
2060
2061     'mysql.queries': {
2062         info: 'The number of statements executed by the server.<ul>' +
2063         '<li><strong>queries</strong> counts the statements executed within stored SQL programs.</li>' +
2064         '<li><strong>questions</strong> counts the statements sent to the mysql server by mysql clients.</li>' +
2065         '<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.' +
2066         ' 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>' +
2067         '</ul>'
2068     },
2069
2070     'mysql.handlers': {
2071         info: 'Usage of the internal handlers of mysql. This chart provides very good insights of what the mysql server is actually doing.' +
2072         ' (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>' +
2073         '<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>' +
2074         '<li><strong>delete</strong>, the number of times that rows have been deleted from tables.</li>' +
2075         '<li><strong>prepare</strong>, a counter for the prepare phase of two-phase commit operations.</li>' +
2076         '<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>' +
2077         '<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>' +
2078         '<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>' +
2079         '<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>' +
2080         '<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>' +
2081         '<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>' +
2082         '<li><strong>rollback</strong>, the number of requests for a storage engine to perform a rollback operation.</li>' +
2083         '<li><strong>savepoint</strong>, the number of requests for a storage engine to place a savepoint.</li>' +
2084         '<li><strong>savepoint rollback</strong>, the number of requests for a storage engine to roll back to a savepoint.</li>' +
2085         '<li><strong>update</strong>, the number of requests to update a row in a table.</li>' +
2086         '<li><strong>write</strong>, the number of requests to insert a row in a table.</li>' +
2087         '</ul>'
2088     },
2089
2090     'mysql.table_locks': {
2091         info: 'MySQL table locks counters: <ul>' +
2092         '<li><strong>immediate</strong>, the number of times that a request for a table lock could be granted immediately.</li>' +
2093         '<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>' +
2094         '</ul>'
2095     },
2096
2097     // ------------------------------------------------------------------------
2098     // APACHE
2099
2100     'apache.connections': {
2101         colors: NETDATA.colors[4],
2102         mainheads: [
2103             gaugeChart('Connections', '12%', '', NETDATA.colors[4])
2104         ]
2105     },
2106
2107     'apache.requests': {
2108         colors: NETDATA.colors[0],
2109         mainheads: [
2110             gaugeChart('Requests', '12%', '', NETDATA.colors[0])
2111         ]
2112     },
2113
2114     'apache.net': {
2115         colors: NETDATA.colors[3],
2116         mainheads: [
2117             gaugeChart('Bandwidth', '12%', '', NETDATA.colors[3])
2118         ]
2119     },
2120
2121     'apache.workers': {
2122         mainheads: [
2123             function(id) {
2124                 return  '<div data-netdata="' + id + '"'
2125                     + ' data-dimensions="busy"'
2126                     + ' data-append-options="percentage"'
2127                     + ' data-gauge-max-value="100"'
2128                     + ' data-chart-library="gauge"'
2129                     + ' data-title="Workers Utilization"'
2130                     + ' data-units="percentage %"'
2131                     + ' data-gauge-adjust="width"'
2132                     + ' data-width="12%"'
2133                     + ' data-before="0"'
2134                     + ' data-after="-CHART_DURATION"'
2135                     + ' data-points="CHART_DURATION"'
2136                     + ' role="application"></div>';
2137             }
2138         ]
2139     },
2140
2141     'apache.bytesperreq': {
2142         colors: NETDATA.colors[3],
2143         height: 0.5
2144     },
2145
2146     'apache.reqpersec': {
2147         colors: NETDATA.colors[4],
2148         height: 0.5
2149     },
2150
2151     'apache.bytespersec': {
2152         colors: NETDATA.colors[6],
2153         height: 0.5
2154     },
2155
2156
2157     // ------------------------------------------------------------------------
2158     // NGINX
2159
2160     'nginx.connections': {
2161         colors: NETDATA.colors[4],
2162         mainheads: [
2163             gaugeChart('Connections', '12%', '', NETDATA.colors[4])
2164         ]
2165     },
2166
2167     'nginx.requests': {
2168         colors: NETDATA.colors[0],
2169         mainheads: [
2170             gaugeChart('Requests', '12%', '', NETDATA.colors[0])
2171         ]
2172     },
2173
2174     // ------------------------------------------------------------------------
2175     // NETDATA
2176
2177     'netdata.response_time': {
2178         info: 'The netdata API response time measures the time netdata needed to serve requests. This time includes everything, from the reception of the first byte of a request, to the dispatch of the last byte of its reply, therefore it includes all network latencies involved (i.e. a client over a slow network will influence these metrics).'
2179     },
2180
2181     // ------------------------------------------------------------------------
2182     // RETROSHARE
2183     'retroshare.bandwidth': {
2184         info: 'Shows inbound and outbound traffic.',
2185         mainheads: [
2186             gaugeChart('Received', '12%', 'bandwidth_down_kb'),
2187             gaugeChart('Sent', '12%', 'bandwidth_up_kb')
2188         ]
2189     },
2190
2191     'retroshare.peers': {
2192         info: 'Shows the number of (connected) friends.',
2193         mainheads: [
2194             function(id) {
2195                 return  '<div data-netdata="' + id + '"'
2196                     + ' data-dimensions="peers_connected"'
2197                     + ' data-append-options="friends"'
2198                     + ' data-chart-library="easypiechart"'
2199                     + ' data-title="connected friends"'
2200                     + ' data-units=""'
2201                     + ' data-width="8%"'
2202                     + ' data-before="0"'
2203                     + ' data-after="-CHART_DURATION"'
2204                     + ' data-points="CHART_DURATION"'
2205                     + ' role="application"></div>';
2206             }
2207         ]
2208     },
2209
2210     'retroshare.dht': {
2211         info: 'Shows statistics about RetroShare\'s DHT. These values are estimated!'
2212     }
2213 };
2214
2215 function anyAttribute(obj, attr, key, def) {
2216     if(typeof obj[key] !== 'undefined') {
2217         if(typeof obj[key][attr] !== 'undefined')
2218             return obj[key][attr];
2219     }
2220     return def;
2221 }
2222
2223 function menuTitle(chart) {
2224     if(typeof chart.menu_pattern !== 'undefined') {
2225         return (anyAttribute(menuData, 'title', chart.menu_pattern, chart.menu_pattern).toString()
2226                 + '&nbsp;' + chart.type.slice(-(chart.type.length - chart.menu_pattern.length - 1)).toString()).replace(/_/g, ' ');
2227     }
2228
2229     return (anyAttribute(menuData, 'title', chart.menu, chart.menu)).toString().replace(/_/g, ' ');
2230 }
2231
2232 function menuIcon(chart) {
2233     if(typeof chart.menu_pattern !== 'undefined')
2234         return anyAttribute(menuData, 'icon', chart.menu_pattern, '<i class="fa fa-puzzle-piece" aria-hidden="true"></i>').toString();
2235
2236     return anyAttribute(menuData, 'icon', chart.menu, '<i class="fa fa-puzzle-piece" aria-hidden="true"></i>');
2237 }
2238
2239 function menuInfo(menu) {
2240     return anyAttribute(menuData, 'info', menu, null);
2241 }
2242
2243 function menuHeight(menu, relative) {
2244     return anyAttribute(menuData, 'height', menu, 1.0) * relative;
2245 }
2246
2247 function submenuTitle(menu, submenu) {
2248     var key = menu + '.' + submenu;
2249     var title = anyAttribute(submenuData, 'title', key, submenu).toString().replace(/_/g, ' ');;
2250     if(title.length > 28) {
2251         var a = title.substring(0, 13);
2252         var b = title.substring(title.length - 12, title.length);
2253         return a + '...' + b;
2254     }
2255     return title;
2256 }
2257
2258 function submenuInfo(menu, submenu) {
2259     var key = menu + '.' + submenu;
2260     return anyAttribute(submenuData, 'info', key, null);
2261 }
2262
2263 function submenuHeight(menu, submenu, relative) {
2264     var key = menu + '.' + submenu;
2265     return anyAttribute(submenuData, 'height', key, 1.0) * relative;
2266 }
2267
2268
2269 function chartInfo(id) {
2270     if(typeof chartData[id] !== 'undefined' && typeof chartData[id].info !== 'undefined')
2271         return '<div class="chart-message netdata-chart-alignment" role="document">' + chartData[id].info + '</div>';
2272     else
2273         return '';
2274 }
2275
2276 function chartHeight(id, def) {
2277     if(typeof chartData[id] !== 'undefined' && typeof chartData[id].height !== 'undefined')
2278         return def * chartData[id].height;
2279     else
2280         return def;
2281 }
2282
2283
2284 // ----------------------------------------------------------------------------
2285
2286 // enrich the data structure returned by netdata
2287 // to reflect our menu system and content
2288 function enrichChartData(chart) {
2289     var tmp = chart.type.split('_')[0];
2290
2291     switch(tmp) {
2292         case 'ap':
2293         case 'net':
2294         case 'disk':
2295             chart.menu = tmp;
2296             break;
2297
2298         case 'cgroup':
2299             chart.menu = chart.type;
2300             if(chart.id.match(/.*[\._\/-:]qemu[\._\/-:]*/) || chart.id.match(/.*[\._\/-:]kvm[\._\/-:]*/))
2301                 chart.menu_pattern = 'cgqemu';
2302             else
2303                 chart.menu_pattern = 'cgroup';
2304             break;
2305
2306         case 'apache':
2307         case 'exim':
2308         case 'memcached':
2309         case 'mysql':
2310         case 'named':
2311         case 'nginx':
2312         case 'nut':
2313         case 'phpfpm':
2314         case 'postfix':
2315         case 'redis':
2316         case 'retroshare':
2317         case 'ipfs':
2318         case 'smawebbox':
2319         case 'squid':
2320         case 'snmp':
2321         case 'tomcat':
2322             chart.menu = chart.type;
2323             chart.menu_pattern = tmp;
2324             break;
2325
2326         case 'tc':
2327             chart.menu = tmp;
2328
2329             // find a name for this device from fireqos info
2330             // we strip '_(in|out)' or '(in|out)_'
2331             if(typeof options.submenu_names[chart.family] === 'undefined' || options.submenu_names[chart.family] === chart.family) {
2332                 var n = chart.name.split('.')[1];
2333                 if(n.endsWith('_in'))
2334                     options.submenu_names[chart.family] = n.slice(0, n.lastIndexOf('_in'));
2335                 else if(n.endsWith('_out'))
2336                     options.submenu_names[chart.family] = n.slice(0, n.lastIndexOf('_out'));
2337                 else if(n.startsWith('in_'))
2338                     options.submenu_names[chart.family] = n.slice(3, n.length);
2339                 else if(n.startsWith('out_'))
2340                     options.submenu_names[chart.family] = n.slice(4, n.length);
2341             }
2342
2343             // increase the priority of IFB devices
2344             // to have inbound appear before outbound
2345             if(chart.id.match(/.*-ifb$/))
2346                 chart.priority--;
2347
2348             break;
2349
2350         default:
2351             chart.menu = chart.type;
2352             break;
2353     }
2354
2355     chart.submenu = chart.family;
2356 }
2357
2358 // ----------------------------------------------------------------------------
2359
2360 function name2id(s) {
2361     return s
2362         .replace(/ /g, '_')
2363         .replace(/\(/g, '_')
2364         .replace(/\)/g, '_')
2365         .replace(/\./g, '_')
2366         .replace(/\//g, '_');
2367 }
2368
2369 function headMain(charts, duration) {
2370     var head = '';
2371
2372     if(typeof charts['system.swap'] !== 'undefined')
2373         head += '<div style="margin-right: 10px;" data-netdata="system.swap"'
2374         + ' data-dimensions="free"'
2375         + ' data-append-options="percentage"'
2376         + ' data-chart-library="easypiechart"'
2377         + ' data-title="Free Swap"'
2378         + ' data-units="%"'
2379         + ' data-easypiechart-max-value="100"'
2380         + ' data-width="8%"'
2381         + ' data-before="0"'
2382         + ' data-after="-' + duration.toString() + '"'
2383         + ' data-points="' + duration.toString() + '"'
2384         + ' data-colors="#DD4400"'
2385         + ' role="application"></div>';
2386
2387     if(typeof charts['system.io'] !== 'undefined') {
2388         head += '<div style="margin-right: 10px;" data-netdata="system.io"'
2389         + ' data-dimensions="in"'
2390         + ' data-chart-library="easypiechart"'
2391         + ' data-title="Disk Read"'
2392         + ' data-width="10%"'
2393         + ' data-before="0"'
2394         + ' data-after="-' + duration.toString() + '"'
2395         + ' data-points="' + duration.toString() + '"'
2396         + ' role="application"></div>';
2397
2398         head += '<div style="margin-right: 10px;" data-netdata="system.io"'
2399         + ' data-dimensions="out"'
2400         + ' data-chart-library="easypiechart"'
2401         + ' data-title="Disk Write"'
2402         + ' data-width="10%"'
2403         + ' data-before="0"'
2404         + ' data-after="-' + duration.toString() + '"'
2405         + ' data-points="' + duration.toString() + '"'
2406         + ' role="application"></div>';
2407     }
2408
2409     if(typeof charts['system.cpu'] !== 'undefined')
2410         head += '<div data-netdata="system.cpu"'
2411         + ' data-chart-library="gauge"'
2412         + ' data-title="CPU"'
2413         + ' data-units="%"'
2414         + ' data-gauge-max-value="100"'
2415         + ' data-width="18%"'
2416         + ' data-after="-' + duration.toString() + '"'
2417         + ' data-points="' + duration.toString() + '"'
2418         + ' data-colors="' + NETDATA.colors[12] + '"'
2419         + ' role="application"></div>';
2420
2421     if(typeof charts['system.ipv4'] !== 'undefined') {
2422         head += '<div style="margin-right: 10px;" data-netdata="system.ipv4"'
2423         + ' data-dimensions="received"'
2424         + ' data-chart-library="easypiechart"'
2425         + ' data-title="IPv4 Inbound"'
2426         + ' data-width="10%"'
2427         + ' data-before="0"'
2428         + ' data-after="-' + duration.toString() + '"'
2429         + ' data-points="' + duration.toString() + '"'
2430         + ' role="application"></div>';
2431
2432         head += '<div style="margin-right: 10px;" data-netdata="system.ipv4"'
2433         + ' data-dimensions="sent"'
2434         + ' data-chart-library="easypiechart"'
2435         + ' data-title="IPv4 Outbound"'
2436         + ' data-width="10%"'
2437         + ' data-before="0"'
2438         + ' data-after="-' + duration.toString() + '"'
2439         + ' data-points="' + duration.toString() + '"'
2440         + ' role="application"></div>';
2441     }
2442     else if(typeof charts['system.ipv6'] !== 'undefined') {
2443         head += '<div style="margin-right: 10px;" data-netdata="system.ipv6"'
2444         + ' data-dimensions="received"'
2445         + ' data-chart-library="easypiechart"'
2446         + ' data-title="IPv6 Inbound"'
2447         + ' data-units="kbps"'
2448         + ' data-width="10%"'
2449         + ' data-before="0"'
2450         + ' data-after="-' + duration.toString() + '"'
2451         + ' data-points="' + duration.toString() + '"'
2452         + ' role="application"></div>';
2453
2454         head += '<div style="margin-right: 10px;" data-netdata="system.ipv6"'
2455         + ' data-dimensions="sent"'
2456         + ' data-chart-library="easypiechart"'
2457         + ' data-title="IPv6 Outbound"'
2458         + ' data-units="kbps"'
2459         + ' data-width="10%"'
2460         + ' data-before="0"'
2461         + ' data-after="-' + duration.toString() + '"'
2462         + ' data-points="' + duration.toString() + '"'
2463         + ' role="application"></div>';
2464     }
2465
2466     if(typeof charts['system.ram'] !== 'undefined')
2467         head += '<div style="margin-right: 10px;" data-netdata="system.ram"'
2468         + ' data-dimensions="cached|free"'
2469         + ' data-append-options="percentage"'
2470         + ' data-chart-library="easypiechart"'
2471         + ' data-title="Available RAM"'
2472         + ' data-units="%"'
2473         + ' data-easypiechart-max-value="100"'
2474         + ' data-width="8%"'
2475         + ' data-after="-' + duration.toString() + '"'
2476         + ' data-points="' + duration.toString() + '"'
2477         + ' data-colors="' + NETDATA.colors[7] + '"'
2478         + ' role="application"></div>';
2479
2480     return head;
2481 }
2482
2483 function generateHeadCharts(type, chart, duration) {
2484     var head = '';
2485     var hcharts = anyAttribute(chartData, type, chart.context, []);
2486     if(hcharts.length > 0) {
2487         var hi = 0, hlen = hcharts.length;
2488         while(hi < hlen) {
2489             if(typeof hcharts[hi] === 'function')
2490                 head += hcharts[hi](chart.id).replace('CHART_DURATION', duration.toString()).replace('CHART_UNIQUE_ID', chart.id);
2491             else
2492                 head += hcharts[hi].replace('CHART_DURATION', duration.toString()).replace('CHART_UNIQUE_ID', chart.id);
2493             hi++;
2494         }
2495     }
2496     return head;
2497 }
2498
2499 function renderPage(menus, data) {
2500     var div = document.getElementById('charts_div');
2501     var pcent_width = Math.floor(100 / chartsPerRow($(div).width()));
2502
2503     // find the proper duration for per-second updates
2504     var duration = Math.round(($(div).width() * pcent_width / 100 * data.update_every / 3) / 60) * 60;
2505     var html = '';
2506     var sidebar = '<ul class="nav dashboard-sidenav" data-spy="affix" id="sidebar_ul">';
2507     var mainhead = headMain(data.charts, duration);
2508
2509     // sort the menus
2510     var main = sortObjectByPriority(menus);
2511     var i = 0, len = main.length;
2512     while(i < len) {
2513         var menu = main[i++];
2514
2515         // generate an entry at the main menu
2516
2517         var menuid = name2id(menu);
2518         sidebar += '<li class=""><a href="#' + menuid + '" onClick="return scrollToId(\'' + menuid + '\');">' + menus[menu].icon + ' ' + menus[menu].title + '</a><ul class="nav">';
2519         html += '<div role="section"><div role="sectionhead"><h1 id="' + menuid + '" role="heading">' + menus[menu].title + '</h1></div><div id="menu_' + menuid + '" role="document">';
2520
2521         if(menus[menu].info !== null)
2522             html += menus[menu].info;
2523
2524         // console.log(' >> ' + menu + ' (' + menus[menu].priority + '): ' + menus[menu].title);
2525
2526         var shtml = '';
2527         var mhead = '<div class="netdata-chart-row">' + mainhead;
2528         mainhead = '';
2529
2530         // sort the submenus of this menu
2531         var sub = sortObjectByPriority(menus[menu].submenus);
2532         var si = 0, slen = sub.length;
2533         while(si < slen) {
2534             var submenu = sub[si++];
2535
2536             // generate an entry at the submenu
2537             var submenuid = name2id(menu + '_' + submenu);
2538             sidebar += '<li class><a href="#' + submenuid + '" onClick="return scrollToId(\'' + submenuid + '\');">' + menus[menu].submenus[submenu].title + '</a></li>';
2539             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>';
2540
2541             if(menus[menu].submenus[submenu].info !== null)
2542                 shtml += '<div class="chart-message netdata-chart-alignment" role="document">' + menus[menu].submenus[submenu].info + '</div>';
2543
2544             var head = '<div class="netdata-chart-row">';
2545             var chtml = '';
2546
2547             // console.log('    \------- ' + submenu + ' (' + menus[menu].submenus[submenu].priority + '): ' + menus[menu].submenus[submenu].title);
2548
2549             // sort the charts in this submenu of this menu
2550             menus[menu].submenus[submenu].charts.sort(prioritySort);
2551             var ci = 0, clen = menus[menu].submenus[submenu].charts.length;
2552             while(ci < clen) {
2553                 var chart = menus[menu].submenus[submenu].charts[ci++];
2554
2555                 // generate the submenu heading charts
2556                 mhead += generateHeadCharts('mainheads', chart, duration);
2557                 head += generateHeadCharts('heads', chart, duration);
2558
2559                 // generate the chart
2560                 chtml += chartInfo(chart.context) + '<div data-netdata="' + chart.id + '"'
2561                     + ' data-width="' + pcent_width.toString() + '%"'
2562                     + ' data-height="' + chartHeight(chart.context, options.chartsHeight).toString() + 'px"'
2563                     + ' data-before="0"'
2564                     + ' data-after="-' + duration.toString() + '"'
2565                     + ' data-id="' + name2id(options.hostname + '/' + chart.id) + '"'
2566                     + ' data-colors="' + anyAttribute(chartData, 'colors', chart.context, '') + '"'
2567                     + ' role="application"></div>';
2568
2569                 // console.log('         \------- ' + chart.id + ' (' + chart.priority + '): ' + chart.context  + ' height: ' + menus[menu].submenus[submenu].height);
2570             }
2571
2572             head += '</div>';
2573             shtml += head + chtml + '</div>';
2574         }
2575
2576         mhead += '</div>';
2577         sidebar += '</ul></li>';
2578         html += mhead + shtml + '</div></div><hr role="separator"/>';
2579     }
2580
2581     sidebar += '</ul>';
2582     div.innerHTML = html;
2583     document.getElementById('sidebar').innerHTML = sidebar;
2584     finalizePage();
2585 }
2586
2587 function renderChartsAndMenu(data) {
2588     var menus = options.menus;
2589     var charts = data.charts;
2590
2591     for(var c in charts) {
2592         enrichChartData(charts[c]);
2593
2594         // create the menu
2595         if(typeof menus[charts[c].menu] === 'undefined') {
2596             menus[charts[c].menu] = {
2597                 priority: charts[c].priority,
2598                 submenus: {},
2599                 title: menuTitle(charts[c]),
2600                 icon: menuIcon(charts[c]),
2601                 info: menuInfo(charts[c].menu),
2602                 height: menuHeight(charts[c].menu, options.chartsHeight)
2603             };
2604         }
2605
2606         if(charts[c].priority < menus[charts[c].menu].priority)
2607             menus[charts[c].menu].priority = charts[c].priority;
2608
2609         // create the submenu
2610         if(typeof menus[charts[c].menu].submenus[charts[c].submenu] === 'undefined') {
2611             menus[charts[c].menu].submenus[charts[c].submenu] = {
2612                 priority: charts[c].priority,
2613                 charts: new Array(),
2614                 title: null,
2615                 info: submenuInfo(charts[c].menu, charts[c].submenu),
2616                 height: submenuHeight(charts[c].menu, charts[c].submenu, menus[charts[c].menu].height)
2617             };
2618         }
2619
2620         if(charts[c].priority < menus[charts[c].menu].submenus[charts[c].submenu].priority)
2621             menus[charts[c].menu].submenus[charts[c].submenu].priority = charts[c].priority;
2622
2623         // index the chart in the menu/submenu
2624         menus[charts[c].menu].submenus[charts[c].submenu].charts.push(charts[c]);
2625
2626         // console.log(urlOptions.chart + ' === ' + c);
2627         if(urlOptions.chart === c) {
2628             urlOptions.hash = '#' + name2id(charts[c].menu + '_' + charts[c].submenu)
2629             // console.log('hash = ' + urlOptions.hash);
2630         }
2631     }
2632
2633     // propagate the descriptive subname given to QoS
2634     // to all the other submenus with the same name
2635     for(var m in menus) {
2636         for(var s in menus[m].submenus) {
2637             // set the family using a name
2638             if(typeof options.submenu_names[s] !== 'undefined') {
2639                 menus[m].submenus[s].title = s + ' (' + options.submenu_names[s] + ')';
2640             }
2641             else {
2642                 menus[m].submenus[s].title = submenuTitle(m, s);
2643             }
2644         }
2645     }
2646
2647     renderPage(menus, data);
2648 }
2649
2650 // ----------------------------------------------------------------------------
2651
2652 function alarmsUpdateModal() {
2653     var active = '<h3>Raised Alarms</h3><table class="table">';
2654     var all = '<h3>All Running Alarms</h3><div class="panel-group" id="alarms_all_accordion" role="tablist" aria-multiselectable="true">';
2655     var log = '<h3>Alarm Log</h3><table class="table"><tr><th>When</th><th>Chart</th><th>Alarm</th><th>Status</th>';
2656     var footer = '<hr/><a href="https://github.com/firehol/netdata/wiki/Generating-Badges" target="_blank">netdata badges</a> refresh automatically. Their color indicates the state of the alarm: <span style="color: #e05d44"><b>&nbsp;red&nbsp;</b></span> is critical, <span style="color:#fe7d37"><b>&nbsp;orange&nbsp;</b></span> is warning, <span style="color: #4c1"><b>&nbsp;bright green&nbsp;</b></span> is ok, <span style="color: #9f9f9f"><b>&nbsp;light grey&nbsp;</b></span> is undefined (i.e. no data or no status), <span style="color: #000"><b>&nbsp;black&nbsp;</b></span> is not initialized. You can copy and paste their URLs to embed them in any web page.<br/>netdata can send notifications for these alarms. Check <a href="https://github.com/firehol/netdata/blob/master/conf.d/health_alarm_notify.conf">this configuration file</a> for more information.';
2657
2658     NETDATA.alarms.get('all', function(data) {
2659         options.alarm_families = new Array();
2660
2661         alarmsCallback(data);
2662
2663         if(data === null) {
2664             document.getElementById('alarms_active').innerHTML =
2665                     document.getElementById('alarms_all').innerHTML =
2666                             document.getElementById('alarms_log').innerHTML =
2667                                     'failed to load alarm data!';
2668             return;
2669         }
2670
2671         function frequency_text(seconds, sfx) {
2672             if(seconds === 0)
2673                 return 'now';
2674
2675             var suffix = '';
2676             if(seconds < 0) {
2677                 seconds = -seconds;
2678                 if(sfx) suffix = '&nbsp;ago';
2679             }
2680
2681             var hours = Math.floor(seconds / 3600);
2682             seconds -= (hours * 3600);
2683
2684             var minutes = Math.floor(seconds / 60);
2685             seconds -= (minutes * 60);
2686
2687             var txt = '';
2688             
2689             if(hours > 1) txt += hours.toString() + '&nbsp;hours';
2690             else if(hours === 1) txt += hours.toString() + '&nbsp;hour';
2691
2692             if(hours > 0 && minutes > 0 && seconds == 0)
2693                 txt += '&nbsp;and&nbsp;';
2694             else if(hours > 0 && minutes > 0 && seconds > 0)
2695                 txt += ',&nbsp;';
2696
2697             if(minutes > 1) txt += minutes.toString() + '&nbsp;minutes';
2698             else if(minutes === 1) txt += minutes.toString() + '&nbsp;minute';
2699
2700             if((minutes > 0 || minutes > 0) && seconds > 0)
2701                 txt += '&nbsp;and&nbsp;';
2702
2703             if(seconds > 1) txt += seconds.toString() + '&nbsp;seconds';
2704             else if(seconds === 1) txt += seconds.toString() + '&nbsp;second';
2705
2706             return txt + suffix;
2707         }
2708
2709         function alarm_lookup_explain(alarm, chart) {
2710             var dimensions = ' of all values ';
2711
2712             if(chart.dimensions.length > 1)
2713                 dimensions = ' of the sum of all dimensions ';
2714
2715             if(typeof alarm.lookup_dimensions !== 'undefined') {
2716                 var d = alarm.lookup_dimensions.replace('|', ',');
2717                 var x = d.split(',');
2718                 if(x.length > 1)
2719                     dimensions = 'of the sum of dimensions <code>' + alarm.lookup_dimensions + '</code> ';
2720                 else
2721                     dimensions = 'of all values of dimension <code>' + alarm.lookup_dimensions + '</code> ';
2722             }
2723
2724             return '<code>' + alarm.lookup_method + '</code> '
2725                 + dimensions + ', of chart <code>' + alarm.chart + '</code>'
2726                 + ', starting <code>' + frequency_text(alarm.lookup_after + alarm.lookup_before, true) + '</code> and up to <code>' + frequency_text(alarm.lookup_before, true) + '</code>'
2727                 + ((alarm.lookup_options)?(', with options <code>' + alarm.lookup_options.replace(' ', ',&nbsp;') + '</code>'):'')
2728                 + '.';
2729         }
2730
2731         function alarm_to_html(alarm, full) {
2732             var chart = options.data.charts[alarm.chart];
2733
2734             var html = '<tr><td class="text-center" style="vertical-align:middle" width="40%"><b>' + alarm.chart + '</b><br/>&nbsp;<br/><embed src="' + NETDATA.alarms.server + '/api/v1/badge.svg?chart=' + alarm.chart + '&alarm=' + alarm.name + '&refresh=auto" type="image/svg+xml" height="20" /><br/>&nbsp;<br/><span style="font-size: 18px">' + alarm.info + '</span><br/>&nbsp;<br/>role: <b>' + alarm.recipient + '</b></td>'
2735                 + '<td><table class="table">'
2736                 + ((typeof alarm.warn !== 'undefined')?('<tr><td width="10%" style="text-align:right">warning&nbsp;when</td><td><span style="font-family: monospace; color:#fe7d37; font-weight: bold;">' + alarm.warn + '</span></td></tr>'):'')
2737                 + ((typeof alarm.crit !== 'undefined')?('<tr><td width="10%" style="text-align:right">critical&nbsp;when</td><td><span style="font-family: monospace; color: #e05d44; font-weight: bold;">' + alarm.crit + '</span></td></tr>'):'');
2738
2739             if(full === true) {
2740                     html += ((typeof alarm.lookup_after !== 'undefined')?('<tr><td width="10%" style="text-align:right">db&nbsp;lookup</td><td>' + alarm_lookup_explain(alarm, chart) + '</td></tr>'):'')
2741                     + ((typeof alarm.calc !== 'undefined')?('<tr><td width="10%" style="text-align:right">calculation</td><td><span style="font-family: monospace;">' + alarm.calc + '</span></td></tr>'):'')
2742                     + ((chart.green !== null)?('<tr><td width="10%" style="text-align:right">green&nbsp;threshold</td><td><code>' + chart.green + ' ' + chart.units + '</code></td></tr>'):'')
2743                     + ((chart.red !== null)?('<tr><td width="10%" style="text-align:right">red&nbsp;threshold</td><td><code>' + chart.red + ' ' + chart.units + '</code></td></tr>'):'');
2744             }
2745
2746             var delay = '';
2747             if((alarm.delay_up_duration > 0 || alarm.delay_down_duration > 0) && alarm.delay_multiplier != 0 && alarm.delay_max_duration > 0) {
2748                 if(alarm.delay_up_duration == alarm.delay_down_duration) {
2749                     delay += '<small><br/>hysteresis ' + frequency_text(alarm.delay_up_duration);
2750                 }
2751                 else {
2752                     delay = '<small><br/>hysteresis ';
2753                     if(alarm.delay_up_duration > 0) {
2754                         delay += 'on&nbsp;escalation&nbsp;<code>' + frequency_text(alarm.delay_up_duration) + '</code>, ';
2755                     }
2756                     if(alarm.delay_down_duration > 0) {
2757                         delay += 'on&nbsp;recovery&nbsp;<code>' + frequency_text(alarm.delay_down_duration) + '</code>, ';
2758                     }
2759                 }
2760                 if(alarm.delay_multiplier != 1.0) {
2761                     delay += 'multiplied&nbsp;by&nbsp;<code>' + alarm.delay_multiplier.toString() + '</code>';
2762                     delay += ',&nbsp;up&nbsp;to&nbsp;<code>' + frequency_text(alarm.delay_max_duration) + '</code>';
2763                 }
2764                 delay += '</small>';
2765             }
2766
2767             html += '<tr><td width="10%" style="text-align:right">check&nbsp;every</td><td>' + frequency_text(alarm.update_every) + '</td></tr>'
2768                 + '<tr><td width="10%" style="text-align:right">execute</td><td><span style="font-family: monospace;">' + alarm.exec + '</span>' + delay + '</td></tr>'
2769                 + '<tr><td width="10%" style="text-align:right">source</td><td><span style="font-family: monospace;">' + alarm.source + '</span></td></tr>'
2770                 + '</table></td></tr>';
2771
2772             return html;
2773         }
2774
2775         function alarm_family_show(id) {
2776             var html = '<table class="table">';
2777             var family = options.alarm_families[id];
2778             var len = family.arr.length;
2779             while(len--) {
2780                 var alarm = family.arr[len];
2781                 html += alarm_to_html(alarm, true);
2782             }
2783             html += '</table>';
2784
2785             $('#alarm_all_' + id.toString()).html(html);
2786         }
2787
2788         // find the proper family of each alarm
2789         var now = new Date().getTime();
2790         var x;
2791         var count_active = 0;
2792         var count_all = 0;
2793         var families = {};
2794         var families_sort = new Array();
2795         for(x in data.alarms) {
2796             var alarm = data.alarms[x];
2797             var family = alarm.family;
2798
2799             // find the chart
2800             var chart = options.data.charts[alarm.chart];
2801             if(typeof chart === 'undefined')
2802                 chart = options.data.charts_by_name[alarm.chart];
2803
2804             // not found - this should never happen!
2805             if(typeof chart === 'undefined') {
2806                 console.log('WARNING: alarm ' + x + ' is linked to chart ' + alarm.chart + ', which is not found in the list of chart got from the server.');
2807                 chart = { priority: 9999999 };
2808             }
2809             else if(typeof chart.menu !== 'undefined' && typeof chart.submenu !== 'undefined')
2810                 // the family based on the chart
2811                 family = chart.menu + ' - ' + chart.submenu;
2812
2813             if(typeof families[family] === 'undefined') {
2814                 families[family] = {
2815                     name: family,
2816                     arr: new Array(),
2817                     priority: chart.priority
2818                 };
2819
2820                 families_sort.push(families[family]);
2821             }
2822
2823             if(chart.priority < families[family].priority)
2824                 families[family].priority = chart.priority;
2825
2826             families[family].arr.unshift(alarm);
2827         }
2828
2829         // sort the families, like the dashboard menu does
2830         var families_sorted = families_sort.sort(function (a, b) {
2831             if (a.priority > b.priority) return -1;
2832             if (a.priority < b.priority) return 1;
2833             return 0;
2834         });
2835
2836         var fc = 0;
2837         var len = families_sorted.length;
2838         while(len--) {
2839             var family = families_sorted[len].name;
2840             var active_family_added = false;
2841             var expanded = 'true';
2842             var collapsed = '';
2843             var cin = 'in';
2844
2845             if(fc !== 0) {
2846                 all += "</table></div></div></div>";
2847                 expanded = 'false';
2848                 collapsed = 'class="collapsed"'
2849                 cin = '';
2850             }
2851
2852             all += '<div class="panel panel-default"><div class="panel-heading" role="tab" id="alarm_all_heading_' + fc.toString() + '"><h4 class="panel-title"><a ' + collapsed + ' role="button" data-toggle="collapse" data-parent="#alarms_all_accordion" href="#alarm_all_' + fc.toString() + '" aria-expanded="' + expanded + '" aria-controls="alarm_all_' + fc.toString() + '">' + family.toString() + '</a></h4></div><div id="alarm_all_' + fc.toString() + '" class="panel-collapse collapse ' + cin + '" role="tabpanel" aria-labelledby="alarm_all_heading_' + fc.toString() + '" data-alarm-id="' + fc.toString() + '"><div class="panel-body" id="alarm_all_body_' + fc.toString() + '">';
2853
2854             options.alarm_families[fc] = families[family];
2855
2856             fc++;
2857
2858             var arr = families[family].arr;
2859             var c = arr.length;
2860             while(c--) {
2861                 var alarm = arr[c];
2862                 if(alarm.status === 'WARNING' || alarm.status === 'CRITICAL') {
2863                     if(!active_family_added) {
2864                         active_family_added = true;
2865                         active += '<tr><th class="text-center" colspan="2"><h4>' + family + '</h4></th></tr>';
2866                     }
2867                     count_active++;
2868                     active += alarm_to_html(alarm, true);
2869                 }
2870
2871                 count_all++;
2872             }
2873         }
2874         active += "</table>";
2875         if(families_sorted.length > 0) all += "</div></div></div>";
2876         all += "</div>";
2877
2878         if(!count_active)
2879             active += "<h4>Everything is normal. No raised alarms.</h4>";
2880         else
2881             active += footer;
2882
2883         if(!count_all)
2884             all += "<h4>No alarms are running in this system.</h4>";
2885         else
2886             all += footer;
2887
2888         document.getElementById('alarms_active').innerHTML = active;
2889         document.getElementById('alarms_all').innerHTML = all;
2890
2891         if(families_sorted.length > 0) alarm_family_show(0);
2892
2893         // register bootstrap events
2894         $('#alarms_all_accordion').on('show.bs.collapse', function (d) {
2895             var target = $(d.target);
2896             var id = $(target).data('alarm-id');
2897             alarm_family_show(id);
2898         });
2899         $('#alarms_all_accordion').on('hidden.bs.collapse', function (d) {
2900             var target = $(d.target);
2901             var id = $(target).data('alarm-id');
2902             $('#alarm_all_' + id.toString()).html('');
2903         });
2904
2905         NETDATA.alarms.get_log(0, function(data) {
2906             if(data === null) {
2907                 document.getElementById('alarms_log').innerHTML =
2908                         'failed to load alarm data!';
2909                 return;
2910             }
2911
2912             var i = 0;
2913             var len = data.length;
2914             if(len > 50) len = 50;
2915             while(i < len) {
2916                 var time = new Date(data[i].when * 1000);
2917                 log += '<tr><td>'
2918                         + time.toLocaleDateString() + ' '
2919                         + time.toLocaleTimeString() + '</td><td>'
2920                         + data[i].chart.toString() + '</td><td>'
2921                         + data[i].name.toString() + ' = ' + ((data[i].value !== null)?Math.floor(data[i].value):'NaN').toString() + ' ' + data[i].units.toString() + '</td><td>'
2922                         + data[i].status.toString() + '</td></tr>';
2923                 i++;
2924             }
2925             log += "</table>";
2926
2927             if(i == 0)
2928                 log += "<h4>No alarms have been logged in this system.</h4>";
2929
2930             document.getElementById('alarms_log').innerHTML = log;
2931         })
2932     });
2933 }
2934
2935 function alarmsCallback(data) {
2936     var count = 0;
2937     for(x in data.alarms) {
2938         var alarm = data.alarms[x];
2939         if(alarm.status === 'WARNING' || alarm.status === 'CRITICAL')
2940             count++;
2941     }
2942
2943     if(count > 0)
2944         document.getElementById('alarms_count_badge').innerHTML = count.toString();
2945     else
2946         document.getElementById('alarms_count_badge').innerHTML = '';
2947 }
2948
2949 function downloadAllCharts(netdata_url) {
2950     if(typeof netdata_url === 'undefined' || netdata_url === null)
2951         netdata_url = NETDATA.serverDefault;
2952
2953     NETDATA.pause(function() {
2954         $("#loadOverlay").css("display","none");
2955
2956         NETDATA.alarms.callback = alarmsCallback;
2957
2958         // download all the charts the server knows
2959         NETDATA.chartRegistry.downloadAll(netdata_url, function(data) {
2960
2961             if(data !== null) {
2962                 options.hostname = data.hostname;
2963                 options.data = data;
2964
2965                 // create a chart_by_name index
2966                 data.charts_by_name = {};
2967                 var charts = data.charts;
2968                 var x;
2969                 for(x in charts) {
2970                     var chart = charts[x];
2971                     data.charts_by_name[chart.name] = chart;
2972                 }
2973
2974                 // update the dashboard hostname
2975                 document.getElementById('hostname').innerHTML = options.hostname;
2976                 document.getElementById('hostname').href = NETDATA.serverDefault;
2977
2978                 // update the dashboard title
2979                 document.title = options.hostname + ' netdata dashboard';
2980
2981                 // render all charts
2982                 renderChartsAndMenu(data);
2983             }
2984         });
2985     });
2986 }
2987
2988 // ----------------------------------------------------------------------------
2989
2990 function versionLog(msg) {
2991     document.getElementById('versionCheckLog').innerHTML = msg;
2992 }
2993
2994 function getNetdataVersion(callback) {
2995     versionLog('Downloading installed version info from netdata...');
2996
2997     $.ajax({
2998         url: 'version.txt',
2999         async: true,
3000         cache: false
3001     })
3002     .done(function(data) {
3003         data = data.replace(/(\r\n|\n|\r| |\t)/gm,"");
3004         if(data.length !== 40) {
3005             versionLog('Received version string is invalid.');
3006             callback(null);
3007         }
3008         else {
3009             versionLog('Installed version of netdata is ' + data);
3010             document.getElementById('netdataVersion').innerHTML = data;
3011             callback(data);
3012         }
3013     })
3014     .fail(function() {
3015         versionLog('Failed to download installed version info from netdata!');
3016         callback(null);
3017     });
3018 }
3019
3020 function getGithubLatestCommit(callback) {
3021     versionLog('Downloading latest version info from github...');
3022
3023     $.ajax({
3024         url: 'https://api.github.com/repos/firehol/netdata/commits',
3025         async: true,
3026         cache: false
3027     })
3028     .done(function(data) {
3029         versionLog('Latest version info from github is ' + data[0].sha);
3030         callback(data[0].sha);
3031     })
3032     .fail(function() {
3033         versionLog('Failed to download installed version info from github!');
3034         callback(null);
3035     });
3036 }
3037
3038 function checkForUpdate(callback) {
3039     getNetdataVersion(function(sha1) {
3040         if(sha1 === null) callback(null, null);
3041
3042         getGithubLatestCommit(function(sha2) {
3043             callback(sha1, sha2);
3044         });
3045     });
3046
3047     return null;
3048 }
3049
3050 function notifyForUpdate(force) {
3051     versionLog('<p>checking for updates...</p>');
3052
3053     var now = new Date().getTime();
3054
3055     if(typeof force === 'undefined' || force !== true) {
3056         var last = loadLocalStorage('last_update_check');
3057
3058         if(typeof last === 'string')
3059             last = parseInt(last);
3060         else
3061             last = 0;
3062
3063         if(now - last < 3600000 * 8) {
3064             // no need to check it - too soon
3065             return;
3066         }
3067     }
3068
3069     checkForUpdate(function(sha1, sha2) {
3070         var save = false;
3071
3072         if(sha1 === null) {
3073             save = false;
3074             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>');
3075         }
3076         else if(sha2 === null) {
3077             save = false;
3078             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>');
3079         }
3080         else if(sha1 === sha2) {
3081             save = true;
3082             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>');
3083         }
3084         else {
3085             save = true;
3086             var compare = 'https://github.com/firehol/netdata/compare/' + sha1.toString() + '...' + sha2.toString();
3087
3088             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>');
3089
3090             document.getElementById('update_badge').innerHTML = '!';
3091         }
3092
3093         if(save)
3094             saveLocalStorage('last_update_check', now.toString());
3095     });
3096 }
3097
3098 // ----------------------------------------------------------------------------
3099
3100 function finalizePage() {
3101     // resize all charts - without starting the background thread
3102     // this has to be done while NETDATA is paused
3103     // if we ommit this, the affix menu will be wrong, since all
3104     // the Dom elements are initially zero-sized
3105     NETDATA.parseDom();
3106
3107     if(urlOptions.pan_and_zoom === true)
3108         NETDATA.globalPanAndZoom.setMaster(NETDATA.options.targets[0], urlOptions.after, urlOptions.before);
3109
3110     // ------------------------------------------------------------------------
3111     // https://github.com/viralpatel/jquery.shorten/blob/master/src/jquery.shorten.js
3112     $.fn.shorten = function(settings) {
3113         "use strict";
3114
3115         var config = {
3116             showChars: 750,
3117             minHideChars: 10,
3118             ellipsesText: "...",
3119             moreText: '<i class="fa fa-expand" aria-hidden="true"></i> show more information',
3120             lessText: '<i class="fa fa-compress" aria-hidden="true"></i> show less information',
3121             onLess: function() { NETDATA.onscroll(); },
3122             onMore: function() { NETDATA.onscroll(); },
3123             errMsg: null,
3124             force: false
3125         };
3126
3127         if (settings) {
3128             $.extend(config, settings);
3129         }
3130
3131         if ($(this).data('jquery.shorten') && !config.force) {
3132             return false;
3133         }
3134         $(this).data('jquery.shorten', true);
3135
3136         $(document).off("click", '.morelink');
3137
3138         $(document).on({
3139             click: function() {
3140
3141                 var $this = $(this);
3142                 if ($this.hasClass('less')) {
3143                     $this.removeClass('less');
3144                     $this.html(config.moreText);
3145                     $this.parent().prev().animate({'height':'0'+'%'}, 0, function () { $this.parent().prev().prev().show(); }).hide(0, function() {
3146                         config.onLess();
3147                     });
3148
3149                 } else {
3150                     $this.addClass('less');
3151                     $this.html(config.lessText);
3152                     $this.parent().prev().animate({'height':'100'+'%'}, 0, function () { $this.parent().prev().prev().hide(); }).show(0, function() {
3153                         config.onMore();
3154                     });
3155                 }
3156                 return false;
3157             }
3158         }, '.morelink');
3159
3160         return this.each(function() {
3161             var $this = $(this);
3162
3163             var content = $this.html();
3164             var contentlen = $this.text().length;
3165             if (contentlen > config.showChars + config.minHideChars) {
3166                 var c = content.substr(0, config.showChars);
3167                 if (c.indexOf('<') >= 0) // If there's HTML don't want to cut it
3168                 {
3169                     var inTag = false; // I'm in a tag?
3170                     var bag = ''; // Put the characters to be shown here
3171                     var countChars = 0; // Current bag size
3172                     var openTags = []; // Stack for opened tags, so I can close them later
3173                     var tagName = null;
3174
3175                     for (var i = 0, r = 0; r <= config.showChars; i++) {
3176                         if (content[i] == '<' && !inTag) {
3177                             inTag = true;
3178
3179                             // This could be "tag" or "/tag"
3180                             tagName = content.substring(i + 1, content.indexOf('>', i));
3181
3182                             // If its a closing tag
3183                             if (tagName[0] == '/') {
3184
3185
3186                                 if (tagName != '/' + openTags[0]) {
3187                                     config.errMsg = 'ERROR en HTML: the top of the stack should be the tag that closes';
3188                                 } else {
3189                                     openTags.shift(); // Pops the last tag from the open tag stack (the tag is closed in the retult HTML!)
3190                                 }
3191
3192                             } else {
3193                                 // There are some nasty tags that don't have a close tag like <br/>
3194                                 if (tagName.toLowerCase() != 'br') {
3195                                     openTags.unshift(tagName); // Add to start the name of the tag that opens
3196                                 }
3197                             }
3198                         }
3199                         if (inTag && content[i] == '>') {
3200                             inTag = false;
3201                         }
3202
3203                         if (inTag) { bag += content.charAt(i); } // Add tag name chars to the result
3204                         else {
3205                             r++;
3206                             if (countChars <= config.showChars) {
3207                                 bag += content.charAt(i); // Fix to ie 7 not allowing you to reference string characters using the []
3208                                 countChars++;
3209                             } else // Now I have the characters needed
3210                             {
3211                                 if (openTags.length > 0) // I have unclosed tags
3212                                 {
3213                                     //console.log('They were open tags');
3214                                     //console.log(openTags);
3215                                     for (j = 0; j < openTags.length; j++) {
3216                                         //console.log('Cierro tag ' + openTags[j]);
3217                                         bag += '</' + openTags[j] + '>'; // Close all tags that were opened
3218
3219                                         // 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
3220                                     }
3221                                     break;
3222                                 }
3223                             }
3224                         }
3225                     }
3226                     c = $('<div/>').html(bag + '<span class="ellip">' + config.ellipsesText + '</span>').html();
3227                 }else{
3228                     c+=config.ellipsesText;
3229                 }
3230
3231                 var html = '<div class="shortcontent">' + c +
3232                         '</div><div class="allcontent">' + content +
3233                         '</div><span><a href="javascript://nop/" class="morelink">' + config.moreText + '</a></span>';
3234
3235                 $this.html(html);
3236                 $this.find(".allcontent").hide(); // Hide all text
3237                 $('.shortcontent p:last', $this).css('margin-bottom', 0); //Remove bottom margin on last paragraph as it's likely shortened
3238             }
3239         });
3240
3241     };
3242     $(".chart-message").shorten();
3243     // ------------------------------------------------------------------------
3244
3245     // callback for us to track PanAndZoom operations
3246     NETDATA.globalPanAndZoom.callback = netdataPanAndZoomCallback;
3247
3248     // let it run (update the charts)
3249     NETDATA.unpause();
3250
3251     // check if we have to jump to a specific section
3252     scrollToId(urlOptions.hash.replace('#',''));
3253
3254     /* activate bootstrap sidebar (affix) */
3255     $('#sidebar').affix({
3256         offset: {
3257             top: (isdemo())?150:0,
3258             bottom: 0
3259         }
3260     });
3261
3262     /* fix scrolling of very long affix lists
3263        http://stackoverflow.com/questions/21691585/bootstrap-3-1-0-affix-too-long
3264      */
3265     $('#sidebar').on('affixed.bs.affix', function() {
3266         $(this).removeAttr('style');
3267     });
3268
3269     /* activate bootstrap scrollspy (needed for sidebar) */
3270     $(document.body).scrollspy({
3271         target: '#sidebar',
3272         offset: $(window).height() / 5 // controls the diff of the <hX> element to the top, to select it
3273     });
3274
3275     // change the URL based on the current position of the screen
3276     $('#sidebar').on('activate.bs.scrollspy', function (e) {
3277         var el = $(e.target);
3278         if(el.find('ul').size() == 0) {
3279             var hash = el.find('a').attr('href');
3280             if(typeof hash === 'string' && hash.substring(0, 1) == '#') {
3281                 urlOptions.hash = hash;
3282                 // console.log(urlOptions.hash);
3283                 netdataHashUpdate();
3284             }
3285         }
3286     });
3287
3288     document.getElementById('footer').style.display = 'block';
3289
3290     var update_options_modal = function() {
3291         // console.log('update_options_modal');
3292
3293         var sync_option = function(option) {
3294             var self = $('#' + option);
3295
3296             if(self.prop('checked') !== NETDATA.getOption(option)) {
3297                 // console.log('switching ' + option.toString());
3298                 self.bootstrapToggle(NETDATA.getOption(option)?'on':'off');
3299             }
3300         }
3301
3302         var theme_sync_option = function(option) {
3303             var self = $('#' + option);
3304
3305             self.bootstrapToggle(netdataTheme === 'slate'?'on':'off');
3306         }
3307
3308         sync_option('eliminate_zero_dimensions');
3309         sync_option('destroy_on_hide');
3310         sync_option('parallel_refresher');
3311         sync_option('concurrent_refreshes');
3312         sync_option('sync_selection');
3313         sync_option('sync_pan_and_zoom');
3314         sync_option('stop_updates_when_focus_is_lost');
3315         sync_option('smooth_plot');
3316         sync_option('pan_and_zoom_data_padding');
3317         sync_option('show_help');
3318         theme_sync_option('netdata_theme_control');
3319
3320         if(NETDATA.getOption('parallel_refresher') === false) {
3321             $('#concurrent_refreshes_row').hide();
3322         }
3323         else {
3324             $('#concurrent_refreshes_row').show();
3325         }
3326     };
3327     NETDATA.setOption('setOptionCallback', update_options_modal);
3328
3329     // handle options changes
3330     $('#eliminate_zero_dimensions').change(function()       { NETDATA.setOption('eliminate_zero_dimensions', $(this).prop('checked')); });
3331     $('#destroy_on_hide').change(function()                 { NETDATA.setOption('destroy_on_hide', $(this).prop('checked')); });
3332     $('#parallel_refresher').change(function()              { NETDATA.setOption('parallel_refresher', $(this).prop('checked')); });
3333     $('#concurrent_refreshes').change(function()            { NETDATA.setOption('concurrent_refreshes', $(this).prop('checked')); });
3334     $('#sync_selection').change(function()                  { NETDATA.setOption('sync_selection', $(this).prop('checked')); });
3335     $('#sync_pan_and_zoom').change(function()               { NETDATA.setOption('sync_pan_and_zoom', $(this).prop('checked')); });
3336     $('#stop_updates_when_focus_is_lost').change(function() { NETDATA.setOption('stop_updates_when_focus_is_lost', $(this).prop('checked')); });
3337     $('#smooth_plot').change(function()                     { NETDATA.setOption('smooth_plot', $(this).prop('checked')); });
3338     $('#pan_and_zoom_data_padding').change(function()       { NETDATA.setOption('pan_and_zoom_data_padding', $(this).prop('checked')); });
3339     $('#show_help').change(function()                       {
3340         urlOptions.help = $(this).prop('checked');
3341         NETDATA.setOption('show_help', urlOptions.help);
3342         netdataReload();
3343     });
3344
3345     // this has to be the last
3346     // it reloads the page
3347     $('#netdata_theme_control').change(function() {
3348         urlOptions.theme = $(this).prop('checked')?'slate':'white';
3349         if(setTheme(urlOptions.theme))
3350             netdataReload();
3351     });
3352
3353     $('#updateModal').on('shown.bs.modal', function() {
3354         notifyForUpdate(true);
3355     });
3356
3357     $('#alarmsModal').on('shown.bs.modal', function() {
3358         NETDATA.pause(alarmsUpdateModal);
3359     });
3360
3361     $('#alarmsModal').on('hidden.bs.modal', function() {
3362         NETDATA.unpause();
3363         document.getElementById('alarms_active').innerHTML =
3364                 document.getElementById('alarms_all').innerHTML =
3365                 document.getElementById('alarms_log').innerHTML =
3366                         'loading...';
3367     });
3368
3369     $('#deleteRegistryModal').on('hidden.bs.modal', function() {
3370         deleteRegistryGuid = null;
3371     });
3372
3373     if(isdemo()) {
3374         if(urlOptions.nowelcome !== true) {
3375             setTimeout(function() {
3376                 $('#welcomeModal').modal();
3377             }, 1000);
3378         }
3379
3380         // google analytics when this is used for the home page of the demo sites
3381         // this does not run on user's installations
3382         setTimeout(function() {
3383             (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
3384             (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
3385             m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
3386             })(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
3387
3388             ga('create', 'UA-64295674-3', 'auto');
3389             ga('send', 'pageview');
3390         }, 2000);
3391     }
3392     else notifyForUpdate();
3393
3394     if(urlOptions.show_alarms === true)
3395         setTimeout(function() { $('#alarmsModal').modal('show'); }, 1000);
3396 }
3397
3398 function resetDashboardOptions() {
3399     var help = NETDATA.options.current.show_help;
3400
3401     NETDATA.resetOptions();
3402     if(setTheme('slate'))
3403         netdataReload();
3404
3405     if(help !== NETDATA.options.current.show_help)
3406         netdataReload();
3407 }
3408
3409 downloadAllCharts();
3410
3411 </script>
3412
3413 </body>
3414 </html>