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