Merge "src, docker: Change pkg import path of DMA"
[barometer.git] / docker / barometer-grafana / dashboards / host_overview_dashboard.json
1 {
2   "dashboard": {
3     "__requires": [
4       {
5         "type": "grafana",
6         "id": "grafana",
7         "name": "Grafana",
8         "version": "4.6.3"
9       },
10       {
11         "type": "panel",
12         "id": "graph",
13         "name": "Graph",
14         "version": ""
15       },
16       {
17         "type": "datasource",
18         "id": "influxdb",
19         "name": "InfluxDB",
20         "version": "1.0.0"
21       }
22     ],
23     "annotations": {
24       "list": [
25         {
26           "builtIn": 1,
27           "datasource": "-- Grafana --",
28           "enable": true,
29           "hide": true,
30           "iconColor": "rgba(0, 211, 255, 1)",
31           "name": "Annotations & Alerts",
32           "type": "dashboard"
33         }
34       ]
35     },
36     "description": "This Dashboard provides a general overview of a host, with templating to select the datasource and hostname.",
37     "editable": true,
38     "gnetId": 554,
39     "graphTooltip": 1,
40     "hideControls": false,
41     "id": null,
42     "links": [],
43     "refresh": "10s",
44     "rows": [
45       {
46         "collapse": false,
47         "height": "250px",
48         "panels": [
49           {
50             "aliasColors": {},
51             "bars": false,
52             "dashLength": 10,
53             "dashes": false,
54             "datasource": "collectd",
55             "editable": true,
56             "error": false,
57             "fill": 1,
58             "grid": {},
59             "id": 5,
60             "legend": {
61               "alignAsTable": true,
62               "avg": true,
63               "current": false,
64               "hideZero": true,
65               "max": true,
66               "min": true,
67               "rightSide": true,
68               "show": true,
69               "total": false,
70               "values": true
71             },
72             "lines": true,
73             "linewidth": 1,
74             "links": [],
75             "nullPointMode": "connected",
76             "percentage": false,
77             "pointradius": 5,
78             "points": false,
79             "renderer": "flot",
80             "seriesOverrides": [],
81             "spaceLength": 10,
82             "span": 6,
83             "stack": false,
84             "steppedLine": false,
85             "targets": [
86               {
87                 "alias": "iowait",
88                 "dsType": "influxdb",
89                 "expr": "",
90                 "groupBy": [
91                   {
92                     "params": [
93                       "$interval"
94                     ],
95                     "type": "time"
96                   },
97                   {
98                     "params": [
99                       "null"
100                     ],
101                     "type": "fill"
102                   }
103                 ],
104                 "intervalFactor": 2,
105                 "measurement": "cpu_value",
106                 "orderByTime": "ASC",
107                 "policy": "default",
108                 "refId": "C",
109                 "resultFormat": "time_series",
110                 "select": [
111                   [
112                     {
113                       "params": [
114                         "value"
115                       ],
116                       "type": "field"
117                     },
118                     {
119                       "params": [],
120                       "type": "mean"
121                     }
122                   ]
123                 ],
124                 "tags": [
125                   {
126                     "key": "host",
127                     "operator": "=~",
128                     "value": "/^$host$/"
129                   },
130                   {
131                     "condition": "AND",
132                     "key": "type_instance",
133                     "operator": "=",
134                     "value": "wait"
135                   }
136                 ]
137               },
138               {
139                 "alias": "irq",
140                 "dsType": "influxdb",
141                 "expr": "",
142                 "groupBy": [
143                   {
144                     "params": [
145                       "$interval"
146                     ],
147                     "type": "time"
148                   },
149                   {
150                     "params": [
151                       "null"
152                     ],
153                     "type": "fill"
154                   }
155                 ],
156                 "intervalFactor": 2,
157                 "measurement": "cpu_value",
158                 "orderByTime": "ASC",
159                 "policy": "default",
160                 "refId": "D",
161                 "resultFormat": "time_series",
162                 "select": [
163                   [
164                     {
165                       "params": [
166                         "value"
167                       ],
168                       "type": "field"
169                     },
170                     {
171                       "params": [],
172                       "type": "mean"
173                     }
174                   ]
175                 ],
176                 "tags": [
177                   {
178                     "key": "host",
179                     "operator": "=~",
180                     "value": "/^$host$/"
181                   },
182                   {
183                     "condition": "AND",
184                     "key": "type_instance",
185                     "operator": "=",
186                     "value": "interrupt"
187                   }
188                 ]
189               },
190               {
191                 "alias": "nice",
192                 "dsType": "influxdb",
193                 "expr": "",
194                 "groupBy": [
195                   {
196                     "params": [
197                       "$interval"
198                     ],
199                     "type": "time"
200                   },
201                   {
202                     "params": [
203                       "null"
204                     ],
205                     "type": "fill"
206                   }
207                 ],
208                 "intervalFactor": 2,
209                 "measurement": "cpu_value",
210                 "orderByTime": "ASC",
211                 "policy": "default",
212                 "refId": "E",
213                 "resultFormat": "time_series",
214                 "select": [
215                   [
216                     {
217                       "params": [
218                         "value"
219                       ],
220                       "type": "field"
221                     },
222                     {
223                       "params": [],
224                       "type": "mean"
225                     }
226                   ]
227                 ],
228                 "tags": [
229                   {
230                     "key": "host",
231                     "operator": "=~",
232                     "value": "/^$host$/"
233                   },
234                   {
235                     "condition": "AND",
236                     "key": "type_instance",
237                     "operator": "=",
238                     "value": "nice"
239                   }
240                 ]
241               },
242               {
243                 "alias": "softirq",
244                 "dsType": "influxdb",
245                 "expr": "",
246                 "groupBy": [
247                   {
248                     "params": [
249                       "$interval"
250                     ],
251                     "type": "time"
252                   },
253                   {
254                     "params": [
255                       "null"
256                     ],
257                     "type": "fill"
258                   }
259                 ],
260                 "intervalFactor": 2,
261                 "measurement": "cpu_value",
262                 "orderByTime": "ASC",
263                 "policy": "default",
264                 "refId": "F",
265                 "resultFormat": "time_series",
266                 "select": [
267                   [
268                     {
269                       "params": [
270                         "value"
271                       ],
272                       "type": "field"
273                     },
274                     {
275                       "params": [],
276                       "type": "mean"
277                     }
278                   ]
279                 ],
280                 "tags": [
281                   {
282                     "key": "host",
283                     "operator": "=~",
284                     "value": "/^$host$/"
285                   },
286                   {
287                     "condition": "AND",
288                     "key": "type_instance",
289                     "operator": "=",
290                     "value": "softirq"
291                   }
292                 ]
293               },
294               {
295                 "alias": "steal",
296                 "dsType": "influxdb",
297                 "expr": "",
298                 "groupBy": [
299                   {
300                     "params": [
301                       "$interval"
302                     ],
303                     "type": "time"
304                   },
305                   {
306                     "params": [
307                       "null"
308                     ],
309                     "type": "fill"
310                   }
311                 ],
312                 "intervalFactor": 2,
313                 "measurement": "cpu_value",
314                 "orderByTime": "ASC",
315                 "policy": "default",
316                 "refId": "G",
317                 "resultFormat": "time_series",
318                 "select": [
319                   [
320                     {
321                       "params": [
322                         "value"
323                       ],
324                       "type": "field"
325                     },
326                     {
327                       "params": [],
328                       "type": "mean"
329                     }
330                   ]
331                 ],
332                 "tags": [
333                   {
334                     "key": "host",
335                     "operator": "=~",
336                     "value": "/^$host$/"
337                   },
338                   {
339                     "condition": "AND",
340                     "key": "type_instance",
341                     "operator": "=",
342                     "value": "steal"
343                   }
344                 ]
345               },
346               {
347                 "alias": "system",
348                 "dsType": "influxdb",
349                 "expr": "",
350                 "groupBy": [
351                   {
352                     "params": [
353                       "$interval"
354                     ],
355                     "type": "time"
356                   },
357                   {
358                     "params": [
359                       "null"
360                     ],
361                     "type": "fill"
362                   }
363                 ],
364                 "intervalFactor": 2,
365                 "measurement": "cpu_value",
366                 "orderByTime": "ASC",
367                 "policy": "default",
368                 "refId": "H",
369                 "resultFormat": "time_series",
370                 "select": [
371                   [
372                     {
373                       "params": [
374                         "value"
375                       ],
376                       "type": "field"
377                     },
378                     {
379                       "params": [],
380                       "type": "mean"
381                     }
382                   ]
383                 ],
384                 "tags": [
385                   {
386                     "key": "host",
387                     "operator": "=~",
388                     "value": "/^$host$/"
389                   },
390                   {
391                     "condition": "AND",
392                     "key": "type_instance",
393                     "operator": "=",
394                     "value": "system"
395                   }
396                 ]
397               },
398               {
399                 "alias": "user",
400                 "dsType": "influxdb",
401                 "expr": "",
402                 "groupBy": [
403                   {
404                     "params": [
405                       "$interval"
406                     ],
407                     "type": "time"
408                   },
409                   {
410                     "params": [
411                       "null"
412                     ],
413                     "type": "fill"
414                   }
415                 ],
416                 "intervalFactor": 2,
417                 "measurement": "cpu_value",
418                 "orderByTime": "ASC",
419                 "policy": "default",
420                 "refId": "I",
421                 "resultFormat": "time_series",
422                 "select": [
423                   [
424                     {
425                       "params": [
426                         "value"
427                       ],
428                       "type": "field"
429                     },
430                     {
431                       "params": [],
432                       "type": "mean"
433                     }
434                   ]
435                 ],
436                 "tags": [
437                   {
438                     "key": "host",
439                     "operator": "=~",
440                     "value": "/^$host$/"
441                   },
442                   {
443                     "condition": "AND",
444                     "key": "type_instance",
445                     "operator": "=",
446                     "value": "user"
447                   }
448                 ]
449               }
450             ],
451             "thresholds": [],
452             "timeFrom": null,
453             "timeShift": null,
454             "title": "CPU Usage",
455             "tooltip": {
456               "msResolution": true,
457               "shared": true,
458               "sort": 0,
459               "value_type": "cumulative"
460             },
461             "type": "graph",
462             "xaxis": {
463               "buckets": null,
464               "mode": "time",
465               "name": null,
466               "show": true,
467               "values": []
468             },
469             "yaxes": [
470               {
471                 "format": "short",
472                 "label": null,
473                 "logBase": 1,
474                 "max": null,
475                 "min": null,
476                 "show": true
477               },
478               {
479                 "format": "short",
480                 "label": null,
481                 "logBase": 1,
482                 "max": null,
483                 "min": null,
484                 "show": true
485               }
486             ]
487           },
488           {
489             "aliasColors": {},
490             "bars": false,
491             "dashLength": 10,
492             "dashes": false,
493             "datasource": "collectd",
494             "editable": true,
495             "error": false,
496             "fill": 1,
497             "grid": {},
498             "id": 6,
499             "legend": {
500               "alignAsTable": true,
501               "avg": true,
502               "current": false,
503               "max": true,
504               "min": true,
505               "rightSide": true,
506               "show": true,
507               "total": false,
508               "values": true
509             },
510             "lines": true,
511             "linewidth": 1,
512             "links": [],
513             "nullPointMode": "connected",
514             "percentage": false,
515             "pointradius": 5,
516             "points": false,
517             "renderer": "flot",
518             "seriesOverrides": [],
519             "spaceLength": 10,
520             "span": 6,
521             "stack": false,
522             "steppedLine": false,
523             "targets": [
524               {
525                 "alias": "short",
526                 "dsType": "influxdb",
527                 "expr": "",
528                 "groupBy": [
529                   {
530                     "params": [
531                       "$interval"
532                     ],
533                     "type": "time"
534                   },
535                   {
536                     "params": [
537                       "null"
538                     ],
539                     "type": "fill"
540                   }
541                 ],
542                 "intervalFactor": 2,
543                 "measurement": "load_shortterm",
544                 "policy": "default",
545                 "refId": "A",
546                 "resultFormat": "time_series",
547                 "select": [
548                   [
549                     {
550                       "params": [
551                         "value"
552                       ],
553                       "type": "field"
554                     },
555                     {
556                       "params": [],
557                       "type": "mean"
558                     }
559                   ]
560                 ],
561                 "tags": [
562                   {
563                     "key": "host",
564                     "operator": "=~",
565                     "value": "/^$host$/"
566                   }
567                 ]
568               },
569               {
570                 "alias": "medium",
571                 "dsType": "influxdb",
572                 "expr": "",
573                 "groupBy": [
574                   {
575                     "params": [
576                       "$interval"
577                     ],
578                     "type": "time"
579                   },
580                   {
581                     "params": [
582                       "null"
583                     ],
584                     "type": "fill"
585                   }
586                 ],
587                 "intervalFactor": 2,
588                 "measurement": "load_midterm",
589                 "policy": "default",
590                 "refId": "B",
591                 "resultFormat": "time_series",
592                 "select": [
593                   [
594                     {
595                       "params": [
596                         "value"
597                       ],
598                       "type": "field"
599                     },
600                     {
601                       "params": [],
602                       "type": "mean"
603                     }
604                   ]
605                 ],
606                 "tags": [
607                   {
608                     "key": "host",
609                     "operator": "=~",
610                     "value": "/^$host$/"
611                   }
612                 ]
613               },
614               {
615                 "alias": "long",
616                 "dsType": "influxdb",
617                 "expr": "",
618                 "groupBy": [
619                   {
620                     "params": [
621                       "$interval"
622                     ],
623                     "type": "time"
624                   },
625                   {
626                     "params": [
627                       "null"
628                     ],
629                     "type": "fill"
630                   }
631                 ],
632                 "intervalFactor": 2,
633                 "measurement": "load_longterm",
634                 "policy": "default",
635                 "refId": "C",
636                 "resultFormat": "time_series",
637                 "select": [
638                   [
639                     {
640                       "params": [
641                         "value"
642                       ],
643                       "type": "field"
644                     },
645                     {
646                       "params": [],
647                       "type": "mean"
648                     }
649                   ]
650                 ],
651                 "tags": [
652                   {
653                     "key": "host",
654                     "operator": "=~",
655                     "value": "/^$host$/"
656                   }
657                 ]
658               }
659             ],
660             "thresholds": [],
661             "timeFrom": null,
662             "timeShift": null,
663             "title": "Load Average",
664             "tooltip": {
665               "msResolution": true,
666               "shared": true,
667               "sort": 0,
668               "value_type": "cumulative"
669             },
670             "type": "graph",
671             "xaxis": {
672               "buckets": null,
673               "mode": "time",
674               "name": null,
675               "show": true,
676               "values": []
677             },
678             "yaxes": [
679               {
680                 "format": "short",
681                 "label": null,
682                 "logBase": 1,
683                 "max": null,
684                 "min": null,
685                 "show": true
686               },
687               {
688                 "format": "short",
689                 "label": null,
690                 "logBase": 1,
691                 "max": null,
692                 "min": null,
693                 "show": true
694               }
695             ]
696           },
697           {
698             "aliasColors": {},
699             "bars": false,
700             "dashLength": 10,
701             "dashes": false,
702             "datasource": "collectd",
703             "editable": true,
704             "error": false,
705             "fill": 1,
706             "grid": {},
707             "id": 7,
708             "legend": {
709               "avg": false,
710               "current": false,
711               "max": false,
712               "min": false,
713               "show": true,
714               "total": false,
715               "values": false
716             },
717             "lines": true,
718             "linewidth": 1,
719             "links": [],
720             "nullPointMode": "connected",
721             "percentage": false,
722             "pointradius": 5,
723             "points": false,
724             "renderer": "flot",
725             "seriesOverrides": [],
726             "spaceLength": 10,
727             "span": 6,
728             "stack": false,
729             "steppedLine": false,
730             "targets": [
731               {
732                 "alias": "used",
733                 "dsType": "influxdb",
734                 "expr": "",
735                 "groupBy": [
736                   {
737                     "params": [
738                       "$interval"
739                     ],
740                     "type": "time"
741                   },
742                   {
743                     "params": [
744                       "null"
745                     ],
746                     "type": "fill"
747                   }
748                 ],
749                 "intervalFactor": 2,
750                 "measurement": "memory_value",
751                 "orderByTime": "ASC",
752                 "policy": "default",
753                 "query": "SELECT mean(\"value\") FROM \"memory_value\" WHERE \"host\" =~ /^$host$/ AND \"type_instance\" = 'used' AND $timeFilter GROUP BY time($interval) fill(null)",
754                 "rawQuery": true,
755                 "refId": "B",
756                 "resultFormat": "time_series",
757                 "select": [
758                   [
759                     {
760                       "params": [
761                         "value"
762                       ],
763                       "type": "field"
764                     },
765                     {
766                       "params": [],
767                       "type": "mean"
768                     }
769                   ]
770                 ],
771                 "tags": [
772                   {
773                     "key": "host",
774                     "operator": "=~",
775                     "value": "/^$host$/"
776                   },
777                   {
778                     "condition": "AND",
779                     "key": "type_instance",
780                     "operator": "=",
781                     "value": "used"
782                   }
783                 ]
784               }
785             ],
786             "thresholds": [],
787             "timeFrom": null,
788             "timeShift": null,
789             "title": "Memory",
790             "tooltip": {
791               "msResolution": true,
792               "shared": true,
793               "sort": 0,
794               "value_type": "cumulative"
795             },
796             "type": "graph",
797             "xaxis": {
798               "buckets": null,
799               "mode": "time",
800               "name": null,
801               "show": true,
802               "values": []
803             },
804             "yaxes": [
805               {
806                 "format": "bytes",
807                 "label": null,
808                 "logBase": 1,
809                 "max": null,
810                 "min": null,
811                 "show": true
812               },
813               {
814                 "format": "short",
815                 "label": null,
816                 "logBase": 1,
817                 "max": null,
818                 "min": null,
819                 "show": true
820               }
821             ]
822           },
823           {
824             "aliasColors": {},
825             "bars": false,
826             "dashLength": 10,
827             "dashes": false,
828             "datasource": "collectd",
829             "editable": true,
830             "error": false,
831             "fill": 1,
832             "grid": {},
833             "id": 8,
834             "legend": {
835               "avg": false,
836               "current": false,
837               "max": false,
838               "min": false,
839               "show": true,
840               "total": false,
841               "values": false
842             },
843             "lines": true,
844             "linewidth": 1,
845             "links": [],
846             "nullPointMode": "connected",
847             "percentage": false,
848             "pointradius": 5,
849             "points": false,
850             "renderer": "flot",
851             "seriesOverrides": [],
852             "spaceLength": 10,
853             "span": 6,
854             "stack": false,
855             "steppedLine": false,
856             "targets": [
857               {
858                 "alias": "free",
859                 "dsType": "influxdb",
860                 "expr": "",
861                 "groupBy": [
862                   {
863                     "params": [
864                       "$interval"
865                     ],
866                     "type": "time"
867                   },
868                   {
869                     "params": [
870                       "null"
871                     ],
872                     "type": "fill"
873                   }
874                 ],
875                 "intervalFactor": 2,
876                 "measurement": "memory_value",
877                 "policy": "default",
878                 "refId": "B",
879                 "resultFormat": "time_series",
880                 "select": [
881                   [
882                     {
883                       "params": [
884                         "value"
885                       ],
886                       "type": "field"
887                     },
888                     {
889                       "params": [],
890                       "type": "mean"
891                     }
892                   ]
893                 ],
894                 "tags": [
895                   {
896                     "key": "host",
897                     "operator": "=~",
898                     "value": "/^$host$/"
899                   },
900                   {
901                     "condition": "AND",
902                     "key": "type_instance",
903                     "operator": "=",
904                     "value": "free"
905                   }
906                 ]
907               },
908               {
909                 "alias": "buffered",
910                 "dsType": "influxdb",
911                 "expr": "",
912                 "groupBy": [
913                   {
914                     "params": [
915                       "$interval"
916                     ],
917                     "type": "time"
918                   },
919                   {
920                     "params": [
921                       "null"
922                     ],
923                     "type": "fill"
924                   }
925                 ],
926                 "intervalFactor": 2,
927                 "measurement": "memory_value",
928                 "policy": "default",
929                 "refId": "C",
930                 "resultFormat": "time_series",
931                 "select": [
932                   [
933                     {
934                       "params": [
935                         "value"
936                       ],
937                       "type": "field"
938                     },
939                     {
940                       "params": [],
941                       "type": "mean"
942                     }
943                   ]
944                 ],
945                 "tags": [
946                   {
947                     "key": "host",
948                     "operator": "=~",
949                     "value": "/^$host$/"
950                   },
951                   {
952                     "condition": "AND",
953                     "key": "type_instance",
954                     "operator": "=",
955                     "value": "buffered"
956                   }
957                 ]
958               },
959               {
960                 "alias": "cached",
961                 "dsType": "influxdb",
962                 "expr": "",
963                 "groupBy": [
964                   {
965                     "params": [
966                       "$interval"
967                     ],
968                     "type": "time"
969                   },
970                   {
971                     "params": [
972                       "null"
973                     ],
974                     "type": "fill"
975                   }
976                 ],
977                 "intervalFactor": 2,
978                 "measurement": "memory_value",
979                 "policy": "default",
980                 "refId": "D",
981                 "resultFormat": "time_series",
982                 "select": [
983                   [
984                     {
985                       "params": [
986                         "value"
987                       ],
988                       "type": "field"
989                     },
990                     {
991                       "params": [],
992                       "type": "mean"
993                     }
994                   ]
995                 ],
996                 "tags": [
997                   {
998                     "key": "host",
999                     "operator": "=~",
1000                     "value": "/^$host$/"
1001                   },
1002                   {
1003                     "condition": "AND",
1004                     "key": "type_instance",
1005                     "operator": "=",
1006                     "value": "cached"
1007                   }
1008                 ]
1009               }
1010             ],
1011             "thresholds": [],
1012             "timeFrom": null,
1013             "timeShift": null,
1014             "title": "Memory Distrubution",
1015             "tooltip": {
1016               "msResolution": true,
1017               "shared": true,
1018               "sort": 0,
1019               "value_type": "cumulative"
1020             },
1021             "type": "graph",
1022             "xaxis": {
1023               "buckets": null,
1024               "mode": "time",
1025               "name": null,
1026               "show": true,
1027               "values": []
1028             },
1029             "yaxes": [
1030               {
1031                 "format": "bytes",
1032                 "label": null,
1033                 "logBase": 1,
1034                 "max": null,
1035                 "min": null,
1036                 "show": true
1037               },
1038               {
1039                 "format": "short",
1040                 "label": null,
1041                 "logBase": 1,
1042                 "max": null,
1043                 "min": null,
1044                 "show": true
1045               }
1046             ]
1047           },
1048           {
1049             "aliasColors": {},
1050             "bars": true,
1051             "dashLength": 10,
1052             "dashes": false,
1053             "datasource": "collectd",
1054             "editable": true,
1055             "error": false,
1056             "fill": 1,
1057             "grid": {},
1058             "id": 13,
1059             "legend": {
1060               "avg": false,
1061               "current": false,
1062               "max": false,
1063               "min": false,
1064               "show": true,
1065               "total": false,
1066               "values": false
1067             },
1068             "lines": false,
1069             "linewidth": 2,
1070             "links": [],
1071             "nullPointMode": "connected",
1072             "percentage": false,
1073             "pointradius": 5,
1074             "points": false,
1075             "renderer": "flot",
1076             "seriesOverrides": [],
1077             "spaceLength": 10,
1078             "span": 6,
1079             "stack": true,
1080             "steppedLine": false,
1081             "targets": [
1082               {
1083                 "alias": "received",
1084                 "dsType": "influxdb",
1085                 "expr": "",
1086                 "groupBy": [
1087                   {
1088                     "params": [
1089                       "1h"
1090                     ],
1091                     "type": "time"
1092                   },
1093                   {
1094                     "params": [
1095                       "null"
1096                     ],
1097                     "type": "fill"
1098                   }
1099                 ],
1100                 "intervalFactor": 2,
1101                 "measurement": "interface_rx",
1102                 "policy": "default",
1103                 "refId": "A",
1104                 "resultFormat": "time_series",
1105                 "select": [
1106                   [
1107                     {
1108                       "params": [
1109                         "value"
1110                       ],
1111                       "type": "field"
1112                     },
1113                     {
1114                       "params": [],
1115                       "type": "mean"
1116                     },
1117                     {
1118                       "params": [
1119                         "1h"
1120                       ],
1121                       "type": "non_negative_derivative"
1122                     }
1123                   ]
1124                 ],
1125                 "tags": [
1126                   {
1127                     "key": "host",
1128                     "operator": "=~",
1129                     "value": "/^$host$/"
1130                   },
1131                   {
1132                     "condition": "AND",
1133                     "key": "type",
1134                     "operator": "=",
1135                     "value": "if_octets"
1136                   }
1137                 ]
1138               },
1139               {
1140                 "alias": "sent",
1141                 "dsType": "influxdb",
1142                 "expr": "",
1143                 "groupBy": [
1144                   {
1145                     "params": [
1146                       "1h"
1147                     ],
1148                     "type": "time"
1149                   },
1150                   {
1151                     "params": [
1152                       "null"
1153                     ],
1154                     "type": "fill"
1155                   }
1156                 ],
1157                 "intervalFactor": 2,
1158                 "measurement": "interface_tx",
1159                 "policy": "default",
1160                 "refId": "B",
1161                 "resultFormat": "time_series",
1162                 "select": [
1163                   [
1164                     {
1165                       "params": [
1166                         "value"
1167                       ],
1168                       "type": "field"
1169                     },
1170                     {
1171                       "params": [],
1172                       "type": "mean"
1173                     },
1174                     {
1175                       "params": [
1176                         "1h"
1177                       ],
1178                       "type": "non_negative_derivative"
1179                     }
1180                   ]
1181                 ],
1182                 "tags": [
1183                   {
1184                     "key": "host",
1185                     "operator": "=~",
1186                     "value": "/^$host$/"
1187                   },
1188                   {
1189                     "condition": "AND",
1190                     "key": "type",
1191                     "operator": "=",
1192                     "value": "if_octets"
1193                   }
1194                 ]
1195               }
1196             ],
1197             "thresholds": [],
1198             "timeFrom": "24h",
1199             "timeShift": null,
1200             "title": "Network Utilization (Hourly)",
1201             "tooltip": {
1202               "msResolution": true,
1203               "shared": true,
1204               "sort": 0,
1205               "value_type": "individual"
1206             },
1207             "type": "graph",
1208             "xaxis": {
1209               "buckets": null,
1210               "mode": "time",
1211               "name": null,
1212               "show": true,
1213               "values": []
1214             },
1215             "yaxes": [
1216               {
1217                 "format": "bytes",
1218                 "label": null,
1219                 "logBase": 1,
1220                 "max": null,
1221                 "min": null,
1222                 "show": true
1223               },
1224               {
1225                 "format": "bytes",
1226                 "label": null,
1227                 "logBase": 1,
1228                 "max": null,
1229                 "min": null,
1230                 "show": true
1231               }
1232             ]
1233           },
1234           {
1235             "aliasColors": {},
1236             "bars": false,
1237             "dashLength": 10,
1238             "dashes": false,
1239             "datasource": "collectd",
1240             "editable": true,
1241             "error": false,
1242             "fill": 1,
1243             "grid": {},
1244             "id": 14,
1245             "legend": {
1246               "alignAsTable": true,
1247               "avg": true,
1248               "current": true,
1249               "max": true,
1250               "min": true,
1251               "rightSide": false,
1252               "show": true,
1253               "total": false,
1254               "values": true
1255             },
1256             "lines": true,
1257             "linewidth": 1,
1258             "links": [],
1259             "nullPointMode": "connected",
1260             "percentage": false,
1261             "pointradius": 5,
1262             "points": false,
1263             "renderer": "flot",
1264             "seriesOverrides": [],
1265             "spaceLength": 10,
1266             "span": 6,
1267             "stack": false,
1268             "steppedLine": false,
1269             "targets": [
1270               {
1271                 "alias": "received",
1272                 "dsType": "influxdb",
1273                 "expr": "",
1274                 "groupBy": [
1275                   {
1276                     "params": [
1277                       "$interval"
1278                     ],
1279                     "type": "time"
1280                   },
1281                   {
1282                     "params": [
1283                       "null"
1284                     ],
1285                     "type": "fill"
1286                   }
1287                 ],
1288                 "intervalFactor": 2,
1289                 "measurement": "interface_rx",
1290                 "policy": "default",
1291                 "refId": "A",
1292                 "resultFormat": "time_series",
1293                 "select": [
1294                   [
1295                     {
1296                       "params": [
1297                         "value"
1298                       ],
1299                       "type": "field"
1300                     },
1301                     {
1302                       "params": [],
1303                       "type": "mean"
1304                     },
1305                     {
1306                       "params": [
1307                         "1s"
1308                       ],
1309                       "type": "non_negative_derivative"
1310                     },
1311                     {
1312                       "params": [
1313                         " *8"
1314                       ],
1315                       "type": "math"
1316                     }
1317                   ]
1318                 ],
1319                 "tags": [
1320                   {
1321                     "key": "host",
1322                     "operator": "=~",
1323                     "value": "/^$host$/"
1324                   },
1325                   {
1326                     "condition": "AND",
1327                     "key": "type",
1328                     "operator": "=",
1329                     "value": "if_octets"
1330                   }
1331                 ]
1332               },
1333               {
1334                 "alias": "sent",
1335                 "dsType": "influxdb",
1336                 "expr": "",
1337                 "groupBy": [
1338                   {
1339                     "params": [
1340                       "$interval"
1341                     ],
1342                     "type": "time"
1343                   },
1344                   {
1345                     "params": [
1346                       "null"
1347                     ],
1348                     "type": "fill"
1349                   }
1350                 ],
1351                 "intervalFactor": 2,
1352                 "measurement": "interface_tx",
1353                 "policy": "default",
1354                 "refId": "B",
1355                 "resultFormat": "time_series",
1356                 "select": [
1357                   [
1358                     {
1359                       "params": [
1360                         "value"
1361                       ],
1362                       "type": "field"
1363                     },
1364                     {
1365                       "params": [],
1366                       "type": "mean"
1367                     },
1368                     {
1369                       "params": [
1370                         "1s"
1371                       ],
1372                       "type": "non_negative_derivative"
1373                     },
1374                     {
1375                       "params": [
1376                         "*8"
1377                       ],
1378                       "type": "math"
1379                     }
1380                   ]
1381                 ],
1382                 "tags": [
1383                   {
1384                     "key": "host",
1385                     "operator": "=~",
1386                     "value": "/^$host$/"
1387                   },
1388                   {
1389                     "condition": "AND",
1390                     "key": "type",
1391                     "operator": "=",
1392                     "value": "if_octets"
1393                   }
1394                 ]
1395               }
1396             ],
1397             "thresholds": [],
1398             "timeFrom": null,
1399             "timeShift": null,
1400             "title": "Network Traffic",
1401             "tooltip": {
1402               "msResolution": true,
1403               "shared": true,
1404               "sort": 0,
1405               "value_type": "cumulative"
1406             },
1407             "type": "graph",
1408             "xaxis": {
1409               "buckets": null,
1410               "mode": "time",
1411               "name": null,
1412               "show": true,
1413               "values": []
1414             },
1415             "yaxes": [
1416               {
1417                 "format": "bps",
1418                 "label": null,
1419                 "logBase": 1,
1420                 "max": null,
1421                 "min": null,
1422                 "show": true
1423               },
1424               {
1425                 "format": "short",
1426                 "label": null,
1427                 "logBase": 1,
1428                 "max": null,
1429                 "min": null,
1430                 "show": true
1431               }
1432             ]
1433           },
1434           {
1435             "aliasColors": {},
1436             "bars": false,
1437             "dashLength": 10,
1438             "dashes": false,
1439             "datasource": "collectd",
1440             "decimals": 1,
1441             "editable": true,
1442             "error": false,
1443             "fill": 1,
1444             "grid": {},
1445             "id": 15,
1446             "legend": {
1447               "avg": false,
1448               "current": false,
1449               "max": false,
1450               "min": false,
1451               "show": true,
1452               "total": false,
1453               "values": false
1454             },
1455             "lines": true,
1456             "linewidth": 2,
1457             "links": [],
1458             "nullPointMode": "connected",
1459             "percentage": false,
1460             "pointradius": 5,
1461             "points": false,
1462             "renderer": "flot",
1463             "seriesOverrides": [],
1464             "spaceLength": 10,
1465             "span": 6,
1466             "stack": false,
1467             "steppedLine": false,
1468             "targets": [
1469               {
1470                 "alias": "free",
1471                 "dsType": "influxdb",
1472                 "expr": "",
1473                 "groupBy": [
1474                   {
1475                     "params": [
1476                       "$interval"
1477                     ],
1478                     "type": "time"
1479                   },
1480                   {
1481                     "params": [
1482                       "null"
1483                     ],
1484                     "type": "fill"
1485                   }
1486                 ],
1487                 "intervalFactor": 2,
1488                 "measurement": "df_value",
1489                 "policy": "default",
1490                 "refId": "A",
1491                 "resultFormat": "time_series",
1492                 "select": [
1493                   [
1494                     {
1495                       "params": [
1496                         "value"
1497                       ],
1498                       "type": "field"
1499                     },
1500                     {
1501                       "params": [],
1502                       "type": "last"
1503                     }
1504                   ]
1505                 ],
1506                 "tags": [
1507                   {
1508                     "key": "host",
1509                     "operator": "=~",
1510                     "value": "/^$host$/"
1511                   },
1512                   {
1513                     "condition": "AND",
1514                     "key": "type_instance",
1515                     "operator": "=",
1516                     "value": "free"
1517                   },
1518                   {
1519                     "condition": "AND",
1520                     "key": "type",
1521                     "operator": "=",
1522                     "value": "df_complex"
1523                   },
1524                   {
1525                     "condition": "AND",
1526                     "key": "instance",
1527                     "operator": "=",
1528                     "value": "root"
1529                   }
1530                 ]
1531               },
1532               {
1533                 "alias": "used",
1534                 "dsType": "influxdb",
1535                 "expr": "",
1536                 "groupBy": [
1537                   {
1538                     "params": [
1539                       "$interval"
1540                     ],
1541                     "type": "time"
1542                   },
1543                   {
1544                     "params": [
1545                       "null"
1546                     ],
1547                     "type": "fill"
1548                   }
1549                 ],
1550                 "intervalFactor": 2,
1551                 "measurement": "df_value",
1552                 "policy": "default",
1553                 "refId": "B",
1554                 "resultFormat": "time_series",
1555                 "select": [
1556                   [
1557                     {
1558                       "params": [
1559                         "value"
1560                       ],
1561                       "type": "field"
1562                     },
1563                     {
1564                       "params": [],
1565                       "type": "last"
1566                     }
1567                   ]
1568                 ],
1569                 "tags": [
1570                   {
1571                     "key": "host",
1572                     "operator": "=~",
1573                     "value": "/^$host$/"
1574                   },
1575                   {
1576                     "condition": "AND",
1577                     "key": "type_instance",
1578                     "operator": "=",
1579                     "value": "used"
1580                   },
1581                   {
1582                     "condition": "AND",
1583                     "key": "type",
1584                     "operator": "=",
1585                     "value": "df_complex"
1586                   },
1587                   {
1588                     "condition": "AND",
1589                     "key": "instance",
1590                     "operator": "=",
1591                     "value": "root"
1592                   }
1593                 ]
1594               }
1595             ],
1596             "thresholds": [],
1597             "timeFrom": null,
1598             "timeShift": null,
1599             "title": "Disk space (/)",
1600             "tooltip": {
1601               "msResolution": true,
1602               "shared": true,
1603               "sort": 0,
1604               "value_type": "cumulative"
1605             },
1606             "type": "graph",
1607             "xaxis": {
1608               "buckets": null,
1609               "mode": "time",
1610               "name": null,
1611               "show": true,
1612               "values": []
1613             },
1614             "yaxes": [
1615               {
1616                 "format": "bytes",
1617                 "label": null,
1618                 "logBase": 1,
1619                 "max": null,
1620                 "min": 0,
1621                 "show": true
1622               },
1623               {
1624                 "format": "short",
1625                 "label": null,
1626                 "logBase": 1,
1627                 "max": null,
1628                 "min": null,
1629                 "show": true
1630               }
1631             ]
1632           },
1633           {
1634             "aliasColors": {},
1635             "bars": false,
1636             "dashLength": 10,
1637             "dashes": false,
1638             "datasource": "collectd",
1639             "editable": true,
1640             "error": false,
1641             "fill": 1,
1642             "grid": {},
1643             "id": 16,
1644             "legend": {
1645               "alignAsTable": true,
1646               "avg": true,
1647               "current": true,
1648               "max": true,
1649               "min": true,
1650               "rightSide": true,
1651               "show": true,
1652               "total": false,
1653               "values": true
1654             },
1655             "lines": true,
1656             "linewidth": 2,
1657             "links": [],
1658             "nullPointMode": "connected",
1659             "percentage": false,
1660             "pointradius": 5,
1661             "points": false,
1662             "renderer": "flot",
1663             "seriesOverrides": [],
1664             "spaceLength": 10,
1665             "span": 6,
1666             "stack": false,
1667             "steppedLine": false,
1668             "targets": [
1669               {
1670                 "alias": "free $tag_instance",
1671                 "dsType": "influxdb",
1672                 "expr": "",
1673                 "groupBy": [
1674                   {
1675                     "params": [
1676                       "$interval"
1677                     ],
1678                     "type": "time"
1679                   },
1680                   {
1681                     "params": [
1682                       "instance"
1683                     ],
1684                     "type": "tag"
1685                   },
1686                   {
1687                     "params": [
1688                       "none"
1689                     ],
1690                     "type": "fill"
1691                   }
1692                 ],
1693                 "intervalFactor": 2,
1694                 "measurement": "df_value",
1695                 "orderByTime": "ASC",
1696                 "policy": "default",
1697                 "refId": "A",
1698                 "resultFormat": "time_series",
1699                 "select": [
1700                   [
1701                     {
1702                       "params": [
1703                         "value"
1704                       ],
1705                       "type": "field"
1706                     },
1707                     {
1708                       "params": [],
1709                       "type": "last"
1710                     }
1711                   ]
1712                 ],
1713                 "tags": [
1714                   {
1715                     "key": "host",
1716                     "operator": "=~",
1717                     "value": "/^$host$/"
1718                   },
1719                   {
1720                     "condition": "AND",
1721                     "key": "type",
1722                     "operator": "=",
1723                     "value": "df_complex"
1724                   },
1725                   {
1726                     "condition": "AND",
1727                     "key": "type_instance",
1728                     "operator": "=",
1729                     "value": "free"
1730                   },
1731                   {
1732                     "condition": "AND",
1733                     "key": "instance",
1734                     "operator": "=",
1735                     "value": "dev"
1736                   },
1737                   {
1738                     "condition": "OR",
1739                     "key": "instance",
1740                     "operator": "=",
1741                     "value": "root"
1742                   }
1743                 ]
1744               },
1745               {
1746                 "alias": "used $tag_instance",
1747                 "dsType": "influxdb",
1748                 "expr": "",
1749                 "groupBy": [
1750                   {
1751                     "params": [
1752                       "$interval"
1753                     ],
1754                     "type": "time"
1755                   },
1756                   {
1757                     "params": [
1758                       "instance"
1759                     ],
1760                     "type": "tag"
1761                   },
1762                   {
1763                     "params": [
1764                       "none"
1765                     ],
1766                     "type": "fill"
1767                   }
1768                 ],
1769                 "hide": false,
1770                 "intervalFactor": 2,
1771                 "measurement": "df_value",
1772                 "orderByTime": "ASC",
1773                 "policy": "default",
1774                 "refId": "B",
1775                 "resultFormat": "time_series",
1776                 "select": [
1777                   [
1778                     {
1779                       "params": [
1780                         "value"
1781                       ],
1782                       "type": "field"
1783                     },
1784                     {
1785                       "params": [],
1786                       "type": "last"
1787                     }
1788                   ]
1789                 ],
1790                 "tags": [
1791                   {
1792                     "key": "host",
1793                     "operator": "=~",
1794                     "value": "/^$host$/"
1795                   },
1796                   {
1797                     "condition": "AND",
1798                     "key": "type",
1799                     "operator": "=",
1800                     "value": "df_complex"
1801                   },
1802                   {
1803                     "condition": "AND",
1804                     "key": "type_instance",
1805                     "operator": "=",
1806                     "value": "used"
1807                   },
1808                   {
1809                     "condition": "AND",
1810                     "key": "instance",
1811                     "operator": "=",
1812                     "value": "dev"
1813                   },
1814                   {
1815                     "condition": "OR",
1816                     "key": "instance",
1817                     "operator": "=",
1818                     "value": "root"
1819                   }
1820                 ]
1821               }
1822             ],
1823             "thresholds": [],
1824             "timeFrom": null,
1825             "timeShift": null,
1826             "title": "Inodes",
1827             "tooltip": {
1828               "msResolution": true,
1829               "shared": true,
1830               "sort": 0,
1831               "value_type": "cumulative"
1832             },
1833             "type": "graph",
1834             "xaxis": {
1835               "buckets": null,
1836               "mode": "time",
1837               "name": null,
1838               "show": true,
1839               "values": []
1840             },
1841             "yaxes": [
1842               {
1843                 "format": "short",
1844                 "label": null,
1845                 "logBase": 10,
1846                 "max": null,
1847                 "min": 0,
1848                 "show": true
1849               },
1850               {
1851                 "format": "short",
1852                 "label": null,
1853                 "logBase": 1,
1854                 "max": null,
1855                 "min": null,
1856                 "show": true
1857               }
1858             ]
1859           }
1860         ],
1861         "repeat": null,
1862         "repeatIteration": null,
1863         "repeatRowId": null,
1864         "showTitle": false,
1865         "title": "Row",
1866         "titleSize": "h6"
1867       }
1868     ],
1869     "schemaVersion": 14,
1870     "style": "dark",
1871     "tags": [
1872       "system",
1873       "os",
1874       "barometer"
1875     ],
1876     "templating": {
1877       "list": [
1878         {
1879           "current": {
1880             "text": "collectd",
1881             "value": "collectd"
1882           },
1883           "datasource": null,
1884           "hide": 0,
1885           "includeAll": false,
1886           "label": "",
1887           "multi": false,
1888           "name": "datasource",
1889           "options": [],
1890           "query": "influxdb",
1891           "refresh": 1,
1892           "regex": "",
1893           "type": "datasource"
1894         },
1895         {
1896           "allValue": null,
1897           "current": {},
1898           "datasource": "collectd",
1899           "hide": 0,
1900           "includeAll": false,
1901           "label": null,
1902           "multi": false,
1903           "name": "host",
1904           "options": [],
1905           "query": "SHOW TAG VALUES WITH KEY=host",
1906           "refresh": 1,
1907           "regex": "",
1908           "sort": 0,
1909           "tagValuesQuery": "",
1910           "tags": [],
1911           "tagsQuery": "",
1912           "type": "query",
1913           "useTags": false
1914         }
1915       ]
1916     },
1917     "time": {
1918       "from": "now-30m",
1919       "to": "now"
1920     },
1921     "timepicker": {
1922       "refresh_intervals": [
1923         "5s",
1924         "10s",
1925         "30s",
1926         "1m",
1927         "5m",
1928         "15m",
1929         "30m",
1930         "1h",
1931         "2h",
1932         "1d"
1933       ],
1934       "time_options": [
1935         "5m",
1936         "15m",
1937         "1h",
1938         "6h",
1939         "12h",
1940         "24h",
1941         "2d",
1942         "7d",
1943         "30d"
1944       ]
1945     },
1946     "timezone": "browser",
1947     "title": "Host Overview",
1948     "version": 3
1949   },
1950   "overwrite": false
1951 }