Infra: Monitoring capability
[csit.git] / terraform-ci-infra / 1n_nmd / grafana / conf / node_exporter.json
1 {
2   "__inputs": [
3     {
4       "name": "DS_PROMETHEUS",
5       "label": "Prometheus",
6       "description": "",
7       "type": "datasource",
8       "pluginId": "prometheus",
9       "pluginName": "Prometheus"
10     }
11   ],
12   "__requires": [
13     {
14       "type": "panel",
15       "id": "gauge",
16       "name": "Gauge",
17       "version": ""
18     },
19     {
20       "type": "grafana",
21       "id": "grafana",
22       "name": "Grafana",
23       "version": "6.7.3"
24     },
25     {
26       "type": "panel",
27       "id": "graph",
28       "name": "Graph",
29       "version": ""
30     },
31     {
32       "type": "datasource",
33       "id": "prometheus",
34       "name": "Prometheus",
35       "version": "1.0.0"
36     },
37     {
38       "type": "panel",
39       "id": "singlestat",
40       "name": "Singlestat",
41       "version": ""
42     }
43   ],
44   "annotations": {
45     "list": [
46       {
47         "$$hashKey": "object:1058",
48         "builtIn": 1,
49         "datasource": "-- Grafana --",
50         "enable": true,
51         "hide": true,
52         "iconColor": "rgba(0, 211, 255, 1)",
53         "name": "Annotations & Alerts",
54         "type": "dashboard"
55       }
56     ]
57   },
58   "editable": true,
59   "gnetId": 1860,
60   "graphTooltip": 0,
61   "id": null,
62   "iteration": 1595837627257,
63   "links": [],
64   "panels": [
65     {
66       "collapsed": false,
67       "datasource": "${DS_PROMETHEUS}",
68       "gridPos": {
69         "h": 1,
70         "w": 24,
71         "x": 0,
72         "y": 0
73       },
74       "id": 261,
75       "panels": [],
76       "repeat": null,
77       "title": "Quick CPU / Mem / Disk",
78       "type": "row"
79     },
80     {
81       "cacheTimeout": null,
82       "datasource": "${DS_PROMETHEUS}",
83       "description": "Busy state of all CPU cores together",
84       "gridPos": {
85         "h": 4,
86         "w": 3,
87         "x": 0,
88         "y": 1
89       },
90       "id": 20,
91       "links": [],
92       "options": {
93         "fieldOptions": {
94           "calcs": [
95             "lastNotNull"
96           ],
97           "defaults": {
98             "color": {
99               "mode": "thresholds"
100             },
101             "mappings": [
102               {
103                 "id": 0,
104                 "op": "=",
105                 "text": "N/A",
106                 "type": 1,
107                 "value": "null"
108               }
109             ],
110             "max": 100,
111             "min": 0,
112             "nullValueMode": "null",
113             "thresholds": {
114               "mode": "absolute",
115               "steps": [
116                 {
117                   "color": "rgba(50, 172, 45, 0.97)",
118                   "value": null
119                 },
120                 {
121                   "color": "rgba(237, 129, 40, 0.89)",
122                   "value": 85
123                 },
124                 {
125                   "color": "rgba(245, 54, 54, 0.9)",
126                   "value": 95
127                 }
128               ]
129             },
130             "unit": "percent"
131           },
132           "overrides": [],
133           "values": false
134         },
135         "orientation": "horizontal",
136         "showThresholdLabels": false,
137         "showThresholdMarkers": true
138       },
139       "pluginVersion": "6.7.3",
140       "targets": [
141         {
142           "expr": "(((count(count(node_cpu_seconds_total{instance=\"$node\",job=\"$job\"}) by (cpu))) - avg(sum by (mode)(irate(node_cpu_seconds_total{mode='idle',instance=\"$node\",job=\"$job\"}[5m])))) * 100) / count(count(node_cpu_seconds_total{instance=\"$node\",job=\"$job\"}) by (cpu))",
143           "hide": false,
144           "intervalFactor": 1,
145           "legendFormat": "",
146           "refId": "A",
147           "step": 900
148         }
149       ],
150       "title": "CPU Busy",
151       "type": "gauge"
152     },
153     {
154       "cacheTimeout": null,
155       "datasource": "${DS_PROMETHEUS}",
156       "description": "Busy state of all CPU cores together (5 min average)",
157       "gridPos": {
158         "h": 4,
159         "w": 3,
160         "x": 3,
161         "y": 1
162       },
163       "id": 155,
164       "links": [],
165       "options": {
166         "fieldOptions": {
167           "calcs": [
168             "lastNotNull"
169           ],
170           "defaults": {
171             "color": {
172               "mode": "thresholds"
173             },
174             "mappings": [
175               {
176                 "id": 0,
177                 "op": "=",
178                 "text": "N/A",
179                 "type": 1,
180                 "value": "null"
181               }
182             ],
183             "max": 100,
184             "min": 0,
185             "nullValueMode": "null",
186             "thresholds": {
187               "mode": "absolute",
188               "steps": [
189                 {
190                   "color": "rgba(50, 172, 45, 0.97)",
191                   "value": null
192                 },
193                 {
194                   "color": "rgba(237, 129, 40, 0.89)",
195                   "value": 85
196                 },
197                 {
198                   "color": "rgba(245, 54, 54, 0.9)",
199                   "value": 95
200                 }
201               ]
202             },
203             "unit": "percent"
204           },
205           "overrides": [],
206           "values": false
207         },
208         "orientation": "horizontal",
209         "showThresholdLabels": false,
210         "showThresholdMarkers": true
211       },
212       "pluginVersion": "6.7.3",
213       "targets": [
214         {
215           "expr": "avg(node_load5{instance=\"$node\",job=\"$job\"}) /  count(count(node_cpu_seconds_total{instance=\"$node\",job=\"$job\"}) by (cpu)) * 100",
216           "format": "time_series",
217           "hide": false,
218           "intervalFactor": 1,
219           "refId": "A",
220           "step": 900
221         }
222       ],
223       "title": "Sys Load (5m avg)",
224       "type": "gauge"
225     },
226     {
227       "cacheTimeout": null,
228       "datasource": "${DS_PROMETHEUS}",
229       "description": "Busy state of all CPU cores together (15 min average)",
230       "gridPos": {
231         "h": 4,
232         "w": 3,
233         "x": 6,
234         "y": 1
235       },
236       "id": 19,
237       "links": [],
238       "options": {
239         "fieldOptions": {
240           "calcs": [
241             "lastNotNull"
242           ],
243           "defaults": {
244             "color": {
245               "mode": "thresholds"
246             },
247             "mappings": [
248               {
249                 "id": 0,
250                 "op": "=",
251                 "text": "N/A",
252                 "type": 1,
253                 "value": "null"
254               }
255             ],
256             "max": 100,
257             "min": 0,
258             "nullValueMode": "null",
259             "thresholds": {
260               "mode": "absolute",
261               "steps": [
262                 {
263                   "color": "rgba(50, 172, 45, 0.97)",
264                   "value": null
265                 },
266                 {
267                   "color": "rgba(237, 129, 40, 0.89)",
268                   "value": 85
269                 },
270                 {
271                   "color": "rgba(245, 54, 54, 0.9)",
272                   "value": 95
273                 }
274               ]
275             },
276             "unit": "percent"
277           },
278           "overrides": [],
279           "values": false
280         },
281         "orientation": "horizontal",
282         "showThresholdLabels": false,
283         "showThresholdMarkers": true
284       },
285       "pluginVersion": "6.7.3",
286       "targets": [
287         {
288           "expr": "avg(node_load15{instance=\"$node\",job=\"$job\"}) /  count(count(node_cpu_seconds_total{instance=\"$node\",job=\"$job\"}) by (cpu)) * 100",
289           "hide": false,
290           "intervalFactor": 1,
291           "refId": "A",
292           "step": 900
293         }
294       ],
295       "title": "Sys Load (15m avg)",
296       "type": "gauge"
297     },
298     {
299       "cacheTimeout": null,
300       "datasource": "${DS_PROMETHEUS}",
301       "description": "Non available RAM memory",
302       "gridPos": {
303         "h": 4,
304         "w": 3,
305         "x": 9,
306         "y": 1
307       },
308       "hideTimeOverride": false,
309       "id": 16,
310       "links": [],
311       "options": {
312         "fieldOptions": {
313           "calcs": [
314             "lastNotNull"
315           ],
316           "defaults": {
317             "color": {
318               "mode": "thresholds"
319             },
320             "decimals": 0,
321             "mappings": [],
322             "max": 100,
323             "min": 0,
324             "nullValueMode": "null",
325             "thresholds": {
326               "mode": "absolute",
327               "steps": [
328                 {
329                   "color": "rgba(50, 172, 45, 0.97)",
330                   "value": null
331                 },
332                 {
333                   "color": "rgba(237, 129, 40, 0.89)",
334                   "value": 80
335                 },
336                 {
337                   "color": "rgba(245, 54, 54, 0.9)",
338                   "value": 90
339                 }
340               ]
341             },
342             "unit": "percent"
343           },
344           "overrides": [],
345           "values": false
346         },
347         "orientation": "horizontal",
348         "showThresholdLabels": false,
349         "showThresholdMarkers": true
350       },
351       "pluginVersion": "6.7.3",
352       "targets": [
353         {
354           "expr": "((node_memory_MemTotal_bytes{instance=\"$node\",job=\"$job\"} - node_memory_MemFree_bytes{instance=\"$node\",job=\"$job\"}) / (node_memory_MemTotal_bytes{instance=\"$node\",job=\"$job\"} )) * 100",
355           "format": "time_series",
356           "hide": true,
357           "intervalFactor": 1,
358           "refId": "A",
359           "step": 900
360         },
361         {
362           "expr": "100 - ((node_memory_MemAvailable_bytes{instance=\"$node\",job=\"$job\"} * 100) / node_memory_MemTotal_bytes{instance=\"$node\",job=\"$job\"})",
363           "format": "time_series",
364           "hide": false,
365           "intervalFactor": 1,
366           "refId": "B",
367           "step": 900
368         }
369       ],
370       "title": "RAM Used",
371       "type": "gauge"
372     },
373     {
374       "cacheTimeout": null,
375       "datasource": "${DS_PROMETHEUS}",
376       "description": "Used Swap",
377       "gridPos": {
378         "h": 4,
379         "w": 3,
380         "x": 12,
381         "y": 1
382       },
383       "id": 21,
384       "links": [],
385       "options": {
386         "fieldOptions": {
387           "calcs": [
388             "lastNotNull"
389           ],
390           "defaults": {
391             "color": {
392               "mode": "thresholds"
393             },
394             "mappings": [
395               {
396                 "id": 0,
397                 "op": "=",
398                 "text": "N/A",
399                 "type": 1,
400                 "value": "null"
401               }
402             ],
403             "max": 100,
404             "min": 0,
405             "nullValueMode": "null",
406             "thresholds": {
407               "mode": "absolute",
408               "steps": [
409                 {
410                   "color": "rgba(50, 172, 45, 0.97)",
411                   "value": null
412                 },
413                 {
414                   "color": "rgba(237, 129, 40, 0.89)",
415                   "value": 10
416                 },
417                 {
418                   "color": "rgba(245, 54, 54, 0.9)",
419                   "value": 25
420                 }
421               ]
422             },
423             "unit": "percent"
424           },
425           "overrides": [],
426           "values": false
427         },
428         "orientation": "horizontal",
429         "showThresholdLabels": false,
430         "showThresholdMarkers": true
431       },
432       "pluginVersion": "6.7.3",
433       "targets": [
434         {
435           "expr": "((node_memory_SwapTotal_bytes{instance=\"$node\",job=\"$job\"} - node_memory_SwapFree_bytes{instance=\"$node\",job=\"$job\"}) / (node_memory_SwapTotal_bytes{instance=\"$node\",job=\"$job\"} )) * 100",
436           "intervalFactor": 1,
437           "refId": "A",
438           "step": 900
439         }
440       ],
441       "title": "SWAP Used",
442       "type": "gauge"
443     },
444     {
445       "cacheTimeout": null,
446       "datasource": "${DS_PROMETHEUS}",
447       "description": "Used Root FS",
448       "gridPos": {
449         "h": 4,
450         "w": 3,
451         "x": 15,
452         "y": 1
453       },
454       "id": 154,
455       "links": [],
456       "options": {
457         "fieldOptions": {
458           "calcs": [
459             "lastNotNull"
460           ],
461           "defaults": {
462             "color": {
463               "mode": "thresholds"
464             },
465             "mappings": [
466               {
467                 "id": 0,
468                 "op": "=",
469                 "text": "N/A",
470                 "type": 1,
471                 "value": "null"
472               }
473             ],
474             "max": 100,
475             "min": 0,
476             "nullValueMode": "null",
477             "thresholds": {
478               "mode": "absolute",
479               "steps": [
480                 {
481                   "color": "rgba(50, 172, 45, 0.97)",
482                   "value": null
483                 },
484                 {
485                   "color": "rgba(237, 129, 40, 0.89)",
486                   "value": 80
487                 },
488                 {
489                   "color": "rgba(245, 54, 54, 0.9)",
490                   "value": 90
491                 }
492               ]
493             },
494             "unit": "percent"
495           },
496           "overrides": [],
497           "values": false
498         },
499         "orientation": "horizontal",
500         "showThresholdLabels": false,
501         "showThresholdMarkers": true
502       },
503       "pluginVersion": "6.7.3",
504       "targets": [
505         {
506           "expr": "100 - ((node_filesystem_avail_bytes{instance=\"$node\",job=\"$job\",mountpoint=\"/\",fstype!=\"rootfs\"} * 100) / node_filesystem_size_bytes{instance=\"$node\",job=\"$job\",mountpoint=\"/\",fstype!=\"rootfs\"})",
507           "format": "time_series",
508           "intervalFactor": 1,
509           "refId": "A",
510           "step": 900
511         }
512       ],
513       "title": "Root FS Used",
514       "type": "gauge"
515     },
516     {
517       "cacheTimeout": null,
518       "colorBackground": false,
519       "colorValue": false,
520       "colors": [
521         "rgba(245, 54, 54, 0.9)",
522         "rgba(237, 129, 40, 0.89)",
523         "rgba(50, 172, 45, 0.97)"
524       ],
525       "datasource": "${DS_PROMETHEUS}",
526       "description": "Total number of CPU cores",
527       "format": "short",
528       "gauge": {
529         "maxValue": 100,
530         "minValue": 0,
531         "show": false,
532         "thresholdLabels": false,
533         "thresholdMarkers": true
534       },
535       "gridPos": {
536         "h": 2,
537         "w": 2,
538         "x": 18,
539         "y": 1
540       },
541       "id": 14,
542       "interval": null,
543       "links": [],
544       "mappingType": 1,
545       "mappingTypes": [
546         {
547           "name": "value to text",
548           "value": 1
549         },
550         {
551           "name": "range to text",
552           "value": 2
553         }
554       ],
555       "maxDataPoints": 100,
556       "maxPerRow": 6,
557       "nullPointMode": "null",
558       "nullText": null,
559       "postfix": "",
560       "postfixFontSize": "50%",
561       "prefix": "",
562       "prefixFontSize": "50%",
563       "rangeMaps": [
564         {
565           "from": "null",
566           "text": "N/A",
567           "to": "null"
568         }
569       ],
570       "sparkline": {
571         "fillColor": "rgba(31, 118, 189, 0.18)",
572         "full": false,
573         "lineColor": "rgb(31, 120, 193)",
574         "show": false
575       },
576       "tableColumn": "",
577       "targets": [
578         {
579           "expr": "count(count(node_cpu_seconds_total{instance=\"$node\",job=\"$job\"}) by (cpu))",
580           "interval": "",
581           "intervalFactor": 1,
582           "legendFormat": "",
583           "refId": "A",
584           "step": 900
585         }
586       ],
587       "thresholds": "",
588       "title": "CPU Cores",
589       "type": "singlestat",
590       "valueFontSize": "50%",
591       "valueMaps": [
592         {
593           "op": "=",
594           "text": "N/A",
595           "value": "null"
596         }
597       ],
598       "valueName": "current"
599     },
600     {
601       "cacheTimeout": null,
602       "colorBackground": false,
603       "colorValue": false,
604       "colors": [
605         "rgba(245, 54, 54, 0.9)",
606         "rgba(237, 129, 40, 0.89)",
607         "rgba(50, 172, 45, 0.97)"
608       ],
609       "datasource": "${DS_PROMETHEUS}",
610       "decimals": 1,
611       "description": "System uptime",
612       "format": "s",
613       "gauge": {
614         "maxValue": 100,
615         "minValue": 0,
616         "show": false,
617         "thresholdLabels": false,
618         "thresholdMarkers": true
619       },
620       "gridPos": {
621         "h": 2,
622         "w": 4,
623         "x": 20,
624         "y": 1
625       },
626       "hideTimeOverride": true,
627       "id": 15,
628       "interval": null,
629       "links": [],
630       "mappingType": 1,
631       "mappingTypes": [
632         {
633           "$$hashKey": "object:1094",
634           "name": "value to text",
635           "value": 1
636         },
637         {
638           "$$hashKey": "object:1095",
639           "name": "range to text",
640           "value": 2
641         }
642       ],
643       "maxDataPoints": 100,
644       "nullPointMode": "null",
645       "nullText": null,
646       "postfix": "s",
647       "postfixFontSize": "50%",
648       "prefix": "",
649       "prefixFontSize": "50%",
650       "rangeMaps": [
651         {
652           "from": "null",
653           "text": "N/A",
654           "to": "null"
655         }
656       ],
657       "sparkline": {
658         "fillColor": "rgba(31, 118, 189, 0.18)",
659         "full": false,
660         "lineColor": "rgb(31, 120, 193)",
661         "show": false
662       },
663       "tableColumn": "",
664       "targets": [
665         {
666           "expr": "node_time_seconds{instance=\"$node\",job=\"$job\"} - node_boot_time_seconds{instance=\"$node\",job=\"$job\"}",
667           "intervalFactor": 2,
668           "refId": "A",
669           "step": 1800
670         }
671       ],
672       "thresholds": "",
673       "title": "Uptime",
674       "type": "singlestat",
675       "valueFontSize": "50%",
676       "valueMaps": [
677         {
678           "$$hashKey": "object:1097",
679           "op": "=",
680           "text": "N/A",
681           "value": "null"
682         }
683       ],
684       "valueName": "current"
685     },
686     {
687       "cacheTimeout": null,
688       "colorBackground": false,
689       "colorValue": false,
690       "colors": [
691         "rgba(50, 172, 45, 0.97)",
692         "rgba(237, 129, 40, 0.89)",
693         "rgba(245, 54, 54, 0.9)"
694       ],
695       "datasource": "${DS_PROMETHEUS}",
696       "decimals": 0,
697       "description": "Total RootFS",
698       "format": "bytes",
699       "gauge": {
700         "maxValue": 100,
701         "minValue": 0,
702         "show": false,
703         "thresholdLabels": false,
704         "thresholdMarkers": true
705       },
706       "gridPos": {
707         "h": 2,
708         "w": 2,
709         "x": 18,
710         "y": 3
711       },
712       "id": 23,
713       "interval": null,
714       "links": [],
715       "mappingType": 1,
716       "mappingTypes": [
717         {
718           "name": "value to text",
719           "value": 1
720         },
721         {
722           "name": "range to text",
723           "value": 2
724         }
725       ],
726       "maxDataPoints": 100,
727       "maxPerRow": 6,
728       "nullPointMode": "null",
729       "nullText": null,
730       "postfix": "",
731       "postfixFontSize": "50%",
732       "prefix": "",
733       "prefixFontSize": "50%",
734       "rangeMaps": [
735         {
736           "from": "null",
737           "text": "N/A",
738           "to": "null"
739         }
740       ],
741       "sparkline": {
742         "fillColor": "rgba(31, 118, 189, 0.18)",
743         "full": false,
744         "lineColor": "rgb(31, 120, 193)",
745         "show": false
746       },
747       "tableColumn": "",
748       "targets": [
749         {
750           "expr": "node_filesystem_size_bytes{instance=\"$node\",job=\"$job\",mountpoint=\"/\",fstype!=\"rootfs\"}",
751           "format": "time_series",
752           "hide": false,
753           "intervalFactor": 1,
754           "refId": "A",
755           "step": 900
756         }
757       ],
758       "thresholds": "70,90",
759       "title": "RootFS Total",
760       "type": "singlestat",
761       "valueFontSize": "50%",
762       "valueMaps": [
763         {
764           "op": "=",
765           "text": "N/A",
766           "value": "null"
767         }
768       ],
769       "valueName": "current"
770     },
771     {
772       "cacheTimeout": null,
773       "colorBackground": false,
774       "colorValue": false,
775       "colors": [
776         "rgba(245, 54, 54, 0.9)",
777         "rgba(237, 129, 40, 0.89)",
778         "rgba(50, 172, 45, 0.97)"
779       ],
780       "datasource": "${DS_PROMETHEUS}",
781       "decimals": 0,
782       "description": "Total RAM",
783       "format": "bytes",
784       "gauge": {
785         "maxValue": 100,
786         "minValue": 0,
787         "show": false,
788         "thresholdLabels": false,
789         "thresholdMarkers": true
790       },
791       "gridPos": {
792         "h": 2,
793         "w": 2,
794         "x": 20,
795         "y": 3
796       },
797       "id": 75,
798       "interval": null,
799       "links": [],
800       "mappingType": 1,
801       "mappingTypes": [
802         {
803           "name": "value to text",
804           "value": 1
805         },
806         {
807           "name": "range to text",
808           "value": 2
809         }
810       ],
811       "maxDataPoints": 100,
812       "maxPerRow": 6,
813       "nullPointMode": "null",
814       "nullText": null,
815       "postfix": "",
816       "postfixFontSize": "70%",
817       "prefix": "",
818       "prefixFontSize": "50%",
819       "rangeMaps": [
820         {
821           "from": "null",
822           "text": "N/A",
823           "to": "null"
824         }
825       ],
826       "sparkline": {
827         "fillColor": "rgba(31, 118, 189, 0.18)",
828         "full": false,
829         "lineColor": "rgb(31, 120, 193)",
830         "show": false
831       },
832       "tableColumn": "",
833       "targets": [
834         {
835           "expr": "node_memory_MemTotal_bytes{instance=\"$node\",job=\"$job\"}",
836           "intervalFactor": 1,
837           "refId": "A",
838           "step": 900
839         }
840       ],
841       "thresholds": "",
842       "title": "RAM Total",
843       "type": "singlestat",
844       "valueFontSize": "50%",
845       "valueMaps": [
846         {
847           "op": "=",
848           "text": "N/A",
849           "value": "null"
850         }
851       ],
852       "valueName": "current"
853     },
854     {
855       "cacheTimeout": null,
856       "colorBackground": false,
857       "colorValue": false,
858       "colors": [
859         "rgba(245, 54, 54, 0.9)",
860         "rgba(237, 129, 40, 0.89)",
861         "rgba(50, 172, 45, 0.97)"
862       ],
863       "datasource": "${DS_PROMETHEUS}",
864       "decimals": 0,
865       "description": "Total SWAP",
866       "format": "bytes",
867       "gauge": {
868         "maxValue": 100,
869         "minValue": 0,
870         "show": false,
871         "thresholdLabels": false,
872         "thresholdMarkers": true
873       },
874       "gridPos": {
875         "h": 2,
876         "w": 2,
877         "x": 22,
878         "y": 3
879       },
880       "id": 18,
881       "interval": null,
882       "links": [],
883       "mappingType": 1,
884       "mappingTypes": [
885         {
886           "name": "value to text",
887           "value": 1
888         },
889         {
890           "name": "range to text",
891           "value": 2
892         }
893       ],
894       "maxDataPoints": 100,
895       "maxPerRow": 6,
896       "nullPointMode": "null",
897       "nullText": null,
898       "postfix": "",
899       "postfixFontSize": "70%",
900       "prefix": "",
901       "prefixFontSize": "50%",
902       "rangeMaps": [
903         {
904           "from": "null",
905           "text": "N/A",
906           "to": "null"
907         }
908       ],
909       "sparkline": {
910         "fillColor": "rgba(31, 118, 189, 0.18)",
911         "full": false,
912         "lineColor": "rgb(31, 120, 193)",
913         "show": false
914       },
915       "tableColumn": "",
916       "targets": [
917         {
918           "expr": "node_memory_SwapTotal_bytes{instance=\"$node\",job=\"$job\"}",
919           "intervalFactor": 1,
920           "refId": "A",
921           "step": 900
922         }
923       ],
924       "thresholds": "",
925       "title": "SWAP Total",
926       "type": "singlestat",
927       "valueFontSize": "50%",
928       "valueMaps": [
929         {
930           "op": "=",
931           "text": "N/A",
932           "value": "null"
933         }
934       ],
935       "valueName": "current"
936     },
937     {
938       "collapsed": false,
939       "datasource": "${DS_PROMETHEUS}",
940       "gridPos": {
941         "h": 1,
942         "w": 24,
943         "x": 0,
944         "y": 5
945       },
946       "id": 263,
947       "panels": [],
948       "repeat": null,
949       "title": "Basic CPU / Mem / Net / Disk",
950       "type": "row"
951     },
952     {
953       "aliasColors": {
954         "Busy": "#EAB839",
955         "Busy Iowait": "#890F02",
956         "Busy other": "#1F78C1",
957         "Idle": "#052B51",
958         "Idle - Waiting for something to happen": "#052B51",
959         "guest": "#9AC48A",
960         "idle": "#052B51",
961         "iowait": "#EAB839",
962         "irq": "#BF1B00",
963         "nice": "#C15C17",
964         "softirq": "#E24D42",
965         "steal": "#FCE2DE",
966         "system": "#508642",
967         "user": "#5195CE"
968       },
969       "bars": false,
970       "dashLength": 10,
971       "dashes": false,
972       "datasource": "${DS_PROMETHEUS}",
973       "decimals": 2,
974       "description": "Basic CPU info",
975       "fill": 4,
976       "fillGradient": 0,
977       "gridPos": {
978         "h": 7,
979         "w": 12,
980         "x": 0,
981         "y": 6
982       },
983       "hiddenSeries": false,
984       "id": 77,
985       "legend": {
986         "alignAsTable": false,
987         "avg": false,
988         "current": false,
989         "max": false,
990         "min": false,
991         "rightSide": false,
992         "show": true,
993         "sideWidth": 250,
994         "sort": null,
995         "sortDesc": null,
996         "total": false,
997         "values": false
998       },
999       "lines": true,
1000       "linewidth": 1,
1001       "links": [],
1002       "maxPerRow": 6,
1003       "nullPointMode": "null",
1004       "options": {
1005         "dataLinks": []
1006       },
1007       "percentage": true,
1008       "pointradius": 5,
1009       "points": false,
1010       "renderer": "flot",
1011       "seriesOverrides": [
1012         {
1013           "alias": "Busy Iowait",
1014           "color": "#890F02"
1015         },
1016         {
1017           "alias": "Idle",
1018           "color": "#7EB26D"
1019         },
1020         {
1021           "alias": "Busy System",
1022           "color": "#EAB839"
1023         },
1024         {
1025           "alias": "Busy User",
1026           "color": "#0A437C"
1027         },
1028         {
1029           "alias": "Busy Other",
1030           "color": "#6D1F62"
1031         }
1032       ],
1033       "spaceLength": 10,
1034       "stack": true,
1035       "steppedLine": false,
1036       "targets": [
1037         {
1038           "expr": "sum by (instance)(irate(node_cpu_seconds_total{mode=\"system\",instance=\"$node\",job=\"$job\"}[5m])) * 100",
1039           "format": "time_series",
1040           "hide": false,
1041           "intervalFactor": 2,
1042           "legendFormat": "Busy System",
1043           "refId": "A",
1044           "step": 240
1045         },
1046         {
1047           "expr": "sum by (instance)(irate(node_cpu_seconds_total{mode='user',instance=\"$node\",job=\"$job\"}[5m])) * 100",
1048           "format": "time_series",
1049           "hide": false,
1050           "intervalFactor": 2,
1051           "legendFormat": "Busy User",
1052           "refId": "B",
1053           "step": 240
1054         },
1055         {
1056           "expr": "sum by (instance)(irate(node_cpu_seconds_total{mode='iowait',instance=\"$node\",job=\"$job\"}[5m])) * 100",
1057           "format": "time_series",
1058           "intervalFactor": 2,
1059           "legendFormat": "Busy Iowait",
1060           "refId": "C",
1061           "step": 240
1062         },
1063         {
1064           "expr": "sum by (instance)(irate(node_cpu_seconds_total{mode=~\".*irq\",instance=\"$node\",job=\"$job\"}[5m])) * 100",
1065           "format": "time_series",
1066           "intervalFactor": 2,
1067           "legendFormat": "Busy IRQs",
1068           "refId": "D",
1069           "step": 240
1070         },
1071         {
1072           "expr": "sum (irate(node_cpu_seconds_total{mode!='idle',mode!='user',mode!='system',mode!='iowait',mode!='irq',mode!='softirq',instance=\"$node\",job=\"$job\"}[5m])) * 100",
1073           "format": "time_series",
1074           "intervalFactor": 2,
1075           "legendFormat": "Busy Other",
1076           "refId": "E",
1077           "step": 240
1078         },
1079         {
1080           "expr": "sum by (mode)(irate(node_cpu_seconds_total{mode='idle',instance=\"$node\",job=\"$job\"}[5m])) * 100",
1081           "format": "time_series",
1082           "intervalFactor": 2,
1083           "legendFormat": "Idle",
1084           "refId": "F",
1085           "step": 240
1086         }
1087       ],
1088       "thresholds": [],
1089       "timeFrom": null,
1090       "timeRegions": [],
1091       "timeShift": null,
1092       "title": "CPU Basic",
1093       "tooltip": {
1094         "shared": true,
1095         "sort": 0,
1096         "value_type": "individual"
1097       },
1098       "type": "graph",
1099       "xaxis": {
1100         "buckets": null,
1101         "mode": "time",
1102         "name": null,
1103         "show": true,
1104         "values": []
1105       },
1106       "yaxes": [
1107         {
1108           "format": "short",
1109           "label": "",
1110           "logBase": 1,
1111           "max": "100",
1112           "min": "0",
1113           "show": true
1114         },
1115         {
1116           "format": "short",
1117           "label": null,
1118           "logBase": 1,
1119           "max": null,
1120           "min": null,
1121           "show": false
1122         }
1123       ],
1124       "yaxis": {
1125         "align": false,
1126         "alignLevel": null
1127       }
1128     },
1129     {
1130       "aliasColors": {
1131         "Apps": "#629E51",
1132         "Buffers": "#614D93",
1133         "Cache": "#6D1F62",
1134         "Cached": "#511749",
1135         "Committed": "#508642",
1136         "Free": "#0A437C",
1137         "Hardware Corrupted - Amount of RAM that the kernel identified as corrupted / not working": "#CFFAFF",
1138         "Inactive": "#584477",
1139         "PageTables": "#0A50A1",
1140         "Page_Tables": "#0A50A1",
1141         "RAM_Free": "#E0F9D7",
1142         "SWAP Used": "#BF1B00",
1143         "Slab": "#806EB7",
1144         "Slab_Cache": "#E0752D",
1145         "Swap": "#BF1B00",
1146         "Swap Used": "#BF1B00",
1147         "Swap_Cache": "#C15C17",
1148         "Swap_Free": "#2F575E",
1149         "Unused": "#EAB839"
1150       },
1151       "bars": false,
1152       "dashLength": 10,
1153       "dashes": false,
1154       "datasource": "${DS_PROMETHEUS}",
1155       "decimals": 2,
1156       "description": "Basic memory usage",
1157       "fill": 4,
1158       "fillGradient": 0,
1159       "gridPos": {
1160         "h": 7,
1161         "w": 12,
1162         "x": 12,
1163         "y": 6
1164       },
1165       "hiddenSeries": false,
1166       "id": 78,
1167       "legend": {
1168         "alignAsTable": false,
1169         "avg": false,
1170         "current": false,
1171         "max": false,
1172         "min": false,
1173         "rightSide": false,
1174         "show": true,
1175         "sideWidth": 350,
1176         "total": false,
1177         "values": false
1178       },
1179       "lines": true,
1180       "linewidth": 1,
1181       "links": [],
1182       "maxPerRow": 6,
1183       "nullPointMode": "null",
1184       "options": {
1185         "dataLinks": []
1186       },
1187       "percentage": false,
1188       "pointradius": 5,
1189       "points": false,
1190       "renderer": "flot",
1191       "seriesOverrides": [
1192         {
1193           "alias": "RAM Total",
1194           "color": "#E0F9D7",
1195           "fill": 0,
1196           "stack": false
1197         },
1198         {
1199           "alias": "RAM Cache + Buffer",
1200           "color": "#052B51"
1201         },
1202         {
1203           "alias": "RAM Free",
1204           "color": "#7EB26D"
1205         },
1206         {
1207           "alias": "Avaliable",
1208           "color": "#DEDAF7",
1209           "fill": 0,
1210           "stack": false
1211         }
1212       ],
1213       "spaceLength": 10,
1214       "stack": true,
1215       "steppedLine": false,
1216       "targets": [
1217         {
1218           "expr": "node_memory_MemTotal_bytes{instance=\"$node\",job=\"$job\"}",
1219           "format": "time_series",
1220           "hide": false,
1221           "intervalFactor": 2,
1222           "legendFormat": "RAM Total",
1223           "refId": "A",
1224           "step": 240
1225         },
1226         {
1227           "expr": "node_memory_MemTotal_bytes{instance=\"$node\",job=\"$job\"} - node_memory_MemFree_bytes{instance=\"$node\",job=\"$job\"} - (node_memory_Cached_bytes{instance=\"$node\",job=\"$job\"} + node_memory_Buffers_bytes{instance=\"$node\",job=\"$job\"})",
1228           "format": "time_series",
1229           "hide": false,
1230           "intervalFactor": 2,
1231           "legendFormat": "RAM Used",
1232           "refId": "B",
1233           "step": 240
1234         },
1235         {
1236           "expr": "node_memory_Cached_bytes{instance=\"$node\",job=\"$job\"} + node_memory_Buffers_bytes{instance=\"$node\",job=\"$job\"}",
1237           "format": "time_series",
1238           "intervalFactor": 2,
1239           "legendFormat": "RAM Cache + Buffer",
1240           "refId": "C",
1241           "step": 240
1242         },
1243         {
1244           "expr": "node_memory_MemFree_bytes{instance=\"$node\",job=\"$job\"}",
1245           "format": "time_series",
1246           "intervalFactor": 2,
1247           "legendFormat": "RAM Free",
1248           "refId": "D",
1249           "step": 240
1250         },
1251         {
1252           "expr": "(node_memory_SwapTotal_bytes{instance=\"$node\",job=\"$job\"} - node_memory_SwapFree_bytes{instance=\"$node\",job=\"$job\"})",
1253           "format": "time_series",
1254           "intervalFactor": 2,
1255           "legendFormat": "SWAP Used",
1256           "refId": "E",
1257           "step": 240
1258         }
1259       ],
1260       "thresholds": [],
1261       "timeFrom": null,
1262       "timeRegions": [],
1263       "timeShift": null,
1264       "title": "Memory Basic",
1265       "tooltip": {
1266         "shared": true,
1267         "sort": 0,
1268         "value_type": "individual"
1269       },
1270       "type": "graph",
1271       "xaxis": {
1272         "buckets": null,
1273         "mode": "time",
1274         "name": null,
1275         "show": true,
1276         "values": []
1277       },
1278       "yaxes": [
1279         {
1280           "format": "bytes",
1281           "label": "",
1282           "logBase": 1,
1283           "max": null,
1284           "min": "0",
1285           "show": true
1286         },
1287         {
1288           "format": "short",
1289           "label": null,
1290           "logBase": 1,
1291           "max": null,
1292           "min": null,
1293           "show": false
1294         }
1295       ],
1296       "yaxis": {
1297         "align": false,
1298         "alignLevel": null
1299       }
1300     },
1301     {
1302       "aliasColors": {
1303         "Recv_bytes_eth2": "#7EB26D",
1304         "Recv_bytes_lo": "#0A50A1",
1305         "Recv_drop_eth2": "#6ED0E0",
1306         "Recv_drop_lo": "#E0F9D7",
1307         "Recv_errs_eth2": "#BF1B00",
1308         "Recv_errs_lo": "#CCA300",
1309         "Trans_bytes_eth2": "#7EB26D",
1310         "Trans_bytes_lo": "#0A50A1",
1311         "Trans_drop_eth2": "#6ED0E0",
1312         "Trans_drop_lo": "#E0F9D7",
1313         "Trans_errs_eth2": "#BF1B00",
1314         "Trans_errs_lo": "#CCA300",
1315         "recv_bytes_lo": "#0A50A1",
1316         "recv_drop_eth0": "#99440A",
1317         "recv_drop_lo": "#967302",
1318         "recv_errs_eth0": "#BF1B00",
1319         "recv_errs_lo": "#890F02",
1320         "trans_bytes_eth0": "#7EB26D",
1321         "trans_bytes_lo": "#0A50A1",
1322         "trans_drop_eth0": "#99440A",
1323         "trans_drop_lo": "#967302",
1324         "trans_errs_eth0": "#BF1B00",
1325         "trans_errs_lo": "#890F02"
1326       },
1327       "bars": false,
1328       "dashLength": 10,
1329       "dashes": false,
1330       "datasource": "${DS_PROMETHEUS}",
1331       "description": "Basic network info per interface",
1332       "fill": 4,
1333       "fillGradient": 0,
1334       "gridPos": {
1335         "h": 7,
1336         "w": 12,
1337         "x": 0,
1338         "y": 13
1339       },
1340       "hiddenSeries": false,
1341       "id": 74,
1342       "legend": {
1343         "alignAsTable": false,
1344         "avg": false,
1345         "current": false,
1346         "hideEmpty": false,
1347         "hideZero": false,
1348         "max": false,
1349         "min": false,
1350         "rightSide": false,
1351         "show": true,
1352         "sort": "current",
1353         "sortDesc": true,
1354         "total": false,
1355         "values": false
1356       },
1357       "lines": true,
1358       "linewidth": 1,
1359       "links": [],
1360       "nullPointMode": "null",
1361       "options": {
1362         "dataLinks": []
1363       },
1364       "percentage": false,
1365       "pointradius": 5,
1366       "points": false,
1367       "renderer": "flot",
1368       "seriesOverrides": [
1369         {
1370           "alias": "/.*trans.*/",
1371           "transform": "negative-Y"
1372         }
1373       ],
1374       "spaceLength": 10,
1375       "stack": false,
1376       "steppedLine": false,
1377       "targets": [
1378         {
1379           "expr": "irate(node_network_receive_bytes_total{instance=\"$node\",job=\"$job\"}[5m])*8",
1380           "format": "time_series",
1381           "intervalFactor": 2,
1382           "legendFormat": "recv {{device}}",
1383           "refId": "A",
1384           "step": 240
1385         },
1386         {
1387           "expr": "irate(node_network_transmit_bytes_total{instance=\"$node\",job=\"$job\"}[5m])*8",
1388           "format": "time_series",
1389           "intervalFactor": 2,
1390           "legendFormat": "trans {{device}} ",
1391           "refId": "B",
1392           "step": 240
1393         }
1394       ],
1395       "thresholds": [],
1396       "timeFrom": null,
1397       "timeRegions": [],
1398       "timeShift": null,
1399       "title": "Network Traffic Basic",
1400       "tooltip": {
1401         "shared": true,
1402         "sort": 0,
1403         "value_type": "individual"
1404       },
1405       "type": "graph",
1406       "xaxis": {
1407         "buckets": null,
1408         "mode": "time",
1409         "name": null,
1410         "show": true,
1411         "values": []
1412       },
1413       "yaxes": [
1414         {
1415           "format": "bps",
1416           "label": null,
1417           "logBase": 1,
1418           "max": null,
1419           "min": null,
1420           "show": true
1421         },
1422         {
1423           "format": "pps",
1424           "label": "",
1425           "logBase": 1,
1426           "max": null,
1427           "min": null,
1428           "show": false
1429         }
1430       ],
1431       "yaxis": {
1432         "align": false,
1433         "alignLevel": null
1434       }
1435     },
1436     {
1437       "aliasColors": {},
1438       "bars": false,
1439       "dashLength": 10,
1440       "dashes": false,
1441       "datasource": "${DS_PROMETHEUS}",
1442       "decimals": 3,
1443       "description": "Disk space used of all filesystems mounted",
1444       "fill": 4,
1445       "fillGradient": 0,
1446       "gridPos": {
1447         "h": 7,
1448         "w": 12,
1449         "x": 12,
1450         "y": 13
1451       },
1452       "height": "",
1453       "hiddenSeries": false,
1454       "id": 152,
1455       "legend": {
1456         "alignAsTable": false,
1457         "avg": false,
1458         "current": false,
1459         "max": false,
1460         "min": false,
1461         "rightSide": false,
1462         "show": true,
1463         "sort": "current",
1464         "sortDesc": false,
1465         "total": false,
1466         "values": false
1467       },
1468       "lines": true,
1469       "linewidth": 1,
1470       "links": [],
1471       "maxPerRow": 6,
1472       "nullPointMode": "null",
1473       "options": {
1474         "dataLinks": []
1475       },
1476       "percentage": false,
1477       "pointradius": 5,
1478       "points": false,
1479       "renderer": "flot",
1480       "seriesOverrides": [],
1481       "spaceLength": 10,
1482       "stack": false,
1483       "steppedLine": false,
1484       "targets": [
1485         {
1486           "expr": "100 - ((node_filesystem_avail_bytes{instance=\"$node\",job=\"$job\",device!~'rootfs'} * 100) / node_filesystem_size_bytes{instance=\"$node\",job=\"$job\",device!~'rootfs'})",
1487           "format": "time_series",
1488           "intervalFactor": 2,
1489           "legendFormat": "{{mountpoint}}",
1490           "refId": "A",
1491           "step": 240
1492         }
1493       ],
1494       "thresholds": [],
1495       "timeFrom": null,
1496       "timeRegions": [],
1497       "timeShift": null,
1498       "title": "Disk Space Used Basic",
1499       "tooltip": {
1500         "shared": true,
1501         "sort": 0,
1502         "value_type": "individual"
1503       },
1504       "type": "graph",
1505       "xaxis": {
1506         "buckets": null,
1507         "mode": "time",
1508         "name": null,
1509         "show": true,
1510         "values": []
1511       },
1512       "yaxes": [
1513         {
1514           "format": "percent",
1515           "label": null,
1516           "logBase": 1,
1517           "max": "100",
1518           "min": "0",
1519           "show": true
1520         },
1521         {
1522           "format": "short",
1523           "label": null,
1524           "logBase": 1,
1525           "max": null,
1526           "min": null,
1527           "show": true
1528         }
1529       ],
1530       "yaxis": {
1531         "align": false,
1532         "alignLevel": null
1533       }
1534     },
1535     {
1536       "collapsed": true,
1537       "datasource": "${DS_PROMETHEUS}",
1538       "gridPos": {
1539         "h": 1,
1540         "w": 24,
1541         "x": 0,
1542         "y": 20
1543       },
1544       "id": 265,
1545       "panels": [
1546         {
1547           "aliasColors": {
1548             "Idle - Waiting for something to happen": "#052B51",
1549             "guest": "#9AC48A",
1550             "idle": "#052B51",
1551             "iowait": "#EAB839",
1552             "irq": "#BF1B00",
1553             "nice": "#C15C17",
1554             "softirq": "#E24D42",
1555             "steal": "#FCE2DE",
1556             "system": "#508642",
1557             "user": "#5195CE"
1558           },
1559           "bars": false,
1560           "dashLength": 10,
1561           "dashes": false,
1562           "datasource": "${DS_PROMETHEUS}",
1563           "decimals": 2,
1564           "description": "",
1565           "fill": 4,
1566           "fillGradient": 0,
1567           "gridPos": {
1568             "h": 12,
1569             "w": 12,
1570             "x": 0,
1571             "y": 21
1572           },
1573           "hiddenSeries": false,
1574           "id": 3,
1575           "legend": {
1576             "alignAsTable": true,
1577             "avg": true,
1578             "current": true,
1579             "max": true,
1580             "min": true,
1581             "rightSide": false,
1582             "show": true,
1583             "sideWidth": 250,
1584             "sort": null,
1585             "sortDesc": null,
1586             "total": false,
1587             "values": true
1588           },
1589           "lines": true,
1590           "linewidth": 1,
1591           "links": [],
1592           "maxPerRow": 6,
1593           "nullPointMode": "null",
1594           "options": {
1595             "dataLinks": []
1596           },
1597           "percentage": true,
1598           "pointradius": 5,
1599           "points": false,
1600           "renderer": "flot",
1601           "repeat": null,
1602           "seriesOverrides": [],
1603           "spaceLength": 10,
1604           "stack": true,
1605           "steppedLine": false,
1606           "targets": [
1607             {
1608               "expr": "sum by (mode)(irate(node_cpu_seconds_total{mode=\"system\",instance=\"$node\",job=\"$job\"}[5m])) * 100",
1609               "format": "time_series",
1610               "interval": "10s",
1611               "intervalFactor": 2,
1612               "legendFormat": "System - Processes executing in kernel mode",
1613               "refId": "A",
1614               "step": 20
1615             },
1616             {
1617               "expr": "sum by (mode)(irate(node_cpu_seconds_total{mode='user',instance=\"$node\",job=\"$job\"}[5m])) * 100",
1618               "format": "time_series",
1619               "intervalFactor": 2,
1620               "legendFormat": "User - Normal processes executing in user mode",
1621               "refId": "B",
1622               "step": 240
1623             },
1624             {
1625               "expr": "sum by (mode)(irate(node_cpu_seconds_total{mode='nice',instance=\"$node\",job=\"$job\"}[5m])) * 100",
1626               "format": "time_series",
1627               "intervalFactor": 2,
1628               "legendFormat": "Nice - Niced processes executing in user mode",
1629               "refId": "C",
1630               "step": 240
1631             },
1632             {
1633               "expr": "sum by (mode)(irate(node_cpu_seconds_total{mode='idle',instance=\"$node\",job=\"$job\"}[5m])) * 100",
1634               "format": "time_series",
1635               "intervalFactor": 2,
1636               "legendFormat": "Idle - Waiting for something to happen",
1637               "refId": "D",
1638               "step": 240
1639             },
1640             {
1641               "expr": "sum by (mode)(irate(node_cpu_seconds_total{mode='iowait',instance=\"$node\",job=\"$job\"}[5m])) * 100",
1642               "format": "time_series",
1643               "intervalFactor": 2,
1644               "legendFormat": "Iowait - Waiting for I/O to complete",
1645               "refId": "E",
1646               "step": 240
1647             },
1648             {
1649               "expr": "sum by (mode)(irate(node_cpu_seconds_total{mode='irq',instance=\"$node\",job=\"$job\"}[5m])) * 100",
1650               "format": "time_series",
1651               "intervalFactor": 2,
1652               "legendFormat": "Irq - Servicing interrupts",
1653               "refId": "F",
1654               "step": 240
1655             },
1656             {
1657               "expr": "sum by (mode)(irate(node_cpu_seconds_total{mode='softirq',instance=\"$node\",job=\"$job\"}[5m])) * 100",
1658               "format": "time_series",
1659               "intervalFactor": 2,
1660               "legendFormat": "Softirq - Servicing softirqs",
1661               "refId": "G",
1662               "step": 240
1663             },
1664             {
1665               "expr": "sum by (mode)(irate(node_cpu_seconds_total{mode='steal',instance=\"$node\",job=\"$job\"}[5m])) * 100",
1666               "format": "time_series",
1667               "intervalFactor": 2,
1668               "legendFormat": "Steal - Time spent in other operating systems when running in a virtualized environment",
1669               "refId": "H",
1670               "step": 240
1671             },
1672             {
1673               "expr": "sum by (mode)(irate(node_cpu_seconds_total{mode='guest',instance=\"$node\",job=\"$job\"}[5m])) * 100",
1674               "format": "time_series",
1675               "intervalFactor": 2,
1676               "legendFormat": "Guest - Time spent running a virtual CPU for a guest operating system",
1677               "refId": "I",
1678               "step": 240
1679             }
1680           ],
1681           "thresholds": [],
1682           "timeFrom": null,
1683           "timeRegions": [],
1684           "timeShift": null,
1685           "title": "CPU",
1686           "tooltip": {
1687             "shared": true,
1688             "sort": 0,
1689             "value_type": "individual"
1690           },
1691           "type": "graph",
1692           "xaxis": {
1693             "buckets": null,
1694             "mode": "time",
1695             "name": null,
1696             "show": true,
1697             "values": []
1698           },
1699           "yaxes": [
1700             {
1701               "format": "short",
1702               "label": "percentage",
1703               "logBase": 1,
1704               "max": "100",
1705               "min": "0",
1706               "show": true
1707             },
1708             {
1709               "format": "short",
1710               "label": null,
1711               "logBase": 1,
1712               "max": null,
1713               "min": null,
1714               "show": false
1715             }
1716           ],
1717           "yaxis": {
1718             "align": false,
1719             "alignLevel": null
1720           }
1721         },
1722         {
1723           "aliasColors": {
1724             "Apps": "#629E51",
1725             "Buffers": "#614D93",
1726             "Cache": "#6D1F62",
1727             "Cached": "#511749",
1728             "Committed": "#508642",
1729             "Free": "#0A437C",
1730             "Hardware Corrupted - Amount of RAM that the kernel identified as corrupted / not working": "#CFFAFF",
1731             "Inactive": "#584477",
1732             "PageTables": "#0A50A1",
1733             "Page_Tables": "#0A50A1",
1734             "RAM_Free": "#E0F9D7",
1735             "Slab": "#806EB7",
1736             "Slab_Cache": "#E0752D",
1737             "Swap": "#BF1B00",
1738             "Swap - Swap memory usage": "#BF1B00",
1739             "Swap_Cache": "#C15C17",
1740             "Swap_Free": "#2F575E",
1741             "Unused": "#EAB839",
1742             "Unused - Free memory unassigned": "#052B51"
1743           },
1744           "bars": false,
1745           "dashLength": 10,
1746           "dashes": false,
1747           "datasource": "${DS_PROMETHEUS}",
1748           "decimals": 2,
1749           "description": "",
1750           "fill": 4,
1751           "fillGradient": 0,
1752           "gridPos": {
1753             "h": 12,
1754             "w": 12,
1755             "x": 12,
1756             "y": 21
1757           },
1758           "hiddenSeries": false,
1759           "id": 24,
1760           "legend": {
1761             "alignAsTable": true,
1762             "avg": true,
1763             "current": true,
1764             "max": true,
1765             "min": true,
1766             "rightSide": false,
1767             "show": true,
1768             "sideWidth": 350,
1769             "sort": null,
1770             "sortDesc": null,
1771             "total": false,
1772             "values": true
1773           },
1774           "lines": true,
1775           "linewidth": 1,
1776           "links": [],
1777           "maxPerRow": 6,
1778           "nullPointMode": "null",
1779           "options": {
1780             "dataLinks": []
1781           },
1782           "percentage": false,
1783           "pointradius": 5,
1784           "points": false,
1785           "renderer": "flot",
1786           "seriesOverrides": [
1787             {
1788               "alias": "/.*Hardware Corrupted - *./",
1789               "stack": false
1790             }
1791           ],
1792           "spaceLength": 10,
1793           "stack": true,
1794           "steppedLine": false,
1795           "targets": [
1796             {
1797               "expr": "node_memory_MemTotal_bytes{instance=\"$node\",job=\"$job\"} - node_memory_MemFree_bytes{instance=\"$node\",job=\"$job\"} - node_memory_Buffers_bytes{instance=\"$node\",job=\"$job\"} - node_memory_Cached_bytes{instance=\"$node\",job=\"$job\"} - node_memory_Slab_bytes{instance=\"$node\",job=\"$job\"} - node_memory_PageTables_bytes{instance=\"$node\",job=\"$job\"} - node_memory_SwapCached_bytes{instance=\"$node\",job=\"$job\"}",
1798               "format": "time_series",
1799               "hide": false,
1800               "intervalFactor": 2,
1801               "legendFormat": "Apps - Memory used by user-space applications",
1802               "refId": "A",
1803               "step": 240
1804             },
1805             {
1806               "expr": "node_memory_PageTables_bytes{instance=\"$node\",job=\"$job\"}",
1807               "format": "time_series",
1808               "hide": false,
1809               "intervalFactor": 2,
1810               "legendFormat": "PageTables - Memory used to map between virtual and physical memory addresses",
1811               "refId": "B",
1812               "step": 240
1813             },
1814             {
1815               "expr": "node_memory_SwapCached_bytes{instance=\"$node\",job=\"$job\"}",
1816               "format": "time_series",
1817               "intervalFactor": 2,
1818               "legendFormat": "SwapCache - Memory that keeps track of pages that have been fetched from swap but not yet been modified",
1819               "refId": "C",
1820               "step": 240
1821             },
1822             {
1823               "expr": "node_memory_Slab_bytes{instance=\"$node\",job=\"$job\"}",
1824               "format": "time_series",
1825               "hide": false,
1826               "intervalFactor": 2,
1827               "legendFormat": "Slab - Memory used by the kernel to cache data structures for its own use (caches like inode, dentry, etc)",
1828               "refId": "D",
1829               "step": 240
1830             },
1831             {
1832               "expr": "node_memory_Cached_bytes{instance=\"$node\",job=\"$job\"}",
1833               "format": "time_series",
1834               "hide": false,
1835               "intervalFactor": 2,
1836               "legendFormat": "Cache - Parked file data (file content) cache",
1837               "refId": "E",
1838               "step": 240
1839             },
1840             {
1841               "expr": "node_memory_Buffers_bytes{instance=\"$node\",job=\"$job\"}",
1842               "format": "time_series",
1843               "hide": false,
1844               "intervalFactor": 2,
1845               "legendFormat": "Buffers - Block device (e.g. harddisk) cache",
1846               "refId": "F",
1847               "step": 240
1848             },
1849             {
1850               "expr": "node_memory_MemFree_bytes{instance=\"$node\",job=\"$job\"}",
1851               "format": "time_series",
1852               "hide": false,
1853               "intervalFactor": 2,
1854               "legendFormat": "Unused - Free memory unassigned",
1855               "refId": "G",
1856               "step": 240
1857             },
1858             {
1859               "expr": "(node_memory_SwapTotal_bytes{instance=\"$node\",job=\"$job\"} - node_memory_SwapFree_bytes{instance=\"$node\",job=\"$job\"})",
1860               "format": "time_series",
1861               "hide": false,
1862               "intervalFactor": 2,
1863               "legendFormat": "Swap - Swap space used",
1864               "refId": "H",
1865               "step": 240
1866             },
1867             {
1868               "expr": "node_memory_HardwareCorrupted_bytes{instance=\"$node\",job=\"$job\"}",
1869               "format": "time_series",
1870               "hide": false,
1871               "intervalFactor": 2,
1872               "legendFormat": "Hardware Corrupted - Amount of RAM that the kernel identified as corrupted / not working",
1873               "refId": "I",
1874               "step": 240
1875             }
1876           ],
1877           "thresholds": [],
1878           "timeFrom": null,
1879           "timeRegions": [],
1880           "timeShift": null,
1881           "title": "Memory Stack",
1882           "tooltip": {
1883             "shared": true,
1884             "sort": 0,
1885             "value_type": "individual"
1886           },
1887           "type": "graph",
1888           "xaxis": {
1889             "buckets": null,
1890             "mode": "time",
1891             "name": null,
1892             "show": true,
1893             "values": []
1894           },
1895           "yaxes": [
1896             {
1897               "format": "bytes",
1898               "label": "bytes",
1899               "logBase": 1,
1900               "max": null,
1901               "min": "0",
1902               "show": true
1903             },
1904             {
1905               "format": "short",
1906               "label": null,
1907               "logBase": 1,
1908               "max": null,
1909               "min": null,
1910               "show": false
1911             }
1912           ],
1913           "yaxis": {
1914             "align": false,
1915             "alignLevel": null
1916           }
1917         },
1918         {
1919           "aliasColors": {
1920             "receive_packets_eth0": "#7EB26D",
1921             "receive_packets_lo": "#E24D42",
1922             "transmit_packets_eth0": "#7EB26D",
1923             "transmit_packets_lo": "#E24D42"
1924           },
1925           "bars": false,
1926           "dashLength": 10,
1927           "dashes": false,
1928           "datasource": "${DS_PROMETHEUS}",
1929           "fill": 4,
1930           "fillGradient": 0,
1931           "gridPos": {
1932             "h": 12,
1933             "w": 12,
1934             "x": 0,
1935             "y": 33
1936           },
1937           "hiddenSeries": false,
1938           "id": 84,
1939           "legend": {
1940             "alignAsTable": true,
1941             "avg": true,
1942             "current": true,
1943             "max": true,
1944             "min": true,
1945             "rightSide": false,
1946             "show": true,
1947             "total": false,
1948             "values": true
1949           },
1950           "lines": true,
1951           "linewidth": 1,
1952           "links": [],
1953           "nullPointMode": "null",
1954           "options": {
1955             "dataLinks": []
1956           },
1957           "percentage": false,
1958           "pointradius": 5,
1959           "points": false,
1960           "renderer": "flot",
1961           "seriesOverrides": [
1962             {
1963               "$$hashKey": "object:5871",
1964               "alias": "/.*Trans.*/",
1965               "transform": "negative-Y"
1966             }
1967           ],
1968           "spaceLength": 10,
1969           "stack": false,
1970           "steppedLine": false,
1971           "targets": [
1972             {
1973               "expr": "irate(node_network_receive_bytes_total{instance=\"$node\",job=\"$job\"}[5m])*8",
1974               "format": "time_series",
1975               "intervalFactor": 2,
1976               "legendFormat": "{{device}} - Receive",
1977               "refId": "A",
1978               "step": 240
1979             },
1980             {
1981               "expr": "irate(node_network_transmit_bytes_total{instance=\"$node\",job=\"$job\"}[5m])*8",
1982               "format": "time_series",
1983               "intervalFactor": 2,
1984               "legendFormat": "{{device}} - Transmit",
1985               "refId": "B",
1986               "step": 240
1987             }
1988           ],
1989           "thresholds": [],
1990           "timeFrom": null,
1991           "timeRegions": [],
1992           "timeShift": null,
1993           "title": "Network Traffic",
1994           "tooltip": {
1995             "shared": true,
1996             "sort": 0,
1997             "value_type": "individual"
1998           },
1999           "type": "graph",
2000           "xaxis": {
2001             "buckets": null,
2002             "mode": "time",
2003             "name": null,
2004             "show": true,
2005             "values": []
2006           },
2007           "yaxes": [
2008             {
2009               "$$hashKey": "object:5884",
2010               "format": "bps",
2011               "label": "bits out (-) / in (+)",
2012               "logBase": 1,
2013               "max": null,
2014               "min": null,
2015               "show": true
2016             },
2017             {
2018               "$$hashKey": "object:5885",
2019               "format": "short",
2020               "label": null,
2021               "logBase": 1,
2022               "max": null,
2023               "min": null,
2024               "show": false
2025             }
2026           ],
2027           "yaxis": {
2028             "align": false,
2029             "alignLevel": null
2030           }
2031         },
2032         {
2033           "aliasColors": {},
2034           "bars": false,
2035           "dashLength": 10,
2036           "dashes": false,
2037           "datasource": "${DS_PROMETHEUS}",
2038           "decimals": 3,
2039           "description": "",
2040           "fill": 4,
2041           "fillGradient": 0,
2042           "gridPos": {
2043             "h": 12,
2044             "w": 12,
2045             "x": 12,
2046             "y": 33
2047           },
2048           "height": "",
2049           "hiddenSeries": false,
2050           "id": 156,
2051           "legend": {
2052             "alignAsTable": true,
2053             "avg": true,
2054             "current": true,
2055             "max": true,
2056             "min": true,
2057             "rightSide": false,
2058             "show": true,
2059             "sort": "current",
2060             "sortDesc": false,
2061             "total": false,
2062             "values": true
2063           },
2064           "lines": true,
2065           "linewidth": 1,
2066           "links": [],
2067           "maxPerRow": 6,
2068           "nullPointMode": "null",
2069           "options": {
2070             "dataLinks": []
2071           },
2072           "percentage": false,
2073           "pointradius": 5,
2074           "points": false,
2075           "renderer": "flot",
2076           "seriesOverrides": [],
2077           "spaceLength": 10,
2078           "stack": false,
2079           "steppedLine": false,
2080           "targets": [
2081             {
2082               "expr": "node_filesystem_size_bytes{instance=\"$node\",job=\"$job\",device!~'rootfs'} - node_filesystem_avail_bytes{instance=\"$node\",job=\"$job\",device!~'rootfs'}",
2083               "format": "time_series",
2084               "intervalFactor": 2,
2085               "legendFormat": "{{mountpoint}}",
2086               "refId": "A",
2087               "step": 240
2088             }
2089           ],
2090           "thresholds": [],
2091           "timeFrom": null,
2092           "timeRegions": [],
2093           "timeShift": null,
2094           "title": "Disk Space Used",
2095           "tooltip": {
2096             "shared": true,
2097             "sort": 0,
2098             "value_type": "individual"
2099           },
2100           "type": "graph",
2101           "xaxis": {
2102             "buckets": null,
2103             "mode": "time",
2104             "name": null,
2105             "show": true,
2106             "values": []
2107           },
2108           "yaxes": [
2109             {
2110               "format": "bytes",
2111               "label": "bytes",
2112               "logBase": 1,
2113               "max": null,
2114               "min": "0",
2115               "show": true
2116             },
2117             {
2118               "format": "short",
2119               "label": null,
2120               "logBase": 1,
2121               "max": null,
2122               "min": null,
2123               "show": false
2124             }
2125           ],
2126           "yaxis": {
2127             "align": false,
2128             "alignLevel": null
2129           }
2130         },
2131         {
2132           "aliasColors": {},
2133           "bars": false,
2134           "dashLength": 10,
2135           "dashes": false,
2136           "datasource": "${DS_PROMETHEUS}",
2137           "description": "",
2138           "fill": 2,
2139           "fillGradient": 0,
2140           "gridPos": {
2141             "h": 12,
2142             "w": 12,
2143             "x": 0,
2144             "y": 45
2145           },
2146           "hiddenSeries": false,
2147           "id": 229,
2148           "legend": {
2149             "alignAsTable": true,
2150             "avg": true,
2151             "current": true,
2152             "hideZero": true,
2153             "max": true,
2154             "min": true,
2155             "rightSide": false,
2156             "show": true,
2157             "total": false,
2158             "values": true
2159           },
2160           "lines": true,
2161           "linewidth": 1,
2162           "links": [],
2163           "maxPerRow": 6,
2164           "nullPointMode": "null",
2165           "options": {
2166             "dataLinks": []
2167           },
2168           "percentage": false,
2169           "pointradius": 5,
2170           "points": false,
2171           "renderer": "flot",
2172           "seriesOverrides": [
2173             {
2174               "alias": "/.*Read.*/",
2175               "transform": "negative-Y"
2176             },
2177             {
2178               "alias": "/.*sda_.*/",
2179               "color": "#7EB26D"
2180             },
2181             {
2182               "alias": "/.*sdb_.*/",
2183               "color": "#EAB839"
2184             },
2185             {
2186               "alias": "/.*sdc_.*/",
2187               "color": "#6ED0E0"
2188             },
2189             {
2190               "alias": "/.*sdd_.*/",
2191               "color": "#EF843C"
2192             },
2193             {
2194               "alias": "/.*sde_.*/",
2195               "color": "#E24D42"
2196             },
2197             {
2198               "alias": "/.*sda1.*/",
2199               "color": "#584477"
2200             },
2201             {
2202               "alias": "/.*sda2_.*/",
2203               "color": "#BA43A9"
2204             },
2205             {
2206               "alias": "/.*sda3_.*/",
2207               "color": "#F4D598"
2208             },
2209             {
2210               "alias": "/.*sdb1.*/",
2211               "color": "#0A50A1"
2212             },
2213             {
2214               "alias": "/.*sdb2.*/",
2215               "color": "#BF1B00"
2216             },
2217             {
2218               "alias": "/.*sdb2.*/",
2219               "color": "#BF1B00"
2220             },
2221             {
2222               "alias": "/.*sdb3.*/",
2223               "color": "#E0752D"
2224             },
2225             {
2226               "alias": "/.*sdc1.*/",
2227               "color": "#962D82"
2228             },
2229             {
2230               "alias": "/.*sdc2.*/",
2231               "color": "#614D93"
2232             },
2233             {
2234               "alias": "/.*sdc3.*/",
2235               "color": "#9AC48A"
2236             },
2237             {
2238               "alias": "/.*sdd1.*/",
2239               "color": "#65C5DB"
2240             },
2241             {
2242               "alias": "/.*sdd2.*/",
2243               "color": "#F9934E"
2244             },
2245             {
2246               "alias": "/.*sdd3.*/",
2247               "color": "#EA6460"
2248             },
2249             {
2250               "alias": "/.*sde1.*/",
2251               "color": "#E0F9D7"
2252             },
2253             {
2254               "alias": "/.*sdd2.*/",
2255               "color": "#FCEACA"
2256             },
2257             {
2258               "alias": "/.*sde3.*/",
2259               "color": "#F9E2D2"
2260             }
2261           ],
2262           "spaceLength": 10,
2263           "stack": false,
2264           "steppedLine": false,
2265           "targets": [
2266             {
2267               "expr": "irate(node_disk_reads_completed_total{instance=\"$node\",job=\"$job\",device=~\"$diskdevices\"}[5m])",
2268               "intervalFactor": 4,
2269               "legendFormat": "{{device}} - Reads completed",
2270               "refId": "A",
2271               "step": 480
2272             },
2273             {
2274               "expr": "irate(node_disk_writes_completed_total{instance=\"$node\",job=\"$job\",device=~\"$diskdevices\"}[5m])",
2275               "intervalFactor": 2,
2276               "legendFormat": "{{device}} - Writes completed",
2277               "refId": "B",
2278               "step": 240
2279             }
2280           ],
2281           "thresholds": [],
2282           "timeFrom": null,
2283           "timeRegions": [],
2284           "timeShift": null,
2285           "title": "Disk IOps",
2286           "tooltip": {
2287             "shared": false,
2288             "sort": 0,
2289             "value_type": "individual"
2290           },
2291           "type": "graph",
2292           "xaxis": {
2293             "buckets": null,
2294             "mode": "time",
2295             "name": null,
2296             "show": true,
2297             "values": []
2298           },
2299           "yaxes": [
2300             {
2301               "format": "iops",
2302               "label": "IO read (-) / write (+)",
2303               "logBase": 1,
2304               "max": null,
2305               "min": null,
2306               "show": true
2307             },
2308             {
2309               "format": "short",
2310               "label": null,
2311               "logBase": 1,
2312               "max": null,
2313               "min": null,
2314               "show": false
2315             }
2316           ],
2317           "yaxis": {
2318             "align": false,
2319             "alignLevel": null
2320           }
2321         },
2322         {
2323           "aliasColors": {
2324             "io time": "#890F02"
2325           },
2326           "bars": false,
2327           "dashLength": 10,
2328           "dashes": false,
2329           "datasource": "${DS_PROMETHEUS}",
2330           "decimals": 3,
2331           "description": "",
2332           "fill": 4,
2333           "fillGradient": 0,
2334           "gridPos": {
2335             "h": 12,
2336             "w": 12,
2337             "x": 12,
2338             "y": 45
2339           },
2340           "hiddenSeries": false,
2341           "id": 42,
2342           "legend": {
2343             "alignAsTable": true,
2344             "avg": true,
2345             "current": true,
2346             "max": true,
2347             "min": true,
2348             "rightSide": false,
2349             "show": true,
2350             "sort": null,
2351             "sortDesc": null,
2352             "total": false,
2353             "values": true
2354           },
2355           "lines": true,
2356           "linewidth": 1,
2357           "links": [],
2358           "maxPerRow": 6,
2359           "nullPointMode": "null",
2360           "options": {
2361             "dataLinks": []
2362           },
2363           "percentage": false,
2364           "pointradius": 5,
2365           "points": false,
2366           "renderer": "flot",
2367           "seriesOverrides": [
2368             {
2369               "alias": "/.*read*./",
2370               "transform": "negative-Y"
2371             },
2372             {
2373               "alias": "/.*sda.*/",
2374               "color": "#7EB26D"
2375             },
2376             {
2377               "alias": "/.*sdb.*/",
2378               "color": "#EAB839"
2379             },
2380             {
2381               "alias": "/.*sdc.*/",
2382               "color": "#6ED0E0"
2383             },
2384             {
2385               "alias": "/.*sdd.*/",
2386               "color": "#EF843C"
2387             },
2388             {
2389               "alias": "/.*sde.*/",
2390               "color": "#E24D42"
2391             }
2392           ],
2393           "spaceLength": 10,
2394           "stack": false,
2395           "steppedLine": false,
2396           "targets": [
2397             {
2398               "expr": "irate(node_disk_read_bytes_total{instance=\"$node\",job=\"$job\",device=~\"$diskdevices\"}[5m])",
2399               "format": "time_series",
2400               "hide": false,
2401               "intervalFactor": 2,
2402               "legendFormat": "{{device}} - Successfully read bytes",
2403               "refId": "A",
2404               "step": 240
2405             },
2406             {
2407               "expr": "irate(node_disk_written_bytes_total{instance=\"$node\",job=\"$job\",device=~\"$diskdevices\"}[5m])",
2408               "format": "time_series",
2409               "hide": false,
2410               "intervalFactor": 2,
2411               "legendFormat": "{{device}} - Successfully written bytes",
2412               "refId": "B",
2413               "step": 240
2414             }
2415           ],
2416           "thresholds": [],
2417           "timeFrom": null,
2418           "timeRegions": [],
2419           "timeShift": null,
2420           "title": "I/O Usage Read / Write",
2421           "tooltip": {
2422             "shared": true,
2423             "sort": 0,
2424             "value_type": "individual"
2425           },
2426           "type": "graph",
2427           "xaxis": {
2428             "buckets": null,
2429             "mode": "time",
2430             "name": null,
2431             "show": false,
2432             "values": []
2433           },
2434           "yaxes": [
2435             {
2436               "format": "bytes",
2437               "label": "bytes read (-) / write (+)",
2438               "logBase": 1,
2439               "max": null,
2440               "min": null,
2441               "show": true
2442             },
2443             {
2444               "format": "ms",
2445               "label": "",
2446               "logBase": 1,
2447               "max": null,
2448               "min": null,
2449               "show": true
2450             }
2451           ],
2452           "yaxis": {
2453             "align": false,
2454             "alignLevel": null
2455           }
2456         },
2457         {
2458           "aliasColors": {
2459             "io time": "#890F02"
2460           },
2461           "bars": false,
2462           "dashLength": 10,
2463           "dashes": false,
2464           "datasource": "${DS_PROMETHEUS}",
2465           "decimals": 3,
2466           "description": "",
2467           "fill": 4,
2468           "fillGradient": 0,
2469           "gridPos": {
2470             "h": 12,
2471             "w": 12,
2472             "x": 0,
2473             "y": 57
2474           },
2475           "hiddenSeries": false,
2476           "id": 127,
2477           "legend": {
2478             "alignAsTable": true,
2479             "avg": true,
2480             "current": true,
2481             "max": true,
2482             "min": true,
2483             "rightSide": false,
2484             "show": true,
2485             "sort": null,
2486             "sortDesc": null,
2487             "total": false,
2488             "values": true
2489           },
2490           "lines": true,
2491           "linewidth": 1,
2492           "links": [],
2493           "maxPerRow": 6,
2494           "nullPointMode": "null",
2495           "options": {
2496             "dataLinks": []
2497           },
2498           "percentage": false,
2499           "pointradius": 5,
2500           "points": false,
2501           "renderer": "flot",
2502           "seriesOverrides": [],
2503           "spaceLength": 10,
2504           "stack": false,
2505           "steppedLine": false,
2506           "targets": [
2507             {
2508               "expr": "irate(node_disk_io_time_seconds_total{instance=\"$node\",job=\"$job\",device=~\"$diskdevices\"} [5m])",
2509               "format": "time_series",
2510               "hide": false,
2511               "intervalFactor": 2,
2512               "legendFormat": "{{device}} - Time spent doing I/Os",
2513               "refId": "A",
2514               "step": 240
2515             }
2516           ],
2517           "thresholds": [],
2518           "timeFrom": null,
2519           "timeRegions": [],
2520           "timeShift": null,
2521           "title": "I/O Usage Times",
2522           "tooltip": {
2523             "shared": true,
2524             "sort": 0,
2525             "value_type": "individual"
2526           },
2527           "type": "graph",
2528           "xaxis": {
2529             "buckets": null,
2530             "mode": "time",
2531             "name": null,
2532             "show": false,
2533             "values": []
2534           },
2535           "yaxes": [
2536             {
2537               "format": "s",
2538               "label": "time",
2539               "logBase": 1,
2540               "max": null,
2541               "min": "0",
2542               "show": true
2543             },
2544             {
2545               "format": "s",
2546               "label": "",
2547               "logBase": 1,
2548               "max": null,
2549               "min": null,
2550               "show": false
2551             }
2552           ],
2553           "yaxis": {
2554             "align": false,
2555             "alignLevel": null
2556           }
2557         }
2558       ],
2559       "repeat": null,
2560       "title": "CPU / Memory / Net / Disk",
2561       "type": "row"
2562     },
2563     {
2564       "collapsed": true,
2565       "datasource": "${DS_PROMETHEUS}",
2566       "gridPos": {
2567         "h": 1,
2568         "w": 24,
2569         "x": 0,
2570         "y": 21
2571       },
2572       "id": 266,
2573       "panels": [
2574         {
2575           "aliasColors": {
2576             "Apps": "#629E51",
2577             "Buffers": "#614D93",
2578             "Cache": "#6D1F62",
2579             "Cached": "#511749",
2580             "Committed": "#508642",
2581             "Free": "#0A437C",
2582             "Hardware Corrupted - Amount of RAM that the kernel identified as corrupted / not working": "#CFFAFF",
2583             "Inactive": "#584477",
2584             "PageTables": "#0A50A1",
2585             "Page_Tables": "#0A50A1",
2586             "RAM_Free": "#E0F9D7",
2587             "Slab": "#806EB7",
2588             "Slab_Cache": "#E0752D",
2589             "Swap": "#BF1B00",
2590             "Swap_Cache": "#C15C17",
2591             "Swap_Free": "#2F575E",
2592             "Unused": "#EAB839"
2593           },
2594           "bars": false,
2595           "dashLength": 10,
2596           "dashes": false,
2597           "datasource": "${DS_PROMETHEUS}",
2598           "decimals": 2,
2599           "fill": 2,
2600           "fillGradient": 0,
2601           "gridPos": {
2602             "h": 10,
2603             "w": 12,
2604             "x": 0,
2605             "y": 70
2606           },
2607           "hiddenSeries": false,
2608           "id": 136,
2609           "legend": {
2610             "alignAsTable": true,
2611             "avg": true,
2612             "current": true,
2613             "max": true,
2614             "min": true,
2615             "rightSide": false,
2616             "show": true,
2617             "sideWidth": 350,
2618             "total": false,
2619             "values": true
2620           },
2621           "lines": true,
2622           "linewidth": 1,
2623           "links": [],
2624           "maxPerRow": 2,
2625           "nullPointMode": "null",
2626           "options": {
2627             "dataLinks": []
2628           },
2629           "percentage": false,
2630           "pointradius": 5,
2631           "points": false,
2632           "renderer": "flot",
2633           "seriesOverrides": [],
2634           "spaceLength": 10,
2635           "stack": true,
2636           "steppedLine": false,
2637           "targets": [
2638             {
2639               "expr": "node_memory_Inactive_bytes{instance=\"$node\",job=\"$job\"}",
2640               "format": "time_series",
2641               "intervalFactor": 2,
2642               "legendFormat": "Inactive - Memory which has been less recently used.  It is more eligible to be reclaimed for other purposes",
2643               "refId": "A",
2644               "step": 4
2645             },
2646             {
2647               "expr": "node_memory_Active_bytes{instance=\"$node\",job=\"$job\"}",
2648               "format": "time_series",
2649               "intervalFactor": 2,
2650               "legendFormat": "Active - Memory that has been used more recently and usually not reclaimed unless absolutely necessary",
2651               "refId": "B",
2652               "step": 4
2653             }
2654           ],
2655           "thresholds": [],
2656           "timeFrom": null,
2657           "timeRegions": [],
2658           "timeShift": null,
2659           "title": "Memory Active / Inactive",
2660           "tooltip": {
2661             "shared": true,
2662             "sort": 0,
2663             "value_type": "cumulative"
2664           },
2665           "type": "graph",
2666           "xaxis": {
2667             "buckets": null,
2668             "mode": "time",
2669             "name": null,
2670             "show": true,
2671             "values": []
2672           },
2673           "yaxes": [
2674             {
2675               "format": "bytes",
2676               "label": "bytes",
2677               "logBase": 1,
2678               "max": null,
2679               "min": "0",
2680               "show": true
2681             },
2682             {
2683               "format": "short",
2684               "label": null,
2685               "logBase": 1,
2686               "max": null,
2687               "min": null,
2688               "show": false
2689             }
2690           ],
2691           "yaxis": {
2692             "align": false,
2693             "alignLevel": null
2694           }
2695         },
2696         {
2697           "aliasColors": {
2698             "Apps": "#629E51",
2699             "Buffers": "#614D93",
2700             "Cache": "#6D1F62",
2701             "Cached": "#511749",
2702             "Committed": "#508642",
2703             "Free": "#0A437C",
2704             "Hardware Corrupted - Amount of RAM that the kernel identified as corrupted / not working": "#CFFAFF",
2705             "Inactive": "#584477",
2706             "PageTables": "#0A50A1",
2707             "Page_Tables": "#0A50A1",
2708             "RAM_Free": "#E0F9D7",
2709             "Slab": "#806EB7",
2710             "Slab_Cache": "#E0752D",
2711             "Swap": "#BF1B00",
2712             "Swap_Cache": "#C15C17",
2713             "Swap_Free": "#2F575E",
2714             "Unused": "#EAB839"
2715           },
2716           "bars": false,
2717           "dashLength": 10,
2718           "dashes": false,
2719           "datasource": "${DS_PROMETHEUS}",
2720           "decimals": 2,
2721           "fill": 2,
2722           "fillGradient": 0,
2723           "gridPos": {
2724             "h": 10,
2725             "w": 12,
2726             "x": 12,
2727             "y": 70
2728           },
2729           "hiddenSeries": false,
2730           "id": 135,
2731           "legend": {
2732             "alignAsTable": true,
2733             "avg": true,
2734             "current": true,
2735             "max": true,
2736             "min": true,
2737             "rightSide": false,
2738             "show": true,
2739             "sideWidth": 350,
2740             "total": false,
2741             "values": true
2742           },
2743           "lines": true,
2744           "linewidth": 1,
2745           "links": [],
2746           "maxPerRow": 6,
2747           "nullPointMode": "null",
2748           "options": {
2749             "dataLinks": []
2750           },
2751           "percentage": false,
2752           "pointradius": 5,
2753           "points": false,
2754           "renderer": "flot",
2755           "seriesOverrides": [
2756             {
2757               "alias": "/.*Committed_AS - *./"
2758             },
2759             {
2760               "alias": "/.*CommitLimit - *./",
2761               "color": "#BF1B00",
2762               "fill": 0
2763             }
2764           ],
2765           "spaceLength": 10,
2766           "stack": false,
2767           "steppedLine": false,
2768           "targets": [
2769             {
2770               "expr": "node_memory_Committed_AS_bytes{instance=\"$node\",job=\"$job\"}",
2771               "format": "time_series",
2772               "intervalFactor": 2,
2773               "legendFormat": "Committed_AS - Amount of memory presently allocated on the system",
2774               "refId": "A",
2775               "step": 4
2776             },
2777             {
2778               "expr": "node_memory_CommitLimit_bytes{instance=\"$node\",job=\"$job\"}",
2779               "format": "time_series",
2780               "intervalFactor": 2,
2781               "legendFormat": "CommitLimit - Amount of  memory currently available to be allocated on the system",
2782               "refId": "B",
2783               "step": 4
2784             }
2785           ],
2786           "thresholds": [],
2787           "timeFrom": null,
2788           "timeRegions": [],
2789           "timeShift": null,
2790           "title": "Memory Commited",
2791           "tooltip": {
2792             "shared": true,
2793             "sort": 0,
2794             "value_type": "cumulative"
2795           },
2796           "type": "graph",
2797           "xaxis": {
2798             "buckets": null,
2799             "mode": "time",
2800             "name": null,
2801             "show": true,
2802             "values": []
2803           },
2804           "yaxes": [
2805             {
2806               "format": "bytes",
2807               "label": "bytes",
2808               "logBase": 1,
2809               "max": null,
2810               "min": "0",
2811               "show": true
2812             },
2813             {
2814               "format": "short",
2815               "label": null,
2816               "logBase": 1,
2817               "max": null,
2818               "min": null,
2819               "show": false
2820             }
2821           ],
2822           "yaxis": {
2823             "align": false,
2824             "alignLevel": null
2825           }
2826         },
2827         {
2828           "aliasColors": {
2829             "Apps": "#629E51",
2830             "Buffers": "#614D93",
2831             "Cache": "#6D1F62",
2832             "Cached": "#511749",
2833             "Committed": "#508642",
2834             "Free": "#0A437C",
2835             "Hardware Corrupted - Amount of RAM that the kernel identified as corrupted / not working": "#CFFAFF",
2836             "Inactive": "#584477",
2837             "PageTables": "#0A50A1",
2838             "Page_Tables": "#0A50A1",
2839             "RAM_Free": "#E0F9D7",
2840             "Slab": "#806EB7",
2841             "Slab_Cache": "#E0752D",
2842             "Swap": "#BF1B00",
2843             "Swap_Cache": "#C15C17",
2844             "Swap_Free": "#2F575E",
2845             "Unused": "#EAB839"
2846           },
2847           "bars": false,
2848           "dashLength": 10,
2849           "dashes": false,
2850           "datasource": "${DS_PROMETHEUS}",
2851           "decimals": 2,
2852           "fill": 2,
2853           "fillGradient": 0,
2854           "gridPos": {
2855             "h": 10,
2856             "w": 12,
2857             "x": 0,
2858             "y": 80
2859           },
2860           "hiddenSeries": false,
2861           "id": 191,
2862           "legend": {
2863             "alignAsTable": true,
2864             "avg": true,
2865             "current": true,
2866             "max": true,
2867             "min": true,
2868             "rightSide": false,
2869             "show": true,
2870             "sideWidth": 350,
2871             "total": false,
2872             "values": true
2873           },
2874           "lines": true,
2875           "linewidth": 1,
2876           "links": [],
2877           "maxPerRow": 6,
2878           "nullPointMode": "null",
2879           "options": {
2880             "dataLinks": []
2881           },
2882           "percentage": false,
2883           "pointradius": 5,
2884           "points": false,
2885           "renderer": "flot",
2886           "seriesOverrides": [],
2887           "spaceLength": 10,
2888           "stack": true,
2889           "steppedLine": false,
2890           "targets": [
2891             {
2892               "expr": "node_memory_Inactive_file_bytes{instance=\"$node\",job=\"$job\"}",
2893               "format": "time_series",
2894               "hide": false,
2895               "intervalFactor": 2,
2896               "legendFormat": "Inactive_file - File-backed memory on inactive LRU list",
2897               "refId": "A",
2898               "step": 4
2899             },
2900             {
2901               "expr": "node_memory_Inactive_anon_bytes{instance=\"$node\",job=\"$job\"}",
2902               "format": "time_series",
2903               "hide": false,
2904               "intervalFactor": 2,
2905               "legendFormat": "Inactive_anon - Anonymous and swap cache on inactive LRU list, including tmpfs (shmem)",
2906               "refId": "B",
2907               "step": 4
2908             },
2909             {
2910               "expr": "node_memory_Active_file_bytes{instance=\"$node\",job=\"$job\"}",
2911               "format": "time_series",
2912               "hide": false,
2913               "intervalFactor": 2,
2914               "legendFormat": "Active_file - File-backed memory on active LRU list",
2915               "refId": "C",
2916               "step": 4
2917             },
2918             {
2919               "expr": "node_memory_Active_anon_bytes{instance=\"$node\",job=\"$job\"}",
2920               "format": "time_series",
2921               "hide": false,
2922               "intervalFactor": 2,
2923               "legendFormat": "Active_anon - Anonymous and swap cache on active least-recently-used (LRU) list, including tmpfs",
2924               "refId": "D",
2925               "step": 4
2926             }
2927           ],
2928           "thresholds": [],
2929           "timeFrom": null,
2930           "timeRegions": [],
2931           "timeShift": null,
2932           "title": "Memory Active / Inactive Detail",
2933           "tooltip": {
2934             "shared": true,
2935             "sort": 0,
2936             "value_type": "cumulative"
2937           },
2938           "type": "graph",
2939           "xaxis": {
2940             "buckets": null,
2941             "mode": "time",
2942             "name": null,
2943             "show": true,
2944             "values": []
2945           },
2946           "yaxes": [
2947             {
2948               "format": "bytes",
2949               "label": "bytes",
2950               "logBase": 1,
2951               "max": null,
2952               "min": "0",
2953               "show": true
2954             },
2955             {
2956               "format": "bytes",
2957               "label": null,
2958               "logBase": 1,
2959               "max": null,
2960               "min": null,
2961               "show": true
2962             }
2963           ],
2964           "yaxis": {
2965             "align": false,
2966             "alignLevel": null
2967           }
2968         },
2969         {
2970           "aliasColors": {
2971             "Active": "#99440A",
2972             "Buffers": "#58140C",
2973             "Cache": "#6D1F62",
2974             "Cached": "#511749",
2975             "Committed": "#508642",
2976             "Dirty": "#6ED0E0",
2977             "Free": "#B7DBAB",
2978             "Inactive": "#EA6460",
2979             "Mapped": "#052B51",
2980             "PageTables": "#0A50A1",
2981             "Page_Tables": "#0A50A1",
2982             "Slab_Cache": "#EAB839",
2983             "Swap": "#BF1B00",
2984             "Swap_Cache": "#C15C17",
2985             "Total": "#511749",
2986             "Total RAM": "#052B51",
2987             "Total RAM + Swap": "#052B51",
2988             "Total Swap": "#614D93",
2989             "VmallocUsed": "#EA6460"
2990           },
2991           "bars": false,
2992           "dashLength": 10,
2993           "dashes": false,
2994           "datasource": "${DS_PROMETHEUS}",
2995           "decimals": 2,
2996           "fill": 2,
2997           "fillGradient": 0,
2998           "gridPos": {
2999             "h": 10,
3000             "w": 12,
3001             "x": 12,
3002             "y": 80
3003           },
3004           "hiddenSeries": false,
3005           "id": 130,
3006           "legend": {
3007             "alignAsTable": true,
3008             "avg": true,
3009             "current": true,
3010             "max": true,
3011             "min": true,
3012             "rightSide": false,
3013             "show": true,
3014             "sideWidth": null,
3015             "total": false,
3016             "values": true
3017           },
3018           "lines": true,
3019           "linewidth": 1,
3020           "links": [],
3021           "maxPerRow": 2,
3022           "nullPointMode": "null",
3023           "options": {
3024             "dataLinks": []
3025           },
3026           "percentage": false,
3027           "pointradius": 5,
3028           "points": false,
3029           "renderer": "flot",
3030           "seriesOverrides": [],
3031           "spaceLength": 10,
3032           "stack": false,
3033           "steppedLine": false,
3034           "targets": [
3035             {
3036               "expr": "node_memory_Writeback_bytes{instance=\"$node\",job=\"$job\"}",
3037               "format": "time_series",
3038               "intervalFactor": 2,
3039               "legendFormat": "Writeback - Memory which is actively being written back to disk",
3040               "refId": "A",
3041               "step": 4
3042             },
3043             {
3044               "expr": "node_memory_WritebackTmp_bytes{instance=\"$node\",job=\"$job\"}",
3045               "format": "time_series",
3046               "intervalFactor": 2,
3047               "legendFormat": "WritebackTmp - Memory used by FUSE for temporary writeback buffers",
3048               "refId": "B",
3049               "step": 4
3050             },
3051             {
3052               "expr": "node_memory_Dirty_bytes{instance=\"$node\",job=\"$job\"}",
3053               "format": "time_series",
3054               "intervalFactor": 2,
3055               "legendFormat": "Dirty - Memory which is waiting to get written back to the disk",
3056               "refId": "C",
3057               "step": 4
3058             }
3059           ],
3060           "thresholds": [],
3061           "timeFrom": null,
3062           "timeRegions": [],
3063           "timeShift": null,
3064           "title": "Memory Writeback and Dirty",
3065           "tooltip": {
3066             "shared": true,
3067             "sort": 0,
3068             "value_type": "individual"
3069           },
3070           "type": "graph",
3071           "xaxis": {
3072             "buckets": null,
3073             "mode": "time",
3074             "name": null,
3075             "show": true,
3076             "values": []
3077           },
3078           "yaxes": [
3079             {
3080               "format": "bytes",
3081               "label": "bytes",
3082               "logBase": 1,
3083               "max": null,
3084               "min": "0",
3085               "show": true
3086             },
3087             {
3088               "format": "short",
3089               "label": null,
3090               "logBase": 1,
3091               "max": null,
3092               "min": null,
3093               "show": false
3094             }
3095           ],
3096           "yaxis": {
3097             "align": false,
3098             "alignLevel": null
3099           }
3100         },
3101         {
3102           "aliasColors": {
3103             "Apps": "#629E51",
3104             "Buffers": "#614D93",
3105             "Cache": "#6D1F62",
3106             "Cached": "#511749",
3107             "Committed": "#508642",
3108             "Free": "#0A437C",
3109             "Hardware Corrupted - Amount of RAM that the kernel identified as corrupted / not working": "#CFFAFF",
3110             "Inactive": "#584477",
3111             "PageTables": "#0A50A1",
3112             "Page_Tables": "#0A50A1",
3113             "RAM_Free": "#E0F9D7",
3114             "Slab": "#806EB7",
3115             "Slab_Cache": "#E0752D",
3116             "Swap": "#BF1B00",
3117             "Swap_Cache": "#C15C17",
3118             "Swap_Free": "#2F575E",
3119             "Unused": "#EAB839"
3120           },
3121           "bars": false,
3122           "dashLength": 10,
3123           "dashes": false,
3124           "datasource": "${DS_PROMETHEUS}",
3125           "decimals": 2,
3126           "fill": 2,
3127           "fillGradient": 0,
3128           "gridPos": {
3129             "h": 10,
3130             "w": 12,
3131             "x": 0,
3132             "y": 90
3133           },
3134           "hiddenSeries": false,
3135           "id": 138,
3136           "legend": {
3137             "alignAsTable": true,
3138             "avg": true,
3139             "current": true,
3140             "max": true,
3141             "min": true,
3142             "rightSide": false,
3143             "show": true,
3144             "sideWidth": 350,
3145             "total": false,
3146             "values": true
3147           },
3148           "lines": true,
3149           "linewidth": 1,
3150           "links": [],
3151           "maxPerRow": 6,
3152           "nullPointMode": "null",
3153           "options": {
3154             "dataLinks": []
3155           },
3156           "percentage": false,
3157           "pointradius": 5,
3158           "points": false,
3159           "renderer": "flot",
3160           "seriesOverrides": [
3161             {
3162               "$$hashKey": "object:4131",
3163               "alias": "ShmemHugePages - Memory used by shared memory (shmem) and tmpfs allocated  with huge pages",
3164               "fill": 0
3165             },
3166             {
3167               "$$hashKey": "object:4138",
3168               "alias": "ShmemHugePages - Memory used by shared memory (shmem) and tmpfs allocated  with huge pages",
3169               "fill": 0
3170             }
3171           ],
3172           "spaceLength": 10,
3173           "stack": false,
3174           "steppedLine": false,
3175           "targets": [
3176             {
3177               "expr": "node_memory_Mapped_bytes{instance=\"$node\",job=\"$job\"}",
3178               "format": "time_series",
3179               "intervalFactor": 2,
3180               "legendFormat": "Mapped - Used memory in mapped pages files which have been mmaped, such as libraries",
3181               "refId": "A",
3182               "step": 4
3183             },
3184             {
3185               "expr": "node_memory_Shmem_bytes{instance=\"$node\",job=\"$job\"}",
3186               "format": "time_series",
3187               "intervalFactor": 2,
3188               "legendFormat": "Shmem - Used shared memory (shared between several processes, thus including RAM disks)",
3189               "refId": "B",
3190               "step": 4
3191             },
3192             {
3193               "expr": "node_memory_ShmemHugePages_bytes{instance=\"$node\",job=\"$job\"}",
3194               "format": "time_series",
3195               "interval": "",
3196               "intervalFactor": 2,
3197               "legendFormat": "ShmemHugePages - Memory used by shared memory (shmem) and tmpfs allocated  with huge pages",
3198               "refId": "C",
3199               "step": 4
3200             },
3201             {
3202               "expr": "node_memory_ShmemPmdMapped_bytes{instance=\"$node\",job=\"$job\"}",
3203               "format": "time_series",
3204               "interval": "",
3205               "intervalFactor": 2,
3206               "legendFormat": "ShmemPmdMapped - Ammount of shared (shmem/tmpfs) memory backed by huge pages",
3207               "refId": "D",
3208               "step": 4
3209             }
3210           ],
3211           "thresholds": [],
3212           "timeFrom": null,
3213           "timeRegions": [],
3214           "timeShift": null,
3215           "title": "Memory Shared and Mapped",
3216           "tooltip": {
3217             "shared": true,
3218             "sort": 0,
3219             "value_type": "cumulative"
3220           },
3221           "type": "graph",
3222           "xaxis": {
3223             "buckets": null,
3224             "mode": "time",
3225             "name": null,
3226             "show": true,
3227             "values": []
3228           },
3229           "yaxes": [
3230             {
3231               "$$hashKey": "object:4106",
3232               "format": "bytes",
3233               "label": "bytes",
3234               "logBase": 1,
3235               "max": null,
3236               "min": "0",
3237               "show": true
3238             },
3239             {
3240               "$$hashKey": "object:4107",
3241               "format": "short",
3242               "label": null,
3243               "logBase": 1,
3244               "max": null,
3245               "min": null,
3246               "show": false
3247             }
3248           ],
3249           "yaxis": {
3250             "align": false,
3251             "alignLevel": null
3252           }
3253         },
3254         {
3255           "aliasColors": {
3256             "Active": "#99440A",
3257             "Buffers": "#58140C",
3258             "Cache": "#6D1F62",
3259             "Cached": "#511749",
3260             "Committed": "#508642",
3261             "Dirty": "#6ED0E0",
3262             "Free": "#B7DBAB",
3263             "Inactive": "#EA6460",
3264             "Mapped": "#052B51",
3265             "PageTables": "#0A50A1",
3266             "Page_Tables": "#0A50A1",
3267             "Slab_Cache": "#EAB839",
3268             "Swap": "#BF1B00",
3269             "Swap_Cache": "#C15C17",
3270             "Total": "#511749",
3271             "Total RAM": "#052B51",
3272             "Total RAM + Swap": "#052B51",
3273             "Total Swap": "#614D93",
3274             "VmallocUsed": "#EA6460"
3275           },
3276           "bars": false,
3277           "dashLength": 10,
3278           "dashes": false,
3279           "datasource": "${DS_PROMETHEUS}",
3280           "decimals": 2,
3281           "fill": 2,
3282           "fillGradient": 0,
3283           "gridPos": {
3284             "h": 10,
3285             "w": 12,
3286             "x": 12,
3287             "y": 90
3288           },
3289           "hiddenSeries": false,
3290           "id": 131,
3291           "legend": {
3292             "alignAsTable": true,
3293             "avg": true,
3294             "current": true,
3295             "max": true,
3296             "min": true,
3297             "rightSide": false,
3298             "show": true,
3299             "sideWidth": null,
3300             "total": false,
3301             "values": true
3302           },
3303           "lines": true,
3304           "linewidth": 1,
3305           "links": [],
3306           "maxPerRow": 2,
3307           "nullPointMode": "null",
3308           "options": {
3309             "dataLinks": []
3310           },
3311           "percentage": false,
3312           "pointradius": 5,
3313           "points": false,
3314           "renderer": "flot",
3315           "seriesOverrides": [],
3316           "spaceLength": 10,
3317           "stack": true,
3318           "steppedLine": false,
3319           "targets": [
3320             {
3321               "expr": "node_memory_SUnreclaim_bytes{instance=\"$node\",job=\"$job\"}",
3322               "format": "time_series",
3323               "intervalFactor": 2,
3324               "legendFormat": "SUnreclaim - Part of Slab, that cannot be reclaimed on memory pressure",
3325               "refId": "A",
3326               "step": 4
3327             },
3328             {
3329               "expr": "node_memory_SReclaimable_bytes{instance=\"$node\",job=\"$job\"}",
3330               "format": "time_series",
3331               "intervalFactor": 2,
3332               "legendFormat": "SReclaimable - Part of Slab, that might be reclaimed, such as caches",
3333               "refId": "B",
3334               "step": 4
3335             }
3336           ],
3337           "thresholds": [],
3338           "timeFrom": null,
3339           "timeRegions": [],
3340           "timeShift": null,
3341           "title": "Memory Slab",
3342           "tooltip": {
3343             "shared": true,
3344             "sort": 0,
3345             "value_type": "individual"
3346           },
3347           "type": "graph",
3348           "xaxis": {
3349             "buckets": null,
3350             "mode": "time",
3351             "name": null,
3352             "show": true,
3353             "values": []
3354           },
3355           "yaxes": [
3356             {
3357               "format": "bytes",
3358               "label": "bytes",
3359               "logBase": 1,
3360               "max": null,
3361               "min": "0",
3362               "show": true
3363             },
3364             {
3365               "format": "short",
3366               "label": null,
3367               "logBase": 1,
3368               "max": null,
3369               "min": null,
3370               "show": false
3371             }
3372           ],
3373           "yaxis": {
3374             "align": false,
3375             "alignLevel": null
3376           }
3377         },
3378         {
3379           "aliasColors": {
3380             "Active": "#99440A",
3381             "Buffers": "#58140C",
3382             "Cache": "#6D1F62",
3383             "Cached": "#511749",
3384             "Committed": "#508642",
3385             "Dirty": "#6ED0E0",
3386             "Free": "#B7DBAB",
3387             "Inactive": "#EA6460",
3388             "Mapped": "#052B51",
3389             "PageTables": "#0A50A1",
3390             "Page_Tables": "#0A50A1",
3391             "Slab_Cache": "#EAB839",
3392             "Swap": "#BF1B00",
3393             "Swap_Cache": "#C15C17",
3394             "Total": "#511749",
3395             "Total RAM": "#052B51",
3396             "Total RAM + Swap": "#052B51",
3397             "VmallocUsed": "#EA6460"
3398           },
3399           "bars": false,
3400           "dashLength": 10,
3401           "dashes": false,
3402           "datasource": "${DS_PROMETHEUS}",
3403           "decimals": 2,
3404           "fill": 2,
3405           "fillGradient": 0,
3406           "gridPos": {
3407             "h": 10,
3408             "w": 12,
3409             "x": 0,
3410             "y": 100
3411           },
3412           "hiddenSeries": false,
3413           "id": 70,
3414           "legend": {
3415             "alignAsTable": true,
3416             "avg": true,
3417             "current": true,
3418             "max": true,
3419             "min": true,
3420             "rightSide": false,
3421             "show": true,
3422             "sideWidth": null,
3423             "total": false,
3424             "values": true
3425           },
3426           "lines": true,
3427           "linewidth": 1,
3428           "links": [],
3429           "maxPerRow": 6,
3430           "nullPointMode": "null",
3431           "options": {
3432             "dataLinks": []
3433           },
3434           "percentage": false,
3435           "pointradius": 5,
3436           "points": false,
3437           "renderer": "flot",
3438           "seriesOverrides": [],
3439           "spaceLength": 10,
3440           "stack": false,
3441           "steppedLine": false,
3442           "targets": [
3443             {
3444               "expr": "node_memory_VmallocChunk_bytes{instance=\"$node\",job=\"$job\"}",
3445               "format": "time_series",
3446               "hide": false,
3447               "intervalFactor": 2,
3448               "legendFormat": "VmallocChunk - Largest contigious block of vmalloc area which is free",
3449               "refId": "A",
3450               "step": 4
3451             },
3452             {
3453               "expr": "node_memory_VmallocTotal_bytes{instance=\"$node\",job=\"$job\"}",
3454               "format": "time_series",
3455               "hide": false,
3456               "intervalFactor": 2,
3457               "legendFormat": "VmallocTotal - Total size of vmalloc memory area",
3458               "refId": "B",
3459               "step": 4
3460             },
3461             {
3462               "expr": "node_memory_VmallocUsed_bytes{instance=\"$node\",job=\"$job\"}",
3463               "format": "time_series",
3464               "hide": false,
3465               "intervalFactor": 2,
3466               "legendFormat": "VmallocUsed - Amount of vmalloc area which is used",
3467               "refId": "C",
3468               "step": 4
3469             }
3470           ],
3471           "thresholds": [],
3472           "timeFrom": null,
3473           "timeRegions": [],
3474           "timeShift": null,
3475           "title": "Memory Vmalloc",
3476           "tooltip": {
3477             "shared": true,
3478             "sort": 0,
3479             "value_type": "individual"
3480           },
3481           "type": "graph",
3482           "xaxis": {
3483             "buckets": null,
3484             "mode": "time",
3485             "name": null,
3486             "show": true,
3487             "values": []
3488           },
3489           "yaxes": [
3490             {
3491               "format": "bytes",
3492               "label": "bytes",
3493               "logBase": 1,
3494               "max": null,
3495               "min": "0",
3496               "show": true
3497             },
3498             {
3499               "format": "short",
3500               "label": null,
3501               "logBase": 1,
3502               "max": null,
3503               "min": null,
3504               "show": false
3505             }
3506           ],
3507           "yaxis": {
3508             "align": false,
3509             "alignLevel": null
3510           }
3511         },
3512         {
3513           "aliasColors": {
3514             "Apps": "#629E51",
3515             "Buffers": "#614D93",
3516             "Cache": "#6D1F62",
3517             "Cached": "#511749",
3518             "Committed": "#508642",
3519             "Free": "#0A437C",
3520             "Hardware Corrupted - Amount of RAM that the kernel identified as corrupted / not working": "#CFFAFF",
3521             "Inactive": "#584477",
3522             "PageTables": "#0A50A1",
3523             "Page_Tables": "#0A50A1",
3524             "RAM_Free": "#E0F9D7",
3525             "Slab": "#806EB7",
3526             "Slab_Cache": "#E0752D",
3527             "Swap": "#BF1B00",
3528             "Swap_Cache": "#C15C17",
3529             "Swap_Free": "#2F575E",
3530             "Unused": "#EAB839"
3531           },
3532           "bars": false,
3533           "dashLength": 10,
3534           "dashes": false,
3535           "datasource": "${DS_PROMETHEUS}",
3536           "decimals": 2,
3537           "fill": 2,
3538           "fillGradient": 0,
3539           "gridPos": {
3540             "h": 10,
3541             "w": 12,
3542             "x": 12,
3543             "y": 100
3544           },
3545           "hiddenSeries": false,
3546           "id": 159,
3547           "legend": {
3548             "alignAsTable": true,
3549             "avg": true,
3550             "current": true,
3551             "max": true,
3552             "min": true,
3553             "rightSide": false,
3554             "show": true,
3555             "sideWidth": 350,
3556             "total": false,
3557             "values": true
3558           },
3559           "lines": true,
3560           "linewidth": 1,
3561           "links": [],
3562           "maxPerRow": 6,
3563           "nullPointMode": "null",
3564           "options": {
3565             "dataLinks": []
3566           },
3567           "percentage": false,
3568           "pointradius": 5,
3569           "points": false,
3570           "renderer": "flot",
3571           "seriesOverrides": [],
3572           "spaceLength": 10,
3573           "stack": false,
3574           "steppedLine": false,
3575           "targets": [
3576             {
3577               "expr": "node_memory_Bounce_bytes{instance=\"$node\",job=\"$job\"}",
3578               "format": "time_series",
3579               "intervalFactor": 2,
3580               "legendFormat": "Bounce - Memory used for block device bounce buffers",
3581               "refId": "A",
3582               "step": 4
3583             }
3584           ],
3585           "thresholds": [],
3586           "timeFrom": null,
3587           "timeRegions": [],
3588           "timeShift": null,
3589           "title": "Memory Bounce",
3590           "tooltip": {
3591             "shared": true,
3592             "sort": 0,
3593             "value_type": "cumulative"
3594           },
3595           "type": "graph",
3596           "xaxis": {
3597             "buckets": null,
3598             "mode": "time",
3599             "name": null,
3600             "show": true,
3601             "values": []
3602           },
3603           "yaxes": [
3604             {
3605               "format": "bytes",
3606               "label": "bytes",
3607               "logBase": 1,
3608               "max": null,
3609               "min": "0",
3610               "show": true
3611             },
3612             {
3613               "format": "short",
3614               "label": null,
3615               "logBase": 1,
3616               "max": null,
3617               "min": null,
3618               "show": false
3619             }
3620           ],
3621           "yaxis": {
3622             "align": false,
3623             "alignLevel": null
3624           }
3625         },
3626         {
3627           "aliasColors": {
3628             "Active": "#99440A",
3629             "Buffers": "#58140C",
3630             "Cache": "#6D1F62",
3631             "Cached": "#511749",
3632             "Committed": "#508642",
3633             "Dirty": "#6ED0E0",
3634             "Free": "#B7DBAB",
3635             "Inactive": "#EA6460",
3636             "Mapped": "#052B51",
3637             "PageTables": "#0A50A1",
3638             "Page_Tables": "#0A50A1",
3639             "Slab_Cache": "#EAB839",
3640             "Swap": "#BF1B00",
3641             "Swap_Cache": "#C15C17",
3642             "Total": "#511749",
3643             "Total RAM": "#052B51",
3644             "Total RAM + Swap": "#052B51",
3645             "VmallocUsed": "#EA6460"
3646           },
3647           "bars": false,
3648           "dashLength": 10,
3649           "dashes": false,
3650           "datasource": "${DS_PROMETHEUS}",
3651           "decimals": 2,
3652           "fill": 2,
3653           "fillGradient": 0,
3654           "gridPos": {
3655             "h": 10,
3656             "w": 12,
3657             "x": 0,
3658             "y": 110
3659           },
3660           "hiddenSeries": false,
3661           "id": 129,
3662           "legend": {
3663             "alignAsTable": true,
3664             "avg": true,
3665             "current": true,
3666             "max": true,
3667             "min": true,
3668             "rightSide": false,
3669             "show": true,
3670             "sideWidth": null,
3671             "total": false,
3672             "values": true
3673           },
3674           "lines": true,
3675           "linewidth": 1,
3676           "links": [],
3677           "maxPerRow": 6,
3678           "nullPointMode": "null",
3679           "options": {
3680             "dataLinks": []
3681           },
3682           "percentage": false,
3683           "pointradius": 5,
3684           "points": false,
3685           "renderer": "flot",
3686           "seriesOverrides": [
3687             {
3688               "alias": "/.*Inactive *./",
3689               "transform": "negative-Y"
3690             }
3691           ],
3692           "spaceLength": 10,
3693           "stack": false,
3694           "steppedLine": false,
3695           "targets": [
3696             {
3697               "expr": "node_memory_AnonHugePages_bytes{instance=\"$node\",job=\"$job\"}",
3698               "format": "time_series",
3699               "intervalFactor": 2,
3700               "legendFormat": "AnonHugePages - Memory in anonymous huge pages",
3701               "refId": "A",
3702               "step": 4
3703             },
3704             {
3705               "expr": "node_memory_AnonPages_bytes{instance=\"$node\",job=\"$job\"}",
3706               "format": "time_series",
3707               "intervalFactor": 2,
3708               "legendFormat": "AnonPages - Memory in user pages not backed by files",
3709               "refId": "B",
3710               "step": 4
3711             }
3712           ],
3713           "thresholds": [],
3714           "timeFrom": null,
3715           "timeRegions": [],
3716           "timeShift": null,
3717           "title": "Memory Anonymous",
3718           "tooltip": {
3719             "shared": true,
3720             "sort": 0,
3721             "value_type": "individual"
3722           },
3723           "type": "graph",
3724           "xaxis": {
3725             "buckets": null,
3726             "mode": "time",
3727             "name": null,
3728             "show": true,
3729             "values": []
3730           },
3731           "yaxes": [
3732             {
3733               "format": "bytes",
3734               "label": "bytes",
3735               "logBase": 1,
3736               "max": null,
3737               "min": "0",
3738               "show": true
3739             },
3740             {
3741               "format": "short",
3742               "label": null,
3743               "logBase": 1,
3744               "max": null,
3745               "min": null,
3746               "show": false
3747             }
3748           ],
3749           "yaxis": {
3750             "align": false,
3751             "alignLevel": null
3752           }
3753         },
3754         {
3755           "aliasColors": {
3756             "Apps": "#629E51",
3757             "Buffers": "#614D93",
3758             "Cache": "#6D1F62",
3759             "Cached": "#511749",
3760             "Committed": "#508642",
3761             "Free": "#0A437C",
3762             "Hardware Corrupted - Amount of RAM that the kernel identified as corrupted / not working": "#CFFAFF",
3763             "Inactive": "#584477",
3764             "PageTables": "#0A50A1",
3765             "Page_Tables": "#0A50A1",
3766             "RAM_Free": "#E0F9D7",
3767             "Slab": "#806EB7",
3768             "Slab_Cache": "#E0752D",
3769             "Swap": "#BF1B00",
3770             "Swap_Cache": "#C15C17",
3771             "Swap_Free": "#2F575E",
3772             "Unused": "#EAB839"
3773           },
3774           "bars": false,
3775           "dashLength": 10,
3776           "dashes": false,
3777           "datasource": "${DS_PROMETHEUS}",
3778           "decimals": 2,
3779           "fill": 2,
3780           "fillGradient": 0,
3781           "gridPos": {
3782             "h": 10,
3783             "w": 12,
3784             "x": 12,
3785             "y": 110
3786           },
3787           "hiddenSeries": false,
3788           "id": 160,
3789           "legend": {
3790             "alignAsTable": true,
3791             "avg": true,
3792             "current": true,
3793             "max": true,
3794             "min": true,
3795             "rightSide": false,
3796             "show": true,
3797             "sideWidth": 350,
3798             "total": false,
3799             "values": true
3800           },
3801           "lines": true,
3802           "linewidth": 1,
3803           "links": [],
3804           "maxPerRow": 2,
3805           "nullPointMode": "null",
3806           "options": {
3807             "dataLinks": []
3808           },
3809           "percentage": false,
3810           "pointradius": 5,
3811           "points": false,
3812           "renderer": "flot",
3813           "seriesOverrides": [],
3814           "spaceLength": 10,
3815           "stack": false,
3816           "steppedLine": false,
3817           "targets": [
3818             {
3819               "expr": "node_memory_KernelStack_bytes{instance=\"$node\",job=\"$job\"}",
3820               "format": "time_series",
3821               "intervalFactor": 2,
3822               "legendFormat": "KernelStack - Kernel memory stack. This is not reclaimable",
3823               "refId": "A",
3824               "step": 4
3825             },
3826             {
3827               "expr": "node_memory_Percpu_bytes{instance=\"$node\",job=\"$job\"}",
3828               "format": "time_series",
3829               "interval": "",
3830               "intervalFactor": 2,
3831               "legendFormat": "PerCPU - Per CPU memory allocated dynamically by loadable modules",
3832               "refId": "B",
3833               "step": 4
3834             }
3835           ],
3836           "thresholds": [],
3837           "timeFrom": null,
3838           "timeRegions": [],
3839           "timeShift": null,
3840           "title": "Memory Kernel / CPU",
3841           "tooltip": {
3842             "shared": true,
3843             "sort": 0,
3844             "value_type": "cumulative"
3845           },
3846           "type": "graph",
3847           "xaxis": {
3848             "buckets": null,
3849             "mode": "time",
3850             "name": null,
3851             "show": true,
3852             "values": []
3853           },
3854           "yaxes": [
3855             {
3856               "format": "bytes",
3857               "label": "bytes",
3858               "logBase": 1,
3859               "max": null,
3860               "min": "0",
3861               "show": true
3862             },
3863             {
3864               "format": "short",
3865               "label": null,
3866               "logBase": 1,
3867               "max": null,
3868               "min": null,
3869               "show": false
3870             }
3871           ],
3872           "yaxis": {
3873             "align": false,
3874             "alignLevel": null
3875           }
3876         },
3877         {
3878           "aliasColors": {
3879             "Active": "#99440A",
3880             "Buffers": "#58140C",
3881             "Cache": "#6D1F62",
3882             "Cached": "#511749",
3883             "Committed": "#508642",
3884             "Dirty": "#6ED0E0",
3885             "Free": "#B7DBAB",
3886             "Inactive": "#EA6460",
3887             "Mapped": "#052B51",
3888             "PageTables": "#0A50A1",
3889             "Page_Tables": "#0A50A1",
3890             "Slab_Cache": "#EAB839",
3891             "Swap": "#BF1B00",
3892             "Swap_Cache": "#C15C17",
3893             "Total": "#511749",
3894             "Total RAM": "#806EB7",
3895             "Total RAM + Swap": "#806EB7",
3896             "VmallocUsed": "#EA6460"
3897           },
3898           "bars": false,
3899           "dashLength": 10,
3900           "dashes": false,
3901           "datasource": "${DS_PROMETHEUS}",
3902           "decimals": 2,
3903           "fill": 2,
3904           "fillGradient": 0,
3905           "gridPos": {
3906             "h": 10,
3907             "w": 12,
3908             "x": 0,
3909             "y": 120
3910           },
3911           "hiddenSeries": false,
3912           "id": 140,
3913           "legend": {
3914             "alignAsTable": true,
3915             "avg": false,
3916             "current": true,
3917             "max": true,
3918             "min": true,
3919             "rightSide": false,
3920             "show": true,
3921             "sideWidth": null,
3922             "total": false,
3923             "values": true
3924           },
3925           "lines": true,
3926           "linewidth": 1,
3927           "links": [],
3928           "maxPerRow": 6,
3929           "nullPointMode": "null",
3930           "options": {
3931             "dataLinks": []
3932           },
3933           "percentage": false,
3934           "pointradius": 5,
3935           "points": false,
3936           "renderer": "flot",
3937           "seriesOverrides": [],
3938           "spaceLength": 10,
3939           "stack": false,
3940           "steppedLine": false,
3941           "targets": [
3942             {
3943               "expr": "node_memory_HugePages_Free{instance=\"$node\",job=\"$job\"}",
3944               "format": "time_series",
3945               "intervalFactor": 2,
3946               "legendFormat": "HugePages_Free - Huge pages in the pool that are not yet allocated",
3947               "refId": "A",
3948               "step": 4
3949             },
3950             {
3951               "expr": "node_memory_HugePages_Rsvd{instance=\"$node\",job=\"$job\"}",
3952               "format": "time_series",
3953               "intervalFactor": 2,
3954               "legendFormat": "HugePages_Rsvd - Huge pages for which a commitment to allocate from the pool has been made, but no allocation has yet been made",
3955               "refId": "B",
3956               "step": 4
3957             },
3958             {
3959               "expr": "node_memory_HugePages_Surp{instance=\"$node\",job=\"$job\"}",
3960               "format": "time_series",
3961               "intervalFactor": 2,
3962               "legendFormat": "HugePages_Surp - Huge pages in the pool above the value in /proc/sys/vm/nr_hugepages",
3963               "refId": "C",
3964               "step": 4
3965             }
3966           ],
3967           "thresholds": [],
3968           "timeFrom": null,
3969           "timeRegions": [],
3970           "timeShift": null,
3971           "title": "Memory HugePages Counter",
3972           "tooltip": {
3973             "shared": true,
3974             "sort": 0,
3975             "value_type": "individual"
3976           },
3977           "type": "graph",
3978           "xaxis": {
3979             "buckets": null,
3980             "mode": "time",
3981             "name": null,
3982             "show": true,
3983             "values": []
3984           },
3985           "yaxes": [
3986             {
3987               "format": "short",
3988               "label": "pages",
3989               "logBase": 1,
3990               "max": null,
3991               "min": "0",
3992               "show": true
3993             },
3994             {
3995               "format": "short",
3996               "label": "",
3997               "logBase": 1,
3998               "max": null,
3999               "min": null,
4000               "show": false
4001             }
4002           ],
4003           "yaxis": {
4004             "align": false,
4005             "alignLevel": null
4006           }
4007         },
4008         {
4009           "aliasColors": {
4010             "Active": "#99440A",
4011             "Buffers": "#58140C",
4012             "Cache": "#6D1F62",
4013             "Cached": "#511749",
4014             "Committed": "#508642",
4015             "Dirty": "#6ED0E0",
4016             "Free": "#B7DBAB",
4017             "Inactive": "#EA6460",
4018             "Mapped": "#052B51",
4019             "PageTables": "#0A50A1",
4020             "Page_Tables": "#0A50A1",
4021             "Slab_Cache": "#EAB839",
4022             "Swap": "#BF1B00",
4023             "Swap_Cache": "#C15C17",
4024             "Total": "#511749",
4025             "Total RAM": "#806EB7",
4026             "Total RAM + Swap": "#806EB7",
4027             "VmallocUsed": "#EA6460"
4028           },
4029           "bars": false,
4030           "dashLength": 10,
4031           "dashes": false,
4032           "datasource": "${DS_PROMETHEUS}",
4033           "decimals": 2,
4034           "fill": 2,
4035           "fillGradient": 0,
4036           "gridPos": {
4037             "h": 10,
4038             "w": 12,
4039             "x": 12,
4040             "y": 120
4041           },
4042           "hiddenSeries": false,
4043           "id": 71,
4044           "legend": {
4045             "alignAsTable": true,
4046             "avg": false,
4047             "current": true,
4048             "max": true,
4049             "min": true,
4050             "rightSide": false,
4051             "show": true,
4052             "sideWidth": null,
4053             "total": false,
4054             "values": true
4055           },
4056           "lines": true,
4057           "linewidth": 1,
4058           "links": [],
4059           "maxPerRow": 2,
4060           "nullPointMode": "null",
4061           "options": {
4062             "dataLinks": []
4063           },
4064           "percentage": false,
4065           "pointradius": 5,
4066           "points": false,
4067           "renderer": "flot",
4068           "seriesOverrides": [],
4069           "spaceLength": 10,
4070           "stack": false,
4071           "steppedLine": false,
4072           "targets": [
4073             {
4074               "expr": "node_memory_HugePages_Total{instance=\"$node\",job=\"$job\"}",
4075               "format": "time_series",
4076               "intervalFactor": 2,
4077               "legendFormat": "HugePages - Total size of the pool of huge pages",
4078               "refId": "A",
4079               "step": 4
4080             },
4081             {
4082               "expr": "node_memory_Hugepagesize_bytes{instance=\"$node\",job=\"$job\"}",
4083               "format": "time_series",
4084               "intervalFactor": 2,
4085               "legendFormat": "Hugepagesize - Huge Page size",
4086               "refId": "B",
4087               "step": 4
4088             }
4089           ],
4090           "thresholds": [],
4091           "timeFrom": null,
4092           "timeRegions": [],
4093           "timeShift": null,
4094           "title": "Memory HugePages Size",
4095           "tooltip": {
4096             "shared": true,
4097             "sort": 0,
4098             "value_type": "individual"
4099           },
4100           "type": "graph",
4101           "xaxis": {
4102             "buckets": null,
4103             "mode": "time",
4104             "name": null,
4105             "show": true,
4106             "values": []
4107           },
4108           "yaxes": [
4109             {
4110               "format": "bytes",
4111               "label": "bytes",
4112               "logBase": 1,
4113               "max": null,
4114               "min": "0",
4115               "show": true
4116             },
4117             {
4118               "format": "short",
4119               "label": "",
4120               "logBase": 1,
4121               "max": null,
4122               "min": null,
4123               "show": false
4124             }
4125           ],
4126           "yaxis": {
4127             "align": false,
4128             "alignLevel": null
4129           }
4130         },
4131         {
4132           "aliasColors": {
4133             "Active": "#99440A",
4134             "Buffers": "#58140C",
4135             "Cache": "#6D1F62",
4136             "Cached": "#511749",
4137             "Committed": "#508642",
4138             "Dirty": "#6ED0E0",
4139             "Free": "#B7DBAB",
4140             "Inactive": "#EA6460",
4141             "Mapped": "#052B51",
4142             "PageTables": "#0A50A1",
4143             "Page_Tables": "#0A50A1",
4144             "Slab_Cache": "#EAB839",
4145             "Swap": "#BF1B00",
4146             "Swap_Cache": "#C15C17",
4147             "Total": "#511749",
4148             "Total RAM": "#052B51",
4149             "Total RAM + Swap": "#052B51",
4150             "VmallocUsed": "#EA6460"
4151           },
4152           "bars": false,
4153           "dashLength": 10,
4154           "dashes": false,
4155           "datasource": "${DS_PROMETHEUS}",
4156           "decimals": 2,
4157           "fill": 2,
4158           "fillGradient": 0,
4159           "gridPos": {
4160             "h": 10,
4161             "w": 12,
4162             "x": 0,
4163             "y": 130
4164           },
4165           "hiddenSeries": false,
4166           "id": 128,
4167           "legend": {
4168             "alignAsTable": true,
4169             "avg": true,
4170             "current": false,
4171             "hideEmpty": false,
4172             "hideZero": false,
4173             "max": true,
4174             "min": true,
4175             "rightSide": false,
4176             "show": true,
4177             "sideWidth": null,
4178             "total": false,
4179             "values": true
4180           },
4181           "lines": true,
4182           "linewidth": 1,
4183           "links": [],
4184           "maxPerRow": 6,
4185           "nullPointMode": "null",
4186           "options": {
4187             "dataLinks": []
4188           },
4189           "percentage": false,
4190           "pointradius": 5,
4191           "points": false,
4192           "renderer": "flot",
4193           "seriesOverrides": [],
4194           "spaceLength": 10,
4195           "stack": false,
4196           "steppedLine": false,
4197           "targets": [
4198             {
4199               "expr": "node_memory_DirectMap1G_bytes{instance=\"$node\",job=\"$job\"}",
4200               "format": "time_series",
4201               "intervalFactor": 2,
4202               "legendFormat": "DirectMap1G - Amount of pages mapped as this size",
4203               "refId": "A",
4204               "step": 4
4205             },
4206             {
4207               "expr": "node_memory_DirectMap2M_bytes{instance=\"$node\",job=\"$job\"}",
4208               "format": "time_series",
4209               "interval": "",
4210               "intervalFactor": 2,
4211               "legendFormat": "DirectMap2M - Amount of pages mapped as this size",
4212               "refId": "B",
4213               "step": 4
4214             },
4215             {
4216               "expr": "node_memory_DirectMap4k_bytes{instance=\"$node\",job=\"$job\"}",
4217               "format": "time_series",
4218               "interval": "",
4219               "intervalFactor": 2,
4220               "legendFormat": "DirectMap4K - Amount of pages mapped as this size",
4221               "refId": "C",
4222               "step": 4
4223             }
4224           ],
4225           "thresholds": [],
4226           "timeFrom": null,
4227           "timeRegions": [],
4228           "timeShift": null,
4229           "title": "Memory DirectMap",
4230           "tooltip": {
4231             "shared": true,
4232             "sort": 0,
4233             "value_type": "individual"
4234           },
4235           "type": "graph",
4236           "xaxis": {
4237             "buckets": null,
4238             "mode": "time",
4239             "name": null,
4240             "show": true,
4241             "values": []
4242           },
4243           "yaxes": [
4244             {
4245               "format": "bytes",
4246               "label": "bytes",
4247               "logBase": 1,
4248               "max": null,
4249               "min": "0",
4250               "show": true
4251             },
4252             {
4253               "format": "short",
4254               "label": null,
4255               "logBase": 1,
4256               "max": null,
4257               "min": null,
4258               "show": false
4259             }
4260           ],
4261           "yaxis": {
4262             "align": false,
4263             "alignLevel": null
4264           }
4265         },
4266         {
4267           "aliasColors": {
4268             "Apps": "#629E51",
4269             "Buffers": "#614D93",
4270             "Cache": "#6D1F62",
4271             "Cached": "#511749",
4272             "Committed": "#508642",
4273             "Free": "#0A437C",
4274             "Hardware Corrupted - Amount of RAM that the kernel identified as corrupted / not working": "#CFFAFF",
4275             "Inactive": "#584477",
4276             "PageTables": "#0A50A1",
4277             "Page_Tables": "#0A50A1",
4278             "RAM_Free": "#E0F9D7",
4279             "Slab": "#806EB7",
4280             "Slab_Cache": "#E0752D",
4281             "Swap": "#BF1B00",
4282             "Swap_Cache": "#C15C17",
4283             "Swap_Free": "#2F575E",
4284             "Unused": "#EAB839"
4285           },
4286           "bars": false,
4287           "dashLength": 10,
4288           "dashes": false,
4289           "datasource": "${DS_PROMETHEUS}",
4290           "decimals": 2,
4291           "fill": 2,
4292           "fillGradient": 0,
4293           "gridPos": {
4294             "h": 10,
4295             "w": 12,
4296             "x": 12,
4297             "y": 130
4298           },
4299           "hiddenSeries": false,
4300           "id": 137,
4301           "legend": {
4302             "alignAsTable": true,
4303             "avg": true,
4304             "current": true,
4305             "max": true,
4306             "min": true,
4307             "rightSide": false,
4308             "show": true,
4309             "sideWidth": 350,
4310             "total": false,
4311             "values": true
4312           },
4313           "lines": true,
4314           "linewidth": 1,
4315           "links": [],
4316           "maxPerRow": 6,
4317           "nullPointMode": "null",
4318           "options": {
4319             "dataLinks": []
4320           },
4321           "percentage": false,
4322           "pointradius": 5,
4323           "points": false,
4324           "renderer": "flot",
4325           "seriesOverrides": [],
4326           "spaceLength": 10,
4327           "stack": false,
4328           "steppedLine": false,
4329           "targets": [
4330             {
4331               "expr": "node_memory_Unevictable_bytes{instance=\"$node\",job=\"$job\"}",
4332               "format": "time_series",
4333               "intervalFactor": 2,
4334               "legendFormat": "Unevictable - Amount of unevictable memory that can't be swapped out for a variety of reasons",
4335               "refId": "A",
4336               "step": 4
4337             },
4338             {
4339               "expr": "node_memory_Mlocked_bytes{instance=\"$node\",job=\"$job\"}",
4340               "format": "time_series",
4341               "intervalFactor": 2,
4342               "legendFormat": "MLocked - Size of pages locked to memory using the mlock() system call",
4343               "refId": "B",
4344               "step": 4
4345             }
4346           ],
4347           "thresholds": [],
4348           "timeFrom": null,
4349           "timeRegions": [],
4350           "timeShift": null,
4351           "title": "Memory Unevictable and MLocked",
4352           "tooltip": {
4353             "shared": true,
4354             "sort": 0,
4355             "value_type": "cumulative"
4356           },
4357           "type": "graph",
4358           "xaxis": {
4359             "buckets": null,
4360             "mode": "time",
4361             "name": null,
4362             "show": true,
4363             "values": []
4364           },
4365           "yaxes": [
4366             {
4367               "format": "bytes",
4368               "label": "bytes",
4369               "logBase": 1,
4370               "max": null,
4371               "min": "0",
4372               "show": true
4373             },
4374             {
4375               "format": "short",
4376               "label": null,
4377               "logBase": 1,
4378               "max": null,
4379               "min": null,
4380               "show": false
4381             }
4382           ],
4383           "yaxis": {
4384             "align": false,
4385             "alignLevel": null
4386           }
4387         },
4388         {
4389           "aliasColors": {
4390             "Active": "#99440A",
4391             "Buffers": "#58140C",
4392             "Cache": "#6D1F62",
4393             "Cached": "#511749",
4394             "Committed": "#508642",
4395             "Dirty": "#6ED0E0",
4396             "Free": "#B7DBAB",
4397             "Inactive": "#EA6460",
4398             "Mapped": "#052B51",
4399             "PageTables": "#0A50A1",
4400             "Page_Tables": "#0A50A1",
4401             "Slab_Cache": "#EAB839",
4402             "Swap": "#BF1B00",
4403             "Swap_Cache": "#C15C17",
4404             "Total": "#511749",
4405             "Total RAM": "#052B51",
4406             "Total RAM + Swap": "#052B51",
4407             "Total Swap": "#614D93",
4408             "VmallocUsed": "#EA6460"
4409           },
4410           "bars": false,
4411           "dashLength": 10,
4412           "dashes": false,
4413           "datasource": "${DS_PROMETHEUS}",
4414           "decimals": 2,
4415           "fill": 2,
4416           "fillGradient": 0,
4417           "gridPos": {
4418             "h": 10,
4419             "w": 12,
4420             "x": 0,
4421             "y": 140
4422           },
4423           "hiddenSeries": false,
4424           "id": 132,
4425           "legend": {
4426             "alignAsTable": true,
4427             "avg": true,
4428             "current": true,
4429             "max": true,
4430             "min": true,
4431             "rightSide": false,
4432             "show": true,
4433             "sideWidth": null,
4434             "total": false,
4435             "values": true
4436           },
4437           "lines": true,
4438           "linewidth": 1,
4439           "links": [],
4440           "maxPerRow": 6,
4441           "nullPointMode": "null",
4442           "options": {
4443             "dataLinks": []
4444           },
4445           "percentage": false,
4446           "pointradius": 5,
4447           "points": false,
4448           "renderer": "flot",
4449           "seriesOverrides": [],
4450           "spaceLength": 10,
4451           "stack": false,
4452           "steppedLine": false,
4453           "targets": [
4454             {
4455               "expr": "node_memory_NFS_Unstable_bytes{instance=\"$node\",job=\"$job\"}",
4456               "format": "time_series",
4457               "intervalFactor": 2,
4458               "legendFormat": "NFS Unstable - Memory in NFS pages sent to the server, but not yet commited to the storage",
4459               "refId": "A",
4460               "step": 4
4461             }
4462           ],
4463           "thresholds": [],
4464           "timeFrom": null,
4465           "timeRegions": [],
4466           "timeShift": null,
4467           "title": "Memory NFS",
4468           "tooltip": {
4469             "shared": true,
4470             "sort": 0,
4471             "value_type": "individual"
4472           },
4473           "type": "graph",
4474           "xaxis": {
4475             "buckets": null,
4476             "mode": "time",
4477             "name": null,
4478             "show": true,
4479             "values": []
4480           },
4481           "yaxes": [
4482             {
4483               "format": "bytes",
4484               "label": "bytes",
4485               "logBase": 1,
4486               "max": null,
4487               "min": "0",
4488               "show": true
4489             },
4490             {
4491               "format": "short",
4492               "label": null,
4493               "logBase": 1,
4494               "max": null,
4495               "min": null,
4496               "show": false
4497             }
4498           ],
4499           "yaxis": {
4500             "align": false,
4501             "alignLevel": null
4502           }
4503         }
4504       ],
4505       "repeat": null,
4506       "title": "Memory Meminfo",
4507       "type": "row"
4508     },
4509     {
4510       "collapsed": true,
4511       "datasource": "${DS_PROMETHEUS}",
4512       "gridPos": {
4513         "h": 1,
4514         "w": 24,
4515         "x": 0,
4516         "y": 22
4517       },
4518       "id": 267,
4519       "panels": [
4520         {
4521           "aliasColors": {},
4522           "bars": false,
4523           "dashLength": 10,
4524           "dashes": false,
4525           "datasource": "${DS_PROMETHEUS}",
4526           "fill": 2,
4527           "fillGradient": 0,
4528           "gridPos": {
4529             "h": 10,
4530             "w": 12,
4531             "x": 0,
4532             "y": 23
4533           },
4534           "hiddenSeries": false,
4535           "id": 176,
4536           "legend": {
4537             "alignAsTable": true,
4538             "avg": true,
4539             "current": true,
4540             "max": true,
4541             "min": true,
4542             "rightSide": false,
4543             "show": true,
4544             "total": false,
4545             "values": true
4546           },
4547           "lines": true,
4548           "linewidth": 1,
4549           "links": [],
4550           "maxPerRow": 6,
4551           "nullPointMode": "null",
4552           "options": {
4553             "dataLinks": []
4554           },
4555           "percentage": false,
4556           "pointradius": 5,
4557           "points": false,
4558           "renderer": "flot",
4559           "seriesOverrides": [
4560             {
4561               "alias": "/.*out/",
4562               "transform": "negative-Y"
4563             }
4564           ],
4565           "spaceLength": 10,
4566           "stack": false,
4567           "steppedLine": false,
4568           "targets": [
4569             {
4570               "expr": "irate(node_vmstat_pgpgin{instance=\"$node\",job=\"$job\"}[5m])",
4571               "format": "time_series",
4572               "intervalFactor": 2,
4573               "legendFormat": "Pagesin - Page in operations",
4574               "refId": "A",
4575               "step": 4
4576             },
4577             {
4578               "expr": "irate(node_vmstat_pgpgout{instance=\"$node\",job=\"$job\"}[5m])",
4579               "format": "time_series",
4580               "intervalFactor": 2,
4581               "legendFormat": "Pagesout - Page out operations",
4582               "refId": "B",
4583               "step": 4
4584             }
4585           ],
4586           "thresholds": [],
4587           "timeFrom": null,
4588           "timeRegions": [],
4589           "timeShift": null,
4590           "title": "Memory Pages In / Out",
4591           "tooltip": {
4592             "shared": true,
4593             "sort": 0,
4594             "value_type": "individual"
4595           },
4596           "type": "graph",
4597           "xaxis": {
4598             "buckets": null,
4599             "mode": "time",
4600             "name": null,
4601             "show": true,
4602             "values": []
4603           },
4604           "yaxes": [
4605             {
4606               "format": "short",
4607               "label": "pages out (-) / in (+)",
4608               "logBase": 1,
4609               "max": null,
4610               "min": null,
4611               "show": true
4612             },
4613             {
4614               "format": "short",
4615               "label": null,
4616               "logBase": 1,
4617               "max": null,
4618               "min": null,
4619               "show": false
4620             }
4621           ],
4622           "yaxis": {
4623             "align": false,
4624             "alignLevel": null
4625           }
4626         },
4627         {
4628           "aliasColors": {},
4629           "bars": false,
4630           "dashLength": 10,
4631           "dashes": false,
4632           "datasource": "${DS_PROMETHEUS}",
4633           "fill": 2,
4634           "fillGradient": 0,
4635           "gridPos": {
4636             "h": 10,
4637             "w": 12,
4638             "x": 12,
4639             "y": 23
4640           },
4641           "hiddenSeries": false,
4642           "id": 22,
4643           "legend": {
4644             "alignAsTable": true,
4645             "avg": true,
4646             "current": true,
4647             "max": true,
4648             "min": true,
4649             "rightSide": false,
4650             "show": true,
4651             "total": false,
4652             "values": true
4653           },
4654           "lines": true,
4655           "linewidth": 1,
4656           "links": [],
4657           "maxPerRow": 6,
4658           "nullPointMode": "null",
4659           "options": {
4660             "dataLinks": []
4661           },
4662           "percentage": false,
4663           "pointradius": 5,
4664           "points": false,
4665           "renderer": "flot",
4666           "seriesOverrides": [
4667             {
4668               "alias": "/.*out/",
4669               "transform": "negative-Y"
4670             }
4671           ],
4672           "spaceLength": 10,
4673           "stack": false,
4674           "steppedLine": false,
4675           "targets": [
4676             {
4677               "expr": "irate(node_vmstat_pswpin{instance=\"$node\",job=\"$job\"}[5m])",
4678               "format": "time_series",
4679               "intervalFactor": 2,
4680               "legendFormat": "Pswpin - Pages swapped in",
4681               "refId": "A",
4682               "step": 4
4683             },
4684             {
4685               "expr": "irate(node_vmstat_pswpout{instance=\"$node\",job=\"$job\"}[5m])",
4686               "format": "time_series",
4687               "intervalFactor": 2,
4688               "legendFormat": "Pswpout - Pages swapped out",
4689               "refId": "B",
4690               "step": 4
4691             }
4692           ],
4693           "thresholds": [],
4694           "timeFrom": null,
4695           "timeRegions": [],
4696           "timeShift": null,
4697           "title": "Memory Pages Swap In / Out",
4698           "tooltip": {
4699             "shared": true,
4700             "sort": 0,
4701             "value_type": "individual"
4702           },
4703           "type": "graph",
4704           "xaxis": {
4705             "buckets": null,
4706             "mode": "time",
4707             "name": null,
4708             "show": true,
4709             "values": []
4710           },
4711           "yaxes": [
4712             {
4713               "format": "short",
4714               "label": "pages out (-) / in (+)",
4715               "logBase": 1,
4716               "max": null,
4717               "min": null,
4718               "show": true
4719             },
4720             {
4721               "format": "short",
4722               "label": null,
4723               "logBase": 1,
4724               "max": null,
4725               "min": null,
4726               "show": false
4727             }
4728           ],
4729           "yaxis": {
4730             "align": false,
4731             "alignLevel": null
4732           }
4733         },
4734         {
4735           "aliasColors": {
4736             "Apps": "#629E51",
4737             "Buffers": "#614D93",
4738             "Cache": "#6D1F62",
4739             "Cached": "#511749",
4740             "Committed": "#508642",
4741             "Free": "#0A437C",
4742             "Hardware Corrupted - Amount of RAM that the kernel identified as corrupted / not working": "#CFFAFF",
4743             "Inactive": "#584477",
4744             "PageTables": "#0A50A1",
4745             "Page_Tables": "#0A50A1",
4746             "RAM_Free": "#E0F9D7",
4747             "Slab": "#806EB7",
4748             "Slab_Cache": "#E0752D",
4749             "Swap": "#BF1B00",
4750             "Swap_Cache": "#C15C17",
4751             "Swap_Free": "#2F575E",
4752             "Unused": "#EAB839"
4753           },
4754           "bars": false,
4755           "dashLength": 10,
4756           "dashes": false,
4757           "datasource": "${DS_PROMETHEUS}",
4758           "decimals": 2,
4759           "fill": 2,
4760           "fillGradient": 0,
4761           "gridPos": {
4762             "h": 10,
4763             "w": 12,
4764             "x": 0,
4765             "y": 33
4766           },
4767           "hiddenSeries": false,
4768           "id": 175,
4769           "legend": {
4770             "alignAsTable": true,
4771             "avg": true,
4772             "current": true,
4773             "max": true,
4774             "min": true,
4775             "rightSide": false,
4776             "show": true,
4777             "sideWidth": 350,
4778             "total": false,
4779             "values": true
4780           },
4781           "lines": true,
4782           "linewidth": 1,
4783           "links": [],
4784           "maxPerRow": 6,
4785           "nullPointMode": "null",
4786           "options": {
4787             "dataLinks": []
4788           },
4789           "percentage": false,
4790           "pointradius": 5,
4791           "points": false,
4792           "renderer": "flot",
4793           "seriesOverrides": [
4794             {
4795               "$$hashKey": "object:6118",
4796               "alias": "Pgfault - Page major and minor fault operations",
4797               "fill": 0,
4798               "stack": false
4799             }
4800           ],
4801           "spaceLength": 10,
4802           "stack": true,
4803           "steppedLine": false,
4804           "targets": [
4805             {
4806               "expr": "irate(node_vmstat_pgfault{instance=\"$node\",job=\"$job\"}[5m])",
4807               "format": "time_series",
4808               "intervalFactor": 2,
4809               "legendFormat": "Pgfault - Page major and minor fault operations",
4810               "refId": "A",
4811               "step": 4
4812             },
4813             {
4814               "expr": "irate(node_vmstat_pgmajfault{instance=\"$node\",job=\"$job\"}[5m])",
4815               "format": "time_series",
4816               "intervalFactor": 2,
4817               "legendFormat": "Pgmajfault - Major page fault operations",
4818               "refId": "B",
4819               "step": 4
4820             },
4821             {
4822               "expr": "irate(node_vmstat_pgfault{instance=\"$node\",job=\"$job\"}[5m])  - irate(node_vmstat_pgmajfault{instance=\"$node\",job=\"$job\"}[5m])",
4823               "format": "time_series",
4824               "intervalFactor": 2,
4825               "legendFormat": "Pgminfault - Minor page fault operations",
4826               "refId": "C",
4827               "step": 4
4828             }
4829           ],
4830           "thresholds": [],
4831           "timeFrom": null,
4832           "timeRegions": [],
4833           "timeShift": null,
4834           "title": "Memory Page Faults",
4835           "tooltip": {
4836             "shared": true,
4837             "sort": 0,
4838             "value_type": "cumulative"
4839           },
4840           "type": "graph",
4841           "xaxis": {
4842             "buckets": null,
4843             "mode": "time",
4844             "name": null,
4845             "show": true,
4846             "values": []
4847           },
4848           "yaxes": [
4849             {
4850               "$$hashKey": "object:6133",
4851               "format": "short",
4852               "label": "faults",
4853               "logBase": 1,
4854               "max": null,
4855               "min": "0",
4856               "show": true
4857             },
4858             {
4859               "$$hashKey": "object:6134",
4860               "format": "short",
4861               "label": null,
4862               "logBase": 1,
4863               "max": null,
4864               "min": null,
4865               "show": false
4866             }
4867           ],
4868           "yaxis": {
4869             "align": false,
4870             "alignLevel": null
4871           }
4872         },
4873         {
4874           "aliasColors": {
4875             "Active": "#99440A",
4876             "Buffers": "#58140C",
4877             "Cache": "#6D1F62",
4878             "Cached": "#511749",
4879             "Committed": "#508642",
4880             "Dirty": "#6ED0E0",
4881             "Free": "#B7DBAB",
4882             "Inactive": "#EA6460",
4883             "Mapped": "#052B51",
4884             "PageTables": "#0A50A1",
4885             "Page_Tables": "#0A50A1",
4886             "Slab_Cache": "#EAB839",
4887             "Swap": "#BF1B00",
4888             "Swap_Cache": "#C15C17",
4889             "Total": "#511749",
4890             "Total RAM": "#052B51",
4891             "Total RAM + Swap": "#052B51",
4892             "Total Swap": "#614D93",
4893             "VmallocUsed": "#EA6460"
4894           },
4895           "bars": false,
4896           "dashLength": 10,
4897           "dashes": false,
4898           "datasource": "${DS_PROMETHEUS}",
4899           "decimals": 2,
4900           "fill": 2,
4901           "fillGradient": 0,
4902           "gridPos": {
4903             "h": 10,
4904             "w": 12,
4905             "x": 12,
4906             "y": 33
4907           },
4908           "hiddenSeries": false,
4909           "id": 307,
4910           "legend": {
4911             "alignAsTable": true,
4912             "avg": true,
4913             "current": true,
4914             "max": true,
4915             "min": true,
4916             "rightSide": false,
4917             "show": true,
4918             "sideWidth": null,
4919             "total": false,
4920             "values": true
4921           },
4922           "lines": true,
4923           "linewidth": 1,
4924           "links": [],
4925           "maxPerRow": 6,
4926           "nullPointMode": "null",
4927           "options": {
4928             "dataLinks": []
4929           },
4930           "percentage": false,
4931           "pointradius": 5,
4932           "points": false,
4933           "renderer": "flot",
4934           "seriesOverrides": [],
4935           "spaceLength": 10,
4936           "stack": false,
4937           "steppedLine": false,
4938           "targets": [
4939             {
4940               "expr": "irate(node_vmstat_oom_kill{instance=\"$node\",job=\"$job\"}[5m])",
4941               "format": "time_series",
4942               "interval": "",
4943               "intervalFactor": 2,
4944               "legendFormat": "oom killer invocations ",
4945               "refId": "A",
4946               "step": 4
4947             }
4948           ],
4949           "thresholds": [],
4950           "timeFrom": null,
4951           "timeRegions": [],
4952           "timeShift": null,
4953           "title": "OOM Killer",
4954           "tooltip": {
4955             "shared": true,
4956             "sort": 0,
4957             "value_type": "individual"
4958           },
4959           "type": "graph",
4960           "xaxis": {
4961             "buckets": null,
4962             "mode": "time",
4963             "name": null,
4964             "show": true,
4965             "values": []
4966           },
4967           "yaxes": [
4968             {
4969               "$$hashKey": "object:5373",
4970               "format": "short",
4971               "label": "counter",
4972               "logBase": 1,
4973               "max": null,
4974               "min": "0",
4975               "show": true
4976             },
4977             {
4978               "$$hashKey": "object:5374",
4979               "format": "short",
4980               "label": null,
4981               "logBase": 1,
4982               "max": null,
4983               "min": null,
4984               "show": false
4985             }
4986           ],
4987           "yaxis": {
4988             "align": false,
4989             "alignLevel": null
4990           }
4991         }
4992       ],
4993       "repeat": null,
4994       "title": "Memory Vmstat",
4995       "type": "row"
4996     },
4997     {
4998       "collapsed": true,
4999       "datasource": "${DS_PROMETHEUS}",
5000       "gridPos": {
5001         "h": 1,
5002         "w": 24,
5003         "x": 0,
5004         "y": 23
5005       },
5006       "id": 293,
5007       "panels": [
5008         {
5009           "aliasColors": {},
5010           "bars": false,
5011           "dashLength": 10,
5012           "dashes": false,
5013           "datasource": "${DS_PROMETHEUS}",
5014           "description": "",
5015           "fill": 2,
5016           "fillGradient": 0,
5017           "gridPos": {
5018             "h": 10,
5019             "w": 12,
5020             "x": 0,
5021             "y": 24
5022           },
5023           "hiddenSeries": false,
5024           "id": 260,
5025           "legend": {
5026             "alignAsTable": true,
5027             "avg": true,
5028             "current": true,
5029             "max": true,
5030             "min": true,
5031             "show": true,
5032             "total": false,
5033             "values": true
5034           },
5035           "lines": true,
5036           "linewidth": 1,
5037           "links": [],
5038           "nullPointMode": "null",
5039           "options": {
5040             "dataLinks": []
5041           },
5042           "percentage": false,
5043           "pointradius": 5,
5044           "points": false,
5045           "renderer": "flot",
5046           "seriesOverrides": [
5047             {
5048               "alias": "/.*Variation*./",
5049               "color": "#890F02"
5050             }
5051           ],
5052           "spaceLength": 10,
5053           "stack": false,
5054           "steppedLine": false,
5055           "targets": [
5056             {
5057               "expr": "node_timex_estimated_error_seconds{instance=\"$node\",job=\"$job\"}",
5058               "format": "time_series",
5059               "hide": false,
5060               "interval": "",
5061               "intervalFactor": 2,
5062               "legendFormat": "Estimated error in seconds",
5063               "refId": "A",
5064               "step": 240
5065             },
5066             {
5067               "expr": "node_timex_offset_seconds{instance=\"$node\",job=\"$job\"}",
5068               "format": "time_series",
5069               "hide": false,
5070               "interval": "",
5071               "intervalFactor": 2,
5072               "legendFormat": "Time offset in between local system and reference clock",
5073               "refId": "B",
5074               "step": 240
5075             },
5076             {
5077               "expr": "node_timex_maxerror_seconds{instance=\"$node\",job=\"$job\"}",
5078               "format": "time_series",
5079               "hide": false,
5080               "interval": "",
5081               "intervalFactor": 2,
5082               "legendFormat": "Maximum error in seconds",
5083               "refId": "C",
5084               "step": 240
5085             }
5086           ],
5087           "thresholds": [],
5088           "timeFrom": null,
5089           "timeRegions": [],
5090           "timeShift": null,
5091           "title": "Time Syncronized Drift",
5092           "tooltip": {
5093             "shared": true,
5094             "sort": 0,
5095             "value_type": "individual"
5096           },
5097           "type": "graph",
5098           "xaxis": {
5099             "buckets": null,
5100             "mode": "time",
5101             "name": null,
5102             "show": true,
5103             "values": []
5104           },
5105           "yaxes": [
5106             {
5107               "format": "s",
5108               "label": "seconds",
5109               "logBase": 1,
5110               "max": null,
5111               "min": null,
5112               "show": true
5113             },
5114             {
5115               "format": "short",
5116               "label": "counter",
5117               "logBase": 1,
5118               "max": null,
5119               "min": null,
5120               "show": false
5121             }
5122           ],
5123           "yaxis": {
5124             "align": false,
5125             "alignLevel": null
5126           }
5127         },
5128         {
5129           "aliasColors": {},
5130           "bars": false,
5131           "dashLength": 10,
5132           "dashes": false,
5133           "datasource": "${DS_PROMETHEUS}",
5134           "description": "",
5135           "fill": 2,
5136           "fillGradient": 0,
5137           "gridPos": {
5138             "h": 10,
5139             "w": 12,
5140             "x": 12,
5141             "y": 24
5142           },
5143           "hiddenSeries": false,
5144           "id": 291,
5145           "legend": {
5146             "alignAsTable": true,
5147             "avg": true,
5148             "current": true,
5149             "max": true,
5150             "min": true,
5151             "show": true,
5152             "total": false,
5153             "values": true
5154           },
5155           "lines": true,
5156           "linewidth": 1,
5157           "links": [],
5158           "nullPointMode": "null",
5159           "options": {
5160             "dataLinks": []
5161           },
5162           "percentage": false,
5163           "pointradius": 5,
5164           "points": false,
5165           "renderer": "flot",
5166           "seriesOverrides": [],
5167           "spaceLength": 10,
5168           "stack": false,
5169           "steppedLine": false,
5170           "targets": [
5171             {
5172               "expr": "node_timex_loop_time_constant{instance=\"$node\",job=\"$job\"}",
5173               "format": "time_series",
5174               "interval": "",
5175               "intervalFactor": 2,
5176               "legendFormat": "Phase-locked loop time adjust",
5177               "refId": "A",
5178               "step": 240
5179             }
5180           ],
5181           "thresholds": [],
5182           "timeFrom": null,
5183           "timeRegions": [],
5184           "timeShift": null,
5185           "title": "Time PLL Adjust",
5186           "tooltip": {
5187             "shared": true,
5188             "sort": 0,
5189             "value_type": "individual"
5190           },
5191           "type": "graph",
5192           "xaxis": {
5193             "buckets": null,
5194             "mode": "time",
5195             "name": null,
5196             "show": true,
5197             "values": []
5198           },
5199           "yaxes": [
5200             {
5201               "format": "short",
5202               "label": "counter",
5203               "logBase": 1,
5204               "max": null,
5205               "min": null,
5206               "show": true
5207             },
5208             {
5209               "format": "short",
5210               "label": null,
5211               "logBase": 1,
5212               "max": null,
5213               "min": null,
5214               "show": false
5215             }
5216           ],
5217           "yaxis": {
5218             "align": false,
5219             "alignLevel": null
5220           }
5221         },
5222         {
5223           "aliasColors": {},
5224           "bars": false,
5225           "dashLength": 10,
5226           "dashes": false,
5227           "datasource": "${DS_PROMETHEUS}",
5228           "description": "",
5229           "fill": 2,
5230           "fillGradient": 0,
5231           "gridPos": {
5232             "h": 10,
5233             "w": 12,
5234             "x": 0,
5235             "y": 34
5236           },
5237           "hiddenSeries": false,
5238           "id": 168,
5239           "legend": {
5240             "alignAsTable": true,
5241             "avg": true,
5242             "current": true,
5243             "max": true,
5244             "min": true,
5245             "show": true,
5246             "total": false,
5247             "values": true
5248           },
5249           "lines": true,
5250           "linewidth": 1,
5251           "links": [],
5252           "nullPointMode": "null",
5253           "options": {
5254             "dataLinks": []
5255           },
5256           "percentage": false,
5257           "pointradius": 5,
5258           "points": false,
5259           "renderer": "flot",
5260           "seriesOverrides": [
5261             {
5262               "alias": "/.*Variation*./",
5263               "color": "#890F02"
5264             }
5265           ],
5266           "spaceLength": 10,
5267           "stack": false,
5268           "steppedLine": false,
5269           "targets": [
5270             {
5271               "expr": "node_timex_sync_status{instance=\"$node\",job=\"$job\"}",
5272               "format": "time_series",
5273               "interval": "",
5274               "intervalFactor": 2,
5275               "legendFormat": "Is clock synchronized to a reliable server (1 = yes, 0 = no)",
5276               "refId": "A",
5277               "step": 240
5278             },
5279             {
5280               "expr": "node_timex_frequency_adjustment_ratio{instance=\"$node\",job=\"$job\"}",
5281               "format": "time_series",
5282               "interval": "",
5283               "intervalFactor": 2,
5284               "legendFormat": "Local clock frequency adjustment",
5285               "refId": "B",
5286               "step": 240
5287             }
5288           ],
5289           "thresholds": [],
5290           "timeFrom": null,
5291           "timeRegions": [],
5292           "timeShift": null,
5293           "title": "Time Syncronized Status",
5294           "tooltip": {
5295             "shared": true,
5296             "sort": 0,
5297             "value_type": "individual"
5298           },
5299           "type": "graph",
5300           "xaxis": {
5301             "buckets": null,
5302             "mode": "time",
5303             "name": null,
5304             "show": true,
5305             "values": []
5306           },
5307           "yaxes": [
5308             {
5309               "format": "short",
5310               "label": "counter",
5311               "logBase": 1,
5312               "max": null,
5313               "min": null,
5314               "show": true
5315             },
5316             {
5317               "format": "short",
5318               "label": null,
5319               "logBase": 1,
5320               "max": null,
5321               "min": null,
5322               "show": false
5323             }
5324           ],
5325           "yaxis": {
5326             "align": false,
5327             "alignLevel": null
5328           }
5329         },
5330         {
5331           "aliasColors": {},
5332           "bars": false,
5333           "dashLength": 10,
5334           "dashes": false,
5335           "datasource": "${DS_PROMETHEUS}",
5336           "description": "",
5337           "fill": 2,
5338           "fillGradient": 0,
5339           "gridPos": {
5340             "h": 10,
5341             "w": 12,
5342             "x": 12,
5343             "y": 34
5344           },
5345           "hiddenSeries": false,
5346           "id": 294,
5347           "legend": {
5348             "alignAsTable": true,
5349             "avg": true,
5350             "current": true,
5351             "max": true,
5352             "min": true,
5353             "show": true,
5354             "total": false,
5355             "values": true
5356           },
5357           "lines": true,
5358           "linewidth": 1,
5359           "links": [],
5360           "nullPointMode": "null",
5361           "options": {
5362             "dataLinks": []
5363           },
5364           "percentage": false,
5365           "pointradius": 5,
5366           "points": false,
5367           "renderer": "flot",
5368           "seriesOverrides": [],
5369           "spaceLength": 10,
5370           "stack": false,
5371           "steppedLine": false,
5372           "targets": [
5373             {
5374               "expr": "node_timex_tick_seconds{instance=\"$node\",job=\"$job\"}",
5375               "format": "time_series",
5376               "interval": "",
5377               "intervalFactor": 2,
5378               "legendFormat": "Seconds between clock ticks",
5379               "refId": "A",
5380               "step": 240
5381             },
5382             {
5383               "expr": "node_timex_tai_offset_seconds{instance=\"$node\",job=\"$job\"}",
5384               "format": "time_series",
5385               "interval": "",
5386               "intervalFactor": 2,
5387               "legendFormat": "International Atomic Time (TAI) offset",
5388               "refId": "B",
5389               "step": 240
5390             }
5391           ],
5392           "thresholds": [],
5393           "timeFrom": null,
5394           "timeRegions": [],
5395           "timeShift": null,
5396           "title": "Time Misc",
5397           "tooltip": {
5398             "shared": true,
5399             "sort": 0,
5400             "value_type": "individual"
5401           },
5402           "type": "graph",
5403           "xaxis": {
5404             "buckets": null,
5405             "mode": "time",
5406             "name": null,
5407             "show": true,
5408             "values": []
5409           },
5410           "yaxes": [
5411             {
5412               "format": "s",
5413               "label": "seconds",
5414               "logBase": 1,
5415               "max": null,
5416               "min": null,
5417               "show": true
5418             },
5419             {
5420               "format": "short",
5421               "label": null,
5422               "logBase": 1,
5423               "max": null,
5424               "min": null,
5425               "show": false
5426             }
5427           ],
5428           "yaxis": {
5429             "align": false,
5430             "alignLevel": null
5431           }
5432         }
5433       ],
5434       "title": "System Timesync",
5435       "type": "row"
5436     },
5437     {
5438       "collapsed": true,
5439       "datasource": "${DS_PROMETHEUS}",
5440       "gridPos": {
5441         "h": 1,
5442         "w": 24,
5443         "x": 0,
5444         "y": 24
5445       },
5446       "id": 312,
5447       "panels": [
5448         {
5449           "aliasColors": {},
5450           "bars": false,
5451           "dashLength": 10,
5452           "dashes": false,
5453           "datasource": "${DS_PROMETHEUS}",
5454           "fill": 2,
5455           "fillGradient": 0,
5456           "gridPos": {
5457             "h": 10,
5458             "w": 12,
5459             "x": 0,
5460             "y": 7
5461           },
5462           "hiddenSeries": false,
5463           "id": 62,
5464           "legend": {
5465             "alignAsTable": true,
5466             "avg": true,
5467             "current": true,
5468             "max": true,
5469             "min": true,
5470             "show": true,
5471             "total": false,
5472             "values": true
5473           },
5474           "lines": true,
5475           "linewidth": 1,
5476           "links": [],
5477           "maxPerRow": 6,
5478           "nullPointMode": "null",
5479           "options": {
5480             "dataLinks": []
5481           },
5482           "percentage": false,
5483           "pointradius": 5,
5484           "points": false,
5485           "renderer": "flot",
5486           "seriesOverrides": [],
5487           "spaceLength": 10,
5488           "stack": false,
5489           "steppedLine": false,
5490           "targets": [
5491             {
5492               "expr": "node_procs_blocked{instance=\"$node\",job=\"$job\"}",
5493               "format": "time_series",
5494               "intervalFactor": 2,
5495               "legendFormat": "Processes blocked waiting for I/O to complete",
5496               "refId": "A",
5497               "step": 240
5498             },
5499             {
5500               "expr": "node_procs_running{instance=\"$node\",job=\"$job\"}",
5501               "format": "time_series",
5502               "intervalFactor": 2,
5503               "legendFormat": "Processes in runnable state",
5504               "refId": "B",
5505               "step": 240
5506             }
5507           ],
5508           "thresholds": [],
5509           "timeFrom": null,
5510           "timeRegions": [],
5511           "timeShift": null,
5512           "title": "Processes Status",
5513           "tooltip": {
5514             "shared": true,
5515             "sort": 0,
5516             "value_type": "individual"
5517           },
5518           "type": "graph",
5519           "xaxis": {
5520             "buckets": null,
5521             "mode": "time",
5522             "name": null,
5523             "show": true,
5524             "values": []
5525           },
5526           "yaxes": [
5527             {
5528               "$$hashKey": "object:6500",
5529               "format": "short",
5530               "label": "counter",
5531               "logBase": 1,
5532               "max": null,
5533               "min": "0",
5534               "show": true
5535             },
5536             {
5537               "$$hashKey": "object:6501",
5538               "format": "short",
5539               "label": null,
5540               "logBase": 1,
5541               "max": null,
5542               "min": null,
5543               "show": false
5544             }
5545           ],
5546           "yaxis": {
5547             "align": false,
5548             "alignLevel": null
5549           }
5550         },
5551         {
5552           "aliasColors": {},
5553           "bars": false,
5554           "dashLength": 10,
5555           "dashes": false,
5556           "datasource": "${DS_PROMETHEUS}",
5557           "fill": 2,
5558           "fillGradient": 0,
5559           "gridPos": {
5560             "h": 10,
5561             "w": 12,
5562             "x": 12,
5563             "y": 7
5564           },
5565           "hiddenSeries": false,
5566           "id": 315,
5567           "legend": {
5568             "alignAsTable": true,
5569             "avg": true,
5570             "current": true,
5571             "max": true,
5572             "min": true,
5573             "show": true,
5574             "total": false,
5575             "values": true
5576           },
5577           "lines": true,
5578           "linewidth": 1,
5579           "links": [],
5580           "maxPerRow": 6,
5581           "nullPointMode": "null",
5582           "options": {
5583             "dataLinks": []
5584           },
5585           "percentage": false,
5586           "pointradius": 5,
5587           "points": false,
5588           "renderer": "flot",
5589           "seriesOverrides": [],
5590           "spaceLength": 10,
5591           "stack": true,
5592           "steppedLine": false,
5593           "targets": [
5594             {
5595               "expr": "node_processes_state{instance=\"$node\",job=\"$job\"}",
5596               "format": "time_series",
5597               "interval": "",
5598               "intervalFactor": 2,
5599               "legendFormat": "{{ state }}",
5600               "refId": "A",
5601               "step": 240
5602             }
5603           ],
5604           "thresholds": [],
5605           "timeFrom": null,
5606           "timeRegions": [],
5607           "timeShift": null,
5608           "title": "Processes State",
5609           "tooltip": {
5610             "shared": true,
5611             "sort": 0,
5612             "value_type": "individual"
5613           },
5614           "type": "graph",
5615           "xaxis": {
5616             "buckets": null,
5617             "mode": "time",
5618             "name": null,
5619             "show": true,
5620             "values": []
5621           },
5622           "yaxes": [
5623             {
5624               "$$hashKey": "object:6500",
5625               "format": "short",
5626               "label": "counter",
5627               "logBase": 1,
5628               "max": null,
5629               "min": "0",
5630               "show": true
5631             },
5632             {
5633               "$$hashKey": "object:6501",
5634               "format": "short",
5635               "label": null,
5636               "logBase": 1,
5637               "max": null,
5638               "min": null,
5639               "show": false
5640             }
5641           ],
5642           "yaxis": {
5643             "align": false,
5644             "alignLevel": null
5645           }
5646         },
5647         {
5648           "aliasColors": {},
5649           "bars": false,
5650           "dashLength": 10,
5651           "dashes": false,
5652           "datasource": "${DS_PROMETHEUS}",
5653           "fill": 2,
5654           "fillGradient": 0,
5655           "gridPos": {
5656             "h": 10,
5657             "w": 12,
5658             "x": 0,
5659             "y": 17
5660           },
5661           "hiddenSeries": false,
5662           "id": 148,
5663           "legend": {
5664             "alignAsTable": true,
5665             "avg": true,
5666             "current": true,
5667             "max": true,
5668             "min": true,
5669             "show": true,
5670             "total": false,
5671             "values": true
5672           },
5673           "lines": true,
5674           "linewidth": 1,
5675           "links": [],
5676           "maxPerRow": 6,
5677           "nullPointMode": "null",
5678           "options": {
5679             "dataLinks": []
5680           },
5681           "percentage": false,
5682           "pointradius": 5,
5683           "points": false,
5684           "renderer": "flot",
5685           "seriesOverrides": [],
5686           "spaceLength": 10,
5687           "stack": false,
5688           "steppedLine": false,
5689           "targets": [
5690             {
5691               "expr": "irate(node_forks_total{instance=\"$node\",job=\"$job\"}[5m])",
5692               "format": "time_series",
5693               "hide": false,
5694               "intervalFactor": 2,
5695               "legendFormat": "Processes forks second",
5696               "refId": "A",
5697               "step": 240
5698             }
5699           ],
5700           "thresholds": [],
5701           "timeFrom": null,
5702           "timeRegions": [],
5703           "timeShift": null,
5704           "title": "Processes  Forks",
5705           "tooltip": {
5706             "shared": true,
5707             "sort": 0,
5708             "value_type": "individual"
5709           },
5710           "type": "graph",
5711           "xaxis": {
5712             "buckets": null,
5713             "mode": "time",
5714             "name": null,
5715             "show": true,
5716             "values": []
5717           },
5718           "yaxes": [
5719             {
5720               "$$hashKey": "object:6640",
5721               "format": "short",
5722               "label": "forks / sec",
5723               "logBase": 1,
5724               "max": null,
5725               "min": "0",
5726               "show": true
5727             },
5728             {
5729               "$$hashKey": "object:6641",
5730               "format": "short",
5731               "label": null,
5732               "logBase": 1,
5733               "max": null,
5734               "min": null,
5735               "show": false
5736             }
5737           ],
5738           "yaxis": {
5739             "align": false,
5740             "alignLevel": null
5741           }
5742         },
5743         {
5744           "aliasColors": {},
5745           "bars": false,
5746           "dashLength": 10,
5747           "dashes": false,
5748           "datasource": "${DS_PROMETHEUS}",
5749           "fill": 2,
5750           "fillGradient": 0,
5751           "gridPos": {
5752             "h": 10,
5753             "w": 12,
5754             "x": 12,
5755             "y": 17
5756           },
5757           "hiddenSeries": false,
5758           "id": 149,
5759           "legend": {
5760             "alignAsTable": true,
5761             "avg": true,
5762             "current": true,
5763             "max": true,
5764             "min": true,
5765             "show": true,
5766             "total": false,
5767             "values": true
5768           },
5769           "lines": true,
5770           "linewidth": 1,
5771           "links": [],
5772           "nullPointMode": "null",
5773           "options": {
5774             "dataLinks": []
5775           },
5776           "percentage": false,
5777           "pointradius": 5,
5778           "points": false,
5779           "renderer": "flot",
5780           "seriesOverrides": [
5781             {
5782               "alias": "/.*Max.*/",
5783               "fill": 0
5784             }
5785           ],
5786           "spaceLength": 10,
5787           "stack": false,
5788           "steppedLine": false,
5789           "targets": [
5790             {
5791               "expr": "irate(process_virtual_memory_bytes{instance=\"$node\",job=\"$job\"}[5m])",
5792               "hide": false,
5793               "interval": "",
5794               "intervalFactor": 2,
5795               "legendFormat": "Processes virtual memory size in bytes",
5796               "refId": "A",
5797               "step": 240
5798             },
5799             {
5800               "expr": "process_resident_memory_max_bytes{instance=\"$node\",job=\"$job\"}",
5801               "hide": false,
5802               "interval": "",
5803               "intervalFactor": 2,
5804               "legendFormat": "Maximum amount of virtual memory available in bytes",
5805               "refId": "B",
5806               "step": 240
5807             },
5808             {
5809               "expr": "irate(process_virtual_memory_bytes{instance=\"$node\",job=\"$job\"}[5m])",
5810               "hide": false,
5811               "interval": "",
5812               "intervalFactor": 2,
5813               "legendFormat": "Processes virtual memory size in bytes",
5814               "refId": "C",
5815               "step": 240
5816             },
5817             {
5818               "expr": "irate(process_virtual_memory_max_bytes{instance=\"$node\",job=\"$job\"}[5m])",
5819               "hide": false,
5820               "interval": "",
5821               "intervalFactor": 2,
5822               "legendFormat": "Maximum amount of virtual memory available in bytes",
5823               "refId": "D",
5824               "step": 240
5825             }
5826           ],
5827           "thresholds": [],
5828           "timeFrom": null,
5829           "timeRegions": [],
5830           "timeShift": null,
5831           "title": "Processes Memory",
5832           "tooltip": {
5833             "shared": true,
5834             "sort": 0,
5835             "value_type": "individual"
5836           },
5837           "type": "graph",
5838           "xaxis": {
5839             "buckets": null,
5840             "mode": "time",
5841             "name": null,
5842             "show": true,
5843             "values": []
5844           },
5845           "yaxes": [
5846             {
5847               "format": "decbytes",
5848               "label": "bytes",
5849               "logBase": 1,
5850               "max": null,
5851               "min": "0",
5852               "show": true
5853             },
5854             {
5855               "format": "short",
5856               "label": null,
5857               "logBase": 1,
5858               "max": null,
5859               "min": null,
5860               "show": false
5861             }
5862           ],
5863           "yaxis": {
5864             "align": false,
5865             "alignLevel": null
5866           }
5867         },
5868         {
5869           "aliasColors": {},
5870           "bars": false,
5871           "dashLength": 10,
5872           "dashes": false,
5873           "datasource": "${DS_PROMETHEUS}",
5874           "fill": 2,
5875           "fillGradient": 0,
5876           "gridPos": {
5877             "h": 10,
5878             "w": 12,
5879             "x": 0,
5880             "y": 27
5881           },
5882           "hiddenSeries": false,
5883           "id": 313,
5884           "legend": {
5885             "alignAsTable": true,
5886             "avg": true,
5887             "current": true,
5888             "max": true,
5889             "min": true,
5890             "show": true,
5891             "total": false,
5892             "values": true
5893           },
5894           "lines": true,
5895           "linewidth": 1,
5896           "links": [],
5897           "maxPerRow": 6,
5898           "nullPointMode": "null",
5899           "options": {
5900             "dataLinks": []
5901           },
5902           "percentage": false,
5903           "pointradius": 5,
5904           "points": false,
5905           "renderer": "flot",
5906           "seriesOverrides": [
5907             {
5908               "$$hashKey": "object:709",
5909               "alias": "PIDs limit",
5910               "color": "#F2495C",
5911               "fill": 0
5912             }
5913           ],
5914           "spaceLength": 10,
5915           "stack": false,
5916           "steppedLine": false,
5917           "targets": [
5918             {
5919               "expr": "node_processes_pids{instance=\"$node\",job=\"$job\"}",
5920               "format": "time_series",
5921               "interval": "",
5922               "intervalFactor": 2,
5923               "legendFormat": "Number of PIDs",
5924               "refId": "A",
5925               "step": 240
5926             },
5927             {
5928               "expr": "node_processes_max_processes{instance=\"$node\",job=\"$job\"}",
5929               "format": "time_series",
5930               "interval": "",
5931               "intervalFactor": 2,
5932               "legendFormat": "PIDs limit",
5933               "refId": "B",
5934               "step": 240
5935             }
5936           ],
5937           "thresholds": [],
5938           "timeFrom": null,
5939           "timeRegions": [],
5940           "timeShift": null,
5941           "title": "PIDs Number and Limit",
5942           "tooltip": {
5943             "shared": true,
5944             "sort": 0,
5945             "value_type": "individual"
5946           },
5947           "type": "graph",
5948           "xaxis": {
5949             "buckets": null,
5950             "mode": "time",
5951             "name": null,
5952             "show": true,
5953             "values": []
5954           },
5955           "yaxes": [
5956             {
5957               "$$hashKey": "object:6500",
5958               "format": "short",
5959               "label": "counter",
5960               "logBase": 1,
5961               "max": null,
5962               "min": "0",
5963               "show": true
5964             },
5965             {
5966               "$$hashKey": "object:6501",
5967               "format": "short",
5968               "label": null,
5969               "logBase": 1,
5970               "max": null,
5971               "min": null,
5972               "show": false
5973             }
5974           ],
5975           "yaxis": {
5976             "align": false,
5977             "alignLevel": null
5978           }
5979         },
5980         {
5981           "aliasColors": {},
5982           "bars": false,
5983           "dashLength": 10,
5984           "dashes": false,
5985           "datasource": "${DS_PROMETHEUS}",
5986           "fill": 2,
5987           "fillGradient": 0,
5988           "gridPos": {
5989             "h": 10,
5990             "w": 12,
5991             "x": 12,
5992             "y": 27
5993           },
5994           "hiddenSeries": false,
5995           "id": 305,
5996           "legend": {
5997             "alignAsTable": true,
5998             "avg": true,
5999             "current": true,
6000             "max": true,
6001             "min": true,
6002             "show": true,
6003             "total": false,
6004             "values": true
6005           },
6006           "lines": true,
6007           "linewidth": 1,
6008           "links": [],
6009           "maxPerRow": 6,
6010           "nullPointMode": "null",
6011           "options": {
6012             "dataLinks": []
6013           },
6014           "percentage": false,
6015           "pointradius": 5,
6016           "points": false,
6017           "renderer": "flot",
6018           "seriesOverrides": [
6019             {
6020               "$$hashKey": "object:4963",
6021               "alias": "/.*waiting.*/",
6022               "transform": "negative-Y"
6023             }
6024           ],
6025           "spaceLength": 10,
6026           "stack": false,
6027           "steppedLine": false,
6028           "targets": [
6029             {
6030               "expr": "irate(node_schedstat_running_seconds_total{instance=\"$node\",job=\"$job\"}[5m])",
6031               "format": "time_series",
6032               "interval": "",
6033               "intervalFactor": 2,
6034               "legendFormat": "CPU {{ cpu }} - seconds spent running a process",
6035               "refId": "A",
6036               "step": 240
6037             },
6038             {
6039               "expr": "irate(node_schedstat_waiting_seconds_total{instance=\"$node\",job=\"$job\"}[5m])",
6040               "format": "time_series",
6041               "interval": "",
6042               "intervalFactor": 2,
6043               "legendFormat": "CPU {{ cpu }} - seconds spent by processing waiting for this CPU",
6044               "refId": "B",
6045               "step": 240
6046             }
6047           ],
6048           "thresholds": [],
6049           "timeFrom": null,
6050           "timeRegions": [],
6051           "timeShift": null,
6052           "title": "Process schedule stats Running / Waiting",
6053           "tooltip": {
6054             "shared": true,
6055             "sort": 0,
6056             "value_type": "individual"
6057           },
6058           "type": "graph",
6059           "xaxis": {
6060             "buckets": null,
6061             "mode": "time",
6062             "name": null,
6063             "show": true,
6064             "values": []
6065           },
6066           "yaxes": [
6067             {
6068               "$$hashKey": "object:4860",
6069               "format": "s",
6070               "label": "seconds",
6071               "logBase": 1,
6072               "max": null,
6073               "min": null,
6074               "show": true
6075             },
6076             {
6077               "$$hashKey": "object:4861",
6078               "format": "short",
6079               "label": null,
6080               "logBase": 1,
6081               "max": null,
6082               "min": null,
6083               "show": false
6084             }
6085           ],
6086           "yaxis": {
6087             "align": false,
6088             "alignLevel": null
6089           }
6090         },
6091         {
6092           "aliasColors": {},
6093           "bars": false,
6094           "dashLength": 10,
6095           "dashes": false,
6096           "datasource": "${DS_PROMETHEUS}",
6097           "fill": 2,
6098           "fillGradient": 0,
6099           "gridPos": {
6100             "h": 10,
6101             "w": 12,
6102             "x": 12,
6103             "y": 37
6104           },
6105           "hiddenSeries": false,
6106           "id": 314,
6107           "legend": {
6108             "alignAsTable": true,
6109             "avg": true,
6110             "current": true,
6111             "max": true,
6112             "min": true,
6113             "show": true,
6114             "total": false,
6115             "values": true
6116           },
6117           "lines": true,
6118           "linewidth": 1,
6119           "links": [],
6120           "maxPerRow": 6,
6121           "nullPointMode": "null",
6122           "options": {
6123             "dataLinks": []
6124           },
6125           "percentage": false,
6126           "pointradius": 5,
6127           "points": false,
6128           "renderer": "flot",
6129           "seriesOverrides": [
6130             {
6131               "$$hashKey": "object:709",
6132               "alias": "Threads limit",
6133               "color": "#F2495C",
6134               "fill": 0
6135             }
6136           ],
6137           "spaceLength": 10,
6138           "stack": false,
6139           "steppedLine": false,
6140           "targets": [
6141             {
6142               "expr": "node_processes_threads{instance=\"$node\",job=\"$job\"}",
6143               "format": "time_series",
6144               "interval": "",
6145               "intervalFactor": 2,
6146               "legendFormat": "Allocated threads",
6147               "refId": "A",
6148               "step": 240
6149             },
6150             {
6151               "expr": "node_processes_max_threads{instance=\"$node\",job=\"$job\"}",
6152               "format": "time_series",
6153               "interval": "",
6154               "intervalFactor": 2,
6155               "legendFormat": "Threads limit",
6156               "refId": "B",
6157               "step": 240
6158             }
6159           ],
6160           "thresholds": [],
6161           "timeFrom": null,
6162           "timeRegions": [],
6163           "timeShift": null,
6164           "title": "Threads Number and Limit",
6165           "tooltip": {
6166             "shared": true,
6167             "sort": 0,
6168             "value_type": "individual"
6169           },
6170           "type": "graph",
6171           "xaxis": {
6172             "buckets": null,
6173             "mode": "time",
6174             "name": null,
6175             "show": true,
6176             "values": []
6177           },
6178           "yaxes": [
6179             {
6180               "$$hashKey": "object:6500",
6181               "format": "short",
6182               "label": "counter",
6183               "logBase": 1,
6184               "max": null,
6185               "min": "0",
6186               "show": true
6187             },
6188             {
6189               "$$hashKey": "object:6501",
6190               "format": "short",
6191               "label": null,
6192               "logBase": 1,
6193               "max": null,
6194               "min": null,
6195               "show": false
6196             }
6197           ],
6198           "yaxis": {
6199             "align": false,
6200             "alignLevel": null
6201           }
6202         }
6203       ],
6204       "title": "System Processes",
6205       "type": "row"
6206     },
6207     {
6208       "collapsed": true,
6209       "datasource": "${DS_PROMETHEUS}",
6210       "gridPos": {
6211         "h": 1,
6212         "w": 24,
6213         "x": 0,
6214         "y": 25
6215       },
6216       "id": 269,
6217       "panels": [
6218         {
6219           "aliasColors": {},
6220           "bars": false,
6221           "dashLength": 10,
6222           "dashes": false,
6223           "datasource": "${DS_PROMETHEUS}",
6224           "fill": 2,
6225           "fillGradient": 0,
6226           "gridPos": {
6227             "h": 10,
6228             "w": 12,
6229             "x": 0,
6230             "y": 8
6231           },
6232           "hiddenSeries": false,
6233           "id": 8,
6234           "legend": {
6235             "alignAsTable": true,
6236             "avg": true,
6237             "current": true,
6238             "max": true,
6239             "min": true,
6240             "show": true,
6241             "total": false,
6242             "values": true
6243           },
6244           "lines": true,
6245           "linewidth": 1,
6246           "links": [],
6247           "maxPerRow": 6,
6248           "nullPointMode": "null",
6249           "options": {
6250             "dataLinks": []
6251           },
6252           "percentage": false,
6253           "pointradius": 5,
6254           "points": false,
6255           "renderer": "flot",
6256           "repeat": null,
6257           "seriesOverrides": [],
6258           "spaceLength": 10,
6259           "stack": false,
6260           "steppedLine": false,
6261           "targets": [
6262             {
6263               "expr": "irate(node_context_switches_total{instance=\"$node\",job=\"$job\"}[5m])",
6264               "format": "time_series",
6265               "intervalFactor": 2,
6266               "legendFormat": "Context switches",
6267               "refId": "A",
6268               "step": 240
6269             },
6270             {
6271               "expr": "irate(node_intr_total{instance=\"$node\",job=\"$job\"}[5m])",
6272               "format": "time_series",
6273               "hide": false,
6274               "intervalFactor": 2,
6275               "legendFormat": "Interrupts",
6276               "refId": "B",
6277               "step": 240
6278             }
6279           ],
6280           "thresholds": [],
6281           "timeFrom": null,
6282           "timeRegions": [],
6283           "timeShift": null,
6284           "title": "Context Switches / Interrupts",
6285           "tooltip": {
6286             "shared": true,
6287             "sort": 0,
6288             "value_type": "individual"
6289           },
6290           "type": "graph",
6291           "xaxis": {
6292             "buckets": null,
6293             "mode": "time",
6294             "name": null,
6295             "show": true,
6296             "values": []
6297           },
6298           "yaxes": [
6299             {
6300               "format": "short",
6301               "label": "counter",
6302               "logBase": 1,
6303               "max": null,
6304               "min": "0",
6305               "show": true
6306             },
6307             {
6308               "format": "short",
6309               "label": null,
6310               "logBase": 1,
6311               "max": null,
6312               "min": null,
6313               "show": false
6314             }
6315           ],
6316           "yaxis": {
6317             "align": false,
6318             "alignLevel": null
6319           }
6320         },
6321         {
6322           "aliasColors": {},
6323           "bars": false,
6324           "dashLength": 10,
6325           "dashes": false,
6326           "datasource": "${DS_PROMETHEUS}",
6327           "fill": 2,
6328           "fillGradient": 0,
6329           "gridPos": {
6330             "h": 10,
6331             "w": 12,
6332             "x": 12,
6333             "y": 8
6334           },
6335           "hiddenSeries": false,
6336           "id": 7,
6337           "legend": {
6338             "alignAsTable": true,
6339             "avg": true,
6340             "current": true,
6341             "max": true,
6342             "min": true,
6343             "show": true,
6344             "total": false,
6345             "values": true
6346           },
6347           "lines": true,
6348           "linewidth": 1,
6349           "links": [],
6350           "maxPerRow": 6,
6351           "nullPointMode": "null",
6352           "options": {
6353             "dataLinks": []
6354           },
6355           "percentage": false,
6356           "pointradius": 5,
6357           "points": false,
6358           "renderer": "flot",
6359           "repeat": null,
6360           "seriesOverrides": [],
6361           "spaceLength": 10,
6362           "stack": false,
6363           "steppedLine": false,
6364           "targets": [
6365             {
6366               "expr": "node_load1{instance=\"$node\",job=\"$job\"}",
6367               "format": "time_series",
6368               "intervalFactor": 4,
6369               "legendFormat": "Load 1m",
6370               "refId": "A",
6371               "step": 480
6372             },
6373             {
6374               "expr": "node_load5{instance=\"$node\",job=\"$job\"}",
6375               "format": "time_series",
6376               "intervalFactor": 4,
6377               "legendFormat": "Load 5m",
6378               "refId": "B",
6379               "step": 480
6380             },
6381             {
6382               "expr": "node_load15{instance=\"$node\",job=\"$job\"}",
6383               "format": "time_series",
6384               "intervalFactor": 4,
6385               "legendFormat": "Load 15m",
6386               "refId": "C",
6387               "step": 480
6388             }
6389           ],
6390           "thresholds": [],
6391           "timeFrom": null,
6392           "timeRegions": [],
6393           "timeShift": null,
6394           "title": "System Load",
6395           "tooltip": {
6396             "shared": true,
6397             "sort": 0,
6398             "value_type": "individual"
6399           },
6400           "type": "graph",
6401           "xaxis": {
6402             "buckets": null,
6403             "mode": "time",
6404             "name": null,
6405             "show": true,
6406             "values": []
6407           },
6408           "yaxes": [
6409             {
6410               "$$hashKey": "object:6261",
6411               "format": "short",
6412               "label": "counter",
6413               "logBase": 1,
6414               "max": null,
6415               "min": "0",
6416               "show": true
6417             },
6418             {
6419               "$$hashKey": "object:6262",
6420               "format": "short",
6421               "label": null,
6422               "logBase": 1,
6423               "max": null,
6424               "min": null,
6425               "show": false
6426             }
6427           ],
6428           "yaxis": {
6429             "align": false,
6430             "alignLevel": null
6431           }
6432         },
6433         {
6434           "aliasColors": {},
6435           "bars": false,
6436           "dashLength": 10,
6437           "dashes": false,
6438           "datasource": "${DS_PROMETHEUS}",
6439           "fill": 2,
6440           "fillGradient": 0,
6441           "gridPos": {
6442             "h": 10,
6443             "w": 12,
6444             "x": 0,
6445             "y": 18
6446           },
6447           "hiddenSeries": false,
6448           "id": 259,
6449           "legend": {
6450             "alignAsTable": true,
6451             "avg": true,
6452             "current": true,
6453             "max": true,
6454             "min": true,
6455             "show": true,
6456             "total": false,
6457             "values": true
6458           },
6459           "lines": true,
6460           "linewidth": 1,
6461           "links": [],
6462           "nullPointMode": "null",
6463           "options": {
6464             "dataLinks": []
6465           },
6466           "percentage": false,
6467           "pointradius": 5,
6468           "points": false,
6469           "renderer": "flot",
6470           "seriesOverrides": [
6471             {
6472               "alias": "/.*Critical*./",
6473               "color": "#E24D42",
6474               "fill": 0
6475             },
6476             {
6477               "alias": "/.*Max*./",
6478               "color": "#EF843C",
6479               "fill": 0
6480             }
6481           ],
6482           "spaceLength": 10,
6483           "stack": false,
6484           "steppedLine": false,
6485           "targets": [
6486             {
6487               "expr": "irate(node_interrupts_total{instance=\"$node\",job=\"$job\"}[5m])",
6488               "format": "time_series",
6489               "interval": "",
6490               "intervalFactor": 2,
6491               "legendFormat": "{{ type }} - {{ info }}",
6492               "refId": "A",
6493               "step": 240
6494             }
6495           ],
6496           "thresholds": [],
6497           "timeFrom": null,
6498           "timeRegions": [],
6499           "timeShift": null,
6500           "title": "Interrupts Detail",
6501           "tooltip": {
6502             "shared": true,
6503             "sort": 0,
6504             "value_type": "individual"
6505           },
6506           "type": "graph",
6507           "xaxis": {
6508             "buckets": null,
6509             "mode": "time",
6510             "name": null,
6511             "show": true,
6512             "values": []
6513           },
6514           "yaxes": [
6515             {
6516               "format": "short",
6517               "label": "counter",
6518               "logBase": 1,
6519               "max": null,
6520               "min": "0",
6521               "show": true
6522             },
6523             {
6524               "format": "short",
6525               "label": null,
6526               "logBase": 1,
6527               "max": null,
6528               "min": null,
6529               "show": false
6530             }
6531           ],
6532           "yaxis": {
6533             "align": false,
6534             "alignLevel": null
6535           }
6536         },
6537         {
6538           "aliasColors": {},
6539           "bars": false,
6540           "dashLength": 10,
6541           "dashes": false,
6542           "datasource": "${DS_PROMETHEUS}",
6543           "fill": 2,
6544           "fillGradient": 0,
6545           "gridPos": {
6546             "h": 10,
6547             "w": 12,
6548             "x": 12,
6549             "y": 18
6550           },
6551           "hiddenSeries": false,
6552           "id": 306,
6553           "legend": {
6554             "alignAsTable": true,
6555             "avg": true,
6556             "current": true,
6557             "max": true,
6558             "min": true,
6559             "show": true,
6560             "total": false,
6561             "values": true
6562           },
6563           "lines": true,
6564           "linewidth": 1,
6565           "links": [],
6566           "maxPerRow": 6,
6567           "nullPointMode": "null",
6568           "options": {
6569             "dataLinks": []
6570           },
6571           "percentage": false,
6572           "pointradius": 5,
6573           "points": false,
6574           "renderer": "flot",
6575           "seriesOverrides": [],
6576           "spaceLength": 10,
6577           "stack": false,
6578           "steppedLine": false,
6579           "targets": [
6580             {
6581               "expr": "irate(node_schedstat_timeslices_total{instance=\"$node\",job=\"$job\"}[5m])",
6582               "format": "time_series",
6583               "interval": "",
6584               "intervalFactor": 2,
6585               "legendFormat": "CPU {{ cpu }}",
6586               "refId": "A",
6587               "step": 240
6588             }
6589           ],
6590           "thresholds": [],
6591           "timeFrom": null,
6592           "timeRegions": [],
6593           "timeShift": null,
6594           "title": "Schedule timeslices executed by each cpu",
6595           "tooltip": {
6596             "shared": true,
6597             "sort": 0,
6598             "value_type": "individual"
6599           },
6600           "type": "graph",
6601           "xaxis": {
6602             "buckets": null,
6603             "mode": "time",
6604             "name": null,
6605             "show": true,
6606             "values": []
6607           },
6608           "yaxes": [
6609             {
6610               "$$hashKey": "object:4860",
6611               "format": "short",
6612               "label": "counter",
6613               "logBase": 1,
6614               "max": null,
6615               "min": null,
6616               "show": true
6617             },
6618             {
6619               "$$hashKey": "object:4861",
6620               "format": "short",
6621               "label": null,
6622               "logBase": 1,
6623               "max": null,
6624               "min": null,
6625               "show": false
6626             }
6627           ],
6628           "yaxis": {
6629             "align": false,
6630             "alignLevel": null
6631           }
6632         },
6633         {
6634           "aliasColors": {},
6635           "bars": false,
6636           "dashLength": 10,
6637           "dashes": false,
6638           "datasource": "${DS_PROMETHEUS}",
6639           "fill": 2,
6640           "fillGradient": 0,
6641           "gridPos": {
6642             "h": 10,
6643             "w": 12,
6644             "x": 0,
6645             "y": 28
6646           },
6647           "hiddenSeries": false,
6648           "id": 151,
6649           "legend": {
6650             "alignAsTable": true,
6651             "avg": true,
6652             "current": true,
6653             "max": true,
6654             "min": true,
6655             "show": true,
6656             "total": false,
6657             "values": true
6658           },
6659           "lines": true,
6660           "linewidth": 1,
6661           "links": [],
6662           "maxPerRow": 6,
6663           "nullPointMode": "null",
6664           "options": {
6665             "dataLinks": []
6666           },
6667           "percentage": false,
6668           "pointradius": 5,
6669           "points": false,
6670           "renderer": "flot",
6671           "seriesOverrides": [],
6672           "spaceLength": 10,
6673           "stack": false,
6674           "steppedLine": false,
6675           "targets": [
6676             {
6677               "expr": "node_entropy_available_bits{instance=\"$node\",job=\"$job\"}",
6678               "format": "time_series",
6679               "intervalFactor": 2,
6680               "legendFormat": "Entropy available to random number generators",
6681               "refId": "A",
6682               "step": 240
6683             }
6684           ],
6685           "thresholds": [],
6686           "timeFrom": null,
6687           "timeRegions": [],
6688           "timeShift": null,
6689           "title": "Entropy",
6690           "tooltip": {
6691             "shared": true,
6692             "sort": 0,
6693             "value_type": "individual"
6694           },
6695           "type": "graph",
6696           "xaxis": {
6697             "buckets": null,
6698             "mode": "time",
6699             "name": null,
6700             "show": true,
6701             "values": []
6702           },
6703           "yaxes": [
6704             {
6705               "$$hashKey": "object:6568",
6706               "format": "short",
6707               "label": "counter",
6708               "logBase": 1,
6709               "max": null,
6710               "min": "0",
6711               "show": true
6712             },
6713             {
6714               "$$hashKey": "object:6569",
6715               "format": "short",
6716               "label": null,
6717               "logBase": 1,
6718               "max": null,
6719               "min": null,
6720               "show": false
6721             }
6722           ],
6723           "yaxis": {
6724             "align": false,
6725             "alignLevel": null
6726           }
6727         },
6728         {
6729           "aliasColors": {},
6730           "bars": false,
6731           "dashLength": 10,
6732           "dashes": false,
6733           "datasource": "${DS_PROMETHEUS}",
6734           "fill": 2,
6735           "fillGradient": 0,
6736           "gridPos": {
6737             "h": 10,
6738             "w": 12,
6739             "x": 12,
6740             "y": 28
6741           },
6742           "hiddenSeries": false,
6743           "id": 308,
6744           "legend": {
6745             "alignAsTable": true,
6746             "avg": true,
6747             "current": true,
6748             "max": true,
6749             "min": true,
6750             "show": true,
6751             "total": false,
6752             "values": true
6753           },
6754           "lines": true,
6755           "linewidth": 1,
6756           "links": [],
6757           "maxPerRow": 6,
6758           "nullPointMode": "null",
6759           "options": {
6760             "dataLinks": []
6761           },
6762           "percentage": false,
6763           "pointradius": 5,
6764           "points": false,
6765           "renderer": "flot",
6766           "seriesOverrides": [],
6767           "spaceLength": 10,
6768           "stack": false,
6769           "steppedLine": false,
6770           "targets": [
6771             {
6772               "expr": "irate(process_cpu_seconds_total{instance=\"$node\",job=\"$job\"}[5m])",
6773               "format": "time_series",
6774               "interval": "",
6775               "intervalFactor": 2,
6776               "legendFormat": "Time spent",
6777               "refId": "A",
6778               "step": 240
6779             }
6780           ],
6781           "thresholds": [],
6782           "timeFrom": null,
6783           "timeRegions": [],
6784           "timeShift": null,
6785           "title": "CPU time spent in user and system contexts",
6786           "tooltip": {
6787             "shared": true,
6788             "sort": 0,
6789             "value_type": "individual"
6790           },
6791           "type": "graph",
6792           "xaxis": {
6793             "buckets": null,
6794             "mode": "time",
6795             "name": null,
6796             "show": true,
6797             "values": []
6798           },
6799           "yaxes": [
6800             {
6801               "$$hashKey": "object:4860",
6802               "format": "s",
6803               "label": "seconds",
6804               "logBase": 1,
6805               "max": null,
6806               "min": null,
6807               "show": true
6808             },
6809             {
6810               "$$hashKey": "object:4861",
6811               "format": "short",
6812               "label": null,
6813               "logBase": 1,
6814               "max": null,
6815               "min": null,
6816               "show": false
6817             }
6818           ],
6819           "yaxis": {
6820             "align": false,
6821             "alignLevel": null
6822           }
6823         },
6824         {
6825           "aliasColors": {},
6826           "bars": false,
6827           "dashLength": 10,
6828           "dashes": false,
6829           "datasource": "${DS_PROMETHEUS}",
6830           "fill": 2,
6831           "fillGradient": 0,
6832           "gridPos": {
6833             "h": 10,
6834             "w": 12,
6835             "x": 0,
6836             "y": 38
6837           },
6838           "hiddenSeries": false,
6839           "id": 64,
6840           "legend": {
6841             "alignAsTable": true,
6842             "avg": true,
6843             "current": true,
6844             "max": true,
6845             "min": true,
6846             "show": true,
6847             "total": false,
6848             "values": true
6849           },
6850           "lines": true,
6851           "linewidth": 1,
6852           "links": [],
6853           "nullPointMode": "null",
6854           "options": {
6855             "dataLinks": []
6856           },
6857           "percentage": false,
6858           "pointradius": 5,
6859           "points": false,
6860           "renderer": "flot",
6861           "seriesOverrides": [
6862             {
6863               "$$hashKey": "object:6323",
6864               "alias": "/.*Max*./",
6865               "color": "#890F02",
6866               "fill": 0
6867             }
6868           ],
6869           "spaceLength": 10,
6870           "stack": false,
6871           "steppedLine": false,
6872           "targets": [
6873             {
6874               "expr": "process_max_fds{instance=\"$node\",job=\"$job\"}",
6875               "interval": "",
6876               "intervalFactor": 2,
6877               "legendFormat": "Maximum open file descriptors",
6878               "refId": "A",
6879               "step": 240
6880             },
6881             {
6882               "expr": "process_open_fds{instance=\"$node\",job=\"$job\"}",
6883               "interval": "",
6884               "intervalFactor": 2,
6885               "legendFormat": "Open file descriptors",
6886               "refId": "B",
6887               "step": 240
6888             }
6889           ],
6890           "thresholds": [],
6891           "timeFrom": null,
6892           "timeRegions": [],
6893           "timeShift": null,
6894           "title": "File Descriptors",
6895           "tooltip": {
6896             "shared": true,
6897             "sort": 0,
6898             "value_type": "individual"
6899           },
6900           "type": "graph",
6901           "xaxis": {
6902             "buckets": null,
6903             "mode": "time",
6904             "name": null,
6905             "show": true,
6906             "values": []
6907           },
6908           "yaxes": [
6909             {
6910               "$$hashKey": "object:6338",
6911               "format": "short",
6912               "label": "counter",
6913               "logBase": 1,
6914               "max": null,
6915               "min": "0",
6916               "show": true
6917             },
6918             {
6919               "$$hashKey": "object:6339",
6920               "format": "short",
6921               "label": null,
6922               "logBase": 1,
6923               "max": null,
6924               "min": null,
6925               "show": false
6926             }
6927           ],
6928           "yaxis": {
6929             "align": false,
6930             "alignLevel": null
6931           }
6932         }
6933       ],
6934       "repeat": null,
6935       "title": "System Misc",
6936       "type": "row"
6937     },
6938     {
6939       "collapsed": true,
6940       "datasource": "${DS_PROMETHEUS}",
6941       "gridPos": {
6942         "h": 1,
6943         "w": 24,
6944         "x": 0,
6945         "y": 26
6946       },
6947       "id": 304,
6948       "panels": [
6949         {
6950           "aliasColors": {},
6951           "bars": false,
6952           "dashLength": 10,
6953           "dashes": false,
6954           "datasource": "${DS_PROMETHEUS}",
6955           "fill": 2,
6956           "fillGradient": 0,
6957           "gridPos": {
6958             "h": 10,
6959             "w": 12,
6960             "x": 0,
6961             "y": 26
6962           },
6963           "hiddenSeries": false,
6964           "id": 158,
6965           "legend": {
6966             "alignAsTable": true,
6967             "avg": true,
6968             "current": true,
6969             "max": true,
6970             "min": true,
6971             "show": true,
6972             "total": false,
6973             "values": true
6974           },
6975           "lines": true,
6976           "linewidth": 1,
6977           "links": [],
6978           "nullPointMode": "null",
6979           "options": {
6980             "dataLinks": []
6981           },
6982           "percentage": false,
6983           "pointradius": 5,
6984           "points": false,
6985           "renderer": "flot",
6986           "seriesOverrides": [
6987             {
6988               "$$hashKey": "object:6726",
6989               "alias": "/.*Critical*./",
6990               "color": "#E24D42",
6991               "fill": 0
6992             },
6993             {
6994               "$$hashKey": "object:6727",
6995               "alias": "/.*Max*./",
6996               "color": "#EF843C",
6997               "fill": 0
6998             }
6999           ],
7000           "spaceLength": 10,
7001           "stack": false,
7002           "steppedLine": false,
7003           "targets": [
7004             {
7005               "expr": "node_hwmon_temp_celsius{instance=\"$node\",job=\"$job\"}",
7006               "format": "time_series",
7007               "interval": "",
7008               "intervalFactor": 2,
7009               "legendFormat": "{{ chip }} {{ sensor }} temp",
7010               "refId": "A",
7011               "step": 240
7012             },
7013             {
7014               "expr": "node_hwmon_temp_crit_alarm_celsius{instance=\"$node\",job=\"$job\"}",
7015               "format": "time_series",
7016               "hide": true,
7017               "interval": "",
7018               "intervalFactor": 2,
7019               "legendFormat": "{{ chip }} {{ sensor }} Critical Alarm",
7020               "refId": "B",
7021               "step": 240
7022             },
7023             {
7024               "expr": "node_hwmon_temp_crit_celsius{instance=\"$node\",job=\"$job\"}",
7025               "format": "time_series",
7026               "interval": "",
7027               "intervalFactor": 2,
7028               "legendFormat": "{{ chip }} {{ sensor }} Critical",
7029               "refId": "C",
7030               "step": 240
7031             },
7032             {
7033               "expr": "node_hwmon_temp_crit_hyst_celsius{instance=\"$node\",job=\"$job\"}",
7034               "format": "time_series",
7035               "hide": true,
7036               "interval": "",
7037               "intervalFactor": 2,
7038               "legendFormat": "{{ chip }} {{ sensor }} Critical Historical",
7039               "refId": "D",
7040               "step": 240
7041             },
7042             {
7043               "expr": "node_hwmon_temp_max_celsius{instance=\"$node\",job=\"$job\"}",
7044               "format": "time_series",
7045               "hide": true,
7046               "interval": "",
7047               "intervalFactor": 2,
7048               "legendFormat": "{{ chip }} {{ sensor }} Max",
7049               "refId": "E",
7050               "step": 240
7051             }
7052           ],
7053           "thresholds": [],
7054           "timeFrom": null,
7055           "timeRegions": [],
7056           "timeShift": null,
7057           "title": "Hardware temperature monitor",
7058           "tooltip": {
7059             "shared": true,
7060             "sort": 0,
7061             "value_type": "individual"
7062           },
7063           "type": "graph",
7064           "xaxis": {
7065             "buckets": null,
7066             "mode": "time",
7067             "name": null,
7068             "show": true,
7069             "values": []
7070           },
7071           "yaxes": [
7072             {
7073               "$$hashKey": "object:6750",
7074               "format": "celsius",
7075               "label": "temperature",
7076               "logBase": 1,
7077               "max": null,
7078               "min": "0",
7079               "show": true
7080             },
7081             {
7082               "$$hashKey": "object:6751",
7083               "format": "short",
7084               "label": null,
7085               "logBase": 1,
7086               "max": null,
7087               "min": null,
7088               "show": false
7089             }
7090           ],
7091           "yaxis": {
7092             "align": false,
7093             "alignLevel": null
7094           }
7095         },
7096         {
7097           "aliasColors": {},
7098           "bars": false,
7099           "dashLength": 10,
7100           "dashes": false,
7101           "datasource": "${DS_PROMETHEUS}",
7102           "fill": 2,
7103           "fillGradient": 0,
7104           "gridPos": {
7105             "h": 10,
7106             "w": 12,
7107             "x": 12,
7108             "y": 26
7109           },
7110           "hiddenSeries": false,
7111           "id": 300,
7112           "legend": {
7113             "alignAsTable": true,
7114             "avg": true,
7115             "current": true,
7116             "max": true,
7117             "min": true,
7118             "show": true,
7119             "total": false,
7120             "values": true
7121           },
7122           "lines": true,
7123           "linewidth": 1,
7124           "links": [],
7125           "nullPointMode": "null",
7126           "options": {
7127             "dataLinks": []
7128           },
7129           "percentage": false,
7130           "pointradius": 5,
7131           "points": false,
7132           "renderer": "flot",
7133           "seriesOverrides": [
7134             {
7135               "$$hashKey": "object:1655",
7136               "alias": "/.*Max*./",
7137               "color": "#EF843C",
7138               "fill": 0
7139             }
7140           ],
7141           "spaceLength": 10,
7142           "stack": false,
7143           "steppedLine": false,
7144           "targets": [
7145             {
7146               "expr": "node_cooling_device_cur_state{instance=\"$node\",job=\"$job\"}",
7147               "format": "time_series",
7148               "hide": false,
7149               "interval": "",
7150               "intervalFactor": 2,
7151               "legendFormat": "Current {{ name }} in {{ type }}",
7152               "refId": "A",
7153               "step": 240
7154             },
7155             {
7156               "expr": "node_cooling_device_max_state{instance=\"$node\",job=\"$job\"}",
7157               "format": "time_series",
7158               "interval": "",
7159               "intervalFactor": 2,
7160               "legendFormat": "Max {{ name }} in {{ type }}",
7161               "refId": "B",
7162               "step": 240
7163             }
7164           ],
7165           "thresholds": [],
7166           "timeFrom": null,
7167           "timeRegions": [],
7168           "timeShift": null,
7169           "title": "Throttle cooling device",
7170           "tooltip": {
7171             "shared": true,
7172             "sort": 0,
7173             "value_type": "individual"
7174           },
7175           "type": "graph",
7176           "xaxis": {
7177             "buckets": null,
7178             "mode": "time",
7179             "name": null,
7180             "show": true,
7181             "values": []
7182           },
7183           "yaxes": [
7184             {
7185               "$$hashKey": "object:1678",
7186               "format": "short",
7187               "label": "counter",
7188               "logBase": 1,
7189               "max": null,
7190               "min": null,
7191               "show": true
7192             },
7193             {
7194               "$$hashKey": "object:1679",
7195               "format": "short",
7196               "label": null,
7197               "logBase": 1,
7198               "max": null,
7199               "min": null,
7200               "show": false
7201             }
7202           ],
7203           "yaxis": {
7204             "align": false,
7205             "alignLevel": null
7206           }
7207         },
7208         {
7209           "aliasColors": {},
7210           "bars": false,
7211           "dashLength": 10,
7212           "dashes": false,
7213           "datasource": "${DS_PROMETHEUS}",
7214           "fill": 2,
7215           "fillGradient": 0,
7216           "gridPos": {
7217             "h": 10,
7218             "w": 12,
7219             "x": 0,
7220             "y": 36
7221           },
7222           "hiddenSeries": false,
7223           "id": 302,
7224           "legend": {
7225             "alignAsTable": true,
7226             "avg": true,
7227             "current": true,
7228             "max": true,
7229             "min": true,
7230             "show": true,
7231             "total": false,
7232             "values": true
7233           },
7234           "lines": true,
7235           "linewidth": 1,
7236           "links": [],
7237           "nullPointMode": "null",
7238           "options": {
7239             "dataLinks": []
7240           },
7241           "percentage": false,
7242           "pointradius": 5,
7243           "points": false,
7244           "renderer": "flot",
7245           "seriesOverrides": [],
7246           "spaceLength": 10,
7247           "stack": false,
7248           "steppedLine": false,
7249           "targets": [
7250             {
7251               "expr": "node_power_supply_online{instance=\"$node\",job=\"$job\"}",
7252               "format": "time_series",
7253               "hide": false,
7254               "interval": "",
7255               "intervalFactor": 2,
7256               "legendFormat": "{{ power_supply }} online",
7257               "refId": "A",
7258               "step": 240
7259             }
7260           ],
7261           "thresholds": [],
7262           "timeFrom": null,
7263           "timeRegions": [],
7264           "timeShift": null,
7265           "title": "Power supply",
7266           "tooltip": {
7267             "shared": true,
7268             "sort": 0,
7269             "value_type": "individual"
7270           },
7271           "type": "graph",
7272           "xaxis": {
7273             "buckets": null,
7274             "mode": "time",
7275             "name": null,
7276             "show": true,
7277             "values": []
7278           },
7279           "yaxes": [
7280             {
7281               "$$hashKey": "object:1678",
7282               "format": "short",
7283               "label": "counter",
7284               "logBase": 1,
7285               "max": null,
7286               "min": null,
7287               "show": true
7288             },
7289             {
7290               "$$hashKey": "object:1679",
7291               "format": "short",
7292               "label": null,
7293               "logBase": 1,
7294               "max": null,
7295               "min": null,
7296               "show": false
7297             }
7298           ],
7299           "yaxis": {
7300             "align": false,
7301             "alignLevel": null
7302           }
7303         }
7304       ],
7305       "title": "Hardware Misc",
7306       "type": "row"
7307     },
7308     {
7309       "collapsed": true,
7310       "datasource": "${DS_PROMETHEUS}",
7311       "gridPos": {
7312         "h": 1,
7313         "w": 24,
7314         "x": 0,
7315         "y": 27
7316       },
7317       "id": 296,
7318       "panels": [
7319         {
7320           "aliasColors": {},
7321           "bars": false,
7322           "dashLength": 10,
7323           "dashes": false,
7324           "datasource": "${DS_PROMETHEUS}",
7325           "fill": 2,
7326           "fillGradient": 0,
7327           "gridPos": {
7328             "h": 10,
7329             "w": 12,
7330             "x": 0,
7331             "y": 10
7332           },
7333           "hiddenSeries": false,
7334           "id": 297,
7335           "legend": {
7336             "alignAsTable": true,
7337             "avg": true,
7338             "current": true,
7339             "max": true,
7340             "min": true,
7341             "show": true,
7342             "total": false,
7343             "values": true
7344           },
7345           "lines": true,
7346           "linewidth": 1,
7347           "links": [],
7348           "nullPointMode": "null",
7349           "options": {
7350             "dataLinks": []
7351           },
7352           "percentage": false,
7353           "pointradius": 5,
7354           "points": false,
7355           "renderer": "flot",
7356           "seriesOverrides": [],
7357           "spaceLength": 10,
7358           "stack": false,
7359           "steppedLine": false,
7360           "targets": [
7361             {
7362               "expr": "irate(node_systemd_socket_accepted_connections_total{instance=\"$node\",job=\"$job\"}[5m])",
7363               "format": "time_series",
7364               "interval": "",
7365               "intervalFactor": 2,
7366               "legendFormat": "{{ name }} Connections",
7367               "refId": "A",
7368               "step": 240
7369             }
7370           ],
7371           "thresholds": [],
7372           "timeFrom": null,
7373           "timeRegions": [],
7374           "timeShift": null,
7375           "title": "Systemd Sockets",
7376           "tooltip": {
7377             "shared": true,
7378             "sort": 0,
7379             "value_type": "individual"
7380           },
7381           "type": "graph",
7382           "xaxis": {
7383             "buckets": null,
7384             "mode": "time",
7385             "name": null,
7386             "show": true,
7387             "values": []
7388           },
7389           "yaxes": [
7390             {
7391               "format": "short",
7392               "label": "counter",
7393               "logBase": 1,
7394               "max": null,
7395               "min": "0",
7396               "show": true
7397             },
7398             {
7399               "format": "short",
7400               "label": null,
7401               "logBase": 1,
7402               "max": null,
7403               "min": null,
7404               "show": false
7405             }
7406           ],
7407           "yaxis": {
7408             "align": false,
7409             "alignLevel": null
7410           }
7411         },
7412         {
7413           "aliasColors": {},
7414           "bars": false,
7415           "dashLength": 10,
7416           "dashes": false,
7417           "datasource": "${DS_PROMETHEUS}",
7418           "fill": 2,
7419           "fillGradient": 0,
7420           "gridPos": {
7421             "h": 10,
7422             "w": 12,
7423             "x": 12,
7424             "y": 10
7425           },
7426           "hiddenSeries": false,
7427           "id": 298,
7428           "legend": {
7429             "alignAsTable": true,
7430             "avg": true,
7431             "current": true,
7432             "max": true,
7433             "min": true,
7434             "show": true,
7435             "total": false,
7436             "values": true
7437           },
7438           "lines": true,
7439           "linewidth": 1,
7440           "links": [],
7441           "nullPointMode": "null",
7442           "options": {
7443             "dataLinks": []
7444           },
7445           "percentage": false,
7446           "pointradius": 5,
7447           "points": false,
7448           "renderer": "flot",
7449           "seriesOverrides": [
7450             {
7451               "alias": "Failed",
7452               "color": "#F2495C"
7453             },
7454             {
7455               "alias": "Inactive",
7456               "color": "#FF9830"
7457             },
7458             {
7459               "alias": "Active",
7460               "color": "#73BF69"
7461             },
7462             {
7463               "alias": "Deactivating",
7464               "color": "#FFCB7D"
7465             },
7466             {
7467               "alias": "Activating",
7468               "color": "#C8F2C2"
7469             }
7470           ],
7471           "spaceLength": 10,
7472           "stack": true,
7473           "steppedLine": false,
7474           "targets": [
7475             {
7476               "expr": "node_systemd_units{instance=\"$node\",job=\"$job\",state=\"activating\"}",
7477               "format": "time_series",
7478               "interval": "",
7479               "intervalFactor": 2,
7480               "legendFormat": "Activating",
7481               "refId": "A",
7482               "step": 240
7483             },
7484             {
7485               "expr": "node_systemd_units{instance=\"$node\",job=\"$job\",state=\"active\"}",
7486               "format": "time_series",
7487               "interval": "",
7488               "intervalFactor": 2,
7489               "legendFormat": "Active",
7490               "refId": "B",
7491               "step": 240
7492             },
7493             {
7494               "expr": "node_systemd_units{instance=\"$node\",job=\"$job\",state=\"deactivating\"}",
7495               "format": "time_series",
7496               "interval": "",
7497               "intervalFactor": 2,
7498               "legendFormat": "Deactivating",
7499               "refId": "C",
7500               "step": 240
7501             },
7502             {
7503               "expr": "node_systemd_units{instance=\"$node\",job=\"$job\",state=\"failed\"}",
7504               "format": "time_series",
7505               "interval": "",
7506               "intervalFactor": 2,
7507               "legendFormat": "Failed",
7508               "refId": "D",
7509               "step": 240
7510             },
7511             {
7512               "expr": "node_systemd_units{instance=\"$node\",job=\"$job\",state=\"inactive\"}",
7513               "format": "time_series",
7514               "interval": "",
7515               "intervalFactor": 2,
7516               "legendFormat": "Inactive",
7517               "refId": "E",
7518               "step": 240
7519             }
7520           ],
7521           "thresholds": [],
7522           "timeFrom": null,
7523           "timeRegions": [],
7524           "timeShift": null,
7525           "title": "Systemd Units State",
7526           "tooltip": {
7527             "shared": true,
7528             "sort": 0,
7529             "value_type": "individual"
7530           },
7531           "type": "graph",
7532           "xaxis": {
7533             "buckets": null,
7534             "mode": "time",
7535             "name": null,
7536             "show": true,
7537             "values": []
7538           },
7539           "yaxes": [
7540             {
7541               "format": "short",
7542               "label": "counter",
7543               "logBase": 1,
7544               "max": null,
7545               "min": null,
7546               "show": true
7547             },
7548             {
7549               "format": "short",
7550               "label": null,
7551               "logBase": 1,
7552               "max": null,
7553               "min": null,
7554               "show": false
7555             }
7556           ],
7557           "yaxis": {
7558             "align": false,
7559             "alignLevel": null
7560           }
7561         }
7562       ],
7563       "title": "Systemd",
7564       "type": "row"
7565     },
7566     {
7567       "collapsed": true,
7568       "datasource": "${DS_PROMETHEUS}",
7569       "gridPos": {
7570         "h": 1,
7571         "w": 24,
7572         "x": 0,
7573         "y": 28
7574       },
7575       "id": 270,
7576       "panels": [
7577         {
7578           "aliasColors": {},
7579           "bars": false,
7580           "dashLength": 10,
7581           "dashes": false,
7582           "datasource": "${DS_PROMETHEUS}",
7583           "description": "",
7584           "fill": 2,
7585           "fillGradient": 0,
7586           "gridPos": {
7587             "h": 10,
7588             "w": 12,
7589             "x": 0,
7590             "y": 29
7591           },
7592           "hiddenSeries": false,
7593           "id": 9,
7594           "legend": {
7595             "alignAsTable": true,
7596             "avg": true,
7597             "current": true,
7598             "hideZero": true,
7599             "max": true,
7600             "min": true,
7601             "rightSide": false,
7602             "show": true,
7603             "total": false,
7604             "values": true
7605           },
7606           "lines": true,
7607           "linewidth": 1,
7608           "links": [],
7609           "maxPerRow": 6,
7610           "nullPointMode": "null",
7611           "options": {
7612             "dataLinks": []
7613           },
7614           "percentage": false,
7615           "pointradius": 5,
7616           "points": false,
7617           "renderer": "flot",
7618           "repeat": null,
7619           "seriesOverrides": [
7620             {
7621               "$$hashKey": "object:2033",
7622               "alias": "/.*Read.*/",
7623               "transform": "negative-Y"
7624             },
7625             {
7626               "$$hashKey": "object:2034",
7627               "alias": "/.*sda_.*/",
7628               "color": "#7EB26D"
7629             },
7630             {
7631               "$$hashKey": "object:2035",
7632               "alias": "/.*sdb_.*/",
7633               "color": "#EAB839"
7634             },
7635             {
7636               "$$hashKey": "object:2036",
7637               "alias": "/.*sdc_.*/",
7638               "color": "#6ED0E0"
7639             },
7640             {
7641               "$$hashKey": "object:2037",
7642               "alias": "/.*sdd_.*/",
7643               "color": "#EF843C"
7644             },
7645             {
7646               "$$hashKey": "object:2038",
7647               "alias": "/.*sde_.*/",
7648               "color": "#E24D42"
7649             },
7650             {
7651               "$$hashKey": "object:2039",
7652               "alias": "/.*sda1.*/",
7653               "color": "#584477"
7654             },
7655             {
7656               "$$hashKey": "object:2040",
7657               "alias": "/.*sda2_.*/",
7658               "color": "#BA43A9"
7659             },
7660             {
7661               "$$hashKey": "object:2041",
7662               "alias": "/.*sda3_.*/",
7663               "color": "#F4D598"
7664             },
7665             {
7666               "$$hashKey": "object:2042",
7667               "alias": "/.*sdb1.*/",
7668               "color": "#0A50A1"
7669             },
7670             {
7671               "$$hashKey": "object:2043",
7672               "alias": "/.*sdb2.*/",
7673               "color": "#BF1B00"
7674             },
7675             {
7676               "$$hashKey": "object:2044",
7677               "alias": "/.*sdb3.*/",
7678               "color": "#E0752D"
7679             },
7680             {
7681               "$$hashKey": "object:2045",
7682               "alias": "/.*sdc1.*/",
7683               "color": "#962D82"
7684             },
7685             {
7686               "$$hashKey": "object:2046",
7687               "alias": "/.*sdc2.*/",
7688               "color": "#614D93"
7689             },
7690             {
7691               "$$hashKey": "object:2047",
7692               "alias": "/.*sdc3.*/",
7693               "color": "#9AC48A"
7694             },
7695             {
7696               "$$hashKey": "object:2048",
7697               "alias": "/.*sdd1.*/",
7698               "color": "#65C5DB"
7699             },
7700             {
7701               "$$hashKey": "object:2049",
7702               "alias": "/.*sdd2.*/",
7703               "color": "#F9934E"
7704             },
7705             {
7706               "$$hashKey": "object:2050",
7707               "alias": "/.*sdd3.*/",
7708               "color": "#EA6460"
7709             },
7710             {
7711               "$$hashKey": "object:2051",
7712               "alias": "/.*sde1.*/",
7713               "color": "#E0F9D7"
7714             },
7715             {
7716               "$$hashKey": "object:2052",
7717               "alias": "/.*sdd2.*/",
7718               "color": "#FCEACA"
7719             },
7720             {
7721               "$$hashKey": "object:2053",
7722               "alias": "/.*sde3.*/",
7723               "color": "#F9E2D2"
7724             }
7725           ],
7726           "spaceLength": 10,
7727           "stack": false,
7728           "steppedLine": false,
7729           "targets": [
7730             {
7731               "expr": "irate(node_disk_reads_completed_total{instance=\"$node\",job=\"$job\"}[5m])",
7732               "intervalFactor": 4,
7733               "legendFormat": "{{device}} - Reads completed",
7734               "refId": "A",
7735               "step": 8
7736             },
7737             {
7738               "expr": "irate(node_disk_writes_completed_total{instance=\"$node\",job=\"$job\"}[5m])",
7739               "intervalFactor": 2,
7740               "legendFormat": "{{device}} - Writes completed",
7741               "refId": "B",
7742               "step": 4
7743             }
7744           ],
7745           "thresholds": [],
7746           "timeFrom": null,
7747           "timeRegions": [],
7748           "timeShift": null,
7749           "title": "Disk IOps Completed",
7750           "tooltip": {
7751             "shared": false,
7752             "sort": 0,
7753             "value_type": "individual"
7754           },
7755           "type": "graph",
7756           "xaxis": {
7757             "buckets": null,
7758             "mode": "time",
7759             "name": null,
7760             "show": true,
7761             "values": []
7762           },
7763           "yaxes": [
7764             {
7765               "$$hashKey": "object:2186",
7766               "format": "iops",
7767               "label": "IO read (-) / write (+)",
7768               "logBase": 1,
7769               "max": null,
7770               "min": null,
7771               "show": true
7772             },
7773             {
7774               "$$hashKey": "object:2187",
7775               "format": "short",
7776               "label": null,
7777               "logBase": 1,
7778               "max": null,
7779               "min": null,
7780               "show": false
7781             }
7782           ],
7783           "yaxis": {
7784             "align": false,
7785             "alignLevel": null
7786           }
7787         },
7788         {
7789           "aliasColors": {},
7790           "bars": false,
7791           "dashLength": 10,
7792           "dashes": false,
7793           "datasource": "${DS_PROMETHEUS}",
7794           "description": "",
7795           "fill": 2,
7796           "fillGradient": 0,
7797           "gridPos": {
7798             "h": 10,
7799             "w": 12,
7800             "x": 12,
7801             "y": 29
7802           },
7803           "hiddenSeries": false,
7804           "id": 33,
7805           "legend": {
7806             "alignAsTable": true,
7807             "avg": true,
7808             "current": true,
7809             "hideZero": true,
7810             "max": true,
7811             "min": true,
7812             "rightSide": false,
7813             "show": true,
7814             "total": false,
7815             "values": true
7816           },
7817           "lines": true,
7818           "linewidth": 1,
7819           "links": [],
7820           "maxPerRow": 6,
7821           "nullPointMode": "null",
7822           "options": {
7823             "dataLinks": []
7824           },
7825           "percentage": false,
7826           "pointradius": 5,
7827           "points": false,
7828           "renderer": "flot",
7829           "seriesOverrides": [
7830             {
7831               "alias": "/.*Read.*/",
7832               "transform": "negative-Y"
7833             },
7834             {
7835               "alias": "/.*sda_.*/",
7836               "color": "#7EB26D"
7837             },
7838             {
7839               "alias": "/.*sdb_.*/",
7840               "color": "#EAB839"
7841             },
7842             {
7843               "alias": "/.*sdc_.*/",
7844               "color": "#6ED0E0"
7845             },
7846             {
7847               "alias": "/.*sdd_.*/",
7848               "color": "#EF843C"
7849             },
7850             {
7851               "alias": "/.*sde_.*/",
7852               "color": "#E24D42"
7853             },
7854             {
7855               "alias": "/.*sda1.*/",
7856               "color": "#584477"
7857             },
7858             {
7859               "alias": "/.*sda2_.*/",
7860               "color": "#BA43A9"
7861             },
7862             {
7863               "alias": "/.*sda3_.*/",
7864               "color": "#F4D598"
7865             },
7866             {
7867               "alias": "/.*sdb1.*/",
7868               "color": "#0A50A1"
7869             },
7870             {
7871               "alias": "/.*sdb2.*/",
7872               "color": "#BF1B00"
7873             },
7874             {
7875               "alias": "/.*sdb3.*/",
7876               "color": "#E0752D"
7877             },
7878             {
7879               "alias": "/.*sdc1.*/",
7880               "color": "#962D82"
7881             },
7882             {
7883               "alias": "/.*sdc2.*/",
7884               "color": "#614D93"
7885             },
7886             {
7887               "alias": "/.*sdc3.*/",
7888               "color": "#9AC48A"
7889             },
7890             {
7891               "alias": "/.*sdd1.*/",
7892               "color": "#65C5DB"
7893             },
7894             {
7895               "alias": "/.*sdd2.*/",
7896               "color": "#F9934E"
7897             },
7898             {
7899               "alias": "/.*sdd3.*/",
7900               "color": "#EA6460"
7901             },
7902             {
7903               "alias": "/.*sde1.*/",
7904               "color": "#E0F9D7"
7905             },
7906             {
7907               "alias": "/.*sdd2.*/",
7908               "color": "#FCEACA"
7909             },
7910             {
7911               "alias": "/.*sde3.*/",
7912               "color": "#F9E2D2"
7913             }
7914           ],
7915           "spaceLength": 10,
7916           "stack": false,
7917           "steppedLine": false,
7918           "targets": [
7919             {
7920               "expr": "irate(node_disk_read_bytes_total{instance=\"$node\",job=\"$job\"}[5m])",
7921               "format": "time_series",
7922               "intervalFactor": 4,
7923               "legendFormat": "{{device}} - Read bytes",
7924               "refId": "A",
7925               "step": 8
7926             },
7927             {
7928               "expr": "irate(node_disk_written_bytes_total{instance=\"$node\",job=\"$job\"}[5m])",
7929               "format": "time_series",
7930               "intervalFactor": 2,
7931               "legendFormat": "{{device}} - Written bytes",
7932               "refId": "B",
7933               "step": 4
7934             }
7935           ],
7936           "thresholds": [],
7937           "timeFrom": null,
7938           "timeRegions": [],
7939           "timeShift": null,
7940           "title": "Disk R/W Data",
7941           "tooltip": {
7942             "shared": false,
7943             "sort": 0,
7944             "value_type": "individual"
7945           },
7946           "type": "graph",
7947           "xaxis": {
7948             "buckets": null,
7949             "mode": "time",
7950             "name": null,
7951             "show": true,
7952             "values": []
7953           },
7954           "yaxes": [
7955             {
7956               "format": "Bps",
7957               "label": "bytes read (-) / write (+)",
7958               "logBase": 1,
7959               "max": null,
7960               "min": null,
7961               "show": true
7962             },
7963             {
7964               "format": "short",
7965               "label": null,
7966               "logBase": 1,
7967               "max": null,
7968               "min": null,
7969               "show": false
7970             }
7971           ],
7972           "yaxis": {
7973             "align": false,
7974             "alignLevel": null
7975           }
7976         },
7977         {
7978           "aliasColors": {},
7979           "bars": false,
7980           "dashLength": 10,
7981           "dashes": false,
7982           "datasource": "${DS_PROMETHEUS}",
7983           "description": "",
7984           "fill": 3,
7985           "fillGradient": 0,
7986           "gridPos": {
7987             "h": 10,
7988             "w": 12,
7989             "x": 0,
7990             "y": 39
7991           },
7992           "hiddenSeries": false,
7993           "id": 37,
7994           "legend": {
7995             "alignAsTable": true,
7996             "avg": true,
7997             "current": true,
7998             "hideZero": true,
7999             "max": true,
8000             "min": true,
8001             "rightSide": false,
8002             "show": true,
8003             "sort": "current",
8004             "sortDesc": true,
8005             "total": false,
8006             "values": true
8007           },
8008           "lines": true,
8009           "linewidth": 1,
8010           "links": [],
8011           "maxPerRow": 6,
8012           "nullPointMode": "null",
8013           "options": {
8014             "dataLinks": []
8015           },
8016           "percentage": false,
8017           "pointradius": 5,
8018           "points": false,
8019           "renderer": "flot",
8020           "seriesOverrides": [
8021             {
8022               "alias": "/.*Read.*/",
8023               "transform": "negative-Y"
8024             },
8025             {
8026               "alias": "/.*sda_.*/",
8027               "color": "#7EB26D"
8028             },
8029             {
8030               "alias": "/.*sdb_.*/",
8031               "color": "#EAB839"
8032             },
8033             {
8034               "alias": "/.*sdc_.*/",
8035               "color": "#6ED0E0"
8036             },
8037             {
8038               "alias": "/.*sdd_.*/",
8039               "color": "#EF843C"
8040             },
8041             {
8042               "alias": "/.*sde_.*/",
8043               "color": "#E24D42"
8044             },
8045             {
8046               "alias": "/.*sda1.*/",
8047               "color": "#584477"
8048             },
8049             {
8050               "alias": "/.*sda2_.*/",
8051               "color": "#BA43A9"
8052             },
8053             {
8054               "alias": "/.*sda3_.*/",
8055               "color": "#F4D598"
8056             },
8057             {
8058               "alias": "/.*sdb1.*/",
8059               "color": "#0A50A1"
8060             },
8061             {
8062               "alias": "/.*sdb2.*/",
8063               "color": "#BF1B00"
8064             },
8065             {
8066               "alias": "/.*sdb3.*/",
8067               "color": "#E0752D"
8068             },
8069             {
8070               "alias": "/.*sdc1.*/",
8071               "color": "#962D82"
8072             },
8073             {
8074               "alias": "/.*sdc2.*/",
8075               "color": "#614D93"
8076             },
8077             {
8078               "alias": "/.*sdc3.*/",
8079               "color": "#9AC48A"
8080             },
8081             {
8082               "alias": "/.*sdd1.*/",
8083               "color": "#65C5DB"
8084             },
8085             {
8086               "alias": "/.*sdd2.*/",
8087               "color": "#F9934E"
8088             },
8089             {
8090               "alias": "/.*sdd3.*/",
8091               "color": "#EA6460"
8092             },
8093             {
8094               "alias": "/.*sde1.*/",
8095               "color": "#E0F9D7"
8096             },
8097             {
8098               "alias": "/.*sdd2.*/",
8099               "color": "#FCEACA"
8100             },
8101             {
8102               "alias": "/.*sde3.*/",
8103               "color": "#F9E2D2"
8104             }
8105           ],
8106           "spaceLength": 10,
8107           "stack": false,
8108           "steppedLine": false,
8109           "targets": [
8110             {
8111               "expr": "irate(node_disk_read_time_seconds_total{instance=\"$node\",job=\"$job\"}[5m])",
8112               "hide": false,
8113               "intervalFactor": 4,
8114               "legendFormat": "{{device}} - Read time",
8115               "refId": "A",
8116               "step": 8
8117             },
8118             {
8119               "expr": "irate(node_disk_write_time_seconds_total{instance=\"$node\",job=\"$job\"}[5m])",
8120               "hide": false,
8121               "intervalFactor": 2,
8122               "legendFormat": "{{device}} - Write time",
8123               "refId": "B",
8124               "step": 4
8125             }
8126           ],
8127           "thresholds": [],
8128           "timeFrom": null,
8129           "timeRegions": [],
8130           "timeShift": null,
8131           "title": "Disk R/W Time",
8132           "tooltip": {
8133             "shared": false,
8134             "sort": 0,
8135             "value_type": "individual"
8136           },
8137           "type": "graph",
8138           "xaxis": {
8139             "buckets": null,
8140             "mode": "time",
8141             "name": null,
8142             "show": true,
8143             "values": []
8144           },
8145           "yaxes": [
8146             {
8147               "format": "s",
8148               "label": "time. read (-) / write (+)",
8149               "logBase": 1,
8150               "max": null,
8151               "min": null,
8152               "show": true
8153             },
8154             {
8155               "format": "short",
8156               "label": null,
8157               "logBase": 1,
8158               "max": null,
8159               "min": null,
8160               "show": false
8161             }
8162           ],
8163           "yaxis": {
8164             "align": false,
8165             "alignLevel": null
8166           }
8167         },
8168         {
8169           "aliasColors": {},
8170           "bars": false,
8171           "dashLength": 10,
8172           "dashes": false,
8173           "datasource": "${DS_PROMETHEUS}",
8174           "description": "",
8175           "fill": 2,
8176           "fillGradient": 0,
8177           "gridPos": {
8178             "h": 10,
8179             "w": 12,
8180             "x": 12,
8181             "y": 39
8182           },
8183           "hiddenSeries": false,
8184           "id": 35,
8185           "legend": {
8186             "alignAsTable": true,
8187             "avg": true,
8188             "current": true,
8189             "hideZero": true,
8190             "max": true,
8191             "min": true,
8192             "rightSide": false,
8193             "show": true,
8194             "sort": "current",
8195             "sortDesc": true,
8196             "total": false,
8197             "values": true
8198           },
8199           "lines": true,
8200           "linewidth": 1,
8201           "links": [],
8202           "maxPerRow": 6,
8203           "nullPointMode": "null",
8204           "options": {
8205             "dataLinks": []
8206           },
8207           "percentage": false,
8208           "pointradius": 5,
8209           "points": false,
8210           "renderer": "flot",
8211           "seriesOverrides": [
8212             {
8213               "alias": "/.*sda_.*/",
8214               "color": "#7EB26D"
8215             },
8216             {
8217               "alias": "/.*sdb_.*/",
8218               "color": "#EAB839"
8219             },
8220             {
8221               "alias": "/.*sdc_.*/",
8222               "color": "#6ED0E0"
8223             },
8224             {
8225               "alias": "/.*sdd_.*/",
8226               "color": "#EF843C"
8227             },
8228             {
8229               "alias": "/.*sde_.*/",
8230               "color": "#E24D42"
8231             },
8232             {
8233               "alias": "/.*sda1.*/",
8234               "color": "#584477"
8235             },
8236             {
8237               "alias": "/.*sda2_.*/",
8238               "color": "#BA43A9"
8239             },
8240             {
8241               "alias": "/.*sda3_.*/",
8242               "color": "#F4D598"
8243             },
8244             {
8245               "alias": "/.*sdb1.*/",
8246               "color": "#0A50A1"
8247             },
8248             {
8249               "alias": "/.*sdb2.*/",
8250               "color": "#BF1B00"
8251             },
8252             {
8253               "alias": "/.*sdb3.*/",
8254               "color": "#E0752D"
8255             },
8256             {
8257               "alias": "/.*sdc1.*/",
8258               "color": "#962D82"
8259             },
8260             {
8261               "alias": "/.*sdc2.*/",
8262               "color": "#614D93"
8263             },
8264             {
8265               "alias": "/.*sdc3.*/",
8266               "color": "#9AC48A"
8267             },
8268             {
8269               "alias": "/.*sdd1.*/",
8270               "color": "#65C5DB"
8271             },
8272             {
8273               "alias": "/.*sdd2.*/",
8274               "color": "#F9934E"
8275             },
8276             {
8277               "alias": "/.*sdd3.*/",
8278               "color": "#EA6460"
8279             },
8280             {
8281               "alias": "/.*sde1.*/",
8282               "color": "#E0F9D7"
8283             },
8284             {
8285               "alias": "/.*sdd2.*/",
8286               "color": "#FCEACA"
8287             },
8288             {
8289               "alias": "/.*sde3.*/",
8290               "color": "#F9E2D2"
8291             }
8292           ],
8293           "spaceLength": 10,
8294           "stack": false,
8295           "steppedLine": false,
8296           "targets": [
8297             {
8298               "expr": "irate(node_disk_io_time_weighted_seconds_total{instance=\"$node\",job=\"$job\"}[5m])",
8299               "intervalFactor": 4,
8300               "legendFormat": "{{device}} - IO time weighted",
8301               "refId": "A",
8302               "step": 8
8303             }
8304           ],
8305           "thresholds": [],
8306           "timeFrom": null,
8307           "timeRegions": [],
8308           "timeShift": null,
8309           "title": "Disk IOs Weighted",
8310           "tooltip": {
8311             "shared": false,
8312             "sort": 0,
8313             "value_type": "individual"
8314           },
8315           "type": "graph",
8316           "xaxis": {
8317             "buckets": null,
8318             "mode": "time",
8319             "name": null,
8320             "show": true,
8321             "values": []
8322           },
8323           "yaxes": [
8324             {
8325               "format": "s",
8326               "label": "time",
8327               "logBase": 1,
8328               "max": null,
8329               "min": "0",
8330               "show": true
8331             },
8332             {
8333               "format": "short",
8334               "label": null,
8335               "logBase": 1,
8336               "max": null,
8337               "min": null,
8338               "show": false
8339             }
8340           ],
8341           "yaxis": {
8342             "align": false,
8343             "alignLevel": null
8344           }
8345         },
8346         {
8347           "aliasColors": {},
8348           "bars": false,
8349           "dashLength": 10,
8350           "dashes": false,
8351           "datasource": "${DS_PROMETHEUS}",
8352           "description": "",
8353           "fill": 2,
8354           "fillGradient": 0,
8355           "gridPos": {
8356             "h": 10,
8357             "w": 12,
8358             "x": 0,
8359             "y": 49
8360           },
8361           "hiddenSeries": false,
8362           "id": 133,
8363           "legend": {
8364             "alignAsTable": true,
8365             "avg": true,
8366             "current": true,
8367             "hideZero": true,
8368             "max": true,
8369             "min": true,
8370             "rightSide": false,
8371             "show": true,
8372             "sort": "current",
8373             "sortDesc": true,
8374             "total": false,
8375             "values": true
8376           },
8377           "lines": true,
8378           "linewidth": 1,
8379           "links": [],
8380           "maxPerRow": 6,
8381           "nullPointMode": "null",
8382           "options": {
8383             "dataLinks": []
8384           },
8385           "percentage": false,
8386           "pointradius": 5,
8387           "points": false,
8388           "renderer": "flot",
8389           "seriesOverrides": [
8390             {
8391               "alias": "/.*Read.*/",
8392               "transform": "negative-Y"
8393             },
8394             {
8395               "alias": "/.*sda_.*/",
8396               "color": "#7EB26D"
8397             },
8398             {
8399               "alias": "/.*sdb_.*/",
8400               "color": "#EAB839"
8401             },
8402             {
8403               "alias": "/.*sdc_.*/",
8404               "color": "#6ED0E0"
8405             },
8406             {
8407               "alias": "/.*sdd_.*/",
8408               "color": "#EF843C"
8409             },
8410             {
8411               "alias": "/.*sde_.*/",
8412               "color": "#E24D42"
8413             },
8414             {
8415               "alias": "/.*sda1.*/",
8416               "color": "#584477"
8417             },
8418             {
8419               "alias": "/.*sda2_.*/",
8420               "color": "#BA43A9"
8421             },
8422             {
8423               "alias": "/.*sda3_.*/",
8424               "color": "#F4D598"
8425             },
8426             {
8427               "alias": "/.*sdb1.*/",
8428               "color": "#0A50A1"
8429             },
8430             {
8431               "alias": "/.*sdb2.*/",
8432               "color": "#BF1B00"
8433             },
8434             {
8435               "alias": "/.*sdb3.*/",
8436               "color": "#E0752D"
8437             },
8438             {
8439               "alias": "/.*sdc1.*/",
8440               "color": "#962D82"
8441             },
8442             {
8443               "alias": "/.*sdc2.*/",
8444               "color": "#614D93"
8445             },
8446             {
8447               "alias": "/.*sdc3.*/",
8448               "color": "#9AC48A"
8449             },
8450             {
8451               "alias": "/.*sdd1.*/",
8452               "color": "#65C5DB"
8453             },
8454             {
8455               "alias": "/.*sdd2.*/",
8456               "color": "#F9934E"
8457             },
8458             {
8459               "alias": "/.*sdd3.*/",
8460               "color": "#EA6460"
8461             },
8462             {
8463               "alias": "/.*sde1.*/",
8464               "color": "#E0F9D7"
8465             },
8466             {
8467               "alias": "/.*sdd2.*/",
8468               "color": "#FCEACA"
8469             },
8470             {
8471               "alias": "/.*sde3.*/",
8472               "color": "#F9E2D2"
8473             }
8474           ],
8475           "spaceLength": 10,
8476           "stack": false,
8477           "steppedLine": false,
8478           "targets": [
8479             {
8480               "expr": "irate(node_disk_reads_merged_total{instance=\"$node\",job=\"$job\"}[5m])",
8481               "intervalFactor": 2,
8482               "legendFormat": "{{device}} - Read merged",
8483               "refId": "A",
8484               "step": 4
8485             },
8486             {
8487               "expr": "irate(node_disk_writes_merged_total{instance=\"$node\",job=\"$job\"}[5m])",
8488               "intervalFactor": 2,
8489               "legendFormat": "{{device}} - Write merged",
8490               "refId": "B",
8491               "step": 4
8492             }
8493           ],
8494           "thresholds": [],
8495           "timeFrom": null,
8496           "timeRegions": [],
8497           "timeShift": null,
8498           "title": "Disk R/W Merged",
8499           "tooltip": {
8500             "shared": false,
8501             "sort": 0,
8502             "value_type": "individual"
8503           },
8504           "type": "graph",
8505           "xaxis": {
8506             "buckets": null,
8507             "mode": "time",
8508             "name": null,
8509             "show": true,
8510             "values": []
8511           },
8512           "yaxes": [
8513             {
8514               "format": "iops",
8515               "label": "I/Os",
8516               "logBase": 1,
8517               "max": null,
8518               "min": null,
8519               "show": true
8520             },
8521             {
8522               "format": "short",
8523               "label": null,
8524               "logBase": 1,
8525               "max": null,
8526               "min": null,
8527               "show": false
8528             }
8529           ],
8530           "yaxis": {
8531             "align": false,
8532             "alignLevel": null
8533           }
8534         },
8535         {
8536           "aliasColors": {},
8537           "bars": false,
8538           "dashLength": 10,
8539           "dashes": false,
8540           "datasource": "${DS_PROMETHEUS}",
8541           "description": "",
8542           "fill": 3,
8543           "fillGradient": 0,
8544           "gridPos": {
8545             "h": 10,
8546             "w": 12,
8547             "x": 12,
8548             "y": 49
8549           },
8550           "hiddenSeries": false,
8551           "id": 36,
8552           "legend": {
8553             "alignAsTable": true,
8554             "avg": true,
8555             "current": true,
8556             "hideZero": true,
8557             "max": true,
8558             "min": true,
8559             "rightSide": false,
8560             "show": true,
8561             "sort": "current",
8562             "sortDesc": true,
8563             "total": false,
8564             "values": true
8565           },
8566           "lines": true,
8567           "linewidth": 1,
8568           "links": [],
8569           "maxPerRow": 6,
8570           "nullPointMode": "null",
8571           "options": {
8572             "dataLinks": []
8573           },
8574           "percentage": false,
8575           "pointradius": 5,
8576           "points": false,
8577           "renderer": "flot",
8578           "seriesOverrides": [
8579             {
8580               "alias": "/.*sda_.*/",
8581               "color": "#7EB26D"
8582             },
8583             {
8584               "alias": "/.*sdb_.*/",
8585               "color": "#EAB839"
8586             },
8587             {
8588               "alias": "/.*sdc_.*/",
8589               "color": "#6ED0E0"
8590             },
8591             {
8592               "alias": "/.*sdd_.*/",
8593               "color": "#EF843C"
8594             },
8595             {
8596               "alias": "/.*sde_.*/",
8597               "color": "#E24D42"
8598             },
8599             {
8600               "alias": "/.*sda1.*/",
8601               "color": "#584477"
8602             },
8603             {
8604               "alias": "/.*sda2_.*/",
8605               "color": "#BA43A9"
8606             },
8607             {
8608               "alias": "/.*sda3_.*/",
8609               "color": "#F4D598"
8610             },
8611             {
8612               "alias": "/.*sdb1.*/",
8613               "color": "#0A50A1"
8614             },
8615             {
8616               "alias": "/.*sdb2.*/",
8617               "color": "#BF1B00"
8618             },
8619             {
8620               "alias": "/.*sdb3.*/",
8621               "color": "#E0752D"
8622             },
8623             {
8624               "alias": "/.*sdc1.*/",
8625               "color": "#962D82"
8626             },
8627             {
8628               "alias": "/.*sdc2.*/",
8629               "color": "#614D93"
8630             },
8631             {
8632               "alias": "/.*sdc3.*/",
8633               "color": "#9AC48A"
8634             },
8635             {
8636               "alias": "/.*sdd1.*/",
8637               "color": "#65C5DB"
8638             },
8639             {
8640               "alias": "/.*sdd2.*/",
8641               "color": "#F9934E"
8642             },
8643             {
8644               "alias": "/.*sdd3.*/",
8645               "color": "#EA6460"
8646             },
8647             {
8648               "alias": "/.*sde1.*/",
8649               "color": "#E0F9D7"
8650             },
8651             {
8652               "alias": "/.*sdd2.*/",
8653               "color": "#FCEACA"
8654             },
8655             {
8656               "alias": "/.*sde3.*/",
8657               "color": "#F9E2D2"
8658             }
8659           ],
8660           "spaceLength": 10,
8661           "stack": false,
8662           "steppedLine": false,
8663           "targets": [
8664             {
8665               "expr": "irate(node_disk_io_time_seconds_total{instance=\"$node\",job=\"$job\"}[5m])",
8666               "intervalFactor": 4,
8667               "legendFormat": "{{device}} - IO time",
8668               "refId": "A",
8669               "step": 8
8670             },
8671             {
8672               "expr": "irate(node_disk_discard_time_seconds_total{instance=\"$node\",job=\"$job\"}[5m])",
8673               "interval": "",
8674               "intervalFactor": 4,
8675               "legendFormat": "{{device}} - discard time",
8676               "refId": "B",
8677               "step": 8
8678             }
8679           ],
8680           "thresholds": [],
8681           "timeFrom": null,
8682           "timeRegions": [],
8683           "timeShift": null,
8684           "title": "Time Spent Doing I/Os",
8685           "tooltip": {
8686             "shared": false,
8687             "sort": 0,
8688             "value_type": "individual"
8689           },
8690           "type": "graph",
8691           "xaxis": {
8692             "buckets": null,
8693             "mode": "time",
8694             "name": null,
8695             "show": true,
8696             "values": []
8697           },
8698           "yaxes": [
8699             {
8700               "format": "s",
8701               "label": "time",
8702               "logBase": 1,
8703               "max": null,
8704               "min": "0",
8705               "show": true
8706             },
8707             {
8708               "format": "short",
8709               "label": null,
8710               "logBase": 1,
8711               "max": null,
8712               "min": null,
8713               "show": false
8714             }
8715           ],
8716           "yaxis": {
8717             "align": false,
8718             "alignLevel": null
8719           }
8720         },
8721         {
8722           "aliasColors": {},
8723           "bars": false,
8724           "dashLength": 10,
8725           "dashes": false,
8726           "datasource": "${DS_PROMETHEUS}",
8727           "description": "",
8728           "fill": 2,
8729           "fillGradient": 0,
8730           "gridPos": {
8731             "h": 10,
8732             "w": 12,
8733             "x": 0,
8734             "y": 59
8735           },
8736           "hiddenSeries": false,
8737           "id": 34,
8738           "legend": {
8739             "alignAsTable": true,
8740             "avg": true,
8741             "current": true,
8742             "hideZero": true,
8743             "max": true,
8744             "min": true,
8745             "rightSide": false,
8746             "show": true,
8747             "sort": "current",
8748             "sortDesc": true,
8749             "total": false,
8750             "values": true
8751           },
8752           "lines": true,
8753           "linewidth": 1,
8754           "links": [],
8755           "maxPerRow": 6,
8756           "nullPointMode": "null",
8757           "options": {
8758             "dataLinks": []
8759           },
8760           "percentage": false,
8761           "pointradius": 5,
8762           "points": false,
8763           "renderer": "flot",
8764           "seriesOverrides": [
8765             {
8766               "alias": "/.*sda_.*/",
8767               "color": "#7EB26D"
8768             },
8769             {
8770               "alias": "/.*sdb_.*/",
8771               "color": "#EAB839"
8772             },
8773             {
8774               "alias": "/.*sdc_.*/",
8775               "color": "#6ED0E0"
8776             },
8777             {
8778               "alias": "/.*sdd_.*/",
8779               "color": "#EF843C"
8780             },
8781             {
8782               "alias": "/.*sde_.*/",
8783               "color": "#E24D42"
8784             },
8785             {
8786               "alias": "/.*sda1.*/",
8787               "color": "#584477"
8788             },
8789             {
8790               "alias": "/.*sda2_.*/",
8791               "color": "#BA43A9"
8792             },
8793             {
8794               "alias": "/.*sda3_.*/",
8795               "color": "#F4D598"
8796             },
8797             {
8798               "alias": "/.*sdb1.*/",
8799               "color": "#0A50A1"
8800             },
8801             {
8802               "alias": "/.*sdb2.*/",
8803               "color": "#BF1B00"
8804             },
8805             {
8806               "alias": "/.*sdb3.*/",
8807               "color": "#E0752D"
8808             },
8809             {
8810               "alias": "/.*sdc1.*/",
8811               "color": "#962D82"
8812             },
8813             {
8814               "alias": "/.*sdc2.*/",
8815               "color": "#614D93"
8816             },
8817             {
8818               "alias": "/.*sdc3.*/",
8819               "color": "#9AC48A"
8820             },
8821             {
8822               "alias": "/.*sdd1.*/",
8823               "color": "#65C5DB"
8824             },
8825             {
8826               "alias": "/.*sdd2.*/",
8827               "color": "#F9934E"
8828             },
8829             {
8830               "alias": "/.*sdd3.*/",
8831               "color": "#EA6460"
8832             },
8833             {
8834               "alias": "/.*sde1.*/",
8835               "color": "#E0F9D7"
8836             },
8837             {
8838               "alias": "/.*sdd2.*/",
8839               "color": "#FCEACA"
8840             },
8841             {
8842               "alias": "/.*sde3.*/",
8843               "color": "#F9E2D2"
8844             }
8845           ],
8846           "spaceLength": 10,
8847           "stack": false,
8848           "steppedLine": false,
8849           "targets": [
8850             {
8851               "expr": "irate(node_disk_io_now{instance=\"$node\",job=\"$job\"}[5m])",
8852               "intervalFactor": 4,
8853               "legendFormat": "{{device}} - IO now",
8854               "refId": "A",
8855               "step": 8
8856             }
8857           ],
8858           "thresholds": [],
8859           "timeFrom": null,
8860           "timeRegions": [],
8861           "timeShift": null,
8862           "title": "Disk IOs Current in Progress",
8863           "tooltip": {
8864             "shared": false,
8865             "sort": 0,
8866             "value_type": "individual"
8867           },
8868           "type": "graph",
8869           "xaxis": {
8870             "buckets": null,
8871             "mode": "time",
8872             "name": null,
8873             "show": true,
8874             "values": []
8875           },
8876           "yaxes": [
8877             {
8878               "format": "iops",
8879               "label": "I/Os",
8880               "logBase": 1,
8881               "max": null,
8882               "min": "0",
8883               "show": true
8884             },
8885             {
8886               "format": "short",
8887               "label": null,
8888               "logBase": 1,
8889               "max": null,
8890               "min": null,
8891               "show": false
8892             }
8893           ],
8894           "yaxis": {
8895             "align": false,
8896             "alignLevel": null
8897           }
8898         },
8899         {
8900           "aliasColors": {},
8901           "bars": false,
8902           "dashLength": 10,
8903           "dashes": false,
8904           "datasource": "${DS_PROMETHEUS}",
8905           "description": "",
8906           "fill": 2,
8907           "fillGradient": 0,
8908           "gridPos": {
8909             "h": 10,
8910             "w": 12,
8911             "x": 12,
8912             "y": 59
8913           },
8914           "hiddenSeries": false,
8915           "id": 301,
8916           "legend": {
8917             "alignAsTable": true,
8918             "avg": true,
8919             "current": true,
8920             "hideZero": true,
8921             "max": true,
8922             "min": true,
8923             "rightSide": false,
8924             "show": true,
8925             "total": false,
8926             "values": true
8927           },
8928           "lines": true,
8929           "linewidth": 1,
8930           "links": [],
8931           "maxPerRow": 6,
8932           "nullPointMode": "null as zero",
8933           "options": {
8934             "dataLinks": []
8935           },
8936           "percentage": false,
8937           "pointradius": 5,
8938           "points": false,
8939           "renderer": "flot",
8940           "seriesOverrides": [
8941             {
8942               "$$hashKey": "object:2034",
8943               "alias": "/.*sda_.*/",
8944               "color": "#7EB26D"
8945             },
8946             {
8947               "$$hashKey": "object:2035",
8948               "alias": "/.*sdb_.*/",
8949               "color": "#EAB839"
8950             },
8951             {
8952               "$$hashKey": "object:2036",
8953               "alias": "/.*sdc_.*/",
8954               "color": "#6ED0E0"
8955             },
8956             {
8957               "$$hashKey": "object:2037",
8958               "alias": "/.*sdd_.*/",
8959               "color": "#EF843C"
8960             },
8961             {
8962               "$$hashKey": "object:2038",
8963               "alias": "/.*sde_.*/",
8964               "color": "#E24D42"
8965             },
8966             {
8967               "$$hashKey": "object:2039",
8968               "alias": "/.*sda1.*/",
8969               "color": "#584477"
8970             },
8971             {
8972               "$$hashKey": "object:2040",
8973               "alias": "/.*sda2_.*/",
8974               "color": "#BA43A9"
8975             },
8976             {
8977               "$$hashKey": "object:2041",
8978               "alias": "/.*sda3_.*/",
8979               "color": "#F4D598"
8980             },
8981             {
8982               "$$hashKey": "object:2042",
8983               "alias": "/.*sdb1.*/",
8984               "color": "#0A50A1"
8985             },
8986             {
8987               "$$hashKey": "object:2043",
8988               "alias": "/.*sdb2.*/",
8989               "color": "#BF1B00"
8990             },
8991             {
8992               "$$hashKey": "object:2044",
8993               "alias": "/.*sdb3.*/",
8994               "color": "#E0752D"
8995             },
8996             {
8997               "$$hashKey": "object:2045",
8998               "alias": "/.*sdc1.*/",
8999               "color": "#962D82"
9000             },
9001             {
9002               "$$hashKey": "object:2046",
9003               "alias": "/.*sdc2.*/",
9004               "color": "#614D93"
9005             },
9006             {
9007               "$$hashKey": "object:2047",
9008               "alias": "/.*sdc3.*/",
9009               "color": "#9AC48A"
9010             },
9011             {
9012               "$$hashKey": "object:2048",
9013               "alias": "/.*sdd1.*/",
9014               "color": "#65C5DB"
9015             },
9016             {
9017               "$$hashKey": "object:2049",
9018               "alias": "/.*sdd2.*/",
9019               "color": "#F9934E"
9020             },
9021             {
9022               "$$hashKey": "object:2050",
9023               "alias": "/.*sdd3.*/",
9024               "color": "#EA6460"
9025             },
9026             {
9027               "$$hashKey": "object:2051",
9028               "alias": "/.*sde1.*/",
9029               "color": "#E0F9D7"
9030             },
9031             {
9032               "$$hashKey": "object:2052",
9033               "alias": "/.*sdd2.*/",
9034               "color": "#FCEACA"
9035             },
9036             {
9037               "$$hashKey": "object:2053",
9038               "alias": "/.*sde3.*/",
9039               "color": "#F9E2D2"
9040             }
9041           ],
9042           "spaceLength": 10,
9043           "stack": false,
9044           "steppedLine": false,
9045           "targets": [
9046             {
9047               "expr": "irate(node_disk_discards_completed_total{instance=\"$node\",job=\"$job\"}[5m])",
9048               "interval": "",
9049               "intervalFactor": 4,
9050               "legendFormat": "{{device}} - Discards completed",
9051               "refId": "A",
9052               "step": 8
9053             },
9054             {
9055               "expr": "irate(node_disk_discards_merged_total{instance=\"$node\",job=\"$job\"}[5m])",
9056               "interval": "",
9057               "intervalFactor": 2,
9058               "legendFormat": "{{device}} - Discards merged",
9059               "refId": "B",
9060               "step": 4
9061             }
9062           ],
9063           "thresholds": [],
9064           "timeFrom": null,
9065           "timeRegions": [],
9066           "timeShift": null,
9067           "title": "Disk IOps Discards completed / merged",
9068           "tooltip": {
9069             "shared": false,
9070             "sort": 0,
9071             "value_type": "individual"
9072           },
9073           "type": "graph",
9074           "xaxis": {
9075             "buckets": null,
9076             "mode": "time",
9077             "name": null,
9078             "show": true,
9079             "values": []
9080           },
9081           "yaxes": [
9082             {
9083               "$$hashKey": "object:2186",
9084               "format": "iops",
9085               "label": "IOs",
9086               "logBase": 1,
9087               "max": null,
9088               "min": null,
9089               "show": true
9090             },
9091             {
9092               "$$hashKey": "object:2187",
9093               "format": "short",
9094               "label": null,
9095               "logBase": 1,
9096               "max": null,
9097               "min": null,
9098               "show": false
9099             }
9100           ],
9101           "yaxis": {
9102             "align": false,
9103             "alignLevel": null
9104           }
9105         }
9106       ],
9107       "repeat": null,
9108       "title": "Storage Disk",
9109       "type": "row"
9110     },
9111     {
9112       "collapsed": true,
9113       "datasource": "${DS_PROMETHEUS}",
9114       "gridPos": {
9115         "h": 1,
9116         "w": 24,
9117         "x": 0,
9118         "y": 29
9119       },
9120       "id": 271,
9121       "panels": [
9122         {
9123           "aliasColors": {},
9124           "bars": false,
9125           "dashLength": 10,
9126           "dashes": false,
9127           "datasource": "${DS_PROMETHEUS}",
9128           "decimals": 3,
9129           "description": "",
9130           "fill": 2,
9131           "fillGradient": 0,
9132           "gridPos": {
9133             "h": 10,
9134             "w": 12,
9135             "x": 0,
9136             "y": 78
9137           },
9138           "hiddenSeries": false,
9139           "id": 43,
9140           "legend": {
9141             "alignAsTable": true,
9142             "avg": true,
9143             "current": true,
9144             "max": true,
9145             "min": true,
9146             "rightSide": false,
9147             "show": true,
9148             "total": false,
9149             "values": true
9150           },
9151           "lines": true,
9152           "linewidth": 1,
9153           "links": [],
9154           "maxPerRow": 6,
9155           "nullPointMode": "null",
9156           "options": {
9157             "dataLinks": []
9158           },
9159           "percentage": false,
9160           "pointradius": 5,
9161           "points": false,
9162           "renderer": "flot",
9163           "seriesOverrides": [],
9164           "spaceLength": 10,
9165           "stack": false,
9166           "steppedLine": false,
9167           "targets": [
9168             {
9169               "expr": "node_filesystem_avail_bytes{instance=\"$node\",job=\"$job\",device!~'rootfs'}",
9170               "format": "time_series",
9171               "hide": false,
9172               "intervalFactor": 2,
9173               "legendFormat": "{{mountpoint}} - Available",
9174               "metric": "",
9175               "refId": "A",
9176               "step": 4
9177             },
9178             {
9179               "expr": "node_filesystem_free_bytes{instance=\"$node\",job=\"$job\",device!~'rootfs'}",
9180               "format": "time_series",
9181               "hide": true,
9182               "intervalFactor": 2,
9183               "legendFormat": "{{mountpoint}} - Free",
9184               "refId": "B",
9185               "step": 2
9186             },
9187             {
9188               "expr": "node_filesystem_size_bytes{instance=\"$node\",job=\"$job\",device!~'rootfs'}",
9189               "format": "time_series",
9190               "hide": true,
9191               "intervalFactor": 2,
9192               "legendFormat": "{{mountpoint}} - Size",
9193               "refId": "C",
9194               "step": 2
9195             }
9196           ],
9197           "thresholds": [],
9198           "timeFrom": null,
9199           "timeRegions": [],
9200           "timeShift": null,
9201           "title": "Filesystem space available",
9202           "tooltip": {
9203             "shared": true,
9204             "sort": 0,
9205             "value_type": "individual"
9206           },
9207           "type": "graph",
9208           "xaxis": {
9209             "buckets": null,
9210             "mode": "time",
9211             "name": null,
9212             "show": true,
9213             "values": []
9214           },
9215           "yaxes": [
9216             {
9217               "$$hashKey": "object:3826",
9218               "format": "bytes",
9219               "label": "bytes",
9220               "logBase": 1,
9221               "max": null,
9222               "min": "0",
9223               "show": true
9224             },
9225             {
9226               "$$hashKey": "object:3827",
9227               "format": "short",
9228               "label": null,
9229               "logBase": 1,
9230               "max": null,
9231               "min": null,
9232               "show": false
9233             }
9234           ],
9235           "yaxis": {
9236             "align": false,
9237             "alignLevel": null
9238           }
9239         },
9240         {
9241           "aliasColors": {},
9242           "bars": false,
9243           "dashLength": 10,
9244           "dashes": false,
9245           "datasource": "${DS_PROMETHEUS}",
9246           "description": "",
9247           "fill": 2,
9248           "fillGradient": 0,
9249           "gridPos": {
9250             "h": 10,
9251             "w": 12,
9252             "x": 12,
9253             "y": 78
9254           },
9255           "hiddenSeries": false,
9256           "id": 41,
9257           "legend": {
9258             "alignAsTable": true,
9259             "avg": true,
9260             "current": true,
9261             "hideZero": true,
9262             "max": true,
9263             "min": true,
9264             "rightSide": false,
9265             "show": true,
9266             "total": false,
9267             "values": true
9268           },
9269           "lines": true,
9270           "linewidth": 1,
9271           "links": [],
9272           "nullPointMode": "null",
9273           "options": {
9274             "dataLinks": []
9275           },
9276           "percentage": false,
9277           "pointradius": 5,
9278           "points": false,
9279           "renderer": "flot",
9280           "seriesOverrides": [],
9281           "spaceLength": 10,
9282           "stack": false,
9283           "steppedLine": false,
9284           "targets": [
9285             {
9286               "expr": "node_filesystem_files_free{instance=\"$node\",job=\"$job\",device!~'rootfs'}",
9287               "format": "time_series",
9288               "hide": false,
9289               "intervalFactor": 2,
9290               "legendFormat": "{{mountpoint}} - Free file nodes",
9291               "refId": "A",
9292               "step": 4
9293             }
9294           ],
9295           "thresholds": [],
9296           "timeFrom": null,
9297           "timeRegions": [],
9298           "timeShift": null,
9299           "title": "File Nodes Free",
9300           "tooltip": {
9301             "shared": true,
9302             "sort": 0,
9303             "value_type": "individual"
9304           },
9305           "type": "graph",
9306           "xaxis": {
9307             "buckets": null,
9308             "mode": "time",
9309             "name": null,
9310             "show": true,
9311             "values": []
9312           },
9313           "yaxes": [
9314             {
9315               "$$hashKey": "object:3894",
9316               "format": "short",
9317               "label": "file nodes",
9318               "logBase": 1,
9319               "max": null,
9320               "min": "0",
9321               "show": true
9322             },
9323             {
9324               "$$hashKey": "object:3895",
9325               "format": "short",
9326               "label": null,
9327               "logBase": 1,
9328               "max": null,
9329               "min": null,
9330               "show": false
9331             }
9332           ],
9333           "yaxis": {
9334             "align": false,
9335             "alignLevel": null
9336           }
9337         },
9338         {
9339           "aliasColors": {},
9340           "bars": false,
9341           "dashLength": 10,
9342           "dashes": false,
9343           "datasource": "${DS_PROMETHEUS}",
9344           "description": "",
9345           "fill": 2,
9346           "fillGradient": 0,
9347           "gridPos": {
9348             "h": 10,
9349             "w": 12,
9350             "x": 0,
9351             "y": 88
9352           },
9353           "hiddenSeries": false,
9354           "id": 28,
9355           "legend": {
9356             "alignAsTable": true,
9357             "avg": true,
9358             "current": true,
9359             "max": true,
9360             "min": true,
9361             "show": true,
9362             "total": false,
9363             "values": true
9364           },
9365           "lines": true,
9366           "linewidth": 1,
9367           "links": [],
9368           "maxPerRow": 6,
9369           "nullPointMode": "null",
9370           "options": {
9371             "dataLinks": []
9372           },
9373           "percentage": false,
9374           "pointradius": 5,
9375           "points": false,
9376           "renderer": "flot",
9377           "seriesOverrides": [],
9378           "spaceLength": 10,
9379           "stack": false,
9380           "steppedLine": false,
9381           "targets": [
9382             {
9383               "expr": "node_filefd_maximum{instance=\"$node\",job=\"$job\"}",
9384               "format": "time_series",
9385               "intervalFactor": 4,
9386               "legendFormat": "Max open files",
9387               "refId": "A",
9388               "step": 8
9389             },
9390             {
9391               "expr": "node_filefd_allocated{instance=\"$node\",job=\"$job\"}",
9392               "format": "time_series",
9393               "intervalFactor": 2,
9394               "legendFormat": "Open files",
9395               "refId": "B",
9396               "step": 4
9397             }
9398           ],
9399           "thresholds": [],
9400           "timeFrom": null,
9401           "timeRegions": [],
9402           "timeShift": null,
9403           "title": "File Descriptor",
9404           "tooltip": {
9405             "shared": false,
9406             "sort": 0,
9407             "value_type": "individual"
9408           },
9409           "type": "graph",
9410           "xaxis": {
9411             "buckets": null,
9412             "mode": "time",
9413             "name": null,
9414             "show": true,
9415             "values": []
9416           },
9417           "yaxes": [
9418             {
9419               "format": "short",
9420               "label": "files",
9421               "logBase": 1,
9422               "max": null,
9423               "min": "0",
9424               "show": true
9425             },
9426             {
9427               "format": "short",
9428               "label": null,
9429               "logBase": 1,
9430               "max": null,
9431               "min": null,
9432               "show": false
9433             }
9434           ],
9435           "yaxis": {
9436             "align": false,
9437             "alignLevel": null
9438           }
9439         },
9440         {
9441           "aliasColors": {},
9442           "bars": false,
9443           "dashLength": 10,
9444           "dashes": false,
9445           "datasource": "${DS_PROMETHEUS}",
9446           "description": "",
9447           "fill": 2,
9448           "fillGradient": 0,
9449           "gridPos": {
9450             "h": 10,
9451             "w": 12,
9452             "x": 12,
9453             "y": 88
9454           },
9455           "hiddenSeries": false,
9456           "id": 219,
9457           "legend": {
9458             "alignAsTable": true,
9459             "avg": true,
9460             "current": true,
9461             "hideZero": true,
9462             "max": true,
9463             "min": true,
9464             "rightSide": false,
9465             "show": true,
9466             "total": false,
9467             "values": true
9468           },
9469           "lines": true,
9470           "linewidth": 1,
9471           "links": [],
9472           "nullPointMode": "null",
9473           "options": {
9474             "dataLinks": []
9475           },
9476           "percentage": false,
9477           "pointradius": 5,
9478           "points": false,
9479           "renderer": "flot",
9480           "seriesOverrides": [],
9481           "spaceLength": 10,
9482           "stack": false,
9483           "steppedLine": false,
9484           "targets": [
9485             {
9486               "expr": "node_filesystem_files{instance=\"$node\",job=\"$job\",device!~'rootfs'}",
9487               "format": "time_series",
9488               "hide": false,
9489               "intervalFactor": 2,
9490               "legendFormat": "{{mountpoint}} - File nodes total",
9491               "refId": "A",
9492               "step": 4
9493             }
9494           ],
9495           "thresholds": [],
9496           "timeFrom": null,
9497           "timeRegions": [],
9498           "timeShift": null,
9499           "title": "File Nodes Size",
9500           "tooltip": {
9501             "shared": true,
9502             "sort": 0,
9503             "value_type": "individual"
9504           },
9505           "type": "graph",
9506           "xaxis": {
9507             "buckets": null,
9508             "mode": "time",
9509             "name": null,
9510             "show": true,
9511             "values": []
9512           },
9513           "yaxes": [
9514             {
9515               "format": "short",
9516               "label": "file Nodes",
9517               "logBase": 1,
9518               "max": null,
9519               "min": "0",
9520               "show": true
9521             },
9522             {
9523               "format": "short",
9524               "label": null,
9525               "logBase": 1,
9526               "max": null,
9527               "min": null,
9528               "show": false
9529             }
9530           ],
9531           "yaxis": {
9532             "align": false,
9533             "alignLevel": null
9534           }
9535         },
9536         {
9537           "aliasColors": {
9538             "/ ReadOnly": "#890F02"
9539           },
9540           "bars": false,
9541           "dashLength": 10,
9542           "dashes": false,
9543           "datasource": "${DS_PROMETHEUS}",
9544           "decimals": null,
9545           "description": "",
9546           "fill": 2,
9547           "fillGradient": 0,
9548           "gridPos": {
9549             "h": 10,
9550             "w": 12,
9551             "x": 0,
9552             "y": 98
9553           },
9554           "hiddenSeries": false,
9555           "id": 44,
9556           "legend": {
9557             "alignAsTable": true,
9558             "avg": true,
9559             "current": true,
9560             "hideEmpty": true,
9561             "hideZero": true,
9562             "max": true,
9563             "min": true,
9564             "rightSide": false,
9565             "show": true,
9566             "total": false,
9567             "values": true
9568           },
9569           "lines": true,
9570           "linewidth": 1,
9571           "links": [],
9572           "maxPerRow": 6,
9573           "nullPointMode": "null",
9574           "options": {
9575             "dataLinks": []
9576           },
9577           "percentage": false,
9578           "pointradius": 5,
9579           "points": false,
9580           "renderer": "flot",
9581           "seriesOverrides": [],
9582           "spaceLength": 10,
9583           "stack": true,
9584           "steppedLine": false,
9585           "targets": [
9586             {
9587               "expr": "node_filesystem_readonly{instance=\"$node\",job=\"$job\",device!~'rootfs'}",
9588               "format": "time_series",
9589               "intervalFactor": 2,
9590               "legendFormat": "{{mountpoint}} - ReadOnly",
9591               "refId": "A",
9592               "step": 4
9593             },
9594             {
9595               "expr": "node_filesystem_device_error{instance=\"$node\",job=\"$job\",device!~'rootfs',fstype!~'tmpfs'}",
9596               "format": "time_series",
9597               "interval": "",
9598               "intervalFactor": 2,
9599               "legendFormat": "{{mountpoint}} - Device error",
9600               "refId": "B",
9601               "step": 4
9602             }
9603           ],
9604           "thresholds": [],
9605           "timeFrom": null,
9606           "timeRegions": [],
9607           "timeShift": null,
9608           "title": "Filesystem in ReadOnly / Error",
9609           "tooltip": {
9610             "shared": true,
9611             "sort": 0,
9612             "value_type": "individual"
9613           },
9614           "type": "graph",
9615           "xaxis": {
9616             "buckets": null,
9617             "mode": "time",
9618             "name": null,
9619             "show": true,
9620             "values": []
9621           },
9622           "yaxes": [
9623             {
9624               "$$hashKey": "object:3670",
9625               "format": "short",
9626               "label": "counter",
9627               "logBase": 1,
9628               "max": "1",
9629               "min": "0",
9630               "show": true
9631             },
9632             {
9633               "$$hashKey": "object:3671",
9634               "format": "short",
9635               "label": null,
9636               "logBase": 1,
9637               "max": null,
9638               "min": null,
9639               "show": false
9640             }
9641           ],
9642           "yaxis": {
9643             "align": false,
9644             "alignLevel": null
9645           }
9646         }
9647       ],
9648       "repeat": null,
9649       "title": "Storage Filesystem",
9650       "type": "row"
9651     },
9652     {
9653       "collapsed": true,
9654       "datasource": "${DS_PROMETHEUS}",
9655       "gridPos": {
9656         "h": 1,
9657         "w": 24,
9658         "x": 0,
9659         "y": 30
9660       },
9661       "id": 272,
9662       "panels": [
9663         {
9664           "aliasColors": {
9665             "receive_packets_eth0": "#7EB26D",
9666             "receive_packets_lo": "#E24D42",
9667             "transmit_packets_eth0": "#7EB26D",
9668             "transmit_packets_lo": "#E24D42"
9669           },
9670           "bars": false,
9671           "dashLength": 10,
9672           "dashes": false,
9673           "datasource": "${DS_PROMETHEUS}",
9674           "fill": 2,
9675           "fillGradient": 0,
9676           "gridPos": {
9677             "h": 10,
9678             "w": 12,
9679             "x": 0,
9680             "y": 30
9681           },
9682           "hiddenSeries": false,
9683           "id": 60,
9684           "legend": {
9685             "alignAsTable": true,
9686             "avg": true,
9687             "current": true,
9688             "max": true,
9689             "min": true,
9690             "rightSide": false,
9691             "show": true,
9692             "sideWidth": 300,
9693             "total": false,
9694             "values": true
9695           },
9696           "lines": true,
9697           "linewidth": 1,
9698           "links": [],
9699           "nullPointMode": "null",
9700           "options": {
9701             "dataLinks": []
9702           },
9703           "percentage": false,
9704           "pointradius": 5,
9705           "points": false,
9706           "renderer": "flot",
9707           "seriesOverrides": [
9708             {
9709               "alias": "/.*Trans.*/",
9710               "transform": "negative-Y"
9711             }
9712           ],
9713           "spaceLength": 10,
9714           "stack": false,
9715           "steppedLine": false,
9716           "targets": [
9717             {
9718               "expr": "irate(node_network_receive_packets_total{instance=\"$node\",job=\"$job\"}[5m])",
9719               "format": "time_series",
9720               "interval": "",
9721               "intervalFactor": 2,
9722               "legendFormat": "{{device}} - Receive",
9723               "refId": "A",
9724               "step": 4
9725             },
9726             {
9727               "expr": "irate(node_network_transmit_packets_total{instance=\"$node\",job=\"$job\"}[5m])",
9728               "format": "time_series",
9729               "interval": "",
9730               "intervalFactor": 2,
9731               "legendFormat": "{{device}} - Transmit",
9732               "refId": "B",
9733               "step": 4
9734             }
9735           ],
9736           "thresholds": [],
9737           "timeFrom": null,
9738           "timeRegions": [],
9739           "timeShift": null,
9740           "title": "Network Traffic by Packets",
9741           "tooltip": {
9742             "shared": true,
9743             "sort": 0,
9744             "value_type": "individual"
9745           },
9746           "type": "graph",
9747           "xaxis": {
9748             "buckets": null,
9749             "mode": "time",
9750             "name": null,
9751             "show": true,
9752             "values": []
9753           },
9754           "yaxes": [
9755             {
9756               "format": "pps",
9757               "label": "packets out (-) / in (+)",
9758               "logBase": 1,
9759               "max": null,
9760               "min": null,
9761               "show": true
9762             },
9763             {
9764               "format": "short",
9765               "label": null,
9766               "logBase": 1,
9767               "max": null,
9768               "min": null,
9769               "show": false
9770             }
9771           ],
9772           "yaxis": {
9773             "align": false,
9774             "alignLevel": null
9775           }
9776         },
9777         {
9778           "aliasColors": {},
9779           "bars": false,
9780           "dashLength": 10,
9781           "dashes": false,
9782           "datasource": "${DS_PROMETHEUS}",
9783           "fill": 2,
9784           "fillGradient": 0,
9785           "gridPos": {
9786             "h": 10,
9787             "w": 12,
9788             "x": 12,
9789             "y": 30
9790           },
9791           "hiddenSeries": false,
9792           "id": 142,
9793           "legend": {
9794             "alignAsTable": true,
9795             "avg": true,
9796             "current": true,
9797             "hideEmpty": false,
9798             "hideZero": false,
9799             "max": true,
9800             "min": true,
9801             "rightSide": false,
9802             "show": true,
9803             "sideWidth": 300,
9804             "sort": "current",
9805             "sortDesc": true,
9806             "total": false,
9807             "values": true
9808           },
9809           "lines": true,
9810           "linewidth": 1,
9811           "links": [],
9812           "nullPointMode": "null",
9813           "options": {
9814             "dataLinks": []
9815           },
9816           "percentage": false,
9817           "pointradius": 5,
9818           "points": false,
9819           "renderer": "flot",
9820           "seriesOverrides": [
9821             {
9822               "alias": "/.*Trans.*/",
9823               "transform": "negative-Y"
9824             }
9825           ],
9826           "spaceLength": 10,
9827           "stack": false,
9828           "steppedLine": false,
9829           "targets": [
9830             {
9831               "expr": "irate(node_network_receive_errs_total{instance=\"$node\",job=\"$job\"}[5m])",
9832               "format": "time_series",
9833               "intervalFactor": 2,
9834               "legendFormat": "{{device}} - Receive errors",
9835               "refId": "A",
9836               "step": 4
9837             },
9838             {
9839               "expr": "irate(node_network_transmit_errs_total{instance=\"$node\",job=\"$job\"}[5m])",
9840               "format": "time_series",
9841               "intervalFactor": 2,
9842               "legendFormat": "{{device}} - Rransmit errors",
9843               "refId": "B",
9844               "step": 4
9845             }
9846           ],
9847           "thresholds": [],
9848           "timeFrom": null,
9849           "timeRegions": [],
9850           "timeShift": null,
9851           "title": "Network Traffic Errors",
9852           "tooltip": {
9853             "shared": true,
9854             "sort": 0,
9855             "value_type": "individual"
9856           },
9857           "type": "graph",
9858           "xaxis": {
9859             "buckets": null,
9860             "mode": "time",
9861             "name": null,
9862             "show": true,
9863             "values": []
9864           },
9865           "yaxes": [
9866             {
9867               "format": "pps",
9868               "label": "packets out (-) / in (+)",
9869               "logBase": 1,
9870               "max": null,
9871               "min": null,
9872               "show": true
9873             },
9874             {
9875               "format": "short",
9876               "label": null,
9877               "logBase": 1,
9878               "max": null,
9879               "min": null,
9880               "show": false
9881             }
9882           ],
9883           "yaxis": {
9884             "align": false,
9885             "alignLevel": null
9886           }
9887         },
9888         {
9889           "aliasColors": {},
9890           "bars": false,
9891           "dashLength": 10,
9892           "dashes": false,
9893           "datasource": "${DS_PROMETHEUS}",
9894           "fill": 2,
9895           "fillGradient": 0,
9896           "gridPos": {
9897             "h": 10,
9898             "w": 12,
9899             "x": 0,
9900             "y": 40
9901           },
9902           "hiddenSeries": false,
9903           "id": 143,
9904           "legend": {
9905             "alignAsTable": true,
9906             "avg": true,
9907             "current": true,
9908             "hideEmpty": false,
9909             "hideZero": false,
9910             "max": true,
9911             "min": true,
9912             "rightSide": false,
9913             "show": true,
9914             "sideWidth": 300,
9915             "sort": "current",
9916             "sortDesc": true,
9917             "total": false,
9918             "values": true
9919           },
9920           "lines": true,
9921           "linewidth": 1,
9922           "links": [],
9923           "nullPointMode": "null",
9924           "options": {
9925             "dataLinks": []
9926           },
9927           "percentage": false,
9928           "pointradius": 5,
9929           "points": false,
9930           "renderer": "flot",
9931           "seriesOverrides": [
9932             {
9933               "alias": "/.*Trans.*/",
9934               "transform": "negative-Y"
9935             }
9936           ],
9937           "spaceLength": 10,
9938           "stack": false,
9939           "steppedLine": false,
9940           "targets": [
9941             {
9942               "expr": "irate(node_network_receive_drop_total{instance=\"$node\",job=\"$job\"}[5m])",
9943               "format": "time_series",
9944               "intervalFactor": 2,
9945               "legendFormat": "{{device}} - Receive drop",
9946               "refId": "A",
9947               "step": 4
9948             },
9949             {
9950               "expr": "irate(node_network_transmit_drop_total{instance=\"$node\",job=\"$job\"}[5m])",
9951               "format": "time_series",
9952               "intervalFactor": 2,
9953               "legendFormat": "{{device}} - Transmit drop",
9954               "refId": "B",
9955               "step": 4
9956             }
9957           ],
9958           "thresholds": [],
9959           "timeFrom": null,
9960           "timeRegions": [],
9961           "timeShift": null,
9962           "title": "Network Traffic Drop",
9963           "tooltip": {
9964             "shared": true,
9965             "sort": 0,
9966             "value_type": "individual"
9967           },
9968           "type": "graph",
9969           "xaxis": {
9970             "buckets": null,
9971             "mode": "time",
9972             "name": null,
9973             "show": true,
9974             "values": []
9975           },
9976           "yaxes": [
9977             {
9978               "format": "pps",
9979               "label": "packets out (-) / in (+)",
9980               "logBase": 1,
9981               "max": null,
9982               "min": null,
9983               "show": true
9984             },
9985             {
9986               "format": "short",
9987               "label": null,
9988               "logBase": 1,
9989               "max": null,
9990               "min": null,
9991               "show": false
9992             }
9993           ],
9994           "yaxis": {
9995             "align": false,
9996             "alignLevel": null
9997           }
9998         },
9999         {
10000           "aliasColors": {},
10001           "bars": false,
10002           "dashLength": 10,
10003           "dashes": false,
10004           "datasource": "${DS_PROMETHEUS}",
10005           "fill": 2,
10006           "fillGradient": 0,
10007           "gridPos": {
10008             "h": 10,
10009             "w": 12,
10010             "x": 12,
10011             "y": 40
10012           },
10013           "hiddenSeries": false,
10014           "id": 141,
10015           "legend": {
10016             "alignAsTable": true,
10017             "avg": true,
10018             "current": true,
10019             "hideEmpty": false,
10020             "hideZero": false,
10021             "max": true,
10022             "min": true,
10023             "rightSide": false,
10024             "show": true,
10025             "sideWidth": 300,
10026             "sort": "current",
10027             "sortDesc": true,
10028             "total": false,
10029             "values": true
10030           },
10031           "lines": true,
10032           "linewidth": 1,
10033           "links": [],
10034           "nullPointMode": "null",
10035           "options": {
10036             "dataLinks": []
10037           },
10038           "percentage": false,
10039           "pointradius": 5,
10040           "points": false,
10041           "renderer": "flot",
10042           "seriesOverrides": [
10043             {
10044               "alias": "/.*Trans.*/",
10045               "transform": "negative-Y"
10046             }
10047           ],
10048           "spaceLength": 10,
10049           "stack": false,
10050           "steppedLine": false,
10051           "targets": [
10052             {
10053               "expr": "irate(node_network_receive_compressed_total{instance=\"$node\",job=\"$job\"}[5m])",
10054               "format": "time_series",
10055               "intervalFactor": 2,
10056               "legendFormat": "{{device}} - Receive compressed",
10057               "refId": "A",
10058               "step": 4
10059             },
10060             {
10061               "expr": "irate(node_network_transmit_compressed_total{instance=\"$node\",job=\"$job\"}[5m])",
10062               "format": "time_series",
10063               "intervalFactor": 2,
10064               "legendFormat": "{{device}} - Transmit compressed",
10065               "refId": "B",
10066               "step": 4
10067             }
10068           ],
10069           "thresholds": [],
10070           "timeFrom": null,
10071           "timeRegions": [],
10072           "timeShift": null,
10073           "title": "Network Traffic Compressed",
10074           "tooltip": {
10075             "shared": true,
10076             "sort": 0,
10077             "value_type": "individual"
10078           },
10079           "type": "graph",
10080           "xaxis": {
10081             "buckets": null,
10082             "mode": "time",
10083             "name": null,
10084             "show": true,
10085             "values": []
10086           },
10087           "yaxes": [
10088             {
10089               "format": "pps",
10090               "label": "packets out (-) / in (+)",
10091               "logBase": 1,
10092               "max": null,
10093               "min": null,
10094               "show": true
10095             },
10096             {
10097               "format": "short",
10098               "label": null,
10099               "logBase": 1,
10100               "max": null,
10101               "min": null,
10102               "show": false
10103             }
10104           ],
10105           "yaxis": {
10106             "align": false,
10107             "alignLevel": null
10108           }
10109         },
10110         {
10111           "aliasColors": {},
10112           "bars": false,
10113           "dashLength": 10,
10114           "dashes": false,
10115           "datasource": "${DS_PROMETHEUS}",
10116           "fill": 2,
10117           "fillGradient": 0,
10118           "gridPos": {
10119             "h": 10,
10120             "w": 12,
10121             "x": 0,
10122             "y": 50
10123           },
10124           "hiddenSeries": false,
10125           "id": 146,
10126           "legend": {
10127             "alignAsTable": true,
10128             "avg": true,
10129             "current": true,
10130             "hideEmpty": false,
10131             "hideZero": false,
10132             "max": true,
10133             "min": true,
10134             "rightSide": false,
10135             "show": true,
10136             "sideWidth": 300,
10137             "sort": "current",
10138             "sortDesc": true,
10139             "total": false,
10140             "values": true
10141           },
10142           "lines": true,
10143           "linewidth": 1,
10144           "links": [],
10145           "nullPointMode": "null",
10146           "options": {
10147             "dataLinks": []
10148           },
10149           "percentage": false,
10150           "pointradius": 5,
10151           "points": false,
10152           "renderer": "flot",
10153           "seriesOverrides": [
10154             {
10155               "alias": "/.*Trans.*/",
10156               "transform": "negative-Y"
10157             }
10158           ],
10159           "spaceLength": 10,
10160           "stack": false,
10161           "steppedLine": false,
10162           "targets": [
10163             {
10164               "expr": "irate(node_network_receive_multicast_total{instance=\"$node\",job=\"$job\"}[5m])",
10165               "format": "time_series",
10166               "intervalFactor": 2,
10167               "legendFormat": "{{device}} - Receive multicast",
10168               "refId": "A",
10169               "step": 4
10170             }
10171           ],
10172           "thresholds": [],
10173           "timeFrom": null,
10174           "timeRegions": [],
10175           "timeShift": null,
10176           "title": "Network Traffic Multicast",
10177           "tooltip": {
10178             "shared": true,
10179             "sort": 0,
10180             "value_type": "individual"
10181           },
10182           "type": "graph",
10183           "xaxis": {
10184             "buckets": null,
10185             "mode": "time",
10186             "name": null,
10187             "show": true,
10188             "values": []
10189           },
10190           "yaxes": [
10191             {
10192               "format": "pps",
10193               "label": "packets out (-) / in (+)",
10194               "logBase": 1,
10195               "max": null,
10196               "min": null,
10197               "show": true
10198             },
10199             {
10200               "format": "short",
10201               "label": null,
10202               "logBase": 1,
10203               "max": null,
10204               "min": null,
10205               "show": false
10206             }
10207           ],
10208           "yaxis": {
10209             "align": false,
10210             "alignLevel": null
10211           }
10212         },
10213         {
10214           "aliasColors": {},
10215           "bars": false,
10216           "dashLength": 10,
10217           "dashes": false,
10218           "datasource": "${DS_PROMETHEUS}",
10219           "fill": 2,
10220           "fillGradient": 0,
10221           "gridPos": {
10222             "h": 10,
10223             "w": 12,
10224             "x": 12,
10225             "y": 50
10226           },
10227           "hiddenSeries": false,
10228           "id": 144,
10229           "legend": {
10230             "alignAsTable": true,
10231             "avg": true,
10232             "current": true,
10233             "hideEmpty": false,
10234             "hideZero": false,
10235             "max": true,
10236             "min": true,
10237             "rightSide": false,
10238             "show": true,
10239             "sideWidth": 300,
10240             "sort": "current",
10241             "sortDesc": true,
10242             "total": false,
10243             "values": true
10244           },
10245           "lines": true,
10246           "linewidth": 1,
10247           "links": [],
10248           "nullPointMode": "null",
10249           "options": {
10250             "dataLinks": []
10251           },
10252           "percentage": false,
10253           "pointradius": 5,
10254           "points": false,
10255           "renderer": "flot",
10256           "seriesOverrides": [
10257             {
10258               "alias": "/.*Trans.*/",
10259               "transform": "negative-Y"
10260             }
10261           ],
10262           "spaceLength": 10,
10263           "stack": false,
10264           "steppedLine": false,
10265           "targets": [
10266             {
10267               "expr": "irate(node_network_receive_fifo_total{instance=\"$node\",job=\"$job\"}[5m])",
10268               "format": "time_series",
10269               "intervalFactor": 2,
10270               "legendFormat": "{{device}} - Receive fifo",
10271               "refId": "A",
10272               "step": 4
10273             },
10274             {
10275               "expr": "irate(node_network_transmit_fifo_total{instance=\"$node\",job=\"$job\"}[5m])",
10276               "format": "time_series",
10277               "intervalFactor": 2,
10278               "legendFormat": "{{device}} - Transmit fifo",
10279               "refId": "B",
10280               "step": 4
10281             }
10282           ],
10283           "thresholds": [],
10284           "timeFrom": null,
10285           "timeRegions": [],
10286           "timeShift": null,
10287           "title": "Network Traffic Fifo",
10288           "tooltip": {
10289             "shared": true,
10290             "sort": 0,
10291             "value_type": "individual"
10292           },
10293           "type": "graph",
10294           "xaxis": {
10295             "buckets": null,
10296             "mode": "time",
10297             "name": null,
10298             "show": true,
10299             "values": []
10300           },
10301           "yaxes": [
10302             {
10303               "format": "pps",
10304               "label": "packets out (-) / in (+)",
10305               "logBase": 1,
10306               "max": null,
10307               "min": null,
10308               "show": true
10309             },
10310             {
10311               "format": "short",
10312               "label": null,
10313               "logBase": 1,
10314               "max": null,
10315               "min": null,
10316               "show": false
10317             }
10318           ],
10319           "yaxis": {
10320             "align": false,
10321             "alignLevel": null
10322           }
10323         },
10324         {
10325           "aliasColors": {},
10326           "bars": false,
10327           "dashLength": 10,
10328           "dashes": false,
10329           "datasource": "${DS_PROMETHEUS}",
10330           "fill": 2,
10331           "fillGradient": 0,
10332           "gridPos": {
10333             "h": 10,
10334             "w": 12,
10335             "x": 0,
10336             "y": 60
10337           },
10338           "hiddenSeries": false,
10339           "id": 145,
10340           "legend": {
10341             "alignAsTable": true,
10342             "avg": true,
10343             "current": true,
10344             "hideEmpty": false,
10345             "hideZero": false,
10346             "max": true,
10347             "min": true,
10348             "rightSide": false,
10349             "show": true,
10350             "sideWidth": 300,
10351             "sort": "current",
10352             "sortDesc": true,
10353             "total": false,
10354             "values": true
10355           },
10356           "lines": true,
10357           "linewidth": 1,
10358           "links": [],
10359           "nullPointMode": "null",
10360           "options": {
10361             "dataLinks": []
10362           },
10363           "percentage": false,
10364           "pointradius": 5,
10365           "points": false,
10366           "renderer": "flot",
10367           "seriesOverrides": [
10368             {
10369               "$$hashKey": "object:576",
10370               "alias": "/.*Trans.*/",
10371               "transform": "negative-Y"
10372             }
10373           ],
10374           "spaceLength": 10,
10375           "stack": false,
10376           "steppedLine": false,
10377           "targets": [
10378             {
10379               "expr": "irate(node_network_receive_frame_total{instance=\"$node\",job=\"$job\"}[5m])",
10380               "format": "time_series",
10381               "hide": false,
10382               "intervalFactor": 2,
10383               "legendFormat": "{{device}} - Receive frame",
10384               "refId": "A",
10385               "step": 4
10386             }
10387           ],
10388           "thresholds": [],
10389           "timeFrom": null,
10390           "timeRegions": [],
10391           "timeShift": null,
10392           "title": "Network Traffic Frame",
10393           "tooltip": {
10394             "shared": true,
10395             "sort": 0,
10396             "value_type": "individual"
10397           },
10398           "type": "graph",
10399           "xaxis": {
10400             "buckets": null,
10401             "mode": "time",
10402             "name": null,
10403             "show": true,
10404             "values": []
10405           },
10406           "yaxes": [
10407             {
10408               "$$hashKey": "object:589",
10409               "format": "pps",
10410               "label": "packets out (-) / in (+)",
10411               "logBase": 1,
10412               "max": null,
10413               "min": null,
10414               "show": true
10415             },
10416             {
10417               "$$hashKey": "object:590",
10418               "format": "short",
10419               "label": null,
10420               "logBase": 1,
10421               "max": null,
10422               "min": null,
10423               "show": false
10424             }
10425           ],
10426           "yaxis": {
10427             "align": false,
10428             "alignLevel": null
10429           }
10430         },
10431         {
10432           "aliasColors": {},
10433           "bars": false,
10434           "dashLength": 10,
10435           "dashes": false,
10436           "datasource": "${DS_PROMETHEUS}",
10437           "fill": 2,
10438           "fillGradient": 0,
10439           "gridPos": {
10440             "h": 10,
10441             "w": 12,
10442             "x": 12,
10443             "y": 60
10444           },
10445           "hiddenSeries": false,
10446           "id": 231,
10447           "legend": {
10448             "alignAsTable": true,
10449             "avg": true,
10450             "current": true,
10451             "hideEmpty": false,
10452             "hideZero": false,
10453             "max": true,
10454             "min": true,
10455             "rightSide": false,
10456             "show": true,
10457             "sideWidth": 300,
10458             "sort": "current",
10459             "sortDesc": true,
10460             "total": false,
10461             "values": true
10462           },
10463           "lines": true,
10464           "linewidth": 1,
10465           "links": [],
10466           "nullPointMode": "null",
10467           "options": {
10468             "dataLinks": []
10469           },
10470           "percentage": false,
10471           "pointradius": 5,
10472           "points": false,
10473           "renderer": "flot",
10474           "seriesOverrides": [],
10475           "spaceLength": 10,
10476           "stack": false,
10477           "steppedLine": false,
10478           "targets": [
10479             {
10480               "expr": "irate(node_network_transmit_carrier_total{instance=\"$node\",job=\"$job\"}[5m])",
10481               "format": "time_series",
10482               "intervalFactor": 2,
10483               "legendFormat": "{{device}} - Statistic transmit_carrier",
10484               "refId": "A",
10485               "step": 4
10486             }
10487           ],
10488           "thresholds": [],
10489           "timeFrom": null,
10490           "timeRegions": [],
10491           "timeShift": null,
10492           "title": "Network Traffic Carrier",
10493           "tooltip": {
10494             "shared": true,
10495             "sort": 0,
10496             "value_type": "individual"
10497           },
10498           "type": "graph",
10499           "xaxis": {
10500             "buckets": null,
10501             "mode": "time",
10502             "name": null,
10503             "show": true,
10504             "values": []
10505           },
10506           "yaxes": [
10507             {
10508               "format": "short",
10509               "label": "counter",
10510               "logBase": 1,
10511               "max": null,
10512               "min": null,
10513               "show": true
10514             },
10515             {
10516               "format": "short",
10517               "label": null,
10518               "logBase": 1,
10519               "max": null,
10520               "min": null,
10521               "show": false
10522             }
10523           ],
10524           "yaxis": {
10525             "align": false,
10526             "alignLevel": null
10527           }
10528         },
10529         {
10530           "aliasColors": {},
10531           "bars": false,
10532           "dashLength": 10,
10533           "dashes": false,
10534           "datasource": "${DS_PROMETHEUS}",
10535           "fill": 2,
10536           "fillGradient": 0,
10537           "gridPos": {
10538             "h": 10,
10539             "w": 12,
10540             "x": 0,
10541             "y": 70
10542           },
10543           "hiddenSeries": false,
10544           "id": 232,
10545           "legend": {
10546             "alignAsTable": true,
10547             "avg": true,
10548             "current": true,
10549             "hideEmpty": false,
10550             "hideZero": false,
10551             "max": true,
10552             "min": true,
10553             "rightSide": false,
10554             "show": true,
10555             "sideWidth": 300,
10556             "sort": "current",
10557             "sortDesc": true,
10558             "total": false,
10559             "values": true
10560           },
10561           "lines": true,
10562           "linewidth": 1,
10563           "links": [],
10564           "nullPointMode": "null",
10565           "options": {
10566             "dataLinks": []
10567           },
10568           "percentage": false,
10569           "pointradius": 5,
10570           "points": false,
10571           "renderer": "flot",
10572           "seriesOverrides": [
10573             {
10574               "alias": "/.*Trans.*/",
10575               "transform": "negative-Y"
10576             }
10577           ],
10578           "spaceLength": 10,
10579           "stack": false,
10580           "steppedLine": false,
10581           "targets": [
10582             {
10583               "expr": "irate(node_network_transmit_colls_total{instance=\"$node\",job=\"$job\"}[5m])",
10584               "format": "time_series",
10585               "intervalFactor": 2,
10586               "legendFormat": "{{device}} - Transmit colls",
10587               "refId": "A",
10588               "step": 4
10589             }
10590           ],
10591           "thresholds": [],
10592           "timeFrom": null,
10593           "timeRegions": [],
10594           "timeShift": null,
10595           "title": "Network Traffic Colls",
10596           "tooltip": {
10597             "shared": true,
10598             "sort": 0,
10599             "value_type": "individual"
10600           },
10601           "type": "graph",
10602           "xaxis": {
10603             "buckets": null,
10604             "mode": "time",
10605             "name": null,
10606             "show": true,
10607             "values": []
10608           },
10609           "yaxes": [
10610             {
10611               "format": "short",
10612               "label": "counter",
10613               "logBase": 1,
10614               "max": null,
10615               "min": null,
10616               "show": true
10617             },
10618             {
10619               "format": "short",
10620               "label": null,
10621               "logBase": 1,
10622               "max": null,
10623               "min": null,
10624               "show": false
10625             }
10626           ],
10627           "yaxis": {
10628             "align": false,
10629             "alignLevel": null
10630           }
10631         },
10632         {
10633           "aliasColors": {},
10634           "bars": false,
10635           "dashLength": 10,
10636           "dashes": false,
10637           "datasource": "${DS_PROMETHEUS}",
10638           "fill": 2,
10639           "fillGradient": 0,
10640           "gridPos": {
10641             "h": 10,
10642             "w": 12,
10643             "x": 12,
10644             "y": 70
10645           },
10646           "hiddenSeries": false,
10647           "id": 61,
10648           "legend": {
10649             "alignAsTable": true,
10650             "avg": true,
10651             "current": true,
10652             "max": true,
10653             "min": true,
10654             "rightSide": false,
10655             "show": true,
10656             "total": false,
10657             "values": true
10658           },
10659           "lines": true,
10660           "linewidth": 1,
10661           "links": [],
10662           "nullPointMode": "null",
10663           "options": {
10664             "dataLinks": []
10665           },
10666           "percentage": false,
10667           "pointradius": 5,
10668           "points": false,
10669           "renderer": "flot",
10670           "seriesOverrides": [
10671             {
10672               "$$hashKey": "object:663",
10673               "alias": "NF conntrack limit",
10674               "color": "#890F02",
10675               "fill": 0
10676             }
10677           ],
10678           "spaceLength": 10,
10679           "stack": false,
10680           "steppedLine": false,
10681           "targets": [
10682             {
10683               "expr": "node_nf_conntrack_entries{instance=\"$node\",job=\"$job\"}",
10684               "format": "time_series",
10685               "intervalFactor": 2,
10686               "legendFormat": "NF conntrack entries",
10687               "refId": "A",
10688               "step": 4
10689             },
10690             {
10691               "expr": "node_nf_conntrack_entries_limit{instance=\"$node\",job=\"$job\"}",
10692               "format": "time_series",
10693               "intervalFactor": 2,
10694               "legendFormat": "NF conntrack limit",
10695               "refId": "B",
10696               "step": 4
10697             }
10698           ],
10699           "thresholds": [],
10700           "timeFrom": null,
10701           "timeRegions": [],
10702           "timeShift": null,
10703           "title": "NF Contrack",
10704           "tooltip": {
10705             "shared": true,
10706             "sort": 0,
10707             "value_type": "individual"
10708           },
10709           "type": "graph",
10710           "xaxis": {
10711             "buckets": null,
10712             "mode": "time",
10713             "name": null,
10714             "show": true,
10715             "values": []
10716           },
10717           "yaxes": [
10718             {
10719               "$$hashKey": "object:678",
10720               "format": "short",
10721               "label": "entries",
10722               "logBase": 1,
10723               "max": null,
10724               "min": "0",
10725               "show": true
10726             },
10727             {
10728               "$$hashKey": "object:679",
10729               "format": "short",
10730               "label": null,
10731               "logBase": 1,
10732               "max": null,
10733               "min": null,
10734               "show": false
10735             }
10736           ],
10737           "yaxis": {
10738             "align": false,
10739             "alignLevel": null
10740           }
10741         },
10742         {
10743           "aliasColors": {},
10744           "bars": false,
10745           "dashLength": 10,
10746           "dashes": false,
10747           "datasource": "${DS_PROMETHEUS}",
10748           "fill": 2,
10749           "fillGradient": 0,
10750           "gridPos": {
10751             "h": 10,
10752             "w": 12,
10753             "x": 0,
10754             "y": 80
10755           },
10756           "hiddenSeries": false,
10757           "id": 230,
10758           "legend": {
10759             "alignAsTable": true,
10760             "avg": true,
10761             "current": true,
10762             "max": true,
10763             "min": true,
10764             "rightSide": false,
10765             "show": true,
10766             "total": false,
10767             "values": true
10768           },
10769           "lines": true,
10770           "linewidth": 1,
10771           "links": [],
10772           "nullPointMode": "null",
10773           "options": {
10774             "dataLinks": []
10775           },
10776           "percentage": false,
10777           "pointradius": 5,
10778           "points": false,
10779           "renderer": "flot",
10780           "seriesOverrides": [],
10781           "spaceLength": 10,
10782           "stack": false,
10783           "steppedLine": false,
10784           "targets": [
10785             {
10786               "expr": "node_arp_entries{instance=\"$node\",job=\"$job\"}",
10787               "format": "time_series",
10788               "intervalFactor": 2,
10789               "legendFormat": "{{ device }} - ARP entries",
10790               "refId": "A",
10791               "step": 4
10792             }
10793           ],
10794           "thresholds": [],
10795           "timeFrom": null,
10796           "timeRegions": [],
10797           "timeShift": null,
10798           "title": "ARP Entries",
10799           "tooltip": {
10800             "shared": true,
10801             "sort": 0,
10802             "value_type": "individual"
10803           },
10804           "type": "graph",
10805           "xaxis": {
10806             "buckets": null,
10807             "mode": "time",
10808             "name": null,
10809             "show": true,
10810             "values": []
10811           },
10812           "yaxes": [
10813             {
10814               "format": "short",
10815               "label": "Entries",
10816               "logBase": 1,
10817               "max": null,
10818               "min": "0",
10819               "show": true
10820             },
10821             {
10822               "format": "short",
10823               "label": null,
10824               "logBase": 1,
10825               "max": null,
10826               "min": null,
10827               "show": false
10828             }
10829           ],
10830           "yaxis": {
10831             "align": false,
10832             "alignLevel": null
10833           }
10834         },
10835         {
10836           "aliasColors": {},
10837           "bars": false,
10838           "dashLength": 10,
10839           "dashes": false,
10840           "datasource": "${DS_PROMETHEUS}",
10841           "fill": 2,
10842           "fillGradient": 0,
10843           "gridPos": {
10844             "h": 10,
10845             "w": 12,
10846             "x": 12,
10847             "y": 80
10848           },
10849           "hiddenSeries": false,
10850           "id": 288,
10851           "legend": {
10852             "alignAsTable": true,
10853             "avg": true,
10854             "current": true,
10855             "max": true,
10856             "min": true,
10857             "rightSide": false,
10858             "show": true,
10859             "total": false,
10860             "values": true
10861           },
10862           "lines": true,
10863           "linewidth": 1,
10864           "links": [],
10865           "nullPointMode": "null",
10866           "options": {
10867             "dataLinks": []
10868           },
10869           "percentage": false,
10870           "pointradius": 1,
10871           "points": false,
10872           "renderer": "flot",
10873           "seriesOverrides": [],
10874           "spaceLength": 10,
10875           "stack": false,
10876           "steppedLine": false,
10877           "targets": [
10878             {
10879               "expr": "node_network_mtu_bytes{instance=\"$node\",job=\"$job\"}",
10880               "format": "time_series",
10881               "intervalFactor": 2,
10882               "legendFormat": "{{ device }} - Bytes",
10883               "refId": "A",
10884               "step": 4
10885             }
10886           ],
10887           "thresholds": [],
10888           "timeFrom": null,
10889           "timeRegions": [],
10890           "timeShift": null,
10891           "title": "MTU",
10892           "tooltip": {
10893             "shared": true,
10894             "sort": 0,
10895             "value_type": "individual"
10896           },
10897           "type": "graph",
10898           "xaxis": {
10899             "buckets": null,
10900             "mode": "time",
10901             "name": null,
10902             "show": true,
10903             "values": []
10904           },
10905           "yaxes": [
10906             {
10907               "decimals": 0,
10908               "format": "bytes",
10909               "label": "bytes",
10910               "logBase": 1,
10911               "max": null,
10912               "min": "0",
10913               "show": true
10914             },
10915             {
10916               "format": "short",
10917               "label": null,
10918               "logBase": 1,
10919               "max": null,
10920               "min": null,
10921               "show": false
10922             }
10923           ],
10924           "yaxis": {
10925             "align": false,
10926             "alignLevel": null
10927           }
10928         },
10929         {
10930           "aliasColors": {},
10931           "bars": false,
10932           "dashLength": 10,
10933           "dashes": false,
10934           "datasource": "${DS_PROMETHEUS}",
10935           "fill": 2,
10936           "fillGradient": 0,
10937           "gridPos": {
10938             "h": 10,
10939             "w": 12,
10940             "x": 0,
10941             "y": 90
10942           },
10943           "hiddenSeries": false,
10944           "id": 280,
10945           "legend": {
10946             "alignAsTable": true,
10947             "avg": true,
10948             "current": true,
10949             "max": true,
10950             "min": true,
10951             "rightSide": false,
10952             "show": true,
10953             "total": false,
10954             "values": true
10955           },
10956           "lines": true,
10957           "linewidth": 1,
10958           "links": [],
10959           "nullPointMode": "null",
10960           "options": {
10961             "dataLinks": []
10962           },
10963           "percentage": false,
10964           "pointradius": 1,
10965           "points": false,
10966           "renderer": "flot",
10967           "seriesOverrides": [],
10968           "spaceLength": 10,
10969           "stack": false,
10970           "steppedLine": false,
10971           "targets": [
10972             {
10973               "expr": "node_network_speed_bytes{instance=\"$node\",job=\"$job\"}",
10974               "format": "time_series",
10975               "intervalFactor": 2,
10976               "legendFormat": "{{ device }} - Speed",
10977               "refId": "A",
10978               "step": 4
10979             }
10980           ],
10981           "thresholds": [],
10982           "timeFrom": null,
10983           "timeRegions": [],
10984           "timeShift": null,
10985           "title": "Speed",
10986           "tooltip": {
10987             "shared": true,
10988             "sort": 0,
10989             "value_type": "individual"
10990           },
10991           "type": "graph",
10992           "xaxis": {
10993             "buckets": null,
10994             "mode": "time",
10995             "name": null,
10996             "show": true,
10997             "values": []
10998           },
10999           "yaxes": [
11000             {
11001               "decimals": 0,
11002               "format": "bytes",
11003               "label": "bytes",
11004               "logBase": 1,
11005               "max": null,
11006               "min": "0",
11007               "show": true
11008             },
11009             {
11010               "format": "short",
11011               "label": null,
11012               "logBase": 1,
11013               "max": null,
11014               "min": null,
11015               "show": false
11016             }
11017           ],
11018           "yaxis": {
11019             "align": false,
11020             "alignLevel": null
11021           }
11022         },
11023         {
11024           "aliasColors": {},
11025           "bars": false,
11026           "dashLength": 10,
11027           "dashes": false,
11028           "datasource": "${DS_PROMETHEUS}",
11029           "fill": 2,
11030           "fillGradient": 0,
11031           "gridPos": {
11032             "h": 10,
11033             "w": 12,
11034             "x": 12,
11035             "y": 90
11036           },
11037           "hiddenSeries": false,
11038           "id": 289,
11039           "legend": {
11040             "alignAsTable": true,
11041             "avg": true,
11042             "current": true,
11043             "max": true,
11044             "min": true,
11045             "rightSide": false,
11046             "show": true,
11047             "total": false,
11048             "values": true
11049           },
11050           "lines": true,
11051           "linewidth": 1,
11052           "links": [],
11053           "nullPointMode": "null",
11054           "options": {
11055             "dataLinks": []
11056           },
11057           "percentage": false,
11058           "pointradius": 1,
11059           "points": false,
11060           "renderer": "flot",
11061           "seriesOverrides": [],
11062           "spaceLength": 10,
11063           "stack": false,
11064           "steppedLine": false,
11065           "targets": [
11066             {
11067               "expr": "node_network_transmit_queue_length{instance=\"$node\",job=\"$job\"}",
11068               "format": "time_series",
11069               "intervalFactor": 2,
11070               "legendFormat": "{{ device }} -   Interface transmit queue length",
11071               "refId": "A",
11072               "step": 4
11073             }
11074           ],
11075           "thresholds": [],
11076           "timeFrom": null,
11077           "timeRegions": [],
11078           "timeShift": null,
11079           "title": "Queue Length",
11080           "tooltip": {
11081             "shared": true,
11082             "sort": 0,
11083             "value_type": "individual"
11084           },
11085           "type": "graph",
11086           "xaxis": {
11087             "buckets": null,
11088             "mode": "time",
11089             "name": null,
11090             "show": true,
11091             "values": []
11092           },
11093           "yaxes": [
11094             {
11095               "decimals": 0,
11096               "format": "none",
11097               "label": "packets",
11098               "logBase": 1,
11099               "max": null,
11100               "min": "0",
11101               "show": true
11102             },
11103             {
11104               "format": "short",
11105               "label": null,
11106               "logBase": 1,
11107               "max": null,
11108               "min": null,
11109               "show": false
11110             }
11111           ],
11112           "yaxis": {
11113             "align": false,
11114             "alignLevel": null
11115           }
11116         },
11117         {
11118           "aliasColors": {},
11119           "bars": false,
11120           "dashLength": 10,
11121           "dashes": false,
11122           "datasource": "${DS_PROMETHEUS}",
11123           "fill": 2,
11124           "fillGradient": 0,
11125           "gridPos": {
11126             "h": 10,
11127             "w": 12,
11128             "x": 0,
11129             "y": 100
11130           },
11131           "hiddenSeries": false,
11132           "id": 290,
11133           "legend": {
11134             "alignAsTable": true,
11135             "avg": true,
11136             "current": true,
11137             "hideEmpty": false,
11138             "hideZero": false,
11139             "max": true,
11140             "min": true,
11141             "rightSide": false,
11142             "show": true,
11143             "sideWidth": 300,
11144             "sort": "current",
11145             "sortDesc": true,
11146             "total": false,
11147             "values": true
11148           },
11149           "lines": true,
11150           "linewidth": 1,
11151           "links": [],
11152           "nullPointMode": "null",
11153           "options": {
11154             "dataLinks": []
11155           },
11156           "percentage": false,
11157           "pointradius": 5,
11158           "points": false,
11159           "renderer": "flot",
11160           "seriesOverrides": [
11161             {
11162               "$$hashKey": "object:232",
11163               "alias": "/.*Dropped.*/",
11164               "transform": "negative-Y"
11165             }
11166           ],
11167           "spaceLength": 10,
11168           "stack": false,
11169           "steppedLine": false,
11170           "targets": [
11171             {
11172               "expr": "irate(node_softnet_processed_total{instance=\"$node\",job=\"$job\"}[5m])",
11173               "format": "time_series",
11174               "interval": "",
11175               "intervalFactor": 2,
11176               "legendFormat": "CPU {{cpu}} - Processed",
11177               "refId": "A",
11178               "step": 4
11179             },
11180             {
11181               "expr": "irate(node_softnet_dropped_total{instance=\"$node\",job=\"$job\"}[5m])",
11182               "format": "time_series",
11183               "interval": "",
11184               "intervalFactor": 2,
11185               "legendFormat": "CPU {{cpu}} - Dropped",
11186               "refId": "B",
11187               "step": 4
11188             }
11189           ],
11190           "thresholds": [],
11191           "timeFrom": null,
11192           "timeRegions": [],
11193           "timeShift": null,
11194           "title": "Softnet Packets",
11195           "tooltip": {
11196             "shared": true,
11197             "sort": 0,
11198             "value_type": "individual"
11199           },
11200           "type": "graph",
11201           "xaxis": {
11202             "buckets": null,
11203             "mode": "time",
11204             "name": null,
11205             "show": true,
11206             "values": []
11207           },
11208           "yaxes": [
11209             {
11210               "$$hashKey": "object:207",
11211               "format": "short",
11212               "label": "packetes drop (-) / process (+)",
11213               "logBase": 1,
11214               "max": null,
11215               "min": null,
11216               "show": true
11217             },
11218             {
11219               "$$hashKey": "object:208",
11220               "format": "short",
11221               "label": null,
11222               "logBase": 1,
11223               "max": null,
11224               "min": null,
11225               "show": false
11226             }
11227           ],
11228           "yaxis": {
11229             "align": false,
11230             "alignLevel": null
11231           }
11232         },
11233         {
11234           "aliasColors": {},
11235           "bars": false,
11236           "dashLength": 10,
11237           "dashes": false,
11238           "datasource": "${DS_PROMETHEUS}",
11239           "fill": 2,
11240           "fillGradient": 0,
11241           "gridPos": {
11242             "h": 10,
11243             "w": 12,
11244             "x": 12,
11245             "y": 100
11246           },
11247           "hiddenSeries": false,
11248           "id": 310,
11249           "legend": {
11250             "alignAsTable": true,
11251             "avg": true,
11252             "current": true,
11253             "hideEmpty": false,
11254             "hideZero": false,
11255             "max": true,
11256             "min": true,
11257             "rightSide": false,
11258             "show": true,
11259             "sideWidth": 300,
11260             "sort": "current",
11261             "sortDesc": true,
11262             "total": false,
11263             "values": true
11264           },
11265           "lines": true,
11266           "linewidth": 1,
11267           "links": [],
11268           "nullPointMode": "null",
11269           "options": {
11270             "dataLinks": []
11271           },
11272           "percentage": false,
11273           "pointradius": 5,
11274           "points": false,
11275           "renderer": "flot",
11276           "seriesOverrides": [],
11277           "spaceLength": 10,
11278           "stack": false,
11279           "steppedLine": false,
11280           "targets": [
11281             {
11282               "expr": "irate(node_softnet_times_squeezed_total{instance=\"$node\",job=\"$job\"}[5m])",
11283               "format": "time_series",
11284               "interval": "",
11285               "intervalFactor": 2,
11286               "legendFormat": "CPU {{cpu}} - Squeezed",
11287               "refId": "A",
11288               "step": 4
11289             }
11290           ],
11291           "thresholds": [],
11292           "timeFrom": null,
11293           "timeRegions": [],
11294           "timeShift": null,
11295           "title": "Softnet Out of Quota",
11296           "tooltip": {
11297             "shared": true,
11298             "sort": 0,
11299             "value_type": "individual"
11300           },
11301           "type": "graph",
11302           "xaxis": {
11303             "buckets": null,
11304             "mode": "time",
11305             "name": null,
11306             "show": true,
11307             "values": []
11308           },
11309           "yaxes": [
11310             {
11311               "$$hashKey": "object:207",
11312               "format": "short",
11313               "label": "counter",
11314               "logBase": 1,
11315               "max": null,
11316               "min": null,
11317               "show": true
11318             },
11319             {
11320               "$$hashKey": "object:208",
11321               "format": "short",
11322               "label": null,
11323               "logBase": 1,
11324               "max": null,
11325               "min": null,
11326               "show": false
11327             }
11328           ],
11329           "yaxis": {
11330             "align": false,
11331             "alignLevel": null
11332           }
11333         },
11334         {
11335           "aliasColors": {},
11336           "bars": false,
11337           "dashLength": 10,
11338           "dashes": false,
11339           "datasource": "${DS_PROMETHEUS}",
11340           "fill": 2,
11341           "fillGradient": 0,
11342           "gridPos": {
11343             "h": 10,
11344             "w": 12,
11345             "x": 0,
11346             "y": 110
11347           },
11348           "hiddenSeries": false,
11349           "id": 309,
11350           "legend": {
11351             "alignAsTable": true,
11352             "avg": true,
11353             "current": true,
11354             "hideEmpty": false,
11355             "hideZero": false,
11356             "max": true,
11357             "min": true,
11358             "rightSide": false,
11359             "show": true,
11360             "sideWidth": 300,
11361             "sort": "current",
11362             "sortDesc": true,
11363             "total": false,
11364             "values": true
11365           },
11366           "lines": true,
11367           "linewidth": 1,
11368           "links": [],
11369           "nullPointMode": "null",
11370           "options": {
11371             "dataLinks": []
11372           },
11373           "percentage": false,
11374           "pointradius": 5,
11375           "points": false,
11376           "renderer": "flot",
11377           "seriesOverrides": [],
11378           "spaceLength": 10,
11379           "stack": false,
11380           "steppedLine": false,
11381           "targets": [
11382             {
11383               "expr": "node_network_up{operstate=\"up\",instance=\"$node\",job=\"$job\"}",
11384               "format": "time_series",
11385               "intervalFactor": 2,
11386               "legendFormat": "{{interface}} - Operational state UP",
11387               "refId": "A",
11388               "step": 4
11389             },
11390             {
11391               "expr": "node_network_carrier{instance=\"$node\",job=\"$job\"}",
11392               "format": "time_series",
11393               "instant": false,
11394               "legendFormat": "{{device}} - Physical link state",
11395               "refId": "B"
11396             }
11397           ],
11398           "thresholds": [],
11399           "timeFrom": null,
11400           "timeRegions": [],
11401           "timeShift": null,
11402           "title": "Network Operational Status",
11403           "tooltip": {
11404             "shared": true,
11405             "sort": 0,
11406             "value_type": "individual"
11407           },
11408           "type": "graph",
11409           "xaxis": {
11410             "buckets": null,
11411             "mode": "time",
11412             "name": null,
11413             "show": true,
11414             "values": []
11415           },
11416           "yaxes": [
11417             {
11418               "format": "short",
11419               "label": "counter",
11420               "logBase": 1,
11421               "max": null,
11422               "min": null,
11423               "show": true
11424             },
11425             {
11426               "format": "short",
11427               "label": null,
11428               "logBase": 1,
11429               "max": null,
11430               "min": null,
11431               "show": false
11432             }
11433           ],
11434           "yaxis": {
11435             "align": false,
11436             "alignLevel": null
11437           }
11438         }
11439       ],
11440       "repeat": null,
11441       "title": "Network Traffic",
11442       "type": "row"
11443     },
11444     {
11445       "collapsed": true,
11446       "datasource": "${DS_PROMETHEUS}",
11447       "gridPos": {
11448         "h": 1,
11449         "w": 24,
11450         "x": 0,
11451         "y": 31
11452       },
11453       "id": 273,
11454       "panels": [
11455         {
11456           "aliasColors": {},
11457           "bars": false,
11458           "dashLength": 10,
11459           "dashes": false,
11460           "datasource": "${DS_PROMETHEUS}",
11461           "fill": 2,
11462           "fillGradient": 0,
11463           "gridPos": {
11464             "h": 10,
11465             "w": 12,
11466             "x": 0,
11467             "y": 13
11468           },
11469           "hiddenSeries": false,
11470           "id": 63,
11471           "legend": {
11472             "alignAsTable": true,
11473             "avg": true,
11474             "current": true,
11475             "hideEmpty": false,
11476             "hideZero": false,
11477             "max": true,
11478             "min": true,
11479             "rightSide": false,
11480             "show": true,
11481             "sideWidth": 300,
11482             "total": false,
11483             "values": true
11484           },
11485           "lines": true,
11486           "linewidth": 1,
11487           "links": [],
11488           "nullPointMode": "null",
11489           "options": {
11490             "dataLinks": []
11491           },
11492           "percentage": false,
11493           "pointradius": 5,
11494           "points": false,
11495           "renderer": "flot",
11496           "seriesOverrides": [],
11497           "spaceLength": 10,
11498           "stack": false,
11499           "steppedLine": false,
11500           "targets": [
11501             {
11502               "expr": "node_sockstat_TCP_alloc{instance=\"$node\",job=\"$job\"}",
11503               "format": "time_series",
11504               "interval": "",
11505               "intervalFactor": 2,
11506               "legendFormat": "TCP_alloc - Allocated sockets",
11507               "refId": "A",
11508               "step": 240
11509             },
11510             {
11511               "expr": "node_sockstat_TCP_inuse{instance=\"$node\",job=\"$job\"}",
11512               "format": "time_series",
11513               "interval": "",
11514               "intervalFactor": 2,
11515               "legendFormat": "TCP_inuse - Tcp sockets currently in use",
11516               "refId": "B",
11517               "step": 240
11518             },
11519             {
11520               "expr": "node_sockstat_TCP_mem{instance=\"$node\",job=\"$job\"}",
11521               "format": "time_series",
11522               "hide": true,
11523               "interval": "",
11524               "intervalFactor": 2,
11525               "legendFormat": "TCP_mem - Used memory for tcp",
11526               "refId": "C",
11527               "step": 240
11528             },
11529             {
11530               "expr": "node_sockstat_TCP_orphan{instance=\"$node\",job=\"$job\"}",
11531               "format": "time_series",
11532               "interval": "",
11533               "intervalFactor": 2,
11534               "legendFormat": "TCP_orphan - Orphan sockets",
11535               "refId": "D",
11536               "step": 240
11537             },
11538             {
11539               "expr": "node_sockstat_TCP_tw{instance=\"$node\",job=\"$job\"}",
11540               "format": "time_series",
11541               "interval": "",
11542               "intervalFactor": 2,
11543               "legendFormat": "TCP_tw - Sockets wating close",
11544               "refId": "E",
11545               "step": 240
11546             }
11547           ],
11548           "thresholds": [],
11549           "timeFrom": null,
11550           "timeRegions": [],
11551           "timeShift": null,
11552           "title": "Sockstat TCP",
11553           "tooltip": {
11554             "shared": true,
11555             "sort": 0,
11556             "value_type": "individual"
11557           },
11558           "type": "graph",
11559           "xaxis": {
11560             "buckets": null,
11561             "mode": "time",
11562             "name": null,
11563             "show": true,
11564             "values": []
11565           },
11566           "yaxes": [
11567             {
11568               "format": "short",
11569               "label": "counter",
11570               "logBase": 1,
11571               "max": null,
11572               "min": "0",
11573               "show": true
11574             },
11575             {
11576               "format": "short",
11577               "label": null,
11578               "logBase": 1,
11579               "max": null,
11580               "min": null,
11581               "show": false
11582             }
11583           ],
11584           "yaxis": {
11585             "align": false,
11586             "alignLevel": null
11587           }
11588         },
11589         {
11590           "aliasColors": {},
11591           "bars": false,
11592           "dashLength": 10,
11593           "dashes": false,
11594           "datasource": "${DS_PROMETHEUS}",
11595           "fill": 2,
11596           "fillGradient": 0,
11597           "gridPos": {
11598             "h": 10,
11599             "w": 12,
11600             "x": 12,
11601             "y": 13
11602           },
11603           "hiddenSeries": false,
11604           "id": 124,
11605           "legend": {
11606             "alignAsTable": true,
11607             "avg": true,
11608             "current": true,
11609             "hideEmpty": false,
11610             "hideZero": false,
11611             "max": true,
11612             "min": true,
11613             "rightSide": false,
11614             "show": true,
11615             "sideWidth": 300,
11616             "total": false,
11617             "values": true
11618           },
11619           "lines": true,
11620           "linewidth": 1,
11621           "links": [],
11622           "nullPointMode": "null",
11623           "options": {
11624             "dataLinks": []
11625           },
11626           "percentage": false,
11627           "pointradius": 5,
11628           "points": false,
11629           "renderer": "flot",
11630           "seriesOverrides": [],
11631           "spaceLength": 10,
11632           "stack": false,
11633           "steppedLine": false,
11634           "targets": [
11635             {
11636               "expr": "node_sockstat_UDPLITE_inuse{instance=\"$node\",job=\"$job\"}",
11637               "format": "time_series",
11638               "interval": "",
11639               "intervalFactor": 2,
11640               "legendFormat": "UDPLITE_inuse - Udplite sockets currently in use",
11641               "refId": "A",
11642               "step": 240
11643             },
11644             {
11645               "expr": "node_sockstat_UDP_inuse{instance=\"$node\",job=\"$job\"}",
11646               "format": "time_series",
11647               "interval": "",
11648               "intervalFactor": 2,
11649               "legendFormat": "UDP_inuse - Udp sockets currently in use",
11650               "refId": "B",
11651               "step": 240
11652             },
11653             {
11654               "expr": "node_sockstat_UDP_mem{instance=\"$node\",job=\"$job\"}",
11655               "format": "time_series",
11656               "interval": "",
11657               "intervalFactor": 2,
11658               "legendFormat": "UDP_mem - Used memory for udp",
11659               "refId": "C",
11660               "step": 240
11661             }
11662           ],
11663           "thresholds": [],
11664           "timeFrom": null,
11665           "timeRegions": [],
11666           "timeShift": null,
11667           "title": "Sockstat UDP",
11668           "tooltip": {
11669             "shared": true,
11670             "sort": 0,
11671             "value_type": "individual"
11672           },
11673           "type": "graph",
11674           "xaxis": {
11675             "buckets": null,
11676             "mode": "time",
11677             "name": null,
11678             "show": true,
11679             "values": []
11680           },
11681           "yaxes": [
11682             {
11683               "format": "short",
11684               "label": "counter",
11685               "logBase": 1,
11686               "max": null,
11687               "min": "0",
11688               "show": true
11689             },
11690             {
11691               "format": "short",
11692               "label": null,
11693               "logBase": 1,
11694               "max": null,
11695               "min": null,
11696               "show": false
11697             }
11698           ],
11699           "yaxis": {
11700             "align": false,
11701             "alignLevel": null
11702           }
11703         },
11704         {
11705           "aliasColors": {},
11706           "bars": false,
11707           "dashLength": 10,
11708           "dashes": false,
11709           "datasource": "${DS_PROMETHEUS}",
11710           "fill": 2,
11711           "fillGradient": 0,
11712           "gridPos": {
11713             "h": 10,
11714             "w": 12,
11715             "x": 0,
11716             "y": 23
11717           },
11718           "hiddenSeries": false,
11719           "id": 126,
11720           "legend": {
11721             "alignAsTable": true,
11722             "avg": true,
11723             "current": true,
11724             "hideEmpty": false,
11725             "hideZero": false,
11726             "max": true,
11727             "min": true,
11728             "rightSide": false,
11729             "show": true,
11730             "sideWidth": 300,
11731             "total": false,
11732             "values": true
11733           },
11734           "lines": true,
11735           "linewidth": 1,
11736           "links": [],
11737           "nullPointMode": "null",
11738           "options": {
11739             "dataLinks": []
11740           },
11741           "percentage": false,
11742           "pointradius": 5,
11743           "points": false,
11744           "renderer": "flot",
11745           "seriesOverrides": [],
11746           "spaceLength": 10,
11747           "stack": false,
11748           "steppedLine": false,
11749           "targets": [
11750             {
11751               "expr": "node_sockstat_sockets_used{instance=\"$node\",job=\"$job\"}",
11752               "format": "time_series",
11753               "interval": "",
11754               "intervalFactor": 2,
11755               "legendFormat": "Sockets_used - Sockets currently in use",
11756               "refId": "A",
11757               "step": 240
11758             }
11759           ],
11760           "thresholds": [],
11761           "timeFrom": null,
11762           "timeRegions": [],
11763           "timeShift": null,
11764           "title": "Sockstat Used",
11765           "tooltip": {
11766             "shared": true,
11767             "sort": 0,
11768             "value_type": "individual"
11769           },
11770           "type": "graph",
11771           "xaxis": {
11772             "buckets": null,
11773             "mode": "time",
11774             "name": null,
11775             "show": true,
11776             "values": []
11777           },
11778           "yaxes": [
11779             {
11780               "format": "short",
11781               "label": "sockets",
11782               "logBase": 1,
11783               "max": null,
11784               "min": "0",
11785               "show": true
11786             },
11787             {
11788               "format": "short",
11789               "label": null,
11790               "logBase": 1,
11791               "max": null,
11792               "min": null,
11793               "show": false
11794             }
11795           ],
11796           "yaxis": {
11797             "align": false,
11798             "alignLevel": null
11799           }
11800         },
11801         {
11802           "aliasColors": {},
11803           "bars": false,
11804           "dashLength": 10,
11805           "dashes": false,
11806           "datasource": "${DS_PROMETHEUS}",
11807           "fill": 2,
11808           "fillGradient": 0,
11809           "gridPos": {
11810             "h": 10,
11811             "w": 12,
11812             "x": 12,
11813             "y": 23
11814           },
11815           "hiddenSeries": false,
11816           "id": 220,
11817           "legend": {
11818             "alignAsTable": true,
11819             "avg": true,
11820             "current": true,
11821             "hideEmpty": false,
11822             "hideZero": false,
11823             "max": true,
11824             "min": true,
11825             "rightSide": false,
11826             "show": true,
11827             "sideWidth": 300,
11828             "total": false,
11829             "values": true
11830           },
11831           "lines": true,
11832           "linewidth": 1,
11833           "links": [],
11834           "nullPointMode": "null",
11835           "options": {
11836             "dataLinks": []
11837           },
11838           "percentage": false,
11839           "pointradius": 5,
11840           "points": false,
11841           "renderer": "flot",
11842           "seriesOverrides": [],
11843           "spaceLength": 10,
11844           "stack": false,
11845           "steppedLine": false,
11846           "targets": [
11847             {
11848               "expr": "node_sockstat_TCP_mem_bytes{instance=\"$node\",job=\"$job\"}",
11849               "format": "time_series",
11850               "interval": "",
11851               "intervalFactor": 2,
11852               "legendFormat": "mem_bytes - TCP sockets in that state",
11853               "refId": "A",
11854               "step": 240
11855             },
11856             {
11857               "expr": "node_sockstat_UDP_mem_bytes{instance=\"$node\",job=\"$job\"}",
11858               "format": "time_series",
11859               "interval": "",
11860               "intervalFactor": 2,
11861               "legendFormat": "mem_bytes - UDP sockets in that state",
11862               "refId": "B",
11863               "step": 240
11864             }
11865           ],
11866           "thresholds": [],
11867           "timeFrom": null,
11868           "timeRegions": [],
11869           "timeShift": null,
11870           "title": "Sockstat Memory Size",
11871           "tooltip": {
11872             "shared": true,
11873             "sort": 0,
11874             "value_type": "individual"
11875           },
11876           "type": "graph",
11877           "xaxis": {
11878             "buckets": null,
11879             "mode": "time",
11880             "name": null,
11881             "show": true,
11882             "values": []
11883           },
11884           "yaxes": [
11885             {
11886               "format": "bytes",
11887               "label": "bytes",
11888               "logBase": 1,
11889               "max": null,
11890               "min": "0",
11891               "show": true
11892             },
11893             {
11894               "format": "short",
11895               "label": null,
11896               "logBase": 1,
11897               "max": null,
11898               "min": null,
11899               "show": false
11900             }
11901           ],
11902           "yaxis": {
11903             "align": false,
11904             "alignLevel": null
11905           }
11906         },
11907         {
11908           "aliasColors": {},
11909           "bars": false,
11910           "dashLength": 10,
11911           "dashes": false,
11912           "datasource": "${DS_PROMETHEUS}",
11913           "fill": 2,
11914           "fillGradient": 0,
11915           "gridPos": {
11916             "h": 10,
11917             "w": 12,
11918             "x": 0,
11919             "y": 33
11920           },
11921           "hiddenSeries": false,
11922           "id": 125,
11923           "legend": {
11924             "alignAsTable": true,
11925             "avg": true,
11926             "current": true,
11927             "hideEmpty": false,
11928             "hideZero": false,
11929             "max": true,
11930             "min": true,
11931             "rightSide": false,
11932             "show": true,
11933             "sideWidth": 300,
11934             "total": false,
11935             "values": true
11936           },
11937           "lines": true,
11938           "linewidth": 1,
11939           "links": [],
11940           "nullPointMode": "null",
11941           "options": {
11942             "dataLinks": []
11943           },
11944           "percentage": false,
11945           "pointradius": 5,
11946           "points": false,
11947           "renderer": "flot",
11948           "seriesOverrides": [],
11949           "spaceLength": 10,
11950           "stack": false,
11951           "steppedLine": false,
11952           "targets": [
11953             {
11954               "expr": "node_sockstat_FRAG_inuse{instance=\"$node\",job=\"$job\"}",
11955               "format": "time_series",
11956               "interval": "",
11957               "intervalFactor": 2,
11958               "legendFormat": "FRAG_inuse - Frag sockets currently in use",
11959               "refId": "A",
11960               "step": 240
11961             },
11962             {
11963               "expr": "node_sockstat_FRAG_memory{instance=\"$node\",job=\"$job\"}",
11964               "format": "time_series",
11965               "interval": "",
11966               "intervalFactor": 2,
11967               "legendFormat": "FRAG_memory - Used memory for frag",
11968               "refId": "B",
11969               "step": 240
11970             },
11971             {
11972               "expr": "node_sockstat_RAW_inuse{instance=\"$node\",job=\"$job\"}",
11973               "format": "time_series",
11974               "interval": "",
11975               "intervalFactor": 2,
11976               "legendFormat": "RAW_inuse - Raw sockets currently in use",
11977               "refId": "C",
11978               "step": 240
11979             }
11980           ],
11981           "thresholds": [],
11982           "timeFrom": null,
11983           "timeRegions": [],
11984           "timeShift": null,
11985           "title": "Sockstat FRAG / RAW",
11986           "tooltip": {
11987             "shared": true,
11988             "sort": 0,
11989             "value_type": "individual"
11990           },
11991           "type": "graph",
11992           "xaxis": {
11993             "buckets": null,
11994             "mode": "time",
11995             "name": null,
11996             "show": true,
11997             "values": []
11998           },
11999           "yaxes": [
12000             {
12001               "$$hashKey": "object:1572",
12002               "format": "short",
12003               "label": "counter",
12004               "logBase": 1,
12005               "max": null,
12006               "min": "0",
12007               "show": true
12008             },
12009             {
12010               "$$hashKey": "object:1573",
12011               "format": "short",
12012               "label": null,
12013               "logBase": 1,
12014               "max": null,
12015               "min": null,
12016               "show": false
12017             }
12018           ],
12019           "yaxis": {
12020             "align": false,
12021             "alignLevel": null
12022           }
12023         }
12024       ],
12025       "repeat": null,
12026       "title": "Network Sockstat",
12027       "type": "row"
12028     },
12029     {
12030       "collapsed": true,
12031       "datasource": "${DS_PROMETHEUS}",
12032       "gridPos": {
12033         "h": 1,
12034         "w": 24,
12035         "x": 0,
12036         "y": 32
12037       },
12038       "id": 274,
12039       "panels": [
12040         {
12041           "aliasColors": {},
12042           "bars": false,
12043           "dashLength": 10,
12044           "dashes": false,
12045           "datasource": "${DS_PROMETHEUS}",
12046           "fill": 2,
12047           "fillGradient": 0,
12048           "gridPos": {
12049             "h": 10,
12050             "w": 12,
12051             "x": 0,
12052             "y": 32
12053           },
12054           "height": "",
12055           "hiddenSeries": false,
12056           "id": 221,
12057           "legend": {
12058             "alignAsTable": true,
12059             "avg": true,
12060             "current": true,
12061             "hideEmpty": false,
12062             "hideZero": false,
12063             "max": true,
12064             "min": true,
12065             "rightSide": false,
12066             "show": true,
12067             "sideWidth": 300,
12068             "sort": "current",
12069             "sortDesc": true,
12070             "total": false,
12071             "values": true
12072           },
12073           "lines": true,
12074           "linewidth": 1,
12075           "links": [],
12076           "maxPerRow": 12,
12077           "nullPointMode": "null",
12078           "options": {
12079             "dataLinks": []
12080           },
12081           "percentage": false,
12082           "pointradius": 5,
12083           "points": false,
12084           "renderer": "flot",
12085           "seriesOverrides": [
12086             {
12087               "$$hashKey": "object:1876",
12088               "alias": "/.*Out.*/",
12089               "transform": "negative-Y"
12090             }
12091           ],
12092           "spaceLength": 10,
12093           "stack": false,
12094           "steppedLine": false,
12095           "targets": [
12096             {
12097               "expr": "irate(node_netstat_IpExt_InOctets{instance=\"$node\",job=\"$job\"}[5m])",
12098               "format": "time_series",
12099               "interval": "",
12100               "intervalFactor": 2,
12101               "legendFormat": "InOctets - Received octets",
12102               "refId": "A",
12103               "step": 4
12104             },
12105             {
12106               "expr": "irate(node_netstat_IpExt_OutOctets{instance=\"$node\",job=\"$job\"}[5m])",
12107               "format": "time_series",
12108               "intervalFactor": 2,
12109               "legendFormat": "OutOctets - Sent octets",
12110               "refId": "B",
12111               "step": 4
12112             }
12113           ],
12114           "thresholds": [],
12115           "timeFrom": null,
12116           "timeRegions": [],
12117           "timeShift": null,
12118           "title": "Netstat IP In / Out Octets",
12119           "tooltip": {
12120             "shared": true,
12121             "sort": 0,
12122             "value_type": "individual"
12123           },
12124           "type": "graph",
12125           "xaxis": {
12126             "buckets": null,
12127             "mode": "time",
12128             "name": null,
12129             "show": true,
12130             "values": []
12131           },
12132           "yaxes": [
12133             {
12134               "$$hashKey": "object:1889",
12135               "format": "short",
12136               "label": "octects out (-) / in (+)",
12137               "logBase": 1,
12138               "max": null,
12139               "min": null,
12140               "show": true
12141             },
12142             {
12143               "$$hashKey": "object:1890",
12144               "format": "short",
12145               "label": null,
12146               "logBase": 1,
12147               "max": null,
12148               "min": null,
12149               "show": false
12150             }
12151           ],
12152           "yaxis": {
12153             "align": false,
12154             "alignLevel": null
12155           }
12156         },
12157         {
12158           "aliasColors": {},
12159           "bars": false,
12160           "dashLength": 10,
12161           "dashes": false,
12162           "datasource": "${DS_PROMETHEUS}",
12163           "fill": 2,
12164           "fillGradient": 0,
12165           "gridPos": {
12166             "h": 10,
12167             "w": 12,
12168             "x": 12,
12169             "y": 32
12170           },
12171           "height": "",
12172           "hiddenSeries": false,
12173           "id": 81,
12174           "legend": {
12175             "alignAsTable": true,
12176             "avg": true,
12177             "current": true,
12178             "hideEmpty": false,
12179             "hideZero": false,
12180             "max": true,
12181             "min": true,
12182             "rightSide": false,
12183             "show": true,
12184             "sideWidth": 300,
12185             "sort": "current",
12186             "sortDesc": true,
12187             "total": false,
12188             "values": true
12189           },
12190           "lines": true,
12191           "linewidth": 1,
12192           "links": [],
12193           "nullPointMode": "null",
12194           "options": {
12195             "dataLinks": []
12196           },
12197           "percentage": false,
12198           "pointradius": 5,
12199           "points": false,
12200           "renderer": "flot",
12201           "seriesOverrides": [],
12202           "spaceLength": 10,
12203           "stack": false,
12204           "steppedLine": false,
12205           "targets": [
12206             {
12207               "expr": "irate(node_netstat_Ip_Forwarding{instance=\"$node\",job=\"$job\"}[5m])",
12208               "format": "time_series",
12209               "interval": "",
12210               "intervalFactor": 2,
12211               "legendFormat": "Forwarding - IP forwarding",
12212               "refId": "A",
12213               "step": 4
12214             }
12215           ],
12216           "thresholds": [],
12217           "timeFrom": null,
12218           "timeRegions": [],
12219           "timeShift": null,
12220           "title": "Netstat IP Forwarding",
12221           "tooltip": {
12222             "shared": true,
12223             "sort": 0,
12224             "value_type": "individual"
12225           },
12226           "type": "graph",
12227           "xaxis": {
12228             "buckets": null,
12229             "mode": "time",
12230             "name": null,
12231             "show": true,
12232             "values": []
12233           },
12234           "yaxes": [
12235             {
12236               "$$hashKey": "object:1957",
12237               "format": "short",
12238               "label": "datagrams",
12239               "logBase": 1,
12240               "max": null,
12241               "min": "0",
12242               "show": true
12243             },
12244             {
12245               "$$hashKey": "object:1958",
12246               "format": "short",
12247               "label": null,
12248               "logBase": 1,
12249               "max": null,
12250               "min": null,
12251               "show": false
12252             }
12253           ],
12254           "yaxis": {
12255             "align": false,
12256             "alignLevel": null
12257           }
12258         },
12259         {
12260           "aliasColors": {},
12261           "bars": false,
12262           "dashLength": 10,
12263           "dashes": false,
12264           "datasource": "${DS_PROMETHEUS}",
12265           "decimals": null,
12266           "fill": 2,
12267           "fillGradient": 0,
12268           "gridPos": {
12269             "h": 10,
12270             "w": 12,
12271             "x": 0,
12272             "y": 42
12273           },
12274           "height": "",
12275           "hiddenSeries": false,
12276           "id": 115,
12277           "legend": {
12278             "alignAsTable": true,
12279             "avg": true,
12280             "current": true,
12281             "hideZero": false,
12282             "max": true,
12283             "min": true,
12284             "rightSide": false,
12285             "show": true,
12286             "sort": "current",
12287             "sortDesc": true,
12288             "total": false,
12289             "values": true
12290           },
12291           "lines": true,
12292           "linewidth": 1,
12293           "links": [],
12294           "maxPerRow": 12,
12295           "nullPointMode": "null",
12296           "options": {
12297             "dataLinks": []
12298           },
12299           "percentage": false,
12300           "pointradius": 5,
12301           "points": false,
12302           "renderer": "flot",
12303           "seriesOverrides": [
12304             {
12305               "alias": "/.*Out.*/",
12306               "transform": "negative-Y"
12307             }
12308           ],
12309           "spaceLength": 10,
12310           "stack": false,
12311           "steppedLine": false,
12312           "targets": [
12313             {
12314               "expr": "irate(node_netstat_Icmp_InMsgs{instance=\"$node\",job=\"$job\"}[5m])",
12315               "format": "time_series",
12316               "interval": "",
12317               "intervalFactor": 2,
12318               "legendFormat": "InMsgs -  Messages which the entity received. Note that this counter includes all those counted by icmpInErrors",
12319               "refId": "A",
12320               "step": 4
12321             },
12322             {
12323               "expr": "irate(node_netstat_Icmp_OutMsgs{instance=\"$node\",job=\"$job\"}[5m])",
12324               "format": "time_series",
12325               "interval": "",
12326               "intervalFactor": 2,
12327               "legendFormat": "OutMsgs - Messages which this entity attempted to send. Note that this counter includes all those counted by icmpOutErrors",
12328               "refId": "B",
12329               "step": 4
12330             }
12331           ],
12332           "thresholds": [],
12333           "timeFrom": null,
12334           "timeRegions": [],
12335           "timeShift": null,
12336           "title": "ICMP In / Out",
12337           "tooltip": {
12338             "shared": true,
12339             "sort": 0,
12340             "value_type": "individual"
12341           },
12342           "type": "graph",
12343           "xaxis": {
12344             "buckets": null,
12345             "mode": "time",
12346             "name": null,
12347             "show": true,
12348             "values": []
12349           },
12350           "yaxes": [
12351             {
12352               "format": "short",
12353               "label": "messages out (-) / in (+)",
12354               "logBase": 1,
12355               "max": null,
12356               "min": null,
12357               "show": true
12358             },
12359             {
12360               "format": "short",
12361               "label": null,
12362               "logBase": 1,
12363               "max": null,
12364               "min": null,
12365               "show": false
12366             }
12367           ],
12368           "yaxis": {
12369             "align": false,
12370             "alignLevel": null
12371           }
12372         },
12373         {
12374           "aliasColors": {},
12375           "bars": false,
12376           "dashLength": 10,
12377           "dashes": false,
12378           "datasource": "${DS_PROMETHEUS}",
12379           "decimals": null,
12380           "fill": 2,
12381           "fillGradient": 0,
12382           "gridPos": {
12383             "h": 10,
12384             "w": 12,
12385             "x": 12,
12386             "y": 42
12387           },
12388           "height": "",
12389           "hiddenSeries": false,
12390           "id": 50,
12391           "legend": {
12392             "alignAsTable": true,
12393             "avg": true,
12394             "current": true,
12395             "hideZero": false,
12396             "max": true,
12397             "min": true,
12398             "rightSide": false,
12399             "show": true,
12400             "sort": "current",
12401             "sortDesc": true,
12402             "total": false,
12403             "values": true
12404           },
12405           "lines": true,
12406           "linewidth": 1,
12407           "links": [],
12408           "maxPerRow": 12,
12409           "nullPointMode": "null",
12410           "options": {
12411             "dataLinks": []
12412           },
12413           "percentage": false,
12414           "pointradius": 5,
12415           "points": false,
12416           "renderer": "flot",
12417           "seriesOverrides": [
12418             {
12419               "alias": "/.*Out.*/",
12420               "transform": "negative-Y"
12421             }
12422           ],
12423           "spaceLength": 10,
12424           "stack": false,
12425           "steppedLine": false,
12426           "targets": [
12427             {
12428               "expr": "irate(node_netstat_Icmp_InErrors{instance=\"$node\",job=\"$job\"}[5m])",
12429               "format": "time_series",
12430               "interval": "",
12431               "intervalFactor": 2,
12432               "legendFormat": "InErrors - Messages which the entity received but determined as having ICMP-specific errors (bad ICMP checksums, bad length, etc.)",
12433               "refId": "A",
12434               "step": 4
12435             }
12436           ],
12437           "thresholds": [],
12438           "timeFrom": null,
12439           "timeRegions": [],
12440           "timeShift": null,
12441           "title": "ICMP Errors",
12442           "tooltip": {
12443             "shared": true,
12444             "sort": 0,
12445             "value_type": "individual"
12446           },
12447           "type": "graph",
12448           "xaxis": {
12449             "buckets": null,
12450             "mode": "time",
12451             "name": null,
12452             "show": true,
12453             "values": []
12454           },
12455           "yaxes": [
12456             {
12457               "format": "short",
12458               "label": "messages out (-) / in (+)",
12459               "logBase": 1,
12460               "max": null,
12461               "min": null,
12462               "show": true
12463             },
12464             {
12465               "format": "short",
12466               "label": null,
12467               "logBase": 1,
12468               "max": null,
12469               "min": null,
12470               "show": false
12471             }
12472           ],
12473           "yaxis": {
12474             "align": false,
12475             "alignLevel": null
12476           }
12477         },
12478         {
12479           "aliasColors": {},
12480           "bars": false,
12481           "dashLength": 10,
12482           "dashes": false,
12483           "datasource": "${DS_PROMETHEUS}",
12484           "decimals": null,
12485           "fill": 2,
12486           "fillGradient": 0,
12487           "gridPos": {
12488             "h": 10,
12489             "w": 12,
12490             "x": 0,
12491             "y": 52
12492           },
12493           "height": "",
12494           "hiddenSeries": false,
12495           "id": 55,
12496           "legend": {
12497             "alignAsTable": true,
12498             "avg": true,
12499             "current": true,
12500             "hideZero": false,
12501             "max": true,
12502             "min": true,
12503             "rightSide": false,
12504             "show": true,
12505             "sort": "current",
12506             "sortDesc": true,
12507             "total": false,
12508             "values": true
12509           },
12510           "lines": true,
12511           "linewidth": 1,
12512           "links": [],
12513           "maxPerRow": 12,
12514           "nullPointMode": "null",
12515           "options": {
12516             "dataLinks": []
12517           },
12518           "percentage": false,
12519           "pointradius": 5,
12520           "points": false,
12521           "renderer": "flot",
12522           "seriesOverrides": [
12523             {
12524               "alias": "/.*Out.*/",
12525               "transform": "negative-Y"
12526             },
12527             {
12528               "alias": "/.*Snd.*/",
12529               "transform": "negative-Y"
12530             }
12531           ],
12532           "spaceLength": 10,
12533           "stack": false,
12534           "steppedLine": false,
12535           "targets": [
12536             {
12537               "expr": "irate(node_netstat_Udp_InDatagrams{instance=\"$node\",job=\"$job\"}[5m])",
12538               "format": "time_series",
12539               "interval": "",
12540               "intervalFactor": 2,
12541               "legendFormat": "InDatagrams - Datagrams received",
12542               "refId": "A",
12543               "step": 4
12544             },
12545             {
12546               "expr": "irate(node_netstat_Udp_OutDatagrams{instance=\"$node\",job=\"$job\"}[5m])",
12547               "format": "time_series",
12548               "interval": "",
12549               "intervalFactor": 2,
12550               "legendFormat": "OutDatagrams - Datagrams sent",
12551               "refId": "B",
12552               "step": 4
12553             }
12554           ],
12555           "thresholds": [],
12556           "timeFrom": null,
12557           "timeRegions": [],
12558           "timeShift": null,
12559           "title": "UDP In / Out",
12560           "tooltip": {
12561             "shared": true,
12562             "sort": 0,
12563             "value_type": "individual"
12564           },
12565           "type": "graph",
12566           "xaxis": {
12567             "buckets": null,
12568             "mode": "time",
12569             "name": null,
12570             "show": true,
12571             "values": []
12572           },
12573           "yaxes": [
12574             {
12575               "format": "short",
12576               "label": "datagrams out (-) / in (+)",
12577               "logBase": 1,
12578               "max": null,
12579               "min": null,
12580               "show": true
12581             },
12582             {
12583               "format": "short",
12584               "label": null,
12585               "logBase": 1,
12586               "max": null,
12587               "min": null,
12588               "show": false
12589             }
12590           ],
12591           "yaxis": {
12592             "align": false,
12593             "alignLevel": null
12594           }
12595         },
12596         {
12597           "aliasColors": {},
12598           "bars": false,
12599           "dashLength": 10,
12600           "dashes": false,
12601           "datasource": "${DS_PROMETHEUS}",
12602           "fill": 2,
12603           "fillGradient": 0,
12604           "gridPos": {
12605             "h": 10,
12606             "w": 12,
12607             "x": 12,
12608             "y": 52
12609           },
12610           "height": "",
12611           "hiddenSeries": false,
12612           "id": 109,
12613           "legend": {
12614             "alignAsTable": true,
12615             "avg": true,
12616             "current": true,
12617             "hideZero": false,
12618             "max": true,
12619             "min": true,
12620             "rightSide": false,
12621             "show": true,
12622             "sort": "current",
12623             "sortDesc": true,
12624             "total": false,
12625             "values": true
12626           },
12627           "lines": true,
12628           "linewidth": 1,
12629           "links": [],
12630           "maxPerRow": 12,
12631           "nullPointMode": "null",
12632           "options": {
12633             "dataLinks": []
12634           },
12635           "percentage": false,
12636           "pointradius": 5,
12637           "points": false,
12638           "renderer": "flot",
12639           "seriesOverrides": [],
12640           "spaceLength": 10,
12641           "stack": false,
12642           "steppedLine": false,
12643           "targets": [
12644             {
12645               "expr": "irate(node_netstat_Udp_InErrors{instance=\"$node\",job=\"$job\"}[5m])",
12646               "format": "time_series",
12647               "interval": "",
12648               "intervalFactor": 2,
12649               "legendFormat": "InErrors - UDP Datagrams that could not be delivered to an application",
12650               "refId": "A",
12651               "step": 4
12652             },
12653             {
12654               "expr": "irate(node_netstat_Udp_NoPorts{instance=\"$node\",job=\"$job\"}[5m])",
12655               "format": "time_series",
12656               "interval": "",
12657               "intervalFactor": 2,
12658               "legendFormat": "NoPorts - UDP Datagrams received on a port with no listener",
12659               "refId": "B",
12660               "step": 4
12661             },
12662             {
12663               "expr": "irate(node_netstat_UdpLite_InErrors{instance=\"$node\",job=\"$job\"}[5m])",
12664               "interval": "",
12665               "legendFormat": "InErrors Lite - UDPLite Datagrams that could not be delivered to an application",
12666               "refId": "C"
12667             },
12668             {
12669               "expr": "irate(node_netstat_Udp_RcvbufErrors{instance=\"$node\",job=\"$job\"}[5m])",
12670               "format": "time_series",
12671               "interval": "",
12672               "intervalFactor": 2,
12673               "legendFormat": "RcvbufErrors - UDP buffer errors received",
12674               "refId": "D",
12675               "step": 4
12676             },
12677             {
12678               "expr": "irate(node_netstat_Udp_SndbufErrors{instance=\"$node\",job=\"$job\"}[5m])",
12679               "format": "time_series",
12680               "interval": "",
12681               "intervalFactor": 2,
12682               "legendFormat": "SndbufErrors - UDP buffer errors send",
12683               "refId": "E",
12684               "step": 4
12685             }
12686           ],
12687           "thresholds": [],
12688           "timeFrom": null,
12689           "timeRegions": [],
12690           "timeShift": null,
12691           "title": "UDP Errors",
12692           "tooltip": {
12693             "shared": true,
12694             "sort": 0,
12695             "value_type": "individual"
12696           },
12697           "type": "graph",
12698           "xaxis": {
12699             "buckets": null,
12700             "mode": "time",
12701             "name": null,
12702             "show": true,
12703             "values": []
12704           },
12705           "yaxes": [
12706             {
12707               "$$hashKey": "object:4232",
12708               "format": "short",
12709               "label": "datagrams",
12710               "logBase": 1,
12711               "max": null,
12712               "min": null,
12713               "show": true
12714             },
12715             {
12716               "$$hashKey": "object:4233",
12717               "format": "short",
12718               "label": null,
12719               "logBase": 1,
12720               "max": null,
12721               "min": null,
12722               "show": false
12723             }
12724           ],
12725           "yaxis": {
12726             "align": false,
12727             "alignLevel": null
12728           }
12729         },
12730         {
12731           "aliasColors": {},
12732           "bars": false,
12733           "dashLength": 10,
12734           "dashes": false,
12735           "datasource": "${DS_PROMETHEUS}",
12736           "decimals": null,
12737           "fill": 2,
12738           "fillGradient": 0,
12739           "gridPos": {
12740             "h": 10,
12741             "w": 12,
12742             "x": 0,
12743             "y": 62
12744           },
12745           "height": "",
12746           "hiddenSeries": false,
12747           "id": 299,
12748           "legend": {
12749             "alignAsTable": true,
12750             "avg": true,
12751             "current": true,
12752             "hideZero": false,
12753             "max": true,
12754             "min": true,
12755             "rightSide": false,
12756             "show": true,
12757             "sort": "current",
12758             "sortDesc": true,
12759             "total": false,
12760             "values": true
12761           },
12762           "lines": true,
12763           "linewidth": 1,
12764           "links": [],
12765           "maxPerRow": 12,
12766           "nullPointMode": "null",
12767           "options": {
12768             "dataLinks": []
12769           },
12770           "percentage": false,
12771           "pointradius": 5,
12772           "points": false,
12773           "renderer": "flot",
12774           "seriesOverrides": [
12775             {
12776               "alias": "/.*Out.*/",
12777               "transform": "negative-Y"
12778             },
12779             {
12780               "alias": "/.*Snd.*/",
12781               "transform": "negative-Y"
12782             }
12783           ],
12784           "spaceLength": 10,
12785           "stack": false,
12786           "steppedLine": false,
12787           "targets": [
12788             {
12789               "expr": "irate(node_netstat_Tcp_InSegs{instance=\"$node\",job=\"$job\"}[5m])",
12790               "format": "time_series",
12791               "instant": false,
12792               "interval": "",
12793               "intervalFactor": 2,
12794               "legendFormat": "InSegs - Segments received, including those received in error. This count includes segments received on currently established connections",
12795               "refId": "A",
12796               "step": 4
12797             },
12798             {
12799               "expr": "irate(node_netstat_Tcp_OutSegs{instance=\"$node\",job=\"$job\"}[5m])",
12800               "format": "time_series",
12801               "interval": "",
12802               "intervalFactor": 2,
12803               "legendFormat": "OutSegs - Segments sent, including those on current connections but excluding those containing only retransmitted octets",
12804               "refId": "B",
12805               "step": 4
12806             }
12807           ],
12808           "thresholds": [],
12809           "timeFrom": null,
12810           "timeRegions": [],
12811           "timeShift": null,
12812           "title": "TCP In / Out",
12813           "tooltip": {
12814             "shared": true,
12815             "sort": 0,
12816             "value_type": "individual"
12817           },
12818           "type": "graph",
12819           "xaxis": {
12820             "buckets": null,
12821             "mode": "time",
12822             "name": null,
12823             "show": true,
12824             "values": []
12825           },
12826           "yaxes": [
12827             {
12828               "format": "short",
12829               "label": "datagrams out (-) / in (+)",
12830               "logBase": 1,
12831               "max": null,
12832               "min": null,
12833               "show": true
12834             },
12835             {
12836               "format": "short",
12837               "label": null,
12838               "logBase": 1,
12839               "max": null,
12840               "min": null,
12841               "show": false
12842             }
12843           ],
12844           "yaxis": {
12845             "align": false,
12846             "alignLevel": null
12847           }
12848         },
12849         {
12850           "aliasColors": {},
12851           "bars": false,
12852           "dashLength": 10,
12853           "dashes": false,
12854           "datasource": "${DS_PROMETHEUS}",
12855           "description": "",
12856           "fill": 2,
12857           "fillGradient": 0,
12858           "gridPos": {
12859             "h": 10,
12860             "w": 12,
12861             "x": 12,
12862             "y": 62
12863           },
12864           "height": "",
12865           "hiddenSeries": false,
12866           "id": 104,
12867           "legend": {
12868             "alignAsTable": true,
12869             "avg": true,
12870             "current": true,
12871             "hideEmpty": false,
12872             "hideZero": false,
12873             "max": true,
12874             "min": true,
12875             "rightSide": false,
12876             "show": true,
12877             "sort": "current",
12878             "sortDesc": true,
12879             "total": false,
12880             "values": true
12881           },
12882           "lines": true,
12883           "linewidth": 1,
12884           "links": [],
12885           "maxPerRow": 12,
12886           "nullPointMode": "null",
12887           "options": {
12888             "dataLinks": []
12889           },
12890           "percentage": false,
12891           "pointradius": 5,
12892           "points": false,
12893           "renderer": "flot",
12894           "seriesOverrides": [],
12895           "spaceLength": 10,
12896           "stack": false,
12897           "steppedLine": false,
12898           "targets": [
12899             {
12900               "expr": "irate(node_netstat_TcpExt_ListenOverflows{instance=\"$node\",job=\"$job\"}[5m])",
12901               "format": "time_series",
12902               "hide": false,
12903               "interval": "",
12904               "intervalFactor": 2,
12905               "legendFormat": "ListenOverflows - Times the listen queue of a socket overflowed",
12906               "refId": "A",
12907               "step": 4
12908             },
12909             {
12910               "expr": "irate(node_netstat_TcpExt_ListenDrops{instance=\"$node\",job=\"$job\"}[5m])",
12911               "format": "time_series",
12912               "hide": false,
12913               "interval": "",
12914               "intervalFactor": 2,
12915               "legendFormat": "ListenDrops - SYNs to LISTEN sockets ignored",
12916               "refId": "B",
12917               "step": 4
12918             },
12919             {
12920               "expr": "irate(node_netstat_TcpExt_TCPSynRetrans{instance=\"$node\",job=\"$job\"}[5m])",
12921               "format": "time_series",
12922               "interval": "",
12923               "intervalFactor": 2,
12924               "legendFormat": "TCPSynRetrans - SYN-SYN/ACK retransmits to break down retransmissions in SYN, fast/timeout retransmits",
12925               "refId": "C",
12926               "step": 4
12927             },
12928             {
12929               "expr": "irate(node_netstat_Tcp_RetransSegs{instance=\"$node\",job=\"$job\"}[5m])",
12930               "interval": "",
12931               "legendFormat": "RetransSegs - Segments retransmitted - that is, the number of TCP segments transmitted containing one or more previously transmitted octets",
12932               "refId": "D"
12933             },
12934             {
12935               "expr": "irate(node_netstat_Tcp_InErrs{instance=\"$node\",job=\"$job\"}[5m])",
12936               "interval": "",
12937               "legendFormat": "InErrs - Segments received in error (e.g., bad TCP checksums)",
12938               "refId": "E"
12939             }
12940           ],
12941           "thresholds": [],
12942           "timeFrom": null,
12943           "timeRegions": [],
12944           "timeShift": null,
12945           "title": "TCP Errors",
12946           "tooltip": {
12947             "shared": true,
12948             "sort": 0,
12949             "value_type": "individual"
12950           },
12951           "type": "graph",
12952           "xaxis": {
12953             "buckets": null,
12954             "mode": "time",
12955             "name": null,
12956             "show": true,
12957             "values": []
12958           },
12959           "yaxes": [
12960             {
12961               "format": "short",
12962               "label": "counter",
12963               "logBase": 1,
12964               "max": null,
12965               "min": "0",
12966               "show": true
12967             },
12968             {
12969               "format": "short",
12970               "label": null,
12971               "logBase": 1,
12972               "max": null,
12973               "min": null,
12974               "show": false
12975             }
12976           ],
12977           "yaxis": {
12978             "align": false,
12979             "alignLevel": null
12980           }
12981         },
12982         {
12983           "aliasColors": {},
12984           "bars": false,
12985           "dashLength": 10,
12986           "dashes": false,
12987           "datasource": "${DS_PROMETHEUS}",
12988           "fill": 2,
12989           "fillGradient": 0,
12990           "gridPos": {
12991             "h": 10,
12992             "w": 12,
12993             "x": 0,
12994             "y": 72
12995           },
12996           "height": "",
12997           "hiddenSeries": false,
12998           "id": 85,
12999           "legend": {
13000             "alignAsTable": true,
13001             "avg": true,
13002             "current": true,
13003             "hideZero": false,
13004             "max": true,
13005             "min": true,
13006             "rightSide": false,
13007             "show": true,
13008             "sortDesc": true,
13009             "total": false,
13010             "values": true
13011           },
13012           "lines": true,
13013           "linewidth": 1,
13014           "links": [],
13015           "maxPerRow": 12,
13016           "nullPointMode": "null",
13017           "options": {
13018             "dataLinks": []
13019           },
13020           "percentage": false,
13021           "pointradius": 5,
13022           "points": false,
13023           "renderer": "flot",
13024           "seriesOverrides": [
13025             {
13026               "$$hashKey": "object:454",
13027               "alias": "/.*MaxConn *./",
13028               "color": "#890F02",
13029               "fill": 0
13030             }
13031           ],
13032           "spaceLength": 10,
13033           "stack": false,
13034           "steppedLine": false,
13035           "targets": [
13036             {
13037               "expr": "node_netstat_Tcp_CurrEstab{instance=\"$node\",job=\"$job\"}",
13038               "format": "time_series",
13039               "hide": false,
13040               "interval": "",
13041               "intervalFactor": 2,
13042               "legendFormat": "CurrEstab - TCP connections for which the current state is either ESTABLISHED or CLOSE- WAIT",
13043               "refId": "A",
13044               "step": 4
13045             },
13046             {
13047               "expr": "node_netstat_Tcp_MaxConn{instance=\"$node\",job=\"$job\"}",
13048               "format": "time_series",
13049               "hide": false,
13050               "interval": "",
13051               "intervalFactor": 2,
13052               "legendFormat": "MaxConn - Limit on the total number of TCP connections the entity can support (Dinamic is \"-1\")",
13053               "refId": "B",
13054               "step": 4
13055             }
13056           ],
13057           "thresholds": [],
13058           "timeFrom": null,
13059           "timeRegions": [],
13060           "timeShift": null,
13061           "title": "TCP Connections",
13062           "tooltip": {
13063             "shared": true,
13064             "sort": 0,
13065             "value_type": "individual"
13066           },
13067           "type": "graph",
13068           "xaxis": {
13069             "buckets": null,
13070             "mode": "time",
13071             "name": null,
13072             "show": true,
13073             "values": []
13074           },
13075           "yaxes": [
13076             {
13077               "$$hashKey": "object:469",
13078               "format": "short",
13079               "label": "connections",
13080               "logBase": 1,
13081               "max": null,
13082               "min": "0",
13083               "show": true
13084             },
13085             {
13086               "$$hashKey": "object:470",
13087               "format": "short",
13088               "label": null,
13089               "logBase": 1,
13090               "max": null,
13091               "min": null,
13092               "show": false
13093             }
13094           ],
13095           "yaxis": {
13096             "align": false,
13097             "alignLevel": null
13098           }
13099         },
13100         {
13101           "aliasColors": {},
13102           "bars": false,
13103           "dashLength": 10,
13104           "dashes": false,
13105           "datasource": "${DS_PROMETHEUS}",
13106           "description": "",
13107           "fill": 2,
13108           "fillGradient": 0,
13109           "gridPos": {
13110             "h": 10,
13111             "w": 12,
13112             "x": 12,
13113             "y": 72
13114           },
13115           "height": "",
13116           "hiddenSeries": false,
13117           "id": 91,
13118           "legend": {
13119             "alignAsTable": true,
13120             "avg": true,
13121             "current": true,
13122             "hideEmpty": false,
13123             "hideZero": false,
13124             "max": true,
13125             "min": true,
13126             "rightSide": false,
13127             "show": true,
13128             "sort": "current",
13129             "sortDesc": true,
13130             "total": false,
13131             "values": true
13132           },
13133           "lines": true,
13134           "linewidth": 1,
13135           "links": [],
13136           "maxPerRow": 12,
13137           "nullPointMode": "null",
13138           "options": {
13139             "dataLinks": []
13140           },
13141           "percentage": false,
13142           "pointradius": 5,
13143           "points": false,
13144           "renderer": "flot",
13145           "seriesOverrides": [
13146             {
13147               "alias": "/.*Sent.*/",
13148               "transform": "negative-Y"
13149             }
13150           ],
13151           "spaceLength": 10,
13152           "stack": false,
13153           "steppedLine": false,
13154           "targets": [
13155             {
13156               "expr": "irate(node_netstat_TcpExt_SyncookiesFailed{instance=\"$node\",job=\"$job\"}[5m])",
13157               "format": "time_series",
13158               "hide": false,
13159               "interval": "",
13160               "intervalFactor": 2,
13161               "legendFormat": "SyncookiesFailed - Invalid SYN cookies received",
13162               "refId": "A",
13163               "step": 4
13164             },
13165             {
13166               "expr": "irate(node_netstat_TcpExt_SyncookiesRecv{instance=\"$node\",job=\"$job\"}[5m])",
13167               "format": "time_series",
13168               "hide": false,
13169               "interval": "",
13170               "intervalFactor": 2,
13171               "legendFormat": "SyncookiesRecv - SYN cookies received",
13172               "refId": "B",
13173               "step": 4
13174             },
13175             {
13176               "expr": "irate(node_netstat_TcpExt_SyncookiesSent{instance=\"$node\",job=\"$job\"}[5m])",
13177               "format": "time_series",
13178               "hide": false,
13179               "interval": "",
13180               "intervalFactor": 2,
13181               "legendFormat": "SyncookiesSent - SYN cookies sent",
13182               "refId": "C",
13183               "step": 4
13184             }
13185           ],
13186           "thresholds": [],
13187           "timeFrom": null,
13188           "timeRegions": [],
13189           "timeShift": null,
13190           "title": "TCP SynCookie",
13191           "tooltip": {
13192             "shared": true,
13193             "sort": 0,
13194             "value_type": "individual"
13195           },
13196           "type": "graph",
13197           "xaxis": {
13198             "buckets": null,
13199             "mode": "time",
13200             "name": null,
13201             "show": true,
13202             "values": []
13203           },
13204           "yaxes": [
13205             {
13206               "format": "short",
13207               "label": "counter out (-) / in (+)",
13208               "logBase": 1,
13209               "max": null,
13210               "min": null,
13211               "show": true
13212             },
13213             {
13214               "format": "short",
13215               "label": null,
13216               "logBase": 1,
13217               "max": null,
13218               "min": null,
13219               "show": false
13220             }
13221           ],
13222           "yaxis": {
13223             "align": false,
13224             "alignLevel": null
13225           }
13226         },
13227         {
13228           "aliasColors": {},
13229           "bars": false,
13230           "dashLength": 10,
13231           "dashes": false,
13232           "datasource": "${DS_PROMETHEUS}",
13233           "fill": 2,
13234           "fillGradient": 0,
13235           "gridPos": {
13236             "h": 10,
13237             "w": 12,
13238             "x": 0,
13239             "y": 82
13240           },
13241           "height": "",
13242           "hiddenSeries": false,
13243           "id": 82,
13244           "legend": {
13245             "alignAsTable": true,
13246             "avg": true,
13247             "current": true,
13248             "hideZero": false,
13249             "max": true,
13250             "min": true,
13251             "rightSide": false,
13252             "show": true,
13253             "sortDesc": true,
13254             "total": false,
13255             "values": true
13256           },
13257           "lines": true,
13258           "linewidth": 1,
13259           "links": [],
13260           "maxPerRow": 12,
13261           "nullPointMode": "null",
13262           "options": {
13263             "dataLinks": []
13264           },
13265           "percentage": false,
13266           "pointradius": 5,
13267           "points": false,
13268           "renderer": "flot",
13269           "seriesOverrides": [],
13270           "spaceLength": 10,
13271           "stack": false,
13272           "steppedLine": false,
13273           "targets": [
13274             {
13275               "expr": "irate(node_netstat_Tcp_ActiveOpens{instance=\"$node\",job=\"$job\"}[5m])",
13276               "format": "time_series",
13277               "interval": "",
13278               "intervalFactor": 2,
13279               "legendFormat": "ActiveOpens - TCP connections that have made a direct transition to the SYN-SENT state from the CLOSED state",
13280               "refId": "A",
13281               "step": 4
13282             },
13283             {
13284               "expr": "irate(node_netstat_Tcp_PassiveOpens{instance=\"$node\",job=\"$job\"}[5m])",
13285               "format": "time_series",
13286               "interval": "",
13287               "intervalFactor": 2,
13288               "legendFormat": "PassiveOpens - TCP connections that have made a direct transition to the SYN-RCVD state from the LISTEN state",
13289               "refId": "B",
13290               "step": 4
13291             }
13292           ],
13293           "thresholds": [],
13294           "timeFrom": null,
13295           "timeRegions": [],
13296           "timeShift": null,
13297           "title": "TCP Direct Transition",
13298           "tooltip": {
13299             "shared": true,
13300             "sort": 0,
13301             "value_type": "individual"
13302           },
13303           "type": "graph",
13304           "xaxis": {
13305             "buckets": null,
13306             "mode": "time",
13307             "name": null,
13308             "show": true,
13309             "values": []
13310           },
13311           "yaxes": [
13312             {
13313               "format": "short",
13314               "label": "connections",
13315               "logBase": 1,
13316               "max": null,
13317               "min": "0",
13318               "show": true
13319             },
13320             {
13321               "format": "short",
13322               "label": null,
13323               "logBase": 1,
13324               "max": null,
13325               "min": null,
13326               "show": false
13327             }
13328           ],
13329           "yaxis": {
13330             "align": false,
13331             "alignLevel": null
13332           }
13333         }
13334       ],
13335       "repeat": null,
13336       "title": "Network Netstat",
13337       "type": "row"
13338     },
13339     {
13340       "collapsed": true,
13341       "datasource": "${DS_PROMETHEUS}",
13342       "gridPos": {
13343         "h": 1,
13344         "w": 24,
13345         "x": 0,
13346         "y": 33
13347       },
13348       "id": 279,
13349       "panels": [
13350         {
13351           "aliasColors": {},
13352           "bars": false,
13353           "dashLength": 10,
13354           "dashes": false,
13355           "datasource": "${DS_PROMETHEUS}",
13356           "description": "",
13357           "fill": 2,
13358           "fillGradient": 0,
13359           "gridPos": {
13360             "h": 10,
13361             "w": 12,
13362             "x": 0,
13363             "y": 54
13364           },
13365           "hiddenSeries": false,
13366           "id": 40,
13367           "legend": {
13368             "alignAsTable": true,
13369             "avg": true,
13370             "current": true,
13371             "max": true,
13372             "min": true,
13373             "show": true,
13374             "sort": "current",
13375             "sortDesc": true,
13376             "total": false,
13377             "values": true
13378           },
13379           "lines": true,
13380           "linewidth": 1,
13381           "links": [],
13382           "nullPointMode": "null",
13383           "options": {
13384             "dataLinks": []
13385           },
13386           "percentage": false,
13387           "pointradius": 5,
13388           "points": false,
13389           "renderer": "flot",
13390           "seriesOverrides": [],
13391           "spaceLength": 10,
13392           "stack": true,
13393           "steppedLine": false,
13394           "targets": [
13395             {
13396               "expr": "node_scrape_collector_duration_seconds{instance=\"$node\",job=\"$job\"}",
13397               "format": "time_series",
13398               "hide": false,
13399               "interval": "",
13400               "intervalFactor": 2,
13401               "legendFormat": "{{collector}} - Scrape duration",
13402               "refId": "A",
13403               "step": 4
13404             }
13405           ],
13406           "thresholds": [],
13407           "timeFrom": null,
13408           "timeRegions": [],
13409           "timeShift": null,
13410           "title": "Node Exporter Scrape Time",
13411           "tooltip": {
13412             "shared": true,
13413             "sort": 0,
13414             "value_type": "individual"
13415           },
13416           "type": "graph",
13417           "xaxis": {
13418             "buckets": null,
13419             "mode": "time",
13420             "name": null,
13421             "show": true,
13422             "values": []
13423           },
13424           "yaxes": [
13425             {
13426               "format": "s",
13427               "label": "seconds",
13428               "logBase": 1,
13429               "max": null,
13430               "min": null,
13431               "show": true
13432             },
13433             {
13434               "format": "short",
13435               "label": null,
13436               "logBase": 1,
13437               "max": null,
13438               "min": null,
13439               "show": false
13440             }
13441           ],
13442           "yaxis": {
13443             "align": false,
13444             "alignLevel": null
13445           }
13446         },
13447         {
13448           "aliasColors": {},
13449           "bars": false,
13450           "dashLength": 10,
13451           "dashes": false,
13452           "datasource": "${DS_PROMETHEUS}",
13453           "description": "",
13454           "fill": 2,
13455           "fillGradient": 0,
13456           "gridPos": {
13457             "h": 10,
13458             "w": 12,
13459             "x": 12,
13460             "y": 54
13461           },
13462           "hiddenSeries": false,
13463           "id": 157,
13464           "legend": {
13465             "alignAsTable": true,
13466             "avg": true,
13467             "current": true,
13468             "max": true,
13469             "min": true,
13470             "show": true,
13471             "total": false,
13472             "values": true
13473           },
13474           "lines": true,
13475           "linewidth": 1,
13476           "links": [],
13477           "nullPointMode": "null",
13478           "options": {
13479             "dataLinks": []
13480           },
13481           "percentage": false,
13482           "pointradius": 5,
13483           "points": false,
13484           "renderer": "flot",
13485           "seriesOverrides": [
13486             {
13487               "$$hashKey": "object:1969",
13488               "alias": "/.*error.*/",
13489               "color": "#F2495C",
13490               "transform": "negative-Y"
13491             }
13492           ],
13493           "spaceLength": 10,
13494           "stack": true,
13495           "steppedLine": false,
13496           "targets": [
13497             {
13498               "expr": "node_scrape_collector_success{instance=\"$node\",job=\"$job\"}",
13499               "format": "time_series",
13500               "hide": false,
13501               "interval": "",
13502               "intervalFactor": 2,
13503               "legendFormat": "{{collector}} - Scrape success",
13504               "refId": "A",
13505               "step": 4
13506             },
13507             {
13508               "expr": "node_textfile_scrape_error{instance=\"$node\",job=\"$job\"}",
13509               "format": "time_series",
13510               "hide": false,
13511               "interval": "",
13512               "intervalFactor": 2,
13513               "legendFormat": "{{collector}} - Scrape textfile error (1 = true)",
13514               "refId": "B",
13515               "step": 4
13516             }
13517           ],
13518           "thresholds": [],
13519           "timeFrom": null,
13520           "timeRegions": [],
13521           "timeShift": null,
13522           "title": "Node Exporter Scrape",
13523           "tooltip": {
13524             "shared": true,
13525             "sort": 0,
13526             "value_type": "individual"
13527           },
13528           "type": "graph",
13529           "xaxis": {
13530             "buckets": null,
13531             "mode": "time",
13532             "name": null,
13533             "show": true,
13534             "values": []
13535           },
13536           "yaxes": [
13537             {
13538               "$$hashKey": "object:1484",
13539               "format": "short",
13540               "label": "counter",
13541               "logBase": 1,
13542               "max": null,
13543               "min": null,
13544               "show": true
13545             },
13546             {
13547               "$$hashKey": "object:1485",
13548               "format": "short",
13549               "label": null,
13550               "logBase": 1,
13551               "max": null,
13552               "min": null,
13553               "show": false
13554             }
13555           ],
13556           "yaxis": {
13557             "align": false,
13558             "alignLevel": null
13559           }
13560         }
13561       ],
13562       "repeat": null,
13563       "title": "Node Exporter",
13564       "type": "row"
13565     }
13566   ],
13567   "refresh": "1m",
13568   "schemaVersion": 22,
13569   "style": "dark",
13570   "tags": [
13571     "linux"
13572   ],
13573   "templating": {
13574     "list": [
13575       {
13576         "current": {
13577           "selected": false,
13578           "text": "default",
13579           "value": "default"
13580         },
13581         "hide": 0,
13582         "includeAll": false,
13583         "label": "datasource",
13584         "multi": false,
13585         "name": "DS_PROMETHEUS",
13586         "options": [],
13587         "query": "prometheus",
13588         "refresh": 1,
13589         "regex": "",
13590         "skipUrlSync": false,
13591         "type": "datasource"
13592       },
13593       {
13594         "allValue": null,
13595         "current": {},
13596         "datasource": "${DS_PROMETHEUS}",
13597         "definition": "",
13598         "hide": 0,
13599         "includeAll": false,
13600         "index": -1,
13601         "label": "Job",
13602         "multi": false,
13603         "name": "job",
13604         "options": [],
13605         "query": "label_values(node_uname_info, job)",
13606         "refresh": 1,
13607         "regex": "",
13608         "skipUrlSync": false,
13609         "sort": 1,
13610         "tagValuesQuery": "",
13611         "tags": [],
13612         "tagsQuery": "",
13613         "type": "query",
13614         "useTags": false
13615       },
13616       {
13617         "allValue": null,
13618         "current": {},
13619         "datasource": "${DS_PROMETHEUS}",
13620         "definition": "label_values(node_uname_info{job=\"$job\"}, instance)",
13621         "hide": 0,
13622         "includeAll": false,
13623         "index": -1,
13624         "label": "Host:",
13625         "multi": false,
13626         "name": "node",
13627         "options": [],
13628         "query": "label_values(node_uname_info{job=\"$job\"}, instance)",
13629         "refresh": 1,
13630         "regex": "",
13631         "skipUrlSync": false,
13632         "sort": 1,
13633         "tagValuesQuery": "",
13634         "tags": [],
13635         "tagsQuery": "",
13636         "type": "query",
13637         "useTags": false
13638       },
13639       {
13640         "allValue": null,
13641         "current": {
13642           "selected": false,
13643           "text": "[a-z]+|nvme[0-9]+n[0-9]+",
13644           "value": "[a-z]+|nvme[0-9]+n[0-9]+"
13645         },
13646         "hide": 2,
13647         "includeAll": false,
13648         "label": null,
13649         "multi": false,
13650         "name": "diskdevices",
13651         "options": [
13652           {
13653             "selected": true,
13654             "text": "[a-z]+|nvme[0-9]+n[0-9]+",
13655             "value": "[a-z]+|nvme[0-9]+n[0-9]+"
13656           }
13657         ],
13658         "query": "[a-z]+|nvme[0-9]+n[0-9]+",
13659         "skipUrlSync": false,
13660         "type": "custom"
13661       }
13662     ]
13663   },
13664   "time": {
13665     "from": "now-4h",
13666     "to": "now"
13667   },
13668   "timepicker": {
13669     "refresh_intervals": [
13670       "5s",
13671       "10s",
13672       "30s",
13673       "1m",
13674       "5m",
13675       "15m",
13676       "30m",
13677       "1h",
13678       "2h",
13679       "1d"
13680     ],
13681     "time_options": [
13682       "5m",
13683       "15m",
13684       "1h",
13685       "6h",
13686       "12h",
13687       "24h",
13688       "2d",
13689       "7d",
13690       "30d"
13691     ]
13692   },
13693   "timezone": "browser",
13694   "title": "Node Exporter",
13695   "version": 1
13696 }