Merge branch '21025-keep-web-redirect-bypass'
[arvados.git] / tools / salt-install / config_examples / multi_host / aws / dashboards / node-exporter-full_rev30.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   "__elements": {},
13   "__requires": [
14     {
15       "type": "panel",
16       "id": "gauge",
17       "name": "Gauge",
18       "version": ""
19     },
20     {
21       "type": "grafana",
22       "id": "grafana",
23       "name": "Grafana",
24       "version": "9.2.3"
25     },
26     {
27       "type": "datasource",
28       "id": "prometheus",
29       "name": "Prometheus",
30       "version": "1.0.0"
31     },
32     {
33       "type": "panel",
34       "id": "stat",
35       "name": "Stat",
36       "version": ""
37     },
38     {
39       "type": "panel",
40       "id": "timeseries",
41       "name": "Time series",
42       "version": ""
43     }
44   ],
45   "annotations": {
46     "list": [
47       {
48         "$$hashKey": "object:1058",
49         "builtIn": 1,
50         "datasource": {
51           "type": "datasource",
52           "uid": "grafana"
53         },
54         "enable": true,
55         "hide": true,
56         "iconColor": "rgba(0, 211, 255, 1)",
57         "name": "Annotations & Alerts",
58         "target": {
59           "limit": 100,
60           "matchAny": false,
61           "tags": [],
62           "type": "dashboard"
63         },
64         "type": "dashboard"
65       },
66       {
67         "datasource": {
68           "type": "prometheus",
69           "uid": "${DS_PROMETHEUS}"
70         },
71         "enable": true,
72         "expr": "changes(node_boot_time_seconds{instance=\"$node\"}[$__rate_interval])",
73         "iconColor": "red",
74         "name": "Reboot"
75       }
76     ]
77   },
78   "editable": true,
79   "fiscalYearStartMonth": 0,
80   "gnetId": 1860,
81   "graphTooltip": 0,
82   "id": null,
83   "links": [
84     {
85       "icon": "external link",
86       "tags": [],
87       "targetBlank": true,
88       "title": "GitHub",
89       "type": "link",
90       "url": "https://github.com/rfmoz/grafana-dashboards"
91     },
92     {
93       "icon": "external link",
94       "tags": [],
95       "targetBlank": true,
96       "title": "Grafana",
97       "type": "link",
98       "url": "https://grafana.com/grafana/dashboards/1860"
99     }
100   ],
101   "liveNow": false,
102   "panels": [
103     {
104       "collapsed": false,
105       "datasource": {
106         "type": "prometheus",
107         "uid": "${DS_PROMETHEUS}"
108       },
109       "gridPos": {
110         "h": 1,
111         "w": 24,
112         "x": 0,
113         "y": 0
114       },
115       "id": 261,
116       "panels": [],
117       "targets": [
118         {
119           "datasource": {
120             "type": "prometheus",
121             "uid": "${DS_PROMETHEUS}"
122           },
123           "refId": "A"
124         }
125       ],
126       "title": "Quick CPU / Mem / Disk",
127       "type": "row"
128     },
129     {
130       "datasource": {
131         "type": "prometheus",
132         "uid": "${DS_PROMETHEUS}"
133       },
134       "description": "Busy state of all CPU cores together",
135       "fieldConfig": {
136         "defaults": {
137           "color": {
138             "mode": "thresholds"
139           },
140           "mappings": [
141             {
142               "options": {
143                 "match": "null",
144                 "result": {
145                   "text": "N/A"
146                 }
147               },
148               "type": "special"
149             }
150           ],
151           "max": 100,
152           "min": 0,
153           "thresholds": {
154             "mode": "absolute",
155             "steps": [
156               {
157                 "color": "rgba(50, 172, 45, 0.97)",
158                 "value": null
159               },
160               {
161                 "color": "rgba(237, 129, 40, 0.89)",
162                 "value": 85
163               },
164               {
165                 "color": "rgba(245, 54, 54, 0.9)",
166                 "value": 95
167               }
168             ]
169           },
170           "unit": "percent"
171         },
172         "overrides": []
173       },
174       "gridPos": {
175         "h": 4,
176         "w": 3,
177         "x": 0,
178         "y": 1
179       },
180       "id": 20,
181       "links": [],
182       "options": {
183         "orientation": "horizontal",
184         "reduceOptions": {
185           "calcs": [
186             "lastNotNull"
187           ],
188           "fields": "",
189           "values": false
190         },
191         "showThresholdLabels": false,
192         "showThresholdMarkers": true
193       },
194       "pluginVersion": "9.2.3",
195       "targets": [
196         {
197           "datasource": {
198             "type": "prometheus",
199             "uid": "${DS_PROMETHEUS}"
200           },
201           "editorMode": "code",
202           "expr": "(sum by(instance) (irate(node_cpu_seconds_total{instance=\"$node\",job=\"$job\", mode!=\"idle\"}[$__rate_interval])) / on(instance) group_left sum by (instance)((irate(node_cpu_seconds_total{instance=\"$node\",job=\"$job\"}[$__rate_interval])))) * 100",
203           "hide": false,
204           "intervalFactor": 1,
205           "legendFormat": "",
206           "range": true,
207           "refId": "A",
208           "step": 240
209         }
210       ],
211       "title": "CPU Busy",
212       "type": "gauge"
213     },
214     {
215       "datasource": {
216         "type": "prometheus",
217         "uid": "${DS_PROMETHEUS}"
218       },
219       "description": "Busy state of all CPU cores together (5 min average)",
220       "fieldConfig": {
221         "defaults": {
222           "color": {
223             "mode": "thresholds"
224           },
225           "mappings": [
226             {
227               "options": {
228                 "match": "null",
229                 "result": {
230                   "text": "N/A"
231                 }
232               },
233               "type": "special"
234             }
235           ],
236           "max": 100,
237           "min": 0,
238           "thresholds": {
239             "mode": "absolute",
240             "steps": [
241               {
242                 "color": "rgba(50, 172, 45, 0.97)",
243                 "value": null
244               },
245               {
246                 "color": "rgba(237, 129, 40, 0.89)",
247                 "value": 85
248               },
249               {
250                 "color": "rgba(245, 54, 54, 0.9)",
251                 "value": 95
252               }
253             ]
254           },
255           "unit": "percent"
256         },
257         "overrides": []
258       },
259       "gridPos": {
260         "h": 4,
261         "w": 3,
262         "x": 3,
263         "y": 1
264       },
265       "id": 155,
266       "links": [],
267       "options": {
268         "orientation": "horizontal",
269         "reduceOptions": {
270           "calcs": [
271             "lastNotNull"
272           ],
273           "fields": "",
274           "values": false
275         },
276         "showThresholdLabels": false,
277         "showThresholdMarkers": true
278       },
279       "pluginVersion": "9.2.3",
280       "targets": [
281         {
282           "datasource": {
283             "type": "prometheus",
284             "uid": "${DS_PROMETHEUS}"
285           },
286           "expr": "avg(node_load5{instance=\"$node\",job=\"$job\"}) /  count(count(node_cpu_seconds_total{instance=\"$node\",job=\"$job\"}) by (cpu)) * 100",
287           "format": "time_series",
288           "hide": false,
289           "intervalFactor": 1,
290           "refId": "A",
291           "step": 240
292         }
293       ],
294       "title": "Sys Load (5m avg)",
295       "type": "gauge"
296     },
297     {
298       "datasource": {
299         "type": "prometheus",
300         "uid": "${DS_PROMETHEUS}"
301       },
302       "description": "Busy state of all CPU cores together (15 min average)",
303       "fieldConfig": {
304         "defaults": {
305           "color": {
306             "mode": "thresholds"
307           },
308           "mappings": [
309             {
310               "options": {
311                 "match": "null",
312                 "result": {
313                   "text": "N/A"
314                 }
315               },
316               "type": "special"
317             }
318           ],
319           "max": 100,
320           "min": 0,
321           "thresholds": {
322             "mode": "absolute",
323             "steps": [
324               {
325                 "color": "rgba(50, 172, 45, 0.97)",
326                 "value": null
327               },
328               {
329                 "color": "rgba(237, 129, 40, 0.89)",
330                 "value": 85
331               },
332               {
333                 "color": "rgba(245, 54, 54, 0.9)",
334                 "value": 95
335               }
336             ]
337           },
338           "unit": "percent"
339         },
340         "overrides": []
341       },
342       "gridPos": {
343         "h": 4,
344         "w": 3,
345         "x": 6,
346         "y": 1
347       },
348       "id": 19,
349       "links": [],
350       "options": {
351         "orientation": "horizontal",
352         "reduceOptions": {
353           "calcs": [
354             "lastNotNull"
355           ],
356           "fields": "",
357           "values": false
358         },
359         "showThresholdLabels": false,
360         "showThresholdMarkers": true
361       },
362       "pluginVersion": "9.2.3",
363       "targets": [
364         {
365           "datasource": {
366             "type": "prometheus",
367             "uid": "${DS_PROMETHEUS}"
368           },
369           "expr": "avg(node_load15{instance=\"$node\",job=\"$job\"}) /  count(count(node_cpu_seconds_total{instance=\"$node\",job=\"$job\"}) by (cpu)) * 100",
370           "hide": false,
371           "intervalFactor": 1,
372           "refId": "A",
373           "step": 240
374         }
375       ],
376       "title": "Sys Load (15m avg)",
377       "type": "gauge"
378     },
379     {
380       "datasource": {
381         "type": "prometheus",
382         "uid": "${DS_PROMETHEUS}"
383       },
384       "description": "Non available RAM memory",
385       "fieldConfig": {
386         "defaults": {
387           "color": {
388             "mode": "thresholds"
389           },
390           "decimals": 0,
391           "mappings": [],
392           "max": 100,
393           "min": 0,
394           "thresholds": {
395             "mode": "absolute",
396             "steps": [
397               {
398                 "color": "rgba(50, 172, 45, 0.97)",
399                 "value": null
400               },
401               {
402                 "color": "rgba(237, 129, 40, 0.89)",
403                 "value": 80
404               },
405               {
406                 "color": "rgba(245, 54, 54, 0.9)",
407                 "value": 90
408               }
409             ]
410           },
411           "unit": "percent"
412         },
413         "overrides": []
414       },
415       "gridPos": {
416         "h": 4,
417         "w": 3,
418         "x": 9,
419         "y": 1
420       },
421       "hideTimeOverride": false,
422       "id": 16,
423       "links": [],
424       "options": {
425         "orientation": "horizontal",
426         "reduceOptions": {
427           "calcs": [
428             "lastNotNull"
429           ],
430           "fields": "",
431           "values": false
432         },
433         "showThresholdLabels": false,
434         "showThresholdMarkers": true
435       },
436       "pluginVersion": "9.2.3",
437       "targets": [
438         {
439           "datasource": {
440             "type": "prometheus",
441             "uid": "${DS_PROMETHEUS}"
442           },
443           "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",
444           "format": "time_series",
445           "hide": true,
446           "intervalFactor": 1,
447           "refId": "A",
448           "step": 240
449         },
450         {
451           "datasource": {
452             "type": "prometheus",
453             "uid": "${DS_PROMETHEUS}"
454           },
455           "expr": "100 - ((node_memory_MemAvailable_bytes{instance=\"$node\",job=\"$job\"} * 100) / node_memory_MemTotal_bytes{instance=\"$node\",job=\"$job\"})",
456           "format": "time_series",
457           "hide": false,
458           "intervalFactor": 1,
459           "refId": "B",
460           "step": 240
461         }
462       ],
463       "title": "RAM Used",
464       "type": "gauge"
465     },
466     {
467       "datasource": {
468         "type": "prometheus",
469         "uid": "${DS_PROMETHEUS}"
470       },
471       "description": "Used Swap",
472       "fieldConfig": {
473         "defaults": {
474           "color": {
475             "mode": "thresholds"
476           },
477           "mappings": [
478             {
479               "options": {
480                 "match": "null",
481                 "result": {
482                   "text": "N/A"
483                 }
484               },
485               "type": "special"
486             }
487           ],
488           "max": 100,
489           "min": 0,
490           "thresholds": {
491             "mode": "absolute",
492             "steps": [
493               {
494                 "color": "rgba(50, 172, 45, 0.97)",
495                 "value": null
496               },
497               {
498                 "color": "rgba(237, 129, 40, 0.89)",
499                 "value": 10
500               },
501               {
502                 "color": "rgba(245, 54, 54, 0.9)",
503                 "value": 25
504               }
505             ]
506           },
507           "unit": "percent"
508         },
509         "overrides": []
510       },
511       "gridPos": {
512         "h": 4,
513         "w": 3,
514         "x": 12,
515         "y": 1
516       },
517       "id": 21,
518       "links": [],
519       "options": {
520         "orientation": "horizontal",
521         "reduceOptions": {
522           "calcs": [
523             "lastNotNull"
524           ],
525           "fields": "",
526           "values": false
527         },
528         "showThresholdLabels": false,
529         "showThresholdMarkers": true
530       },
531       "pluginVersion": "9.2.3",
532       "targets": [
533         {
534           "datasource": {
535             "type": "prometheus",
536             "uid": "${DS_PROMETHEUS}"
537           },
538           "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",
539           "intervalFactor": 1,
540           "refId": "A",
541           "step": 240
542         }
543       ],
544       "title": "SWAP Used",
545       "type": "gauge"
546     },
547     {
548       "datasource": {
549         "type": "prometheus",
550         "uid": "${DS_PROMETHEUS}"
551       },
552       "description": "Used Root FS",
553       "fieldConfig": {
554         "defaults": {
555           "color": {
556             "mode": "thresholds"
557           },
558           "mappings": [
559             {
560               "options": {
561                 "match": "null",
562                 "result": {
563                   "text": "N/A"
564                 }
565               },
566               "type": "special"
567             }
568           ],
569           "max": 100,
570           "min": 0,
571           "thresholds": {
572             "mode": "absolute",
573             "steps": [
574               {
575                 "color": "rgba(50, 172, 45, 0.97)",
576                 "value": null
577               },
578               {
579                 "color": "rgba(237, 129, 40, 0.89)",
580                 "value": 80
581               },
582               {
583                 "color": "rgba(245, 54, 54, 0.9)",
584                 "value": 90
585               }
586             ]
587           },
588           "unit": "percent"
589         },
590         "overrides": []
591       },
592       "gridPos": {
593         "h": 4,
594         "w": 3,
595         "x": 15,
596         "y": 1
597       },
598       "id": 154,
599       "links": [],
600       "options": {
601         "orientation": "horizontal",
602         "reduceOptions": {
603           "calcs": [
604             "lastNotNull"
605           ],
606           "fields": "",
607           "values": false
608         },
609         "showThresholdLabels": false,
610         "showThresholdMarkers": true
611       },
612       "pluginVersion": "9.2.3",
613       "targets": [
614         {
615           "datasource": {
616             "type": "prometheus",
617             "uid": "${DS_PROMETHEUS}"
618           },
619           "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\"})",
620           "format": "time_series",
621           "intervalFactor": 1,
622           "refId": "A",
623           "step": 240
624         }
625       ],
626       "title": "Root FS Used",
627       "type": "gauge"
628     },
629     {
630       "datasource": {
631         "type": "prometheus",
632         "uid": "${DS_PROMETHEUS}"
633       },
634       "description": "Total number of CPU cores",
635       "fieldConfig": {
636         "defaults": {
637           "color": {
638             "mode": "thresholds"
639           },
640           "mappings": [
641             {
642               "options": {
643                 "match": "null",
644                 "result": {
645                   "text": "N/A"
646                 }
647               },
648               "type": "special"
649             }
650           ],
651           "thresholds": {
652             "mode": "absolute",
653             "steps": [
654               {
655                 "color": "green",
656                 "value": null
657               },
658               {
659                 "color": "red",
660                 "value": 80
661               }
662             ]
663           },
664           "unit": "short"
665         },
666         "overrides": []
667       },
668       "gridPos": {
669         "h": 2,
670         "w": 2,
671         "x": 18,
672         "y": 1
673       },
674       "id": 14,
675       "links": [],
676       "maxDataPoints": 100,
677       "options": {
678         "colorMode": "none",
679         "graphMode": "none",
680         "justifyMode": "auto",
681         "orientation": "horizontal",
682         "reduceOptions": {
683           "calcs": [
684             "lastNotNull"
685           ],
686           "fields": "",
687           "values": false
688         },
689         "textMode": "auto"
690       },
691       "pluginVersion": "9.2.3",
692       "targets": [
693         {
694           "datasource": {
695             "type": "prometheus",
696             "uid": "${DS_PROMETHEUS}"
697           },
698           "expr": "count(count(node_cpu_seconds_total{instance=\"$node\",job=\"$job\"}) by (cpu))",
699           "interval": "",
700           "intervalFactor": 1,
701           "legendFormat": "",
702           "refId": "A",
703           "step": 240
704         }
705       ],
706       "title": "CPU Cores",
707       "type": "stat"
708     },
709     {
710       "datasource": {
711         "type": "prometheus",
712         "uid": "${DS_PROMETHEUS}"
713       },
714       "description": "System uptime",
715       "fieldConfig": {
716         "defaults": {
717           "color": {
718             "mode": "thresholds"
719           },
720           "decimals": 1,
721           "mappings": [
722             {
723               "options": {
724                 "match": "null",
725                 "result": {
726                   "text": "N/A"
727                 }
728               },
729               "type": "special"
730             }
731           ],
732           "thresholds": {
733             "mode": "absolute",
734             "steps": [
735               {
736                 "color": "green",
737                 "value": null
738               },
739               {
740                 "color": "red",
741                 "value": 80
742               }
743             ]
744           },
745           "unit": "s"
746         },
747         "overrides": []
748       },
749       "gridPos": {
750         "h": 2,
751         "w": 4,
752         "x": 20,
753         "y": 1
754       },
755       "hideTimeOverride": true,
756       "id": 15,
757       "links": [],
758       "maxDataPoints": 100,
759       "options": {
760         "colorMode": "none",
761         "graphMode": "none",
762         "justifyMode": "auto",
763         "orientation": "horizontal",
764         "reduceOptions": {
765           "calcs": [
766             "lastNotNull"
767           ],
768           "fields": "",
769           "values": false
770         },
771         "textMode": "auto"
772       },
773       "pluginVersion": "9.2.3",
774       "targets": [
775         {
776           "datasource": {
777             "type": "prometheus",
778             "uid": "${DS_PROMETHEUS}"
779           },
780           "expr": "node_time_seconds{instance=\"$node\",job=\"$job\"} - node_boot_time_seconds{instance=\"$node\",job=\"$job\"}",
781           "intervalFactor": 1,
782           "refId": "A",
783           "step": 240
784         }
785       ],
786       "title": "Uptime",
787       "type": "stat"
788     },
789     {
790       "datasource": {
791         "type": "prometheus",
792         "uid": "${DS_PROMETHEUS}"
793       },
794       "description": "Total RootFS",
795       "fieldConfig": {
796         "defaults": {
797           "color": {
798             "mode": "thresholds"
799           },
800           "decimals": 0,
801           "mappings": [
802             {
803               "options": {
804                 "match": "null",
805                 "result": {
806                   "text": "N/A"
807                 }
808               },
809               "type": "special"
810             }
811           ],
812           "thresholds": {
813             "mode": "absolute",
814             "steps": [
815               {
816                 "color": "rgba(50, 172, 45, 0.97)",
817                 "value": null
818               },
819               {
820                 "color": "rgba(237, 129, 40, 0.89)",
821                 "value": 70
822               },
823               {
824                 "color": "rgba(245, 54, 54, 0.9)",
825                 "value": 90
826               }
827             ]
828           },
829           "unit": "bytes"
830         },
831         "overrides": []
832       },
833       "gridPos": {
834         "h": 2,
835         "w": 2,
836         "x": 18,
837         "y": 3
838       },
839       "id": 23,
840       "links": [],
841       "maxDataPoints": 100,
842       "options": {
843         "colorMode": "none",
844         "graphMode": "none",
845         "justifyMode": "auto",
846         "orientation": "horizontal",
847         "reduceOptions": {
848           "calcs": [
849             "lastNotNull"
850           ],
851           "fields": "",
852           "values": false
853         },
854         "textMode": "auto"
855       },
856       "pluginVersion": "9.2.3",
857       "targets": [
858         {
859           "datasource": {
860             "type": "prometheus",
861             "uid": "${DS_PROMETHEUS}"
862           },
863           "expr": "node_filesystem_size_bytes{instance=\"$node\",job=\"$job\",mountpoint=\"/\",fstype!=\"rootfs\"}",
864           "format": "time_series",
865           "hide": false,
866           "intervalFactor": 1,
867           "refId": "A",
868           "step": 240
869         }
870       ],
871       "title": "RootFS Total",
872       "type": "stat"
873     },
874     {
875       "datasource": {
876         "type": "prometheus",
877         "uid": "${DS_PROMETHEUS}"
878       },
879       "description": "Total RAM",
880       "fieldConfig": {
881         "defaults": {
882           "color": {
883             "mode": "thresholds"
884           },
885           "decimals": 0,
886           "mappings": [
887             {
888               "options": {
889                 "match": "null",
890                 "result": {
891                   "text": "N/A"
892                 }
893               },
894               "type": "special"
895             }
896           ],
897           "thresholds": {
898             "mode": "absolute",
899             "steps": [
900               {
901                 "color": "green",
902                 "value": null
903               },
904               {
905                 "color": "red",
906                 "value": 80
907               }
908             ]
909           },
910           "unit": "bytes"
911         },
912         "overrides": []
913       },
914       "gridPos": {
915         "h": 2,
916         "w": 2,
917         "x": 20,
918         "y": 3
919       },
920       "id": 75,
921       "links": [],
922       "maxDataPoints": 100,
923       "options": {
924         "colorMode": "none",
925         "graphMode": "none",
926         "justifyMode": "auto",
927         "orientation": "horizontal",
928         "reduceOptions": {
929           "calcs": [
930             "lastNotNull"
931           ],
932           "fields": "",
933           "values": false
934         },
935         "textMode": "auto"
936       },
937       "pluginVersion": "9.2.3",
938       "targets": [
939         {
940           "datasource": {
941             "type": "prometheus",
942             "uid": "${DS_PROMETHEUS}"
943           },
944           "expr": "node_memory_MemTotal_bytes{instance=\"$node\",job=\"$job\"}",
945           "intervalFactor": 1,
946           "refId": "A",
947           "step": 240
948         }
949       ],
950       "title": "RAM Total",
951       "type": "stat"
952     },
953     {
954       "datasource": {
955         "type": "prometheus",
956         "uid": "${DS_PROMETHEUS}"
957       },
958       "description": "Total SWAP",
959       "fieldConfig": {
960         "defaults": {
961           "color": {
962             "mode": "thresholds"
963           },
964           "decimals": 0,
965           "mappings": [
966             {
967               "options": {
968                 "match": "null",
969                 "result": {
970                   "text": "N/A"
971                 }
972               },
973               "type": "special"
974             }
975           ],
976           "thresholds": {
977             "mode": "absolute",
978             "steps": [
979               {
980                 "color": "green",
981                 "value": null
982               },
983               {
984                 "color": "red",
985                 "value": 80
986               }
987             ]
988           },
989           "unit": "bytes"
990         },
991         "overrides": []
992       },
993       "gridPos": {
994         "h": 2,
995         "w": 2,
996         "x": 22,
997         "y": 3
998       },
999       "id": 18,
1000       "links": [],
1001       "maxDataPoints": 100,
1002       "options": {
1003         "colorMode": "none",
1004         "graphMode": "none",
1005         "justifyMode": "auto",
1006         "orientation": "horizontal",
1007         "reduceOptions": {
1008           "calcs": [
1009             "lastNotNull"
1010           ],
1011           "fields": "",
1012           "values": false
1013         },
1014         "textMode": "auto"
1015       },
1016       "pluginVersion": "9.2.3",
1017       "targets": [
1018         {
1019           "datasource": {
1020             "type": "prometheus",
1021             "uid": "${DS_PROMETHEUS}"
1022           },
1023           "expr": "node_memory_SwapTotal_bytes{instance=\"$node\",job=\"$job\"}",
1024           "intervalFactor": 1,
1025           "refId": "A",
1026           "step": 240
1027         }
1028       ],
1029       "title": "SWAP Total",
1030       "type": "stat"
1031     },
1032     {
1033       "collapsed": false,
1034       "datasource": {
1035         "type": "prometheus",
1036         "uid": "${DS_PROMETHEUS}"
1037       },
1038       "gridPos": {
1039         "h": 1,
1040         "w": 24,
1041         "x": 0,
1042         "y": 5
1043       },
1044       "id": 263,
1045       "panels": [],
1046       "targets": [
1047         {
1048           "datasource": {
1049             "type": "prometheus",
1050             "uid": "${DS_PROMETHEUS}"
1051           },
1052           "refId": "A"
1053         }
1054       ],
1055       "title": "Basic CPU / Mem / Net / Disk",
1056       "type": "row"
1057     },
1058     {
1059       "datasource": {
1060         "type": "prometheus",
1061         "uid": "${DS_PROMETHEUS}"
1062       },
1063       "description": "Basic CPU info",
1064       "fieldConfig": {
1065         "defaults": {
1066           "color": {
1067             "mode": "palette-classic"
1068           },
1069           "custom": {
1070             "axisCenteredZero": false,
1071             "axisColorMode": "text",
1072             "axisLabel": "",
1073             "axisPlacement": "auto",
1074             "barAlignment": 0,
1075             "drawStyle": "line",
1076             "fillOpacity": 40,
1077             "gradientMode": "none",
1078             "hideFrom": {
1079               "legend": false,
1080               "tooltip": false,
1081               "viz": false
1082             },
1083             "lineInterpolation": "smooth",
1084             "lineWidth": 1,
1085             "pointSize": 5,
1086             "scaleDistribution": {
1087               "type": "linear"
1088             },
1089             "showPoints": "never",
1090             "spanNulls": false,
1091             "stacking": {
1092               "group": "A",
1093               "mode": "percent"
1094             },
1095             "thresholdsStyle": {
1096               "mode": "off"
1097             }
1098           },
1099           "links": [],
1100           "mappings": [],
1101           "min": 0,
1102           "thresholds": {
1103             "mode": "absolute",
1104             "steps": [
1105               {
1106                 "color": "green",
1107                 "value": null
1108               },
1109               {
1110                 "color": "red",
1111                 "value": 80
1112               }
1113             ]
1114           },
1115           "unit": "percentunit"
1116         },
1117         "overrides": [
1118           {
1119             "matcher": {
1120               "id": "byName",
1121               "options": "Busy Iowait"
1122             },
1123             "properties": [
1124               {
1125                 "id": "color",
1126                 "value": {
1127                   "fixedColor": "#890F02",
1128                   "mode": "fixed"
1129                 }
1130               }
1131             ]
1132           },
1133           {
1134             "matcher": {
1135               "id": "byName",
1136               "options": "Idle"
1137             },
1138             "properties": [
1139               {
1140                 "id": "color",
1141                 "value": {
1142                   "fixedColor": "#052B51",
1143                   "mode": "fixed"
1144                 }
1145               }
1146             ]
1147           },
1148           {
1149             "matcher": {
1150               "id": "byName",
1151               "options": "Busy Iowait"
1152             },
1153             "properties": [
1154               {
1155                 "id": "color",
1156                 "value": {
1157                   "fixedColor": "#890F02",
1158                   "mode": "fixed"
1159                 }
1160               }
1161             ]
1162           },
1163           {
1164             "matcher": {
1165               "id": "byName",
1166               "options": "Idle"
1167             },
1168             "properties": [
1169               {
1170                 "id": "color",
1171                 "value": {
1172                   "fixedColor": "#7EB26D",
1173                   "mode": "fixed"
1174                 }
1175               }
1176             ]
1177           },
1178           {
1179             "matcher": {
1180               "id": "byName",
1181               "options": "Busy System"
1182             },
1183             "properties": [
1184               {
1185                 "id": "color",
1186                 "value": {
1187                   "fixedColor": "#EAB839",
1188                   "mode": "fixed"
1189                 }
1190               }
1191             ]
1192           },
1193           {
1194             "matcher": {
1195               "id": "byName",
1196               "options": "Busy User"
1197             },
1198             "properties": [
1199               {
1200                 "id": "color",
1201                 "value": {
1202                   "fixedColor": "#0A437C",
1203                   "mode": "fixed"
1204                 }
1205               }
1206             ]
1207           },
1208           {
1209             "matcher": {
1210               "id": "byName",
1211               "options": "Busy Other"
1212             },
1213             "properties": [
1214               {
1215                 "id": "color",
1216                 "value": {
1217                   "fixedColor": "#6D1F62",
1218                   "mode": "fixed"
1219                 }
1220               }
1221             ]
1222           }
1223         ]
1224       },
1225       "gridPos": {
1226         "h": 7,
1227         "w": 12,
1228         "x": 0,
1229         "y": 6
1230       },
1231       "id": 77,
1232       "links": [],
1233       "options": {
1234         "legend": {
1235           "calcs": [],
1236           "displayMode": "list",
1237           "placement": "bottom",
1238           "showLegend": true,
1239           "width": 250
1240         },
1241         "tooltip": {
1242           "mode": "multi",
1243           "sort": "desc"
1244         }
1245       },
1246       "pluginVersion": "9.2.0",
1247       "targets": [
1248         {
1249           "datasource": {
1250             "type": "prometheus",
1251             "uid": "${DS_PROMETHEUS}"
1252           },
1253           "editorMode": "code",
1254           "expr": "sum by(instance) (irate(node_cpu_seconds_total{instance=\"$node\",job=\"$job\", mode=\"system\"}[$__rate_interval])) / on(instance) group_left sum by (instance)((irate(node_cpu_seconds_total{instance=\"$node\",job=\"$job\"}[$__rate_interval])))",
1255           "format": "time_series",
1256           "hide": false,
1257           "intervalFactor": 1,
1258           "legendFormat": "Busy System",
1259           "range": true,
1260           "refId": "A",
1261           "step": 240
1262         },
1263         {
1264           "datasource": {
1265             "type": "prometheus",
1266             "uid": "${DS_PROMETHEUS}"
1267           },
1268           "editorMode": "code",
1269           "expr": "sum by(instance) (irate(node_cpu_seconds_total{instance=\"$node\",job=\"$job\", mode=\"user\"}[$__rate_interval])) / on(instance) group_left sum by (instance)((irate(node_cpu_seconds_total{instance=\"$node\",job=\"$job\"}[$__rate_interval])))",
1270           "format": "time_series",
1271           "hide": false,
1272           "intervalFactor": 1,
1273           "legendFormat": "Busy User",
1274           "range": true,
1275           "refId": "B",
1276           "step": 240
1277         },
1278         {
1279           "datasource": {
1280             "type": "prometheus",
1281             "uid": "${DS_PROMETHEUS}"
1282           },
1283           "editorMode": "code",
1284           "expr": "sum by(instance) (irate(node_cpu_seconds_total{instance=\"$node\",job=\"$job\", mode=\"iowait\"}[$__rate_interval])) / on(instance) group_left sum by (instance)((irate(node_cpu_seconds_total{instance=\"$node\",job=\"$job\"}[$__rate_interval])))",
1285           "format": "time_series",
1286           "intervalFactor": 1,
1287           "legendFormat": "Busy Iowait",
1288           "range": true,
1289           "refId": "C",
1290           "step": 240
1291         },
1292         {
1293           "datasource": {
1294             "type": "prometheus",
1295             "uid": "${DS_PROMETHEUS}"
1296           },
1297           "editorMode": "code",
1298           "expr": "sum by(instance) (irate(node_cpu_seconds_total{instance=\"$node\",job=\"$job\", mode=~\".*irq\"}[$__rate_interval])) / on(instance) group_left sum by (instance)((irate(node_cpu_seconds_total{instance=\"$node\",job=\"$job\"}[$__rate_interval])))",
1299           "format": "time_series",
1300           "intervalFactor": 1,
1301           "legendFormat": "Busy IRQs",
1302           "range": true,
1303           "refId": "D",
1304           "step": 240
1305         },
1306         {
1307           "datasource": {
1308             "type": "prometheus",
1309             "uid": "${DS_PROMETHEUS}"
1310           },
1311           "editorMode": "code",
1312           "expr": "sum by(instance) (irate(node_cpu_seconds_total{instance=\"$node\",job=\"$job\", mode!='idle',mode!='user',mode!='system',mode!='iowait',mode!='irq',mode!='softirq'}[$__rate_interval])) / on(instance) group_left sum by (instance)((irate(node_cpu_seconds_total{instance=\"$node\",job=\"$job\"}[$__rate_interval])))",
1313           "format": "time_series",
1314           "intervalFactor": 1,
1315           "legendFormat": "Busy Other",
1316           "range": true,
1317           "refId": "E",
1318           "step": 240
1319         },
1320         {
1321           "datasource": {
1322             "type": "prometheus",
1323             "uid": "${DS_PROMETHEUS}"
1324           },
1325           "editorMode": "code",
1326           "expr": "sum by(instance) (irate(node_cpu_seconds_total{instance=\"$node\",job=\"$job\", mode=\"idle\"}[$__rate_interval])) / on(instance) group_left sum by (instance)((irate(node_cpu_seconds_total{instance=\"$node\",job=\"$job\"}[$__rate_interval])))",
1327           "format": "time_series",
1328           "intervalFactor": 1,
1329           "legendFormat": "Idle",
1330           "range": true,
1331           "refId": "F",
1332           "step": 240
1333         }
1334       ],
1335       "title": "CPU Basic",
1336       "type": "timeseries"
1337     },
1338     {
1339       "datasource": {
1340         "type": "prometheus",
1341         "uid": "${DS_PROMETHEUS}"
1342       },
1343       "description": "Basic memory usage",
1344       "fieldConfig": {
1345         "defaults": {
1346           "color": {
1347             "mode": "palette-classic"
1348           },
1349           "custom": {
1350             "axisCenteredZero": false,
1351             "axisColorMode": "text",
1352             "axisLabel": "",
1353             "axisPlacement": "auto",
1354             "barAlignment": 0,
1355             "drawStyle": "line",
1356             "fillOpacity": 40,
1357             "gradientMode": "none",
1358             "hideFrom": {
1359               "legend": false,
1360               "tooltip": false,
1361               "viz": false
1362             },
1363             "lineInterpolation": "linear",
1364             "lineWidth": 1,
1365             "pointSize": 5,
1366             "scaleDistribution": {
1367               "type": "linear"
1368             },
1369             "showPoints": "never",
1370             "spanNulls": false,
1371             "stacking": {
1372               "group": "A",
1373               "mode": "normal"
1374             },
1375             "thresholdsStyle": {
1376               "mode": "off"
1377             }
1378           },
1379           "links": [],
1380           "mappings": [],
1381           "min": 0,
1382           "thresholds": {
1383             "mode": "absolute",
1384             "steps": [
1385               {
1386                 "color": "green",
1387                 "value": null
1388               },
1389               {
1390                 "color": "red",
1391                 "value": 80
1392               }
1393             ]
1394           },
1395           "unit": "bytes"
1396         },
1397         "overrides": [
1398           {
1399             "matcher": {
1400               "id": "byName",
1401               "options": "Apps"
1402             },
1403             "properties": [
1404               {
1405                 "id": "color",
1406                 "value": {
1407                   "fixedColor": "#629E51",
1408                   "mode": "fixed"
1409                 }
1410               }
1411             ]
1412           },
1413           {
1414             "matcher": {
1415               "id": "byName",
1416               "options": "Buffers"
1417             },
1418             "properties": [
1419               {
1420                 "id": "color",
1421                 "value": {
1422                   "fixedColor": "#614D93",
1423                   "mode": "fixed"
1424                 }
1425               }
1426             ]
1427           },
1428           {
1429             "matcher": {
1430               "id": "byName",
1431               "options": "Cache"
1432             },
1433             "properties": [
1434               {
1435                 "id": "color",
1436                 "value": {
1437                   "fixedColor": "#6D1F62",
1438                   "mode": "fixed"
1439                 }
1440               }
1441             ]
1442           },
1443           {
1444             "matcher": {
1445               "id": "byName",
1446               "options": "Cached"
1447             },
1448             "properties": [
1449               {
1450                 "id": "color",
1451                 "value": {
1452                   "fixedColor": "#511749",
1453                   "mode": "fixed"
1454                 }
1455               }
1456             ]
1457           },
1458           {
1459             "matcher": {
1460               "id": "byName",
1461               "options": "Committed"
1462             },
1463             "properties": [
1464               {
1465                 "id": "color",
1466                 "value": {
1467                   "fixedColor": "#508642",
1468                   "mode": "fixed"
1469                 }
1470               }
1471             ]
1472           },
1473           {
1474             "matcher": {
1475               "id": "byName",
1476               "options": "Free"
1477             },
1478             "properties": [
1479               {
1480                 "id": "color",
1481                 "value": {
1482                   "fixedColor": "#0A437C",
1483                   "mode": "fixed"
1484                 }
1485               }
1486             ]
1487           },
1488           {
1489             "matcher": {
1490               "id": "byName",
1491               "options": "Hardware Corrupted - Amount of RAM that the kernel identified as corrupted / not working"
1492             },
1493             "properties": [
1494               {
1495                 "id": "color",
1496                 "value": {
1497                   "fixedColor": "#CFFAFF",
1498                   "mode": "fixed"
1499                 }
1500               }
1501             ]
1502           },
1503           {
1504             "matcher": {
1505               "id": "byName",
1506               "options": "Inactive"
1507             },
1508             "properties": [
1509               {
1510                 "id": "color",
1511                 "value": {
1512                   "fixedColor": "#584477",
1513                   "mode": "fixed"
1514                 }
1515               }
1516             ]
1517           },
1518           {
1519             "matcher": {
1520               "id": "byName",
1521               "options": "PageTables"
1522             },
1523             "properties": [
1524               {
1525                 "id": "color",
1526                 "value": {
1527                   "fixedColor": "#0A50A1",
1528                   "mode": "fixed"
1529                 }
1530               }
1531             ]
1532           },
1533           {
1534             "matcher": {
1535               "id": "byName",
1536               "options": "Page_Tables"
1537             },
1538             "properties": [
1539               {
1540                 "id": "color",
1541                 "value": {
1542                   "fixedColor": "#0A50A1",
1543                   "mode": "fixed"
1544                 }
1545               }
1546             ]
1547           },
1548           {
1549             "matcher": {
1550               "id": "byName",
1551               "options": "RAM_Free"
1552             },
1553             "properties": [
1554               {
1555                 "id": "color",
1556                 "value": {
1557                   "fixedColor": "#E0F9D7",
1558                   "mode": "fixed"
1559                 }
1560               }
1561             ]
1562           },
1563           {
1564             "matcher": {
1565               "id": "byName",
1566               "options": "SWAP Used"
1567             },
1568             "properties": [
1569               {
1570                 "id": "color",
1571                 "value": {
1572                   "fixedColor": "#BF1B00",
1573                   "mode": "fixed"
1574                 }
1575               }
1576             ]
1577           },
1578           {
1579             "matcher": {
1580               "id": "byName",
1581               "options": "Slab"
1582             },
1583             "properties": [
1584               {
1585                 "id": "color",
1586                 "value": {
1587                   "fixedColor": "#806EB7",
1588                   "mode": "fixed"
1589                 }
1590               }
1591             ]
1592           },
1593           {
1594             "matcher": {
1595               "id": "byName",
1596               "options": "Slab_Cache"
1597             },
1598             "properties": [
1599               {
1600                 "id": "color",
1601                 "value": {
1602                   "fixedColor": "#E0752D",
1603                   "mode": "fixed"
1604                 }
1605               }
1606             ]
1607           },
1608           {
1609             "matcher": {
1610               "id": "byName",
1611               "options": "Swap"
1612             },
1613             "properties": [
1614               {
1615                 "id": "color",
1616                 "value": {
1617                   "fixedColor": "#BF1B00",
1618                   "mode": "fixed"
1619                 }
1620               }
1621             ]
1622           },
1623           {
1624             "matcher": {
1625               "id": "byName",
1626               "options": "Swap Used"
1627             },
1628             "properties": [
1629               {
1630                 "id": "color",
1631                 "value": {
1632                   "fixedColor": "#BF1B00",
1633                   "mode": "fixed"
1634                 }
1635               }
1636             ]
1637           },
1638           {
1639             "matcher": {
1640               "id": "byName",
1641               "options": "Swap_Cache"
1642             },
1643             "properties": [
1644               {
1645                 "id": "color",
1646                 "value": {
1647                   "fixedColor": "#C15C17",
1648                   "mode": "fixed"
1649                 }
1650               }
1651             ]
1652           },
1653           {
1654             "matcher": {
1655               "id": "byName",
1656               "options": "Swap_Free"
1657             },
1658             "properties": [
1659               {
1660                 "id": "color",
1661                 "value": {
1662                   "fixedColor": "#2F575E",
1663                   "mode": "fixed"
1664                 }
1665               }
1666             ]
1667           },
1668           {
1669             "matcher": {
1670               "id": "byName",
1671               "options": "Unused"
1672             },
1673             "properties": [
1674               {
1675                 "id": "color",
1676                 "value": {
1677                   "fixedColor": "#EAB839",
1678                   "mode": "fixed"
1679                 }
1680               }
1681             ]
1682           },
1683           {
1684             "matcher": {
1685               "id": "byName",
1686               "options": "RAM Total"
1687             },
1688             "properties": [
1689               {
1690                 "id": "color",
1691                 "value": {
1692                   "fixedColor": "#E0F9D7",
1693                   "mode": "fixed"
1694                 }
1695               },
1696               {
1697                 "id": "custom.fillOpacity",
1698                 "value": 0
1699               },
1700               {
1701                 "id": "custom.stacking",
1702                 "value": {
1703                   "group": false,
1704                   "mode": "normal"
1705                 }
1706               }
1707             ]
1708           },
1709           {
1710             "matcher": {
1711               "id": "byName",
1712               "options": "RAM Cache + Buffer"
1713             },
1714             "properties": [
1715               {
1716                 "id": "color",
1717                 "value": {
1718                   "fixedColor": "#052B51",
1719                   "mode": "fixed"
1720                 }
1721               }
1722             ]
1723           },
1724           {
1725             "matcher": {
1726               "id": "byName",
1727               "options": "RAM Free"
1728             },
1729             "properties": [
1730               {
1731                 "id": "color",
1732                 "value": {
1733                   "fixedColor": "#7EB26D",
1734                   "mode": "fixed"
1735                 }
1736               }
1737             ]
1738           },
1739           {
1740             "matcher": {
1741               "id": "byName",
1742               "options": "Avaliable"
1743             },
1744             "properties": [
1745               {
1746                 "id": "color",
1747                 "value": {
1748                   "fixedColor": "#DEDAF7",
1749                   "mode": "fixed"
1750                 }
1751               },
1752               {
1753                 "id": "custom.fillOpacity",
1754                 "value": 0
1755               },
1756               {
1757                 "id": "custom.stacking",
1758                 "value": {
1759                   "group": false,
1760                   "mode": "normal"
1761                 }
1762               }
1763             ]
1764           }
1765         ]
1766       },
1767       "gridPos": {
1768         "h": 7,
1769         "w": 12,
1770         "x": 12,
1771         "y": 6
1772       },
1773       "id": 78,
1774       "links": [],
1775       "options": {
1776         "legend": {
1777           "calcs": [],
1778           "displayMode": "list",
1779           "placement": "bottom",
1780           "showLegend": true,
1781           "width": 350
1782         },
1783         "tooltip": {
1784           "mode": "multi",
1785           "sort": "none"
1786         }
1787       },
1788       "pluginVersion": "9.2.0",
1789       "targets": [
1790         {
1791           "datasource": {
1792             "type": "prometheus",
1793             "uid": "${DS_PROMETHEUS}"
1794           },
1795           "expr": "node_memory_MemTotal_bytes{instance=\"$node\",job=\"$job\"}",
1796           "format": "time_series",
1797           "hide": false,
1798           "intervalFactor": 1,
1799           "legendFormat": "RAM Total",
1800           "refId": "A",
1801           "step": 240
1802         },
1803         {
1804           "datasource": {
1805             "type": "prometheus",
1806             "uid": "${DS_PROMETHEUS}"
1807           },
1808           "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\"} + node_memory_SReclaimable_bytes{instance=\"$node\",job=\"$job\"})",
1809           "format": "time_series",
1810           "hide": false,
1811           "intervalFactor": 1,
1812           "legendFormat": "RAM Used",
1813           "refId": "B",
1814           "step": 240
1815         },
1816         {
1817           "datasource": {
1818             "type": "prometheus",
1819             "uid": "${DS_PROMETHEUS}"
1820           },
1821           "expr": "node_memory_Cached_bytes{instance=\"$node\",job=\"$job\"} + node_memory_Buffers_bytes{instance=\"$node\",job=\"$job\"} + node_memory_SReclaimable_bytes{instance=\"$node\",job=\"$job\"}",
1822           "format": "time_series",
1823           "intervalFactor": 1,
1824           "legendFormat": "RAM Cache + Buffer",
1825           "refId": "C",
1826           "step": 240
1827         },
1828         {
1829           "datasource": {
1830             "type": "prometheus",
1831             "uid": "${DS_PROMETHEUS}"
1832           },
1833           "expr": "node_memory_MemFree_bytes{instance=\"$node\",job=\"$job\"}",
1834           "format": "time_series",
1835           "intervalFactor": 1,
1836           "legendFormat": "RAM Free",
1837           "refId": "D",
1838           "step": 240
1839         },
1840         {
1841           "datasource": {
1842             "type": "prometheus",
1843             "uid": "${DS_PROMETHEUS}"
1844           },
1845           "expr": "(node_memory_SwapTotal_bytes{instance=\"$node\",job=\"$job\"} - node_memory_SwapFree_bytes{instance=\"$node\",job=\"$job\"})",
1846           "format": "time_series",
1847           "intervalFactor": 1,
1848           "legendFormat": "SWAP Used",
1849           "refId": "E",
1850           "step": 240
1851         }
1852       ],
1853       "title": "Memory Basic",
1854       "type": "timeseries"
1855     },
1856     {
1857       "datasource": {
1858         "type": "prometheus",
1859         "uid": "${DS_PROMETHEUS}"
1860       },
1861       "description": "Basic network info per interface",
1862       "fieldConfig": {
1863         "defaults": {
1864           "color": {
1865             "mode": "palette-classic"
1866           },
1867           "custom": {
1868             "axisCenteredZero": false,
1869             "axisColorMode": "text",
1870             "axisLabel": "",
1871             "axisPlacement": "auto",
1872             "barAlignment": 0,
1873             "drawStyle": "line",
1874             "fillOpacity": 40,
1875             "gradientMode": "none",
1876             "hideFrom": {
1877               "legend": false,
1878               "tooltip": false,
1879               "viz": false
1880             },
1881             "lineInterpolation": "linear",
1882             "lineWidth": 1,
1883             "pointSize": 5,
1884             "scaleDistribution": {
1885               "type": "linear"
1886             },
1887             "showPoints": "never",
1888             "spanNulls": false,
1889             "stacking": {
1890               "group": "A",
1891               "mode": "none"
1892             },
1893             "thresholdsStyle": {
1894               "mode": "off"
1895             }
1896           },
1897           "links": [],
1898           "mappings": [],
1899           "thresholds": {
1900             "mode": "absolute",
1901             "steps": [
1902               {
1903                 "color": "green",
1904                 "value": null
1905               },
1906               {
1907                 "color": "red",
1908                 "value": 80
1909               }
1910             ]
1911           },
1912           "unit": "bps"
1913         },
1914         "overrides": [
1915           {
1916             "matcher": {
1917               "id": "byName",
1918               "options": "Recv_bytes_eth2"
1919             },
1920             "properties": [
1921               {
1922                 "id": "color",
1923                 "value": {
1924                   "fixedColor": "#7EB26D",
1925                   "mode": "fixed"
1926                 }
1927               }
1928             ]
1929           },
1930           {
1931             "matcher": {
1932               "id": "byName",
1933               "options": "Recv_bytes_lo"
1934             },
1935             "properties": [
1936               {
1937                 "id": "color",
1938                 "value": {
1939                   "fixedColor": "#0A50A1",
1940                   "mode": "fixed"
1941                 }
1942               }
1943             ]
1944           },
1945           {
1946             "matcher": {
1947               "id": "byName",
1948               "options": "Recv_drop_eth2"
1949             },
1950             "properties": [
1951               {
1952                 "id": "color",
1953                 "value": {
1954                   "fixedColor": "#6ED0E0",
1955                   "mode": "fixed"
1956                 }
1957               }
1958             ]
1959           },
1960           {
1961             "matcher": {
1962               "id": "byName",
1963               "options": "Recv_drop_lo"
1964             },
1965             "properties": [
1966               {
1967                 "id": "color",
1968                 "value": {
1969                   "fixedColor": "#E0F9D7",
1970                   "mode": "fixed"
1971                 }
1972               }
1973             ]
1974           },
1975           {
1976             "matcher": {
1977               "id": "byName",
1978               "options": "Recv_errs_eth2"
1979             },
1980             "properties": [
1981               {
1982                 "id": "color",
1983                 "value": {
1984                   "fixedColor": "#BF1B00",
1985                   "mode": "fixed"
1986                 }
1987               }
1988             ]
1989           },
1990           {
1991             "matcher": {
1992               "id": "byName",
1993               "options": "Recv_errs_lo"
1994             },
1995             "properties": [
1996               {
1997                 "id": "color",
1998                 "value": {
1999                   "fixedColor": "#CCA300",
2000                   "mode": "fixed"
2001                 }
2002               }
2003             ]
2004           },
2005           {
2006             "matcher": {
2007               "id": "byName",
2008               "options": "Trans_bytes_eth2"
2009             },
2010             "properties": [
2011               {
2012                 "id": "color",
2013                 "value": {
2014                   "fixedColor": "#7EB26D",
2015                   "mode": "fixed"
2016                 }
2017               }
2018             ]
2019           },
2020           {
2021             "matcher": {
2022               "id": "byName",
2023               "options": "Trans_bytes_lo"
2024             },
2025             "properties": [
2026               {
2027                 "id": "color",
2028                 "value": {
2029                   "fixedColor": "#0A50A1",
2030                   "mode": "fixed"
2031                 }
2032               }
2033             ]
2034           },
2035           {
2036             "matcher": {
2037               "id": "byName",
2038               "options": "Trans_drop_eth2"
2039             },
2040             "properties": [
2041               {
2042                 "id": "color",
2043                 "value": {
2044                   "fixedColor": "#6ED0E0",
2045                   "mode": "fixed"
2046                 }
2047               }
2048             ]
2049           },
2050           {
2051             "matcher": {
2052               "id": "byName",
2053               "options": "Trans_drop_lo"
2054             },
2055             "properties": [
2056               {
2057                 "id": "color",
2058                 "value": {
2059                   "fixedColor": "#E0F9D7",
2060                   "mode": "fixed"
2061                 }
2062               }
2063             ]
2064           },
2065           {
2066             "matcher": {
2067               "id": "byName",
2068               "options": "Trans_errs_eth2"
2069             },
2070             "properties": [
2071               {
2072                 "id": "color",
2073                 "value": {
2074                   "fixedColor": "#BF1B00",
2075                   "mode": "fixed"
2076                 }
2077               }
2078             ]
2079           },
2080           {
2081             "matcher": {
2082               "id": "byName",
2083               "options": "Trans_errs_lo"
2084             },
2085             "properties": [
2086               {
2087                 "id": "color",
2088                 "value": {
2089                   "fixedColor": "#CCA300",
2090                   "mode": "fixed"
2091                 }
2092               }
2093             ]
2094           },
2095           {
2096             "matcher": {
2097               "id": "byName",
2098               "options": "recv_bytes_lo"
2099             },
2100             "properties": [
2101               {
2102                 "id": "color",
2103                 "value": {
2104                   "fixedColor": "#0A50A1",
2105                   "mode": "fixed"
2106                 }
2107               }
2108             ]
2109           },
2110           {
2111             "matcher": {
2112               "id": "byName",
2113               "options": "recv_drop_eth0"
2114             },
2115             "properties": [
2116               {
2117                 "id": "color",
2118                 "value": {
2119                   "fixedColor": "#99440A",
2120                   "mode": "fixed"
2121                 }
2122               }
2123             ]
2124           },
2125           {
2126             "matcher": {
2127               "id": "byName",
2128               "options": "recv_drop_lo"
2129             },
2130             "properties": [
2131               {
2132                 "id": "color",
2133                 "value": {
2134                   "fixedColor": "#967302",
2135                   "mode": "fixed"
2136                 }
2137               }
2138             ]
2139           },
2140           {
2141             "matcher": {
2142               "id": "byName",
2143               "options": "recv_errs_eth0"
2144             },
2145             "properties": [
2146               {
2147                 "id": "color",
2148                 "value": {
2149                   "fixedColor": "#BF1B00",
2150                   "mode": "fixed"
2151                 }
2152               }
2153             ]
2154           },
2155           {
2156             "matcher": {
2157               "id": "byName",
2158               "options": "recv_errs_lo"
2159             },
2160             "properties": [
2161               {
2162                 "id": "color",
2163                 "value": {
2164                   "fixedColor": "#890F02",
2165                   "mode": "fixed"
2166                 }
2167               }
2168             ]
2169           },
2170           {
2171             "matcher": {
2172               "id": "byName",
2173               "options": "trans_bytes_eth0"
2174             },
2175             "properties": [
2176               {
2177                 "id": "color",
2178                 "value": {
2179                   "fixedColor": "#7EB26D",
2180                   "mode": "fixed"
2181                 }
2182               }
2183             ]
2184           },
2185           {
2186             "matcher": {
2187               "id": "byName",
2188               "options": "trans_bytes_lo"
2189             },
2190             "properties": [
2191               {
2192                 "id": "color",
2193                 "value": {
2194                   "fixedColor": "#0A50A1",
2195                   "mode": "fixed"
2196                 }
2197               }
2198             ]
2199           },
2200           {
2201             "matcher": {
2202               "id": "byName",
2203               "options": "trans_drop_eth0"
2204             },
2205             "properties": [
2206               {
2207                 "id": "color",
2208                 "value": {
2209                   "fixedColor": "#99440A",
2210                   "mode": "fixed"
2211                 }
2212               }
2213             ]
2214           },
2215           {
2216             "matcher": {
2217               "id": "byName",
2218               "options": "trans_drop_lo"
2219             },
2220             "properties": [
2221               {
2222                 "id": "color",
2223                 "value": {
2224                   "fixedColor": "#967302",
2225                   "mode": "fixed"
2226                 }
2227               }
2228             ]
2229           },
2230           {
2231             "matcher": {
2232               "id": "byName",
2233               "options": "trans_errs_eth0"
2234             },
2235             "properties": [
2236               {
2237                 "id": "color",
2238                 "value": {
2239                   "fixedColor": "#BF1B00",
2240                   "mode": "fixed"
2241                 }
2242               }
2243             ]
2244           },
2245           {
2246             "matcher": {
2247               "id": "byName",
2248               "options": "trans_errs_lo"
2249             },
2250             "properties": [
2251               {
2252                 "id": "color",
2253                 "value": {
2254                   "fixedColor": "#890F02",
2255                   "mode": "fixed"
2256                 }
2257               }
2258             ]
2259           },
2260           {
2261             "matcher": {
2262               "id": "byRegexp",
2263               "options": "/.*trans.*/"
2264             },
2265             "properties": [
2266               {
2267                 "id": "custom.transform",
2268                 "value": "negative-Y"
2269               }
2270             ]
2271           }
2272         ]
2273       },
2274       "gridPos": {
2275         "h": 7,
2276         "w": 12,
2277         "x": 0,
2278         "y": 13
2279       },
2280       "id": 74,
2281       "links": [],
2282       "options": {
2283         "legend": {
2284           "calcs": [],
2285           "displayMode": "list",
2286           "placement": "bottom",
2287           "showLegend": true
2288         },
2289         "tooltip": {
2290           "mode": "multi",
2291           "sort": "none"
2292         }
2293       },
2294       "pluginVersion": "9.2.0",
2295       "targets": [
2296         {
2297           "datasource": {
2298             "type": "prometheus",
2299             "uid": "${DS_PROMETHEUS}"
2300           },
2301           "expr": "irate(node_network_receive_bytes_total{instance=\"$node\",job=\"$job\"}[$__rate_interval])*8",
2302           "format": "time_series",
2303           "intervalFactor": 1,
2304           "legendFormat": "recv {{device}}",
2305           "refId": "A",
2306           "step": 240
2307         },
2308         {
2309           "datasource": {
2310             "type": "prometheus",
2311             "uid": "${DS_PROMETHEUS}"
2312           },
2313           "expr": "irate(node_network_transmit_bytes_total{instance=\"$node\",job=\"$job\"}[$__rate_interval])*8",
2314           "format": "time_series",
2315           "intervalFactor": 1,
2316           "legendFormat": "trans {{device}} ",
2317           "refId": "B",
2318           "step": 240
2319         }
2320       ],
2321       "title": "Network Traffic Basic",
2322       "type": "timeseries"
2323     },
2324     {
2325       "datasource": {
2326         "type": "prometheus",
2327         "uid": "${DS_PROMETHEUS}"
2328       },
2329       "description": "Disk space used of all filesystems mounted",
2330       "fieldConfig": {
2331         "defaults": {
2332           "color": {
2333             "mode": "palette-classic"
2334           },
2335           "custom": {
2336             "axisCenteredZero": false,
2337             "axisColorMode": "text",
2338             "axisLabel": "",
2339             "axisPlacement": "auto",
2340             "barAlignment": 0,
2341             "drawStyle": "line",
2342             "fillOpacity": 40,
2343             "gradientMode": "none",
2344             "hideFrom": {
2345               "legend": false,
2346               "tooltip": false,
2347               "viz": false
2348             },
2349             "lineInterpolation": "linear",
2350             "lineWidth": 1,
2351             "pointSize": 5,
2352             "scaleDistribution": {
2353               "type": "linear"
2354             },
2355             "showPoints": "never",
2356             "spanNulls": false,
2357             "stacking": {
2358               "group": "A",
2359               "mode": "none"
2360             },
2361             "thresholdsStyle": {
2362               "mode": "off"
2363             }
2364           },
2365           "links": [],
2366           "mappings": [],
2367           "max": 100,
2368           "min": 0,
2369           "thresholds": {
2370             "mode": "absolute",
2371             "steps": [
2372               {
2373                 "color": "green",
2374                 "value": null
2375               },
2376               {
2377                 "color": "red",
2378                 "value": 80
2379               }
2380             ]
2381           },
2382           "unit": "percent"
2383         },
2384         "overrides": []
2385       },
2386       "gridPos": {
2387         "h": 7,
2388         "w": 12,
2389         "x": 12,
2390         "y": 13
2391       },
2392       "id": 152,
2393       "links": [],
2394       "options": {
2395         "legend": {
2396           "calcs": [],
2397           "displayMode": "list",
2398           "placement": "bottom",
2399           "showLegend": true
2400         },
2401         "tooltip": {
2402           "mode": "multi",
2403           "sort": "none"
2404         }
2405       },
2406       "pluginVersion": "9.2.0",
2407       "targets": [
2408         {
2409           "datasource": {
2410             "type": "prometheus",
2411             "uid": "${DS_PROMETHEUS}"
2412           },
2413           "expr": "100 - ((node_filesystem_avail_bytes{instance=\"$node\",job=\"$job\",device!~'rootfs'} * 100) / node_filesystem_size_bytes{instance=\"$node\",job=\"$job\",device!~'rootfs'})",
2414           "format": "time_series",
2415           "intervalFactor": 1,
2416           "legendFormat": "{{mountpoint}}",
2417           "refId": "A",
2418           "step": 240
2419         }
2420       ],
2421       "title": "Disk Space Used Basic",
2422       "type": "timeseries"
2423     },
2424     {
2425       "collapsed": true,
2426       "datasource": {
2427         "type": "prometheus",
2428         "uid": "${DS_PROMETHEUS}"
2429       },
2430       "gridPos": {
2431         "h": 1,
2432         "w": 24,
2433         "x": 0,
2434         "y": 20
2435       },
2436       "id": 265,
2437       "panels": [
2438         {
2439           "datasource": {
2440             "type": "prometheus",
2441             "uid": "${DS_PROMETHEUS}"
2442           },
2443           "description": "",
2444           "fieldConfig": {
2445             "defaults": {
2446               "color": {
2447                 "mode": "palette-classic"
2448               },
2449               "custom": {
2450                 "axisCenteredZero": false,
2451                 "axisColorMode": "text",
2452                 "axisLabel": "percentage",
2453                 "axisPlacement": "auto",
2454                 "barAlignment": 0,
2455                 "drawStyle": "line",
2456                 "fillOpacity": 70,
2457                 "gradientMode": "none",
2458                 "hideFrom": {
2459                   "legend": false,
2460                   "tooltip": false,
2461                   "viz": false
2462                 },
2463                 "lineInterpolation": "smooth",
2464                 "lineWidth": 2,
2465                 "pointSize": 5,
2466                 "scaleDistribution": {
2467                   "type": "linear"
2468                 },
2469                 "showPoints": "never",
2470                 "spanNulls": false,
2471                 "stacking": {
2472                   "group": "A",
2473                   "mode": "percent"
2474                 },
2475                 "thresholdsStyle": {
2476                   "mode": "off"
2477                 }
2478               },
2479               "links": [],
2480               "mappings": [],
2481               "min": 0,
2482               "thresholds": {
2483                 "mode": "absolute",
2484                 "steps": [
2485                   {
2486                     "color": "green",
2487                     "value": null
2488                   },
2489                   {
2490                     "color": "red",
2491                     "value": 80
2492                   }
2493                 ]
2494               },
2495               "unit": "percentunit"
2496             },
2497             "overrides": [
2498               {
2499                 "matcher": {
2500                   "id": "byName",
2501                   "options": "Idle - Waiting for something to happen"
2502                 },
2503                 "properties": [
2504                   {
2505                     "id": "color",
2506                     "value": {
2507                       "fixedColor": "#052B51",
2508                       "mode": "fixed"
2509                     }
2510                   }
2511                 ]
2512               },
2513               {
2514                 "matcher": {
2515                   "id": "byName",
2516                   "options": "Iowait - Waiting for I/O to complete"
2517                 },
2518                 "properties": [
2519                   {
2520                     "id": "color",
2521                     "value": {
2522                       "fixedColor": "#EAB839",
2523                       "mode": "fixed"
2524                     }
2525                   }
2526                 ]
2527               },
2528               {
2529                 "matcher": {
2530                   "id": "byName",
2531                   "options": "Irq - Servicing interrupts"
2532                 },
2533                 "properties": [
2534                   {
2535                     "id": "color",
2536                     "value": {
2537                       "fixedColor": "#BF1B00",
2538                       "mode": "fixed"
2539                     }
2540                   }
2541                 ]
2542               },
2543               {
2544                 "matcher": {
2545                   "id": "byName",
2546                   "options": "Nice - Niced processes executing in user mode"
2547                 },
2548                 "properties": [
2549                   {
2550                     "id": "color",
2551                     "value": {
2552                       "fixedColor": "#C15C17",
2553                       "mode": "fixed"
2554                     }
2555                   }
2556                 ]
2557               },
2558               {
2559                 "matcher": {
2560                   "id": "byName",
2561                   "options": "Softirq - Servicing softirqs"
2562                 },
2563                 "properties": [
2564                   {
2565                     "id": "color",
2566                     "value": {
2567                       "fixedColor": "#E24D42",
2568                       "mode": "fixed"
2569                     }
2570                   }
2571                 ]
2572               },
2573               {
2574                 "matcher": {
2575                   "id": "byName",
2576                   "options": "Steal - Time spent in other operating systems when running in a virtualized environment"
2577                 },
2578                 "properties": [
2579                   {
2580                     "id": "color",
2581                     "value": {
2582                       "fixedColor": "#FCE2DE",
2583                       "mode": "fixed"
2584                     }
2585                   }
2586                 ]
2587               },
2588               {
2589                 "matcher": {
2590                   "id": "byName",
2591                   "options": "System - Processes executing in kernel mode"
2592                 },
2593                 "properties": [
2594                   {
2595                     "id": "color",
2596                     "value": {
2597                       "fixedColor": "#508642",
2598                       "mode": "fixed"
2599                     }
2600                   }
2601                 ]
2602               },
2603               {
2604                 "matcher": {
2605                   "id": "byName",
2606                   "options": "User - Normal processes executing in user mode"
2607                 },
2608                 "properties": [
2609                   {
2610                     "id": "color",
2611                     "value": {
2612                       "fixedColor": "#5195CE",
2613                       "mode": "fixed"
2614                     }
2615                   }
2616                 ]
2617               }
2618             ]
2619           },
2620           "gridPos": {
2621             "h": 12,
2622             "w": 12,
2623             "x": 0,
2624             "y": 7
2625           },
2626           "id": 3,
2627           "links": [],
2628           "options": {
2629             "legend": {
2630               "calcs": [
2631                 "mean",
2632                 "lastNotNull",
2633                 "max",
2634                 "min"
2635               ],
2636               "displayMode": "table",
2637               "placement": "bottom",
2638               "showLegend": true,
2639               "width": 250
2640             },
2641             "tooltip": {
2642               "mode": "multi",
2643               "sort": "desc"
2644             }
2645           },
2646           "pluginVersion": "9.2.0",
2647           "targets": [
2648             {
2649               "datasource": {
2650                 "type": "prometheus",
2651                 "uid": "${DS_PROMETHEUS}"
2652               },
2653               "editorMode": "code",
2654               "expr": "sum by(instance) (irate(node_cpu_seconds_total{instance=\"$node\",job=\"$job\", mode=\"system\"}[$__rate_interval])) / on(instance) group_left sum by (instance)((irate(node_cpu_seconds_total{instance=\"$node\",job=\"$job\"}[$__rate_interval])))",
2655               "format": "time_series",
2656               "interval": "",
2657               "intervalFactor": 1,
2658               "legendFormat": "System - Processes executing in kernel mode",
2659               "range": true,
2660               "refId": "A",
2661               "step": 240
2662             },
2663             {
2664               "datasource": {
2665                 "type": "prometheus",
2666                 "uid": "${DS_PROMETHEUS}"
2667               },
2668               "editorMode": "code",
2669               "expr": "sum by(instance) (irate(node_cpu_seconds_total{instance=\"$node\",job=\"$job\", mode=\"user\"}[$__rate_interval])) / on(instance) group_left sum by (instance)((irate(node_cpu_seconds_total{instance=\"$node\",job=\"$job\"}[$__rate_interval])))",
2670               "format": "time_series",
2671               "intervalFactor": 1,
2672               "legendFormat": "User - Normal processes executing in user mode",
2673               "range": true,
2674               "refId": "B",
2675               "step": 240
2676             },
2677             {
2678               "datasource": {
2679                 "type": "prometheus",
2680                 "uid": "${DS_PROMETHEUS}"
2681               },
2682               "editorMode": "code",
2683               "expr": "sum by(instance) (irate(node_cpu_seconds_total{instance=\"$node\",job=\"$job\", mode=\"nice\"}[$__rate_interval])) / on(instance) group_left sum by (instance)((irate(node_cpu_seconds_total{instance=\"$node\",job=\"$job\"}[$__rate_interval])))",
2684               "format": "time_series",
2685               "intervalFactor": 1,
2686               "legendFormat": "Nice - Niced processes executing in user mode",
2687               "range": true,
2688               "refId": "C",
2689               "step": 240
2690             },
2691             {
2692               "datasource": {
2693                 "type": "prometheus",
2694                 "uid": "${DS_PROMETHEUS}"
2695               },
2696               "editorMode": "code",
2697               "expr": "sum by(instance) (irate(node_cpu_seconds_total{instance=\"$node\",job=\"$job\", mode=\"iowait\"}[$__rate_interval])) / on(instance) group_left sum by (instance)((irate(node_cpu_seconds_total{instance=\"$node\",job=\"$job\"}[$__rate_interval])))",
2698               "format": "time_series",
2699               "intervalFactor": 1,
2700               "legendFormat": "Iowait - Waiting for I/O to complete",
2701               "range": true,
2702               "refId": "E",
2703               "step": 240
2704             },
2705             {
2706               "datasource": {
2707                 "type": "prometheus",
2708                 "uid": "${DS_PROMETHEUS}"
2709               },
2710               "editorMode": "code",
2711               "expr": "sum by(instance) (irate(node_cpu_seconds_total{instance=\"$node\",job=\"$job\", mode=\"irq\"}[$__rate_interval])) / on(instance) group_left sum by (instance)((irate(node_cpu_seconds_total{instance=\"$node\",job=\"$job\"}[$__rate_interval])))",
2712               "format": "time_series",
2713               "intervalFactor": 1,
2714               "legendFormat": "Irq - Servicing interrupts",
2715               "range": true,
2716               "refId": "F",
2717               "step": 240
2718             },
2719             {
2720               "datasource": {
2721                 "type": "prometheus",
2722                 "uid": "${DS_PROMETHEUS}"
2723               },
2724               "editorMode": "code",
2725               "expr": "sum by(instance) (irate(node_cpu_seconds_total{instance=\"$node\",job=\"$job\", mode=\"softirq\"}[$__rate_interval])) / on(instance) group_left sum by (instance)((irate(node_cpu_seconds_total{instance=\"$node\",job=\"$job\"}[$__rate_interval])))",
2726               "format": "time_series",
2727               "intervalFactor": 1,
2728               "legendFormat": "Softirq - Servicing softirqs",
2729               "range": true,
2730               "refId": "G",
2731               "step": 240
2732             },
2733             {
2734               "datasource": {
2735                 "type": "prometheus",
2736                 "uid": "${DS_PROMETHEUS}"
2737               },
2738               "editorMode": "code",
2739               "expr": "sum by(instance) (irate(node_cpu_seconds_total{instance=\"$node\",job=\"$job\", mode=\"steal\"}[$__rate_interval])) / on(instance) group_left sum by (instance)((irate(node_cpu_seconds_total{instance=\"$node\",job=\"$job\"}[$__rate_interval])))",
2740               "format": "time_series",
2741               "intervalFactor": 1,
2742               "legendFormat": "Steal - Time spent in other operating systems when running in a virtualized environment",
2743               "range": true,
2744               "refId": "H",
2745               "step": 240
2746             },
2747             {
2748               "datasource": {
2749                 "type": "prometheus",
2750                 "uid": "${DS_PROMETHEUS}"
2751               },
2752               "editorMode": "code",
2753               "expr": "sum by(instance) (irate(node_cpu_seconds_total{instance=\"$node\",job=\"$job\", mode=\"idle\"}[$__rate_interval])) / on(instance) group_left sum by (instance)((irate(node_cpu_seconds_total{instance=\"$node\",job=\"$job\"}[$__rate_interval])))",
2754               "format": "time_series",
2755               "hide": false,
2756               "intervalFactor": 1,
2757               "legendFormat": "Idle - Waiting for something to happen",
2758               "range": true,
2759               "refId": "J",
2760               "step": 240
2761             }
2762           ],
2763           "title": "CPU",
2764           "type": "timeseries"
2765         },
2766         {
2767           "datasource": {
2768             "type": "prometheus",
2769             "uid": "${DS_PROMETHEUS}"
2770           },
2771           "description": "",
2772           "fieldConfig": {
2773             "defaults": {
2774               "color": {
2775                 "mode": "palette-classic"
2776               },
2777               "custom": {
2778                 "axisCenteredZero": false,
2779                 "axisColorMode": "text",
2780                 "axisLabel": "bytes",
2781                 "axisPlacement": "auto",
2782                 "barAlignment": 0,
2783                 "drawStyle": "line",
2784                 "fillOpacity": 40,
2785                 "gradientMode": "none",
2786                 "hideFrom": {
2787                   "legend": false,
2788                   "tooltip": false,
2789                   "viz": false
2790                 },
2791                 "lineInterpolation": "linear",
2792                 "lineWidth": 1,
2793                 "pointSize": 5,
2794                 "scaleDistribution": {
2795                   "type": "linear"
2796                 },
2797                 "showPoints": "never",
2798                 "spanNulls": false,
2799                 "stacking": {
2800                   "group": "A",
2801                   "mode": "normal"
2802                 },
2803                 "thresholdsStyle": {
2804                   "mode": "off"
2805                 }
2806               },
2807               "links": [],
2808               "mappings": [],
2809               "min": 0,
2810               "thresholds": {
2811                 "mode": "absolute",
2812                 "steps": [
2813                   {
2814                     "color": "green",
2815                     "value": null
2816                   },
2817                   {
2818                     "color": "red",
2819                     "value": 80
2820                   }
2821                 ]
2822               },
2823               "unit": "bytes"
2824             },
2825             "overrides": [
2826               {
2827                 "matcher": {
2828                   "id": "byName",
2829                   "options": "Apps"
2830                 },
2831                 "properties": [
2832                   {
2833                     "id": "color",
2834                     "value": {
2835                       "fixedColor": "#629E51",
2836                       "mode": "fixed"
2837                     }
2838                   }
2839                 ]
2840               },
2841               {
2842                 "matcher": {
2843                   "id": "byName",
2844                   "options": "Buffers"
2845                 },
2846                 "properties": [
2847                   {
2848                     "id": "color",
2849                     "value": {
2850                       "fixedColor": "#614D93",
2851                       "mode": "fixed"
2852                     }
2853                   }
2854                 ]
2855               },
2856               {
2857                 "matcher": {
2858                   "id": "byName",
2859                   "options": "Cache"
2860                 },
2861                 "properties": [
2862                   {
2863                     "id": "color",
2864                     "value": {
2865                       "fixedColor": "#6D1F62",
2866                       "mode": "fixed"
2867                     }
2868                   }
2869                 ]
2870               },
2871               {
2872                 "matcher": {
2873                   "id": "byName",
2874                   "options": "Cached"
2875                 },
2876                 "properties": [
2877                   {
2878                     "id": "color",
2879                     "value": {
2880                       "fixedColor": "#511749",
2881                       "mode": "fixed"
2882                     }
2883                   }
2884                 ]
2885               },
2886               {
2887                 "matcher": {
2888                   "id": "byName",
2889                   "options": "Committed"
2890                 },
2891                 "properties": [
2892                   {
2893                     "id": "color",
2894                     "value": {
2895                       "fixedColor": "#508642",
2896                       "mode": "fixed"
2897                     }
2898                   }
2899                 ]
2900               },
2901               {
2902                 "matcher": {
2903                   "id": "byName",
2904                   "options": "Free"
2905                 },
2906                 "properties": [
2907                   {
2908                     "id": "color",
2909                     "value": {
2910                       "fixedColor": "#0A437C",
2911                       "mode": "fixed"
2912                     }
2913                   }
2914                 ]
2915               },
2916               {
2917                 "matcher": {
2918                   "id": "byName",
2919                   "options": "Hardware Corrupted - Amount of RAM that the kernel identified as corrupted / not working"
2920                 },
2921                 "properties": [
2922                   {
2923                     "id": "color",
2924                     "value": {
2925                       "fixedColor": "#CFFAFF",
2926                       "mode": "fixed"
2927                     }
2928                   }
2929                 ]
2930               },
2931               {
2932                 "matcher": {
2933                   "id": "byName",
2934                   "options": "Inactive"
2935                 },
2936                 "properties": [
2937                   {
2938                     "id": "color",
2939                     "value": {
2940                       "fixedColor": "#584477",
2941                       "mode": "fixed"
2942                     }
2943                   }
2944                 ]
2945               },
2946               {
2947                 "matcher": {
2948                   "id": "byName",
2949                   "options": "PageTables"
2950                 },
2951                 "properties": [
2952                   {
2953                     "id": "color",
2954                     "value": {
2955                       "fixedColor": "#0A50A1",
2956                       "mode": "fixed"
2957                     }
2958                   }
2959                 ]
2960               },
2961               {
2962                 "matcher": {
2963                   "id": "byName",
2964                   "options": "Page_Tables"
2965                 },
2966                 "properties": [
2967                   {
2968                     "id": "color",
2969                     "value": {
2970                       "fixedColor": "#0A50A1",
2971                       "mode": "fixed"
2972                     }
2973                   }
2974                 ]
2975               },
2976               {
2977                 "matcher": {
2978                   "id": "byName",
2979                   "options": "RAM_Free"
2980                 },
2981                 "properties": [
2982                   {
2983                     "id": "color",
2984                     "value": {
2985                       "fixedColor": "#E0F9D7",
2986                       "mode": "fixed"
2987                     }
2988                   }
2989                 ]
2990               },
2991               {
2992                 "matcher": {
2993                   "id": "byName",
2994                   "options": "Slab"
2995                 },
2996                 "properties": [
2997                   {
2998                     "id": "color",
2999                     "value": {
3000                       "fixedColor": "#806EB7",
3001                       "mode": "fixed"
3002                     }
3003                   }
3004                 ]
3005               },
3006               {
3007                 "matcher": {
3008                   "id": "byName",
3009                   "options": "Slab_Cache"
3010                 },
3011                 "properties": [
3012                   {
3013                     "id": "color",
3014                     "value": {
3015                       "fixedColor": "#E0752D",
3016                       "mode": "fixed"
3017                     }
3018                   }
3019                 ]
3020               },
3021               {
3022                 "matcher": {
3023                   "id": "byName",
3024                   "options": "Swap"
3025                 },
3026                 "properties": [
3027                   {
3028                     "id": "color",
3029                     "value": {
3030                       "fixedColor": "#BF1B00",
3031                       "mode": "fixed"
3032                     }
3033                   }
3034                 ]
3035               },
3036               {
3037                 "matcher": {
3038                   "id": "byName",
3039                   "options": "Swap - Swap memory usage"
3040                 },
3041                 "properties": [
3042                   {
3043                     "id": "color",
3044                     "value": {
3045                       "fixedColor": "#BF1B00",
3046                       "mode": "fixed"
3047                     }
3048                   }
3049                 ]
3050               },
3051               {
3052                 "matcher": {
3053                   "id": "byName",
3054                   "options": "Swap_Cache"
3055                 },
3056                 "properties": [
3057                   {
3058                     "id": "color",
3059                     "value": {
3060                       "fixedColor": "#C15C17",
3061                       "mode": "fixed"
3062                     }
3063                   }
3064                 ]
3065               },
3066               {
3067                 "matcher": {
3068                   "id": "byName",
3069                   "options": "Swap_Free"
3070                 },
3071                 "properties": [
3072                   {
3073                     "id": "color",
3074                     "value": {
3075                       "fixedColor": "#2F575E",
3076                       "mode": "fixed"
3077                     }
3078                   }
3079                 ]
3080               },
3081               {
3082                 "matcher": {
3083                   "id": "byName",
3084                   "options": "Unused"
3085                 },
3086                 "properties": [
3087                   {
3088                     "id": "color",
3089                     "value": {
3090                       "fixedColor": "#EAB839",
3091                       "mode": "fixed"
3092                     }
3093                   }
3094                 ]
3095               },
3096               {
3097                 "matcher": {
3098                   "id": "byName",
3099                   "options": "Unused - Free memory unassigned"
3100                 },
3101                 "properties": [
3102                   {
3103                     "id": "color",
3104                     "value": {
3105                       "fixedColor": "#052B51",
3106                       "mode": "fixed"
3107                     }
3108                   }
3109                 ]
3110               },
3111               {
3112                 "matcher": {
3113                   "id": "byRegexp",
3114                   "options": "/.*Hardware Corrupted - *./"
3115                 },
3116                 "properties": [
3117                   {
3118                     "id": "custom.stacking",
3119                     "value": {
3120                       "group": false,
3121                       "mode": "normal"
3122                     }
3123                   }
3124                 ]
3125               }
3126             ]
3127           },
3128           "gridPos": {
3129             "h": 12,
3130             "w": 12,
3131             "x": 12,
3132             "y": 7
3133           },
3134           "id": 24,
3135           "links": [],
3136           "options": {
3137             "legend": {
3138               "calcs": [
3139                 "mean",
3140                 "lastNotNull",
3141                 "max",
3142                 "min"
3143               ],
3144               "displayMode": "table",
3145               "placement": "bottom",
3146               "showLegend": true,
3147               "width": 350
3148             },
3149             "tooltip": {
3150               "mode": "multi",
3151               "sort": "none"
3152             }
3153           },
3154           "pluginVersion": "9.2.0",
3155           "targets": [
3156             {
3157               "datasource": {
3158                 "type": "prometheus",
3159                 "uid": "${DS_PROMETHEUS}"
3160               },
3161               "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\"}",
3162               "format": "time_series",
3163               "hide": false,
3164               "intervalFactor": 1,
3165               "legendFormat": "Apps - Memory used by user-space applications",
3166               "refId": "A",
3167               "step": 240
3168             },
3169             {
3170               "datasource": {
3171                 "type": "prometheus",
3172                 "uid": "${DS_PROMETHEUS}"
3173               },
3174               "expr": "node_memory_PageTables_bytes{instance=\"$node\",job=\"$job\"}",
3175               "format": "time_series",
3176               "hide": false,
3177               "intervalFactor": 1,
3178               "legendFormat": "PageTables - Memory used to map between virtual and physical memory addresses",
3179               "refId": "B",
3180               "step": 240
3181             },
3182             {
3183               "datasource": {
3184                 "type": "prometheus",
3185                 "uid": "${DS_PROMETHEUS}"
3186               },
3187               "expr": "node_memory_SwapCached_bytes{instance=\"$node\",job=\"$job\"}",
3188               "format": "time_series",
3189               "intervalFactor": 1,
3190               "legendFormat": "SwapCache - Memory that keeps track of pages that have been fetched from swap but not yet been modified",
3191               "refId": "C",
3192               "step": 240
3193             },
3194             {
3195               "datasource": {
3196                 "type": "prometheus",
3197                 "uid": "${DS_PROMETHEUS}"
3198               },
3199               "expr": "node_memory_Slab_bytes{instance=\"$node\",job=\"$job\"}",
3200               "format": "time_series",
3201               "hide": false,
3202               "intervalFactor": 1,
3203               "legendFormat": "Slab - Memory used by the kernel to cache data structures for its own use (caches like inode, dentry, etc)",
3204               "refId": "D",
3205               "step": 240
3206             },
3207             {
3208               "datasource": {
3209                 "type": "prometheus",
3210                 "uid": "${DS_PROMETHEUS}"
3211               },
3212               "expr": "node_memory_Cached_bytes{instance=\"$node\",job=\"$job\"}",
3213               "format": "time_series",
3214               "hide": false,
3215               "intervalFactor": 1,
3216               "legendFormat": "Cache - Parked file data (file content) cache",
3217               "refId": "E",
3218               "step": 240
3219             },
3220             {
3221               "datasource": {
3222                 "type": "prometheus",
3223                 "uid": "${DS_PROMETHEUS}"
3224               },
3225               "expr": "node_memory_Buffers_bytes{instance=\"$node\",job=\"$job\"}",
3226               "format": "time_series",
3227               "hide": false,
3228               "intervalFactor": 1,
3229               "legendFormat": "Buffers - Block device (e.g. harddisk) cache",
3230               "refId": "F",
3231               "step": 240
3232             },
3233             {
3234               "datasource": {
3235                 "type": "prometheus",
3236                 "uid": "${DS_PROMETHEUS}"
3237               },
3238               "expr": "node_memory_MemFree_bytes{instance=\"$node\",job=\"$job\"}",
3239               "format": "time_series",
3240               "hide": false,
3241               "intervalFactor": 1,
3242               "legendFormat": "Unused - Free memory unassigned",
3243               "refId": "G",
3244               "step": 240
3245             },
3246             {
3247               "datasource": {
3248                 "type": "prometheus",
3249                 "uid": "${DS_PROMETHEUS}"
3250               },
3251               "expr": "(node_memory_SwapTotal_bytes{instance=\"$node\",job=\"$job\"} - node_memory_SwapFree_bytes{instance=\"$node\",job=\"$job\"})",
3252               "format": "time_series",
3253               "hide": false,
3254               "intervalFactor": 1,
3255               "legendFormat": "Swap - Swap space used",
3256               "refId": "H",
3257               "step": 240
3258             },
3259             {
3260               "datasource": {
3261                 "type": "prometheus",
3262                 "uid": "${DS_PROMETHEUS}"
3263               },
3264               "expr": "node_memory_HardwareCorrupted_bytes{instance=\"$node\",job=\"$job\"}",
3265               "format": "time_series",
3266               "hide": false,
3267               "intervalFactor": 1,
3268               "legendFormat": "Hardware Corrupted - Amount of RAM that the kernel identified as corrupted / not working",
3269               "refId": "I",
3270               "step": 240
3271             }
3272           ],
3273           "title": "Memory Stack",
3274           "type": "timeseries"
3275         },
3276         {
3277           "datasource": {
3278             "type": "prometheus",
3279             "uid": "${DS_PROMETHEUS}"
3280           },
3281           "fieldConfig": {
3282             "defaults": {
3283               "color": {
3284                 "mode": "palette-classic"
3285               },
3286               "custom": {
3287                 "axisCenteredZero": false,
3288                 "axisColorMode": "text",
3289                 "axisLabel": "bits out (-) / in (+)",
3290                 "axisPlacement": "auto",
3291                 "barAlignment": 0,
3292                 "drawStyle": "line",
3293                 "fillOpacity": 40,
3294                 "gradientMode": "none",
3295                 "hideFrom": {
3296                   "legend": false,
3297                   "tooltip": false,
3298                   "viz": false
3299                 },
3300                 "lineInterpolation": "linear",
3301                 "lineWidth": 1,
3302                 "pointSize": 5,
3303                 "scaleDistribution": {
3304                   "type": "linear"
3305                 },
3306                 "showPoints": "never",
3307                 "spanNulls": false,
3308                 "stacking": {
3309                   "group": "A",
3310                   "mode": "none"
3311                 },
3312                 "thresholdsStyle": {
3313                   "mode": "off"
3314                 }
3315               },
3316               "links": [],
3317               "mappings": [],
3318               "thresholds": {
3319                 "mode": "absolute",
3320                 "steps": [
3321                   {
3322                     "color": "green",
3323                     "value": null
3324                   },
3325                   {
3326                     "color": "red",
3327                     "value": 80
3328                   }
3329                 ]
3330               },
3331               "unit": "bps"
3332             },
3333             "overrides": [
3334               {
3335                 "matcher": {
3336                   "id": "byName",
3337                   "options": "receive_packets_eth0"
3338                 },
3339                 "properties": [
3340                   {
3341                     "id": "color",
3342                     "value": {
3343                       "fixedColor": "#7EB26D",
3344                       "mode": "fixed"
3345                     }
3346                   }
3347                 ]
3348               },
3349               {
3350                 "matcher": {
3351                   "id": "byName",
3352                   "options": "receive_packets_lo"
3353                 },
3354                 "properties": [
3355                   {
3356                     "id": "color",
3357                     "value": {
3358                       "fixedColor": "#E24D42",
3359                       "mode": "fixed"
3360                     }
3361                   }
3362                 ]
3363               },
3364               {
3365                 "matcher": {
3366                   "id": "byName",
3367                   "options": "transmit_packets_eth0"
3368                 },
3369                 "properties": [
3370                   {
3371                     "id": "color",
3372                     "value": {
3373                       "fixedColor": "#7EB26D",
3374                       "mode": "fixed"
3375                     }
3376                   }
3377                 ]
3378               },
3379               {
3380                 "matcher": {
3381                   "id": "byName",
3382                   "options": "transmit_packets_lo"
3383                 },
3384                 "properties": [
3385                   {
3386                     "id": "color",
3387                     "value": {
3388                       "fixedColor": "#E24D42",
3389                       "mode": "fixed"
3390                     }
3391                   }
3392                 ]
3393               },
3394               {
3395                 "matcher": {
3396                   "id": "byRegexp",
3397                   "options": "/.*Trans.*/"
3398                 },
3399                 "properties": [
3400                   {
3401                     "id": "custom.transform",
3402                     "value": "negative-Y"
3403                   }
3404                 ]
3405               }
3406             ]
3407           },
3408           "gridPos": {
3409             "h": 12,
3410             "w": 12,
3411             "x": 0,
3412             "y": 19
3413           },
3414           "id": 84,
3415           "links": [],
3416           "options": {
3417             "legend": {
3418               "calcs": [
3419                 "mean",
3420                 "lastNotNull",
3421                 "max",
3422                 "min"
3423               ],
3424               "displayMode": "table",
3425               "placement": "bottom",
3426               "showLegend": true
3427             },
3428             "tooltip": {
3429               "mode": "multi",
3430               "sort": "none"
3431             }
3432           },
3433           "pluginVersion": "9.2.0",
3434           "targets": [
3435             {
3436               "datasource": {
3437                 "type": "prometheus",
3438                 "uid": "${DS_PROMETHEUS}"
3439               },
3440               "expr": "irate(node_network_receive_bytes_total{instance=\"$node\",job=\"$job\"}[$__rate_interval])*8",
3441               "format": "time_series",
3442               "intervalFactor": 1,
3443               "legendFormat": "{{device}} - Receive",
3444               "refId": "A",
3445               "step": 240
3446             },
3447             {
3448               "datasource": {
3449                 "type": "prometheus",
3450                 "uid": "${DS_PROMETHEUS}"
3451               },
3452               "expr": "irate(node_network_transmit_bytes_total{instance=\"$node\",job=\"$job\"}[$__rate_interval])*8",
3453               "format": "time_series",
3454               "intervalFactor": 1,
3455               "legendFormat": "{{device}} - Transmit",
3456               "refId": "B",
3457               "step": 240
3458             }
3459           ],
3460           "title": "Network Traffic",
3461           "type": "timeseries"
3462         },
3463         {
3464           "datasource": {
3465             "type": "prometheus",
3466             "uid": "${DS_PROMETHEUS}"
3467           },
3468           "description": "",
3469           "fieldConfig": {
3470             "defaults": {
3471               "color": {
3472                 "mode": "palette-classic"
3473               },
3474               "custom": {
3475                 "axisCenteredZero": false,
3476                 "axisColorMode": "text",
3477                 "axisLabel": "bytes",
3478                 "axisPlacement": "auto",
3479                 "barAlignment": 0,
3480                 "drawStyle": "line",
3481                 "fillOpacity": 40,
3482                 "gradientMode": "none",
3483                 "hideFrom": {
3484                   "legend": false,
3485                   "tooltip": false,
3486                   "viz": false
3487                 },
3488                 "lineInterpolation": "linear",
3489                 "lineWidth": 1,
3490                 "pointSize": 5,
3491                 "scaleDistribution": {
3492                   "type": "linear"
3493                 },
3494                 "showPoints": "never",
3495                 "spanNulls": false,
3496                 "stacking": {
3497                   "group": "A",
3498                   "mode": "none"
3499                 },
3500                 "thresholdsStyle": {
3501                   "mode": "off"
3502                 }
3503               },
3504               "links": [],
3505               "mappings": [],
3506               "min": 0,
3507               "thresholds": {
3508                 "mode": "absolute",
3509                 "steps": [
3510                   {
3511                     "color": "green",
3512                     "value": null
3513                   },
3514                   {
3515                     "color": "red",
3516                     "value": 80
3517                   }
3518                 ]
3519               },
3520               "unit": "bytes"
3521             },
3522             "overrides": []
3523           },
3524           "gridPos": {
3525             "h": 12,
3526             "w": 12,
3527             "x": 12,
3528             "y": 19
3529           },
3530           "id": 156,
3531           "links": [],
3532           "options": {
3533             "legend": {
3534               "calcs": [
3535                 "mean",
3536                 "lastNotNull",
3537                 "max",
3538                 "min"
3539               ],
3540               "displayMode": "table",
3541               "placement": "bottom",
3542               "showLegend": true
3543             },
3544             "tooltip": {
3545               "mode": "multi",
3546               "sort": "none"
3547             }
3548           },
3549           "pluginVersion": "9.2.0",
3550           "targets": [
3551             {
3552               "datasource": {
3553                 "type": "prometheus",
3554                 "uid": "${DS_PROMETHEUS}"
3555               },
3556               "expr": "node_filesystem_size_bytes{instance=\"$node\",job=\"$job\",device!~'rootfs'} - node_filesystem_avail_bytes{instance=\"$node\",job=\"$job\",device!~'rootfs'}",
3557               "format": "time_series",
3558               "intervalFactor": 1,
3559               "legendFormat": "{{mountpoint}}",
3560               "refId": "A",
3561               "step": 240
3562             }
3563           ],
3564           "title": "Disk Space Used",
3565           "type": "timeseries"
3566         },
3567         {
3568           "datasource": {
3569             "type": "prometheus",
3570             "uid": "${DS_PROMETHEUS}"
3571           },
3572           "description": "",
3573           "fieldConfig": {
3574             "defaults": {
3575               "color": {
3576                 "mode": "palette-classic"
3577               },
3578               "custom": {
3579                 "axisCenteredZero": false,
3580                 "axisColorMode": "text",
3581                 "axisLabel": "IO read (-) / write (+)",
3582                 "axisPlacement": "auto",
3583                 "barAlignment": 0,
3584                 "drawStyle": "line",
3585                 "fillOpacity": 20,
3586                 "gradientMode": "none",
3587                 "hideFrom": {
3588                   "legend": false,
3589                   "tooltip": false,
3590                   "viz": false
3591                 },
3592                 "lineInterpolation": "linear",
3593                 "lineWidth": 1,
3594                 "pointSize": 5,
3595                 "scaleDistribution": {
3596                   "type": "linear"
3597                 },
3598                 "showPoints": "never",
3599                 "spanNulls": false,
3600                 "stacking": {
3601                   "group": "A",
3602                   "mode": "none"
3603                 },
3604                 "thresholdsStyle": {
3605                   "mode": "off"
3606                 }
3607               },
3608               "links": [],
3609               "mappings": [],
3610               "thresholds": {
3611                 "mode": "absolute",
3612                 "steps": [
3613                   {
3614                     "color": "green",
3615                     "value": null
3616                   },
3617                   {
3618                     "color": "red",
3619                     "value": 80
3620                   }
3621                 ]
3622               },
3623               "unit": "iops"
3624             },
3625             "overrides": [
3626               {
3627                 "matcher": {
3628                   "id": "byRegexp",
3629                   "options": "/.*Read.*/"
3630                 },
3631                 "properties": [
3632                   {
3633                     "id": "custom.transform",
3634                     "value": "negative-Y"
3635                   }
3636                 ]
3637               },
3638               {
3639                 "matcher": {
3640                   "id": "byRegexp",
3641                   "options": "/.*sda_.*/"
3642                 },
3643                 "properties": [
3644                   {
3645                     "id": "color",
3646                     "value": {
3647                       "fixedColor": "#7EB26D",
3648                       "mode": "fixed"
3649                     }
3650                   }
3651                 ]
3652               },
3653               {
3654                 "matcher": {
3655                   "id": "byRegexp",
3656                   "options": "/.*sdb_.*/"
3657                 },
3658                 "properties": [
3659                   {
3660                     "id": "color",
3661                     "value": {
3662                       "fixedColor": "#EAB839",
3663                       "mode": "fixed"
3664                     }
3665                   }
3666                 ]
3667               },
3668               {
3669                 "matcher": {
3670                   "id": "byRegexp",
3671                   "options": "/.*sdc_.*/"
3672                 },
3673                 "properties": [
3674                   {
3675                     "id": "color",
3676                     "value": {
3677                       "fixedColor": "#6ED0E0",
3678                       "mode": "fixed"
3679                     }
3680                   }
3681                 ]
3682               },
3683               {
3684                 "matcher": {
3685                   "id": "byRegexp",
3686                   "options": "/.*sdd_.*/"
3687                 },
3688                 "properties": [
3689                   {
3690                     "id": "color",
3691                     "value": {
3692                       "fixedColor": "#EF843C",
3693                       "mode": "fixed"
3694                     }
3695                   }
3696                 ]
3697               },
3698               {
3699                 "matcher": {
3700                   "id": "byRegexp",
3701                   "options": "/.*sde_.*/"
3702                 },
3703                 "properties": [
3704                   {
3705                     "id": "color",
3706                     "value": {
3707                       "fixedColor": "#E24D42",
3708                       "mode": "fixed"
3709                     }
3710                   }
3711                 ]
3712               },
3713               {
3714                 "matcher": {
3715                   "id": "byRegexp",
3716                   "options": "/.*sda1.*/"
3717                 },
3718                 "properties": [
3719                   {
3720                     "id": "color",
3721                     "value": {
3722                       "fixedColor": "#584477",
3723                       "mode": "fixed"
3724                     }
3725                   }
3726                 ]
3727               },
3728               {
3729                 "matcher": {
3730                   "id": "byRegexp",
3731                   "options": "/.*sda2_.*/"
3732                 },
3733                 "properties": [
3734                   {
3735                     "id": "color",
3736                     "value": {
3737                       "fixedColor": "#BA43A9",
3738                       "mode": "fixed"
3739                     }
3740                   }
3741                 ]
3742               },
3743               {
3744                 "matcher": {
3745                   "id": "byRegexp",
3746                   "options": "/.*sda3_.*/"
3747                 },
3748                 "properties": [
3749                   {
3750                     "id": "color",
3751                     "value": {
3752                       "fixedColor": "#F4D598",
3753                       "mode": "fixed"
3754                     }
3755                   }
3756                 ]
3757               },
3758               {
3759                 "matcher": {
3760                   "id": "byRegexp",
3761                   "options": "/.*sdb1.*/"
3762                 },
3763                 "properties": [
3764                   {
3765                     "id": "color",
3766                     "value": {
3767                       "fixedColor": "#0A50A1",
3768                       "mode": "fixed"
3769                     }
3770                   }
3771                 ]
3772               },
3773               {
3774                 "matcher": {
3775                   "id": "byRegexp",
3776                   "options": "/.*sdb2.*/"
3777                 },
3778                 "properties": [
3779                   {
3780                     "id": "color",
3781                     "value": {
3782                       "fixedColor": "#BF1B00",
3783                       "mode": "fixed"
3784                     }
3785                   }
3786                 ]
3787               },
3788               {
3789                 "matcher": {
3790                   "id": "byRegexp",
3791                   "options": "/.*sdb2.*/"
3792                 },
3793                 "properties": [
3794                   {
3795                     "id": "color",
3796                     "value": {
3797                       "fixedColor": "#BF1B00",
3798                       "mode": "fixed"
3799                     }
3800                   }
3801                 ]
3802               },
3803               {
3804                 "matcher": {
3805                   "id": "byRegexp",
3806                   "options": "/.*sdb3.*/"
3807                 },
3808                 "properties": [
3809                   {
3810                     "id": "color",
3811                     "value": {
3812                       "fixedColor": "#E0752D",
3813                       "mode": "fixed"
3814                     }
3815                   }
3816                 ]
3817               },
3818               {
3819                 "matcher": {
3820                   "id": "byRegexp",
3821                   "options": "/.*sdc1.*/"
3822                 },
3823                 "properties": [
3824                   {
3825                     "id": "color",
3826                     "value": {
3827                       "fixedColor": "#962D82",
3828                       "mode": "fixed"
3829                     }
3830                   }
3831                 ]
3832               },
3833               {
3834                 "matcher": {
3835                   "id": "byRegexp",
3836                   "options": "/.*sdc2.*/"
3837                 },
3838                 "properties": [
3839                   {
3840                     "id": "color",
3841                     "value": {
3842                       "fixedColor": "#614D93",
3843                       "mode": "fixed"
3844                     }
3845                   }
3846                 ]
3847               },
3848               {
3849                 "matcher": {
3850                   "id": "byRegexp",
3851                   "options": "/.*sdc3.*/"
3852                 },
3853                 "properties": [
3854                   {
3855                     "id": "color",
3856                     "value": {
3857                       "fixedColor": "#9AC48A",
3858                       "mode": "fixed"
3859                     }
3860                   }
3861                 ]
3862               },
3863               {
3864                 "matcher": {
3865                   "id": "byRegexp",
3866                   "options": "/.*sdd1.*/"
3867                 },
3868                 "properties": [
3869                   {
3870                     "id": "color",
3871                     "value": {
3872                       "fixedColor": "#65C5DB",
3873                       "mode": "fixed"
3874                     }
3875                   }
3876                 ]
3877               },
3878               {
3879                 "matcher": {
3880                   "id": "byRegexp",
3881                   "options": "/.*sdd2.*/"
3882                 },
3883                 "properties": [
3884                   {
3885                     "id": "color",
3886                     "value": {
3887                       "fixedColor": "#F9934E",
3888                       "mode": "fixed"
3889                     }
3890                   }
3891                 ]
3892               },
3893               {
3894                 "matcher": {
3895                   "id": "byRegexp",
3896                   "options": "/.*sdd3.*/"
3897                 },
3898                 "properties": [
3899                   {
3900                     "id": "color",
3901                     "value": {
3902                       "fixedColor": "#EA6460",
3903                       "mode": "fixed"
3904                     }
3905                   }
3906                 ]
3907               },
3908               {
3909                 "matcher": {
3910                   "id": "byRegexp",
3911                   "options": "/.*sde1.*/"
3912                 },
3913                 "properties": [
3914                   {
3915                     "id": "color",
3916                     "value": {
3917                       "fixedColor": "#E0F9D7",
3918                       "mode": "fixed"
3919                     }
3920                   }
3921                 ]
3922               },
3923               {
3924                 "matcher": {
3925                   "id": "byRegexp",
3926                   "options": "/.*sdd2.*/"
3927                 },
3928                 "properties": [
3929                   {
3930                     "id": "color",
3931                     "value": {
3932                       "fixedColor": "#FCEACA",
3933                       "mode": "fixed"
3934                     }
3935                   }
3936                 ]
3937               },
3938               {
3939                 "matcher": {
3940                   "id": "byRegexp",
3941                   "options": "/.*sde3.*/"
3942                 },
3943                 "properties": [
3944                   {
3945                     "id": "color",
3946                     "value": {
3947                       "fixedColor": "#F9E2D2",
3948                       "mode": "fixed"
3949                     }
3950                   }
3951                 ]
3952               }
3953             ]
3954           },
3955           "gridPos": {
3956             "h": 12,
3957             "w": 12,
3958             "x": 0,
3959             "y": 31
3960           },
3961           "id": 229,
3962           "links": [],
3963           "options": {
3964             "legend": {
3965               "calcs": [
3966                 "mean",
3967                 "lastNotNull",
3968                 "max",
3969                 "min"
3970               ],
3971               "displayMode": "table",
3972               "placement": "bottom",
3973               "showLegend": true
3974             },
3975             "tooltip": {
3976               "mode": "single",
3977               "sort": "none"
3978             }
3979           },
3980           "pluginVersion": "9.2.0",
3981           "targets": [
3982             {
3983               "datasource": {
3984                 "type": "prometheus",
3985                 "uid": "${DS_PROMETHEUS}"
3986               },
3987               "expr": "irate(node_disk_reads_completed_total{instance=\"$node\",job=\"$job\",device=~\"$diskdevices\"}[$__rate_interval])",
3988               "intervalFactor": 4,
3989               "legendFormat": "{{device}} - Reads completed",
3990               "refId": "A",
3991               "step": 240
3992             },
3993             {
3994               "datasource": {
3995                 "type": "prometheus",
3996                 "uid": "${DS_PROMETHEUS}"
3997               },
3998               "expr": "irate(node_disk_writes_completed_total{instance=\"$node\",job=\"$job\",device=~\"$diskdevices\"}[$__rate_interval])",
3999               "intervalFactor": 1,
4000               "legendFormat": "{{device}} - Writes completed",
4001               "refId": "B",
4002               "step": 240
4003             }
4004           ],
4005           "title": "Disk IOps",
4006           "type": "timeseries"
4007         },
4008         {
4009           "datasource": {
4010             "type": "prometheus",
4011             "uid": "${DS_PROMETHEUS}"
4012           },
4013           "description": "",
4014           "fieldConfig": {
4015             "defaults": {
4016               "color": {
4017                 "mode": "palette-classic"
4018               },
4019               "custom": {
4020                 "axisCenteredZero": false,
4021                 "axisColorMode": "text",
4022                 "axisLabel": "bytes read (-) / write (+)",
4023                 "axisPlacement": "auto",
4024                 "barAlignment": 0,
4025                 "drawStyle": "line",
4026                 "fillOpacity": 40,
4027                 "gradientMode": "none",
4028                 "hideFrom": {
4029                   "legend": false,
4030                   "tooltip": false,
4031                   "viz": false
4032                 },
4033                 "lineInterpolation": "linear",
4034                 "lineWidth": 1,
4035                 "pointSize": 5,
4036                 "scaleDistribution": {
4037                   "type": "linear"
4038                 },
4039                 "showPoints": "never",
4040                 "spanNulls": false,
4041                 "stacking": {
4042                   "group": "A",
4043                   "mode": "none"
4044                 },
4045                 "thresholdsStyle": {
4046                   "mode": "off"
4047                 }
4048               },
4049               "links": [],
4050               "mappings": [],
4051               "thresholds": {
4052                 "mode": "absolute",
4053                 "steps": [
4054                   {
4055                     "color": "green",
4056                     "value": null
4057                   },
4058                   {
4059                     "color": "red",
4060                     "value": 80
4061                   }
4062                 ]
4063               },
4064               "unit": "Bps"
4065             },
4066             "overrides": [
4067               {
4068                 "matcher": {
4069                   "id": "byName",
4070                   "options": "io time"
4071                 },
4072                 "properties": [
4073                   {
4074                     "id": "color",
4075                     "value": {
4076                       "fixedColor": "#890F02",
4077                       "mode": "fixed"
4078                     }
4079                   }
4080                 ]
4081               },
4082               {
4083                 "matcher": {
4084                   "id": "byRegexp",
4085                   "options": "/.*read*./"
4086                 },
4087                 "properties": [
4088                   {
4089                     "id": "custom.transform",
4090                     "value": "negative-Y"
4091                   }
4092                 ]
4093               },
4094               {
4095                 "matcher": {
4096                   "id": "byRegexp",
4097                   "options": "/.*sda.*/"
4098                 },
4099                 "properties": [
4100                   {
4101                     "id": "color",
4102                     "value": {
4103                       "fixedColor": "#7EB26D",
4104                       "mode": "fixed"
4105                     }
4106                   }
4107                 ]
4108               },
4109               {
4110                 "matcher": {
4111                   "id": "byRegexp",
4112                   "options": "/.*sdb.*/"
4113                 },
4114                 "properties": [
4115                   {
4116                     "id": "color",
4117                     "value": {
4118                       "fixedColor": "#EAB839",
4119                       "mode": "fixed"
4120                     }
4121                   }
4122                 ]
4123               },
4124               {
4125                 "matcher": {
4126                   "id": "byRegexp",
4127                   "options": "/.*sdc.*/"
4128                 },
4129                 "properties": [
4130                   {
4131                     "id": "color",
4132                     "value": {
4133                       "fixedColor": "#6ED0E0",
4134                       "mode": "fixed"
4135                     }
4136                   }
4137                 ]
4138               },
4139               {
4140                 "matcher": {
4141                   "id": "byRegexp",
4142                   "options": "/.*sdd.*/"
4143                 },
4144                 "properties": [
4145                   {
4146                     "id": "color",
4147                     "value": {
4148                       "fixedColor": "#EF843C",
4149                       "mode": "fixed"
4150                     }
4151                   }
4152                 ]
4153               },
4154               {
4155                 "matcher": {
4156                   "id": "byRegexp",
4157                   "options": "/.*sde.*/"
4158                 },
4159                 "properties": [
4160                   {
4161                     "id": "color",
4162                     "value": {
4163                       "fixedColor": "#E24D42",
4164                       "mode": "fixed"
4165                     }
4166                   }
4167                 ]
4168               },
4169               {
4170                 "matcher": {
4171                   "id": "byType",
4172                   "options": "time"
4173                 },
4174                 "properties": [
4175                   {
4176                     "id": "custom.axisPlacement",
4177                     "value": "hidden"
4178                   }
4179                 ]
4180               }
4181             ]
4182           },
4183           "gridPos": {
4184             "h": 12,
4185             "w": 12,
4186             "x": 12,
4187             "y": 31
4188           },
4189           "id": 42,
4190           "links": [],
4191           "options": {
4192             "legend": {
4193               "calcs": [
4194                 "mean",
4195                 "lastNotNull",
4196                 "max",
4197                 "min"
4198               ],
4199               "displayMode": "table",
4200               "placement": "bottom",
4201               "showLegend": true
4202             },
4203             "tooltip": {
4204               "mode": "multi",
4205               "sort": "none"
4206             }
4207           },
4208           "pluginVersion": "9.2.0",
4209           "targets": [
4210             {
4211               "datasource": {
4212                 "type": "prometheus",
4213                 "uid": "${DS_PROMETHEUS}"
4214               },
4215               "expr": "irate(node_disk_read_bytes_total{instance=\"$node\",job=\"$job\",device=~\"$diskdevices\"}[$__rate_interval])",
4216               "format": "time_series",
4217               "hide": false,
4218               "intervalFactor": 1,
4219               "legendFormat": "{{device}} - Successfully read bytes",
4220               "refId": "A",
4221               "step": 240
4222             },
4223             {
4224               "datasource": {
4225                 "type": "prometheus",
4226                 "uid": "${DS_PROMETHEUS}"
4227               },
4228               "expr": "irate(node_disk_written_bytes_total{instance=\"$node\",job=\"$job\",device=~\"$diskdevices\"}[$__rate_interval])",
4229               "format": "time_series",
4230               "hide": false,
4231               "intervalFactor": 1,
4232               "legendFormat": "{{device}} - Successfully written bytes",
4233               "refId": "B",
4234               "step": 240
4235             }
4236           ],
4237           "title": "I/O Usage Read / Write",
4238           "type": "timeseries"
4239         },
4240         {
4241           "datasource": {
4242             "type": "prometheus",
4243             "uid": "${DS_PROMETHEUS}"
4244           },
4245           "description": "",
4246           "fieldConfig": {
4247             "defaults": {
4248               "color": {
4249                 "mode": "palette-classic"
4250               },
4251               "custom": {
4252                 "axisCenteredZero": false,
4253                 "axisColorMode": "text",
4254                 "axisLabel": "%util",
4255                 "axisPlacement": "auto",
4256                 "barAlignment": 0,
4257                 "drawStyle": "line",
4258                 "fillOpacity": 40,
4259                 "gradientMode": "none",
4260                 "hideFrom": {
4261                   "legend": false,
4262                   "tooltip": false,
4263                   "viz": false
4264                 },
4265                 "lineInterpolation": "linear",
4266                 "lineWidth": 1,
4267                 "pointSize": 5,
4268                 "scaleDistribution": {
4269                   "type": "linear"
4270                 },
4271                 "showPoints": "never",
4272                 "spanNulls": false,
4273                 "stacking": {
4274                   "group": "A",
4275                   "mode": "none"
4276                 },
4277                 "thresholdsStyle": {
4278                   "mode": "off"
4279                 }
4280               },
4281               "links": [],
4282               "mappings": [],
4283               "min": 0,
4284               "thresholds": {
4285                 "mode": "absolute",
4286                 "steps": [
4287                   {
4288                     "color": "green",
4289                     "value": null
4290                   },
4291                   {
4292                     "color": "red",
4293                     "value": 80
4294                   }
4295                 ]
4296               },
4297               "unit": "percentunit"
4298             },
4299             "overrides": [
4300               {
4301                 "matcher": {
4302                   "id": "byName",
4303                   "options": "io time"
4304                 },
4305                 "properties": [
4306                   {
4307                     "id": "color",
4308                     "value": {
4309                       "fixedColor": "#890F02",
4310                       "mode": "fixed"
4311                     }
4312                   }
4313                 ]
4314               },
4315               {
4316                 "matcher": {
4317                   "id": "byType",
4318                   "options": "time"
4319                 },
4320                 "properties": [
4321                   {
4322                     "id": "custom.axisPlacement",
4323                     "value": "hidden"
4324                   }
4325                 ]
4326               }
4327             ]
4328           },
4329           "gridPos": {
4330             "h": 12,
4331             "w": 12,
4332             "x": 0,
4333             "y": 43
4334           },
4335           "id": 127,
4336           "links": [],
4337           "options": {
4338             "legend": {
4339               "calcs": [
4340                 "mean",
4341                 "lastNotNull",
4342                 "max",
4343                 "min"
4344               ],
4345               "displayMode": "table",
4346               "placement": "bottom",
4347               "showLegend": true
4348             },
4349             "tooltip": {
4350               "mode": "multi",
4351               "sort": "none"
4352             }
4353           },
4354           "pluginVersion": "9.2.0",
4355           "targets": [
4356             {
4357               "datasource": {
4358                 "type": "prometheus",
4359                 "uid": "${DS_PROMETHEUS}"
4360               },
4361               "expr": "irate(node_disk_io_time_seconds_total{instance=\"$node\",job=\"$job\",device=~\"$diskdevices\"} [$__rate_interval])",
4362               "format": "time_series",
4363               "hide": false,
4364               "interval": "",
4365               "intervalFactor": 1,
4366               "legendFormat": "{{device}}",
4367               "refId": "A",
4368               "step": 240
4369             }
4370           ],
4371           "title": "I/O Utilization",
4372           "type": "timeseries"
4373         },
4374         {
4375           "datasource": {
4376             "type": "prometheus",
4377             "uid": "${DS_PROMETHEUS}"
4378           },
4379           "fieldConfig": {
4380             "defaults": {
4381               "color": {
4382                 "mode": "palette-classic"
4383               },
4384               "custom": {
4385                 "axisCenteredZero": false,
4386                 "axisColorMode": "text",
4387                 "axisLabel": "percentage",
4388                 "axisPlacement": "auto",
4389                 "barAlignment": 0,
4390                 "drawStyle": "bars",
4391                 "fillOpacity": 70,
4392                 "gradientMode": "none",
4393                 "hideFrom": {
4394                   "legend": false,
4395                   "tooltip": false,
4396                   "viz": false
4397                 },
4398                 "lineInterpolation": "smooth",
4399                 "lineWidth": 2,
4400                 "pointSize": 3,
4401                 "scaleDistribution": {
4402                   "type": "linear"
4403                 },
4404                 "showPoints": "never",
4405                 "spanNulls": false,
4406                 "stacking": {
4407                   "group": "A",
4408                   "mode": "none"
4409                 },
4410                 "thresholdsStyle": {
4411                   "mode": "off"
4412                 }
4413               },
4414               "mappings": [],
4415               "max": 1,
4416               "thresholds": {
4417                 "mode": "absolute",
4418                 "steps": [
4419                   {
4420                     "color": "green",
4421                     "value": null
4422                   },
4423                   {
4424                     "color": "red",
4425                     "value": 80
4426                   }
4427                 ]
4428               },
4429               "unit": "percentunit"
4430             },
4431             "overrides": [
4432               {
4433                 "matcher": {
4434                   "id": "byRegexp",
4435                   "options": "/^Guest - /"
4436                 },
4437                 "properties": [
4438                   {
4439                     "id": "color",
4440                     "value": {
4441                       "fixedColor": "#5195ce",
4442                       "mode": "fixed"
4443                     }
4444                   }
4445                 ]
4446               },
4447               {
4448                 "matcher": {
4449                   "id": "byRegexp",
4450                   "options": "/^GuestNice - /"
4451                 },
4452                 "properties": [
4453                   {
4454                     "id": "color",
4455                     "value": {
4456                       "fixedColor": "#c15c17",
4457                       "mode": "fixed"
4458                     }
4459                   }
4460                 ]
4461               }
4462             ]
4463           },
4464           "gridPos": {
4465             "h": 12,
4466             "w": 12,
4467             "x": 12,
4468             "y": 43
4469           },
4470           "id": 319,
4471           "options": {
4472             "legend": {
4473               "calcs": [
4474                 "mean",
4475                 "lastNotNull",
4476                 "max",
4477                 "min"
4478               ],
4479               "displayMode": "table",
4480               "placement": "bottom",
4481               "showLegend": true
4482             },
4483             "tooltip": {
4484               "mode": "multi",
4485               "sort": "desc"
4486             }
4487           },
4488           "targets": [
4489             {
4490               "datasource": {
4491                 "type": "prometheus",
4492                 "uid": "${DS_PROMETHEUS}"
4493               },
4494               "editorMode": "code",
4495               "expr": "sum by(instance) (irate(node_cpu_guest_seconds_total{instance=\"$node\",job=\"$job\", mode=\"user\"}[1m])) / on(instance) group_left sum by (instance)((irate(node_cpu_seconds_total{instance=\"$node\",job=\"$job\"}[1m])))",
4496               "hide": false,
4497               "legendFormat": "Guest - Time spent running a virtual CPU for a guest operating system",
4498               "range": true,
4499               "refId": "A"
4500             },
4501             {
4502               "datasource": {
4503                 "type": "prometheus",
4504                 "uid": "${DS_PROMETHEUS}"
4505               },
4506               "editorMode": "code",
4507               "expr": "sum by(instance) (irate(node_cpu_guest_seconds_total{instance=\"$node\",job=\"$job\", mode=\"nice\"}[1m])) / on(instance) group_left sum by (instance)((irate(node_cpu_seconds_total{instance=\"$node\",job=\"$job\"}[1m])))",
4508               "hide": false,
4509               "legendFormat": "GuestNice - Time spent running a niced guest  (virtual CPU for guest operating system)",
4510               "range": true,
4511               "refId": "B"
4512             }
4513           ],
4514           "title": "CPU spent seconds in guests (VMs)",
4515           "type": "timeseries"
4516         }
4517       ],
4518       "targets": [
4519         {
4520           "datasource": {
4521             "type": "prometheus",
4522             "uid": "${DS_PROMETHEUS}"
4523           },
4524           "refId": "A"
4525         }
4526       ],
4527       "title": "CPU / Memory / Net / Disk",
4528       "type": "row"
4529     },
4530     {
4531       "collapsed": true,
4532       "datasource": {
4533         "type": "prometheus",
4534         "uid": "${DS_PROMETHEUS}"
4535       },
4536       "gridPos": {
4537         "h": 1,
4538         "w": 24,
4539         "x": 0,
4540         "y": 21
4541       },
4542       "id": 266,
4543       "panels": [
4544         {
4545           "datasource": {
4546             "type": "prometheus",
4547             "uid": "${DS_PROMETHEUS}"
4548           },
4549           "fieldConfig": {
4550             "defaults": {
4551               "color": {
4552                 "mode": "palette-classic"
4553               },
4554               "custom": {
4555                 "axisCenteredZero": false,
4556                 "axisColorMode": "text",
4557                 "axisLabel": "bytes",
4558                 "axisPlacement": "auto",
4559                 "barAlignment": 0,
4560                 "drawStyle": "line",
4561                 "fillOpacity": 20,
4562                 "gradientMode": "none",
4563                 "hideFrom": {
4564                   "legend": false,
4565                   "tooltip": false,
4566                   "viz": false
4567                 },
4568                 "lineInterpolation": "linear",
4569                 "lineWidth": 1,
4570                 "pointSize": 5,
4571                 "scaleDistribution": {
4572                   "type": "linear"
4573                 },
4574                 "showPoints": "never",
4575                 "spanNulls": false,
4576                 "stacking": {
4577                   "group": "A",
4578                   "mode": "normal"
4579                 },
4580                 "thresholdsStyle": {
4581                   "mode": "off"
4582                 }
4583               },
4584               "links": [],
4585               "mappings": [],
4586               "min": 0,
4587               "thresholds": {
4588                 "mode": "absolute",
4589                 "steps": [
4590                   {
4591                     "color": "green"
4592                   },
4593                   {
4594                     "color": "red",
4595                     "value": 80
4596                   }
4597                 ]
4598               },
4599               "unit": "bytes"
4600             },
4601             "overrides": [
4602               {
4603                 "matcher": {
4604                   "id": "byName",
4605                   "options": "Apps"
4606                 },
4607                 "properties": [
4608                   {
4609                     "id": "color",
4610                     "value": {
4611                       "fixedColor": "#629E51",
4612                       "mode": "fixed"
4613                     }
4614                   }
4615                 ]
4616               },
4617               {
4618                 "matcher": {
4619                   "id": "byName",
4620                   "options": "Buffers"
4621                 },
4622                 "properties": [
4623                   {
4624                     "id": "color",
4625                     "value": {
4626                       "fixedColor": "#614D93",
4627                       "mode": "fixed"
4628                     }
4629                   }
4630                 ]
4631               },
4632               {
4633                 "matcher": {
4634                   "id": "byName",
4635                   "options": "Cache"
4636                 },
4637                 "properties": [
4638                   {
4639                     "id": "color",
4640                     "value": {
4641                       "fixedColor": "#6D1F62",
4642                       "mode": "fixed"
4643                     }
4644                   }
4645                 ]
4646               },
4647               {
4648                 "matcher": {
4649                   "id": "byName",
4650                   "options": "Cached"
4651                 },
4652                 "properties": [
4653                   {
4654                     "id": "color",
4655                     "value": {
4656                       "fixedColor": "#511749",
4657                       "mode": "fixed"
4658                     }
4659                   }
4660                 ]
4661               },
4662               {
4663                 "matcher": {
4664                   "id": "byName",
4665                   "options": "Committed"
4666                 },
4667                 "properties": [
4668                   {
4669                     "id": "color",
4670                     "value": {
4671                       "fixedColor": "#508642",
4672                       "mode": "fixed"
4673                     }
4674                   }
4675                 ]
4676               },
4677               {
4678                 "matcher": {
4679                   "id": "byName",
4680                   "options": "Free"
4681                 },
4682                 "properties": [
4683                   {
4684                     "id": "color",
4685                     "value": {
4686                       "fixedColor": "#0A437C",
4687                       "mode": "fixed"
4688                     }
4689                   }
4690                 ]
4691               },
4692               {
4693                 "matcher": {
4694                   "id": "byName",
4695                   "options": "Hardware Corrupted - Amount of RAM that the kernel identified as corrupted / not working"
4696                 },
4697                 "properties": [
4698                   {
4699                     "id": "color",
4700                     "value": {
4701                       "fixedColor": "#CFFAFF",
4702                       "mode": "fixed"
4703                     }
4704                   }
4705                 ]
4706               },
4707               {
4708                 "matcher": {
4709                   "id": "byName",
4710                   "options": "Inactive"
4711                 },
4712                 "properties": [
4713                   {
4714                     "id": "color",
4715                     "value": {
4716                       "fixedColor": "#584477",
4717                       "mode": "fixed"
4718                     }
4719                   }
4720                 ]
4721               },
4722               {
4723                 "matcher": {
4724                   "id": "byName",
4725                   "options": "PageTables"
4726                 },
4727                 "properties": [
4728                   {
4729                     "id": "color",
4730                     "value": {
4731                       "fixedColor": "#0A50A1",
4732                       "mode": "fixed"
4733                     }
4734                   }
4735                 ]
4736               },
4737               {
4738                 "matcher": {
4739                   "id": "byName",
4740                   "options": "Page_Tables"
4741                 },
4742                 "properties": [
4743                   {
4744                     "id": "color",
4745                     "value": {
4746                       "fixedColor": "#0A50A1",
4747                       "mode": "fixed"
4748                     }
4749                   }
4750                 ]
4751               },
4752               {
4753                 "matcher": {
4754                   "id": "byName",
4755                   "options": "RAM_Free"
4756                 },
4757                 "properties": [
4758                   {
4759                     "id": "color",
4760                     "value": {
4761                       "fixedColor": "#E0F9D7",
4762                       "mode": "fixed"
4763                     }
4764                   }
4765                 ]
4766               },
4767               {
4768                 "matcher": {
4769                   "id": "byName",
4770                   "options": "Slab"
4771                 },
4772                 "properties": [
4773                   {
4774                     "id": "color",
4775                     "value": {
4776                       "fixedColor": "#806EB7",
4777                       "mode": "fixed"
4778                     }
4779                   }
4780                 ]
4781               },
4782               {
4783                 "matcher": {
4784                   "id": "byName",
4785                   "options": "Slab_Cache"
4786                 },
4787                 "properties": [
4788                   {
4789                     "id": "color",
4790                     "value": {
4791                       "fixedColor": "#E0752D",
4792                       "mode": "fixed"
4793                     }
4794                   }
4795                 ]
4796               },
4797               {
4798                 "matcher": {
4799                   "id": "byName",
4800                   "options": "Swap"
4801                 },
4802                 "properties": [
4803                   {
4804                     "id": "color",
4805                     "value": {
4806                       "fixedColor": "#BF1B00",
4807                       "mode": "fixed"
4808                     }
4809                   }
4810                 ]
4811               },
4812               {
4813                 "matcher": {
4814                   "id": "byName",
4815                   "options": "Swap_Cache"
4816                 },
4817                 "properties": [
4818                   {
4819                     "id": "color",
4820                     "value": {
4821                       "fixedColor": "#C15C17",
4822                       "mode": "fixed"
4823                     }
4824                   }
4825                 ]
4826               },
4827               {
4828                 "matcher": {
4829                   "id": "byName",
4830                   "options": "Swap_Free"
4831                 },
4832                 "properties": [
4833                   {
4834                     "id": "color",
4835                     "value": {
4836                       "fixedColor": "#2F575E",
4837                       "mode": "fixed"
4838                     }
4839                   }
4840                 ]
4841               },
4842               {
4843                 "matcher": {
4844                   "id": "byName",
4845                   "options": "Unused"
4846                 },
4847                 "properties": [
4848                   {
4849                     "id": "color",
4850                     "value": {
4851                       "fixedColor": "#EAB839",
4852                       "mode": "fixed"
4853                     }
4854                   }
4855                 ]
4856               }
4857             ]
4858           },
4859           "gridPos": {
4860             "h": 10,
4861             "w": 12,
4862             "x": 0,
4863             "y": 38
4864           },
4865           "id": 136,
4866           "links": [],
4867           "options": {
4868             "legend": {
4869               "calcs": [
4870                 "mean",
4871                 "lastNotNull",
4872                 "max",
4873                 "min"
4874               ],
4875               "displayMode": "table",
4876               "placement": "bottom",
4877               "showLegend": true,
4878               "width": 350
4879             },
4880             "tooltip": {
4881               "mode": "multi",
4882               "sort": "none"
4883             }
4884           },
4885           "pluginVersion": "9.2.0",
4886           "targets": [
4887             {
4888               "datasource": {
4889                 "type": "prometheus",
4890                 "uid": "${DS_PROMETHEUS}"
4891               },
4892               "expr": "node_memory_Inactive_bytes{instance=\"$node\",job=\"$job\"}",
4893               "format": "time_series",
4894               "intervalFactor": 1,
4895               "legendFormat": "Inactive - Memory which has been less recently used.  It is more eligible to be reclaimed for other purposes",
4896               "refId": "A",
4897               "step": 240
4898             },
4899             {
4900               "datasource": {
4901                 "type": "prometheus",
4902                 "uid": "${DS_PROMETHEUS}"
4903               },
4904               "expr": "node_memory_Active_bytes{instance=\"$node\",job=\"$job\"}",
4905               "format": "time_series",
4906               "intervalFactor": 1,
4907               "legendFormat": "Active - Memory that has been used more recently and usually not reclaimed unless absolutely necessary",
4908               "refId": "B",
4909               "step": 240
4910             }
4911           ],
4912           "title": "Memory Active / Inactive",
4913           "type": "timeseries"
4914         },
4915         {
4916           "datasource": {
4917             "type": "prometheus",
4918             "uid": "${DS_PROMETHEUS}"
4919           },
4920           "fieldConfig": {
4921             "defaults": {
4922               "color": {
4923                 "mode": "palette-classic"
4924               },
4925               "custom": {
4926                 "axisCenteredZero": false,
4927                 "axisColorMode": "text",
4928                 "axisLabel": "bytes",
4929                 "axisPlacement": "auto",
4930                 "barAlignment": 0,
4931                 "drawStyle": "line",
4932                 "fillOpacity": 20,
4933                 "gradientMode": "none",
4934                 "hideFrom": {
4935                   "legend": false,
4936                   "tooltip": false,
4937                   "viz": false
4938                 },
4939                 "lineInterpolation": "linear",
4940                 "lineWidth": 1,
4941                 "pointSize": 5,
4942                 "scaleDistribution": {
4943                   "type": "linear"
4944                 },
4945                 "showPoints": "never",
4946                 "spanNulls": false,
4947                 "stacking": {
4948                   "group": "A",
4949                   "mode": "none"
4950                 },
4951                 "thresholdsStyle": {
4952                   "mode": "off"
4953                 }
4954               },
4955               "links": [],
4956               "mappings": [],
4957               "min": 0,
4958               "thresholds": {
4959                 "mode": "absolute",
4960                 "steps": [
4961                   {
4962                     "color": "green"
4963                   },
4964                   {
4965                     "color": "red",
4966                     "value": 80
4967                   }
4968                 ]
4969               },
4970               "unit": "bytes"
4971             },
4972             "overrides": [
4973               {
4974                 "matcher": {
4975                   "id": "byName",
4976                   "options": "Apps"
4977                 },
4978                 "properties": [
4979                   {
4980                     "id": "color",
4981                     "value": {
4982                       "fixedColor": "#629E51",
4983                       "mode": "fixed"
4984                     }
4985                   }
4986                 ]
4987               },
4988               {
4989                 "matcher": {
4990                   "id": "byName",
4991                   "options": "Buffers"
4992                 },
4993                 "properties": [
4994                   {
4995                     "id": "color",
4996                     "value": {
4997                       "fixedColor": "#614D93",
4998                       "mode": "fixed"
4999                     }
5000                   }
5001                 ]
5002               },
5003               {
5004                 "matcher": {
5005                   "id": "byName",
5006                   "options": "Cache"
5007                 },
5008                 "properties": [
5009                   {
5010                     "id": "color",
5011                     "value": {
5012                       "fixedColor": "#6D1F62",
5013                       "mode": "fixed"
5014                     }
5015                   }
5016                 ]
5017               },
5018               {
5019                 "matcher": {
5020                   "id": "byName",
5021                   "options": "Cached"
5022                 },
5023                 "properties": [
5024                   {
5025                     "id": "color",
5026                     "value": {
5027                       "fixedColor": "#511749",
5028                       "mode": "fixed"
5029                     }
5030                   }
5031                 ]
5032               },
5033               {
5034                 "matcher": {
5035                   "id": "byName",
5036                   "options": "Committed"
5037                 },
5038                 "properties": [
5039                   {
5040                     "id": "color",
5041                     "value": {
5042                       "fixedColor": "#508642",
5043                       "mode": "fixed"
5044                     }
5045                   }
5046                 ]
5047               },
5048               {
5049                 "matcher": {
5050                   "id": "byName",
5051                   "options": "Free"
5052                 },
5053                 "properties": [
5054                   {
5055                     "id": "color",
5056                     "value": {
5057                       "fixedColor": "#0A437C",
5058                       "mode": "fixed"
5059                     }
5060                   }
5061                 ]
5062               },
5063               {
5064                 "matcher": {
5065                   "id": "byName",
5066                   "options": "Hardware Corrupted - Amount of RAM that the kernel identified as corrupted / not working"
5067                 },
5068                 "properties": [
5069                   {
5070                     "id": "color",
5071                     "value": {
5072                       "fixedColor": "#CFFAFF",
5073                       "mode": "fixed"
5074                     }
5075                   }
5076                 ]
5077               },
5078               {
5079                 "matcher": {
5080                   "id": "byName",
5081                   "options": "Inactive"
5082                 },
5083                 "properties": [
5084                   {
5085                     "id": "color",
5086                     "value": {
5087                       "fixedColor": "#584477",
5088                       "mode": "fixed"
5089                     }
5090                   }
5091                 ]
5092               },
5093               {
5094                 "matcher": {
5095                   "id": "byName",
5096                   "options": "PageTables"
5097                 },
5098                 "properties": [
5099                   {
5100                     "id": "color",
5101                     "value": {
5102                       "fixedColor": "#0A50A1",
5103                       "mode": "fixed"
5104                     }
5105                   }
5106                 ]
5107               },
5108               {
5109                 "matcher": {
5110                   "id": "byName",
5111                   "options": "Page_Tables"
5112                 },
5113                 "properties": [
5114                   {
5115                     "id": "color",
5116                     "value": {
5117                       "fixedColor": "#0A50A1",
5118                       "mode": "fixed"
5119                     }
5120                   }
5121                 ]
5122               },
5123               {
5124                 "matcher": {
5125                   "id": "byName",
5126                   "options": "RAM_Free"
5127                 },
5128                 "properties": [
5129                   {
5130                     "id": "color",
5131                     "value": {
5132                       "fixedColor": "#E0F9D7",
5133                       "mode": "fixed"
5134                     }
5135                   }
5136                 ]
5137               },
5138               {
5139                 "matcher": {
5140                   "id": "byName",
5141                   "options": "Slab"
5142                 },
5143                 "properties": [
5144                   {
5145                     "id": "color",
5146                     "value": {
5147                       "fixedColor": "#806EB7",
5148                       "mode": "fixed"
5149                     }
5150                   }
5151                 ]
5152               },
5153               {
5154                 "matcher": {
5155                   "id": "byName",
5156                   "options": "Slab_Cache"
5157                 },
5158                 "properties": [
5159                   {
5160                     "id": "color",
5161                     "value": {
5162                       "fixedColor": "#E0752D",
5163                       "mode": "fixed"
5164                     }
5165                   }
5166                 ]
5167               },
5168               {
5169                 "matcher": {
5170                   "id": "byName",
5171                   "options": "Swap"
5172                 },
5173                 "properties": [
5174                   {
5175                     "id": "color",
5176                     "value": {
5177                       "fixedColor": "#BF1B00",
5178                       "mode": "fixed"
5179                     }
5180                   }
5181                 ]
5182               },
5183               {
5184                 "matcher": {
5185                   "id": "byName",
5186                   "options": "Swap_Cache"
5187                 },
5188                 "properties": [
5189                   {
5190                     "id": "color",
5191                     "value": {
5192                       "fixedColor": "#C15C17",
5193                       "mode": "fixed"
5194                     }
5195                   }
5196                 ]
5197               },
5198               {
5199                 "matcher": {
5200                   "id": "byName",
5201                   "options": "Swap_Free"
5202                 },
5203                 "properties": [
5204                   {
5205                     "id": "color",
5206                     "value": {
5207                       "fixedColor": "#2F575E",
5208                       "mode": "fixed"
5209                     }
5210                   }
5211                 ]
5212               },
5213               {
5214                 "matcher": {
5215                   "id": "byName",
5216                   "options": "Unused"
5217                 },
5218                 "properties": [
5219                   {
5220                     "id": "color",
5221                     "value": {
5222                       "fixedColor": "#EAB839",
5223                       "mode": "fixed"
5224                     }
5225                   }
5226                 ]
5227               },
5228               {
5229                 "matcher": {
5230                   "id": "byRegexp",
5231                   "options": "/.*CommitLimit - *./"
5232                 },
5233                 "properties": [
5234                   {
5235                     "id": "color",
5236                     "value": {
5237                       "fixedColor": "#BF1B00",
5238                       "mode": "fixed"
5239                     }
5240                   },
5241                   {
5242                     "id": "custom.fillOpacity",
5243                     "value": 0
5244                   }
5245                 ]
5246               }
5247             ]
5248           },
5249           "gridPos": {
5250             "h": 10,
5251             "w": 12,
5252             "x": 12,
5253             "y": 38
5254           },
5255           "id": 135,
5256           "links": [],
5257           "options": {
5258             "legend": {
5259               "calcs": [
5260                 "mean",
5261                 "lastNotNull",
5262                 "max",
5263                 "min"
5264               ],
5265               "displayMode": "table",
5266               "placement": "bottom",
5267               "showLegend": true,
5268               "width": 350
5269             },
5270             "tooltip": {
5271               "mode": "multi",
5272               "sort": "none"
5273             }
5274           },
5275           "pluginVersion": "9.2.0",
5276           "targets": [
5277             {
5278               "datasource": {
5279                 "type": "prometheus",
5280                 "uid": "${DS_PROMETHEUS}"
5281               },
5282               "expr": "node_memory_Committed_AS_bytes{instance=\"$node\",job=\"$job\"}",
5283               "format": "time_series",
5284               "intervalFactor": 1,
5285               "legendFormat": "Committed_AS - Amount of memory presently allocated on the system",
5286               "refId": "A",
5287               "step": 240
5288             },
5289             {
5290               "datasource": {
5291                 "type": "prometheus",
5292                 "uid": "${DS_PROMETHEUS}"
5293               },
5294               "expr": "node_memory_CommitLimit_bytes{instance=\"$node\",job=\"$job\"}",
5295               "format": "time_series",
5296               "intervalFactor": 1,
5297               "legendFormat": "CommitLimit - Amount of  memory currently available to be allocated on the system",
5298               "refId": "B",
5299               "step": 240
5300             }
5301           ],
5302           "title": "Memory Commited",
5303           "type": "timeseries"
5304         },
5305         {
5306           "datasource": {
5307             "type": "prometheus",
5308             "uid": "${DS_PROMETHEUS}"
5309           },
5310           "fieldConfig": {
5311             "defaults": {
5312               "color": {
5313                 "mode": "palette-classic"
5314               },
5315               "custom": {
5316                 "axisCenteredZero": false,
5317                 "axisColorMode": "text",
5318                 "axisLabel": "bytes",
5319                 "axisPlacement": "auto",
5320                 "barAlignment": 0,
5321                 "drawStyle": "line",
5322                 "fillOpacity": 20,
5323                 "gradientMode": "none",
5324                 "hideFrom": {
5325                   "legend": false,
5326                   "tooltip": false,
5327                   "viz": false
5328                 },
5329                 "lineInterpolation": "linear",
5330                 "lineWidth": 1,
5331                 "pointSize": 5,
5332                 "scaleDistribution": {
5333                   "type": "linear"
5334                 },
5335                 "showPoints": "never",
5336                 "spanNulls": false,
5337                 "stacking": {
5338                   "group": "A",
5339                   "mode": "normal"
5340                 },
5341                 "thresholdsStyle": {
5342                   "mode": "off"
5343                 }
5344               },
5345               "links": [],
5346               "mappings": [],
5347               "min": 0,
5348               "thresholds": {
5349                 "mode": "absolute",
5350                 "steps": [
5351                   {
5352                     "color": "green"
5353                   },
5354                   {
5355                     "color": "red",
5356                     "value": 80
5357                   }
5358                 ]
5359               },
5360               "unit": "bytes"
5361             },
5362             "overrides": [
5363               {
5364                 "matcher": {
5365                   "id": "byName",
5366                   "options": "Apps"
5367                 },
5368                 "properties": [
5369                   {
5370                     "id": "color",
5371                     "value": {
5372                       "fixedColor": "#629E51",
5373                       "mode": "fixed"
5374                     }
5375                   }
5376                 ]
5377               },
5378               {
5379                 "matcher": {
5380                   "id": "byName",
5381                   "options": "Buffers"
5382                 },
5383                 "properties": [
5384                   {
5385                     "id": "color",
5386                     "value": {
5387                       "fixedColor": "#614D93",
5388                       "mode": "fixed"
5389                     }
5390                   }
5391                 ]
5392               },
5393               {
5394                 "matcher": {
5395                   "id": "byName",
5396                   "options": "Cache"
5397                 },
5398                 "properties": [
5399                   {
5400                     "id": "color",
5401                     "value": {
5402                       "fixedColor": "#6D1F62",
5403                       "mode": "fixed"
5404                     }
5405                   }
5406                 ]
5407               },
5408               {
5409                 "matcher": {
5410                   "id": "byName",
5411                   "options": "Cached"
5412                 },
5413                 "properties": [
5414                   {
5415                     "id": "color",
5416                     "value": {
5417                       "fixedColor": "#511749",
5418                       "mode": "fixed"
5419                     }
5420                   }
5421                 ]
5422               },
5423               {
5424                 "matcher": {
5425                   "id": "byName",
5426                   "options": "Committed"
5427                 },
5428                 "properties": [
5429                   {
5430                     "id": "color",
5431                     "value": {
5432                       "fixedColor": "#508642",
5433                       "mode": "fixed"
5434                     }
5435                   }
5436                 ]
5437               },
5438               {
5439                 "matcher": {
5440                   "id": "byName",
5441                   "options": "Free"
5442                 },
5443                 "properties": [
5444                   {
5445                     "id": "color",
5446                     "value": {
5447                       "fixedColor": "#0A437C",
5448                       "mode": "fixed"
5449                     }
5450                   }
5451                 ]
5452               },
5453               {
5454                 "matcher": {
5455                   "id": "byName",
5456                   "options": "Hardware Corrupted - Amount of RAM that the kernel identified as corrupted / not working"
5457                 },
5458                 "properties": [
5459                   {
5460                     "id": "color",
5461                     "value": {
5462                       "fixedColor": "#CFFAFF",
5463                       "mode": "fixed"
5464                     }
5465                   }
5466                 ]
5467               },
5468               {
5469                 "matcher": {
5470                   "id": "byName",
5471                   "options": "Inactive"
5472                 },
5473                 "properties": [
5474                   {
5475                     "id": "color",
5476                     "value": {
5477                       "fixedColor": "#584477",
5478                       "mode": "fixed"
5479                     }
5480                   }
5481                 ]
5482               },
5483               {
5484                 "matcher": {
5485                   "id": "byName",
5486                   "options": "PageTables"
5487                 },
5488                 "properties": [
5489                   {
5490                     "id": "color",
5491                     "value": {
5492                       "fixedColor": "#0A50A1",
5493                       "mode": "fixed"
5494                     }
5495                   }
5496                 ]
5497               },
5498               {
5499                 "matcher": {
5500                   "id": "byName",
5501                   "options": "Page_Tables"
5502                 },
5503                 "properties": [
5504                   {
5505                     "id": "color",
5506                     "value": {
5507                       "fixedColor": "#0A50A1",
5508                       "mode": "fixed"
5509                     }
5510                   }
5511                 ]
5512               },
5513               {
5514                 "matcher": {
5515                   "id": "byName",
5516                   "options": "RAM_Free"
5517                 },
5518                 "properties": [
5519                   {
5520                     "id": "color",
5521                     "value": {
5522                       "fixedColor": "#E0F9D7",
5523                       "mode": "fixed"
5524                     }
5525                   }
5526                 ]
5527               },
5528               {
5529                 "matcher": {
5530                   "id": "byName",
5531                   "options": "Slab"
5532                 },
5533                 "properties": [
5534                   {
5535                     "id": "color",
5536                     "value": {
5537                       "fixedColor": "#806EB7",
5538                       "mode": "fixed"
5539                     }
5540                   }
5541                 ]
5542               },
5543               {
5544                 "matcher": {
5545                   "id": "byName",
5546                   "options": "Slab_Cache"
5547                 },
5548                 "properties": [
5549                   {
5550                     "id": "color",
5551                     "value": {
5552                       "fixedColor": "#E0752D",
5553                       "mode": "fixed"
5554                     }
5555                   }
5556                 ]
5557               },
5558               {
5559                 "matcher": {
5560                   "id": "byName",
5561                   "options": "Swap"
5562                 },
5563                 "properties": [
5564                   {
5565                     "id": "color",
5566                     "value": {
5567                       "fixedColor": "#BF1B00",
5568                       "mode": "fixed"
5569                     }
5570                   }
5571                 ]
5572               },
5573               {
5574                 "matcher": {
5575                   "id": "byName",
5576                   "options": "Swap_Cache"
5577                 },
5578                 "properties": [
5579                   {
5580                     "id": "color",
5581                     "value": {
5582                       "fixedColor": "#C15C17",
5583                       "mode": "fixed"
5584                     }
5585                   }
5586                 ]
5587               },
5588               {
5589                 "matcher": {
5590                   "id": "byName",
5591                   "options": "Swap_Free"
5592                 },
5593                 "properties": [
5594                   {
5595                     "id": "color",
5596                     "value": {
5597                       "fixedColor": "#2F575E",
5598                       "mode": "fixed"
5599                     }
5600                   }
5601                 ]
5602               },
5603               {
5604                 "matcher": {
5605                   "id": "byName",
5606                   "options": "Unused"
5607                 },
5608                 "properties": [
5609                   {
5610                     "id": "color",
5611                     "value": {
5612                       "fixedColor": "#EAB839",
5613                       "mode": "fixed"
5614                     }
5615                   }
5616                 ]
5617               }
5618             ]
5619           },
5620           "gridPos": {
5621             "h": 10,
5622             "w": 12,
5623             "x": 0,
5624             "y": 48
5625           },
5626           "id": 191,
5627           "links": [],
5628           "options": {
5629             "legend": {
5630               "calcs": [
5631                 "mean",
5632                 "lastNotNull",
5633                 "max",
5634                 "min"
5635               ],
5636               "displayMode": "table",
5637               "placement": "bottom",
5638               "showLegend": true,
5639               "width": 350
5640             },
5641             "tooltip": {
5642               "mode": "multi",
5643               "sort": "none"
5644             }
5645           },
5646           "pluginVersion": "9.2.0",
5647           "targets": [
5648             {
5649               "datasource": {
5650                 "type": "prometheus",
5651                 "uid": "${DS_PROMETHEUS}"
5652               },
5653               "expr": "node_memory_Inactive_file_bytes{instance=\"$node\",job=\"$job\"}",
5654               "format": "time_series",
5655               "hide": false,
5656               "intervalFactor": 1,
5657               "legendFormat": "Inactive_file - File-backed memory on inactive LRU list",
5658               "refId": "A",
5659               "step": 240
5660             },
5661             {
5662               "datasource": {
5663                 "type": "prometheus",
5664                 "uid": "${DS_PROMETHEUS}"
5665               },
5666               "expr": "node_memory_Inactive_anon_bytes{instance=\"$node\",job=\"$job\"}",
5667               "format": "time_series",
5668               "hide": false,
5669               "intervalFactor": 1,
5670               "legendFormat": "Inactive_anon - Anonymous and swap cache on inactive LRU list, including tmpfs (shmem)",
5671               "refId": "B",
5672               "step": 240
5673             },
5674             {
5675               "datasource": {
5676                 "type": "prometheus",
5677                 "uid": "${DS_PROMETHEUS}"
5678               },
5679               "expr": "node_memory_Active_file_bytes{instance=\"$node\",job=\"$job\"}",
5680               "format": "time_series",
5681               "hide": false,
5682               "intervalFactor": 1,
5683               "legendFormat": "Active_file - File-backed memory on active LRU list",
5684               "refId": "C",
5685               "step": 240
5686             },
5687             {
5688               "datasource": {
5689                 "type": "prometheus",
5690                 "uid": "${DS_PROMETHEUS}"
5691               },
5692               "expr": "node_memory_Active_anon_bytes{instance=\"$node\",job=\"$job\"}",
5693               "format": "time_series",
5694               "hide": false,
5695               "intervalFactor": 1,
5696               "legendFormat": "Active_anon - Anonymous and swap cache on active least-recently-used (LRU) list, including tmpfs",
5697               "refId": "D",
5698               "step": 240
5699             }
5700           ],
5701           "title": "Memory Active / Inactive Detail",
5702           "type": "timeseries"
5703         },
5704         {
5705           "datasource": {
5706             "type": "prometheus",
5707             "uid": "${DS_PROMETHEUS}"
5708           },
5709           "fieldConfig": {
5710             "defaults": {
5711               "color": {
5712                 "mode": "palette-classic"
5713               },
5714               "custom": {
5715                 "axisCenteredZero": false,
5716                 "axisColorMode": "text",
5717                 "axisLabel": "bytes",
5718                 "axisPlacement": "auto",
5719                 "barAlignment": 0,
5720                 "drawStyle": "line",
5721                 "fillOpacity": 20,
5722                 "gradientMode": "none",
5723                 "hideFrom": {
5724                   "legend": false,
5725                   "tooltip": false,
5726                   "viz": false
5727                 },
5728                 "lineInterpolation": "linear",
5729                 "lineWidth": 1,
5730                 "pointSize": 5,
5731                 "scaleDistribution": {
5732                   "type": "linear"
5733                 },
5734                 "showPoints": "never",
5735                 "spanNulls": false,
5736                 "stacking": {
5737                   "group": "A",
5738                   "mode": "none"
5739                 },
5740                 "thresholdsStyle": {
5741                   "mode": "off"
5742                 }
5743               },
5744               "links": [],
5745               "mappings": [],
5746               "min": 0,
5747               "thresholds": {
5748                 "mode": "absolute",
5749                 "steps": [
5750                   {
5751                     "color": "green"
5752                   },
5753                   {
5754                     "color": "red",
5755                     "value": 80
5756                   }
5757                 ]
5758               },
5759               "unit": "bytes"
5760             },
5761             "overrides": [
5762               {
5763                 "matcher": {
5764                   "id": "byName",
5765                   "options": "Active"
5766                 },
5767                 "properties": [
5768                   {
5769                     "id": "color",
5770                     "value": {
5771                       "fixedColor": "#99440A",
5772                       "mode": "fixed"
5773                     }
5774                   }
5775                 ]
5776               },
5777               {
5778                 "matcher": {
5779                   "id": "byName",
5780                   "options": "Buffers"
5781                 },
5782                 "properties": [
5783                   {
5784                     "id": "color",
5785                     "value": {
5786                       "fixedColor": "#58140C",
5787                       "mode": "fixed"
5788                     }
5789                   }
5790                 ]
5791               },
5792               {
5793                 "matcher": {
5794                   "id": "byName",
5795                   "options": "Cache"
5796                 },
5797                 "properties": [
5798                   {
5799                     "id": "color",
5800                     "value": {
5801                       "fixedColor": "#6D1F62",
5802                       "mode": "fixed"
5803                     }
5804                   }
5805                 ]
5806               },
5807               {
5808                 "matcher": {
5809                   "id": "byName",
5810                   "options": "Cached"
5811                 },
5812                 "properties": [
5813                   {
5814                     "id": "color",
5815                     "value": {
5816                       "fixedColor": "#511749",
5817                       "mode": "fixed"
5818                     }
5819                   }
5820                 ]
5821               },
5822               {
5823                 "matcher": {
5824                   "id": "byName",
5825                   "options": "Committed"
5826                 },
5827                 "properties": [
5828                   {
5829                     "id": "color",
5830                     "value": {
5831                       "fixedColor": "#508642",
5832                       "mode": "fixed"
5833                     }
5834                   }
5835                 ]
5836               },
5837               {
5838                 "matcher": {
5839                   "id": "byName",
5840                   "options": "Dirty"
5841                 },
5842                 "properties": [
5843                   {
5844                     "id": "color",
5845                     "value": {
5846                       "fixedColor": "#6ED0E0",
5847                       "mode": "fixed"
5848                     }
5849                   }
5850                 ]
5851               },
5852               {
5853                 "matcher": {
5854                   "id": "byName",
5855                   "options": "Free"
5856                 },
5857                 "properties": [
5858                   {
5859                     "id": "color",
5860                     "value": {
5861                       "fixedColor": "#B7DBAB",
5862                       "mode": "fixed"
5863                     }
5864                   }
5865                 ]
5866               },
5867               {
5868                 "matcher": {
5869                   "id": "byName",
5870                   "options": "Inactive"
5871                 },
5872                 "properties": [
5873                   {
5874                     "id": "color",
5875                     "value": {
5876                       "fixedColor": "#EA6460",
5877                       "mode": "fixed"
5878                     }
5879                   }
5880                 ]
5881               },
5882               {
5883                 "matcher": {
5884                   "id": "byName",
5885                   "options": "Mapped"
5886                 },
5887                 "properties": [
5888                   {
5889                     "id": "color",
5890                     "value": {
5891                       "fixedColor": "#052B51",
5892                       "mode": "fixed"
5893                     }
5894                   }
5895                 ]
5896               },
5897               {
5898                 "matcher": {
5899                   "id": "byName",
5900                   "options": "PageTables"
5901                 },
5902                 "properties": [
5903                   {
5904                     "id": "color",
5905                     "value": {
5906                       "fixedColor": "#0A50A1",
5907                       "mode": "fixed"
5908                     }
5909                   }
5910                 ]
5911               },
5912               {
5913                 "matcher": {
5914                   "id": "byName",
5915                   "options": "Page_Tables"
5916                 },
5917                 "properties": [
5918                   {
5919                     "id": "color",
5920                     "value": {
5921                       "fixedColor": "#0A50A1",
5922                       "mode": "fixed"
5923                     }
5924                   }
5925                 ]
5926               },
5927               {
5928                 "matcher": {
5929                   "id": "byName",
5930                   "options": "Slab_Cache"
5931                 },
5932                 "properties": [
5933                   {
5934                     "id": "color",
5935                     "value": {
5936                       "fixedColor": "#EAB839",
5937                       "mode": "fixed"
5938                     }
5939                   }
5940                 ]
5941               },
5942               {
5943                 "matcher": {
5944                   "id": "byName",
5945                   "options": "Swap"
5946                 },
5947                 "properties": [
5948                   {
5949                     "id": "color",
5950                     "value": {
5951                       "fixedColor": "#BF1B00",
5952                       "mode": "fixed"
5953                     }
5954                   }
5955                 ]
5956               },
5957               {
5958                 "matcher": {
5959                   "id": "byName",
5960                   "options": "Swap_Cache"
5961                 },
5962                 "properties": [
5963                   {
5964                     "id": "color",
5965                     "value": {
5966                       "fixedColor": "#C15C17",
5967                       "mode": "fixed"
5968                     }
5969                   }
5970                 ]
5971               },
5972               {
5973                 "matcher": {
5974                   "id": "byName",
5975                   "options": "Total"
5976                 },
5977                 "properties": [
5978                   {
5979                     "id": "color",
5980                     "value": {
5981                       "fixedColor": "#511749",
5982                       "mode": "fixed"
5983                     }
5984                   }
5985                 ]
5986               },
5987               {
5988                 "matcher": {
5989                   "id": "byName",
5990                   "options": "Total RAM"
5991                 },
5992                 "properties": [
5993                   {
5994                     "id": "color",
5995                     "value": {
5996                       "fixedColor": "#052B51",
5997                       "mode": "fixed"
5998                     }
5999                   }
6000                 ]
6001               },
6002               {
6003                 "matcher": {
6004                   "id": "byName",
6005                   "options": "Total RAM + Swap"
6006                 },
6007                 "properties": [
6008                   {
6009                     "id": "color",
6010                     "value": {
6011                       "fixedColor": "#052B51",
6012                       "mode": "fixed"
6013                     }
6014                   }
6015                 ]
6016               },
6017               {
6018                 "matcher": {
6019                   "id": "byName",
6020                   "options": "Total Swap"
6021                 },
6022                 "properties": [
6023                   {
6024                     "id": "color",
6025                     "value": {
6026                       "fixedColor": "#614D93",
6027                       "mode": "fixed"
6028                     }
6029                   }
6030                 ]
6031               },
6032               {
6033                 "matcher": {
6034                   "id": "byName",
6035                   "options": "VmallocUsed"
6036                 },
6037                 "properties": [
6038                   {
6039                     "id": "color",
6040                     "value": {
6041                       "fixedColor": "#EA6460",
6042                       "mode": "fixed"
6043                     }
6044                   }
6045                 ]
6046               }
6047             ]
6048           },
6049           "gridPos": {
6050             "h": 10,
6051             "w": 12,
6052             "x": 12,
6053             "y": 48
6054           },
6055           "id": 130,
6056           "links": [],
6057           "options": {
6058             "legend": {
6059               "calcs": [
6060                 "mean",
6061                 "lastNotNull",
6062                 "max",
6063                 "min"
6064               ],
6065               "displayMode": "table",
6066               "placement": "bottom",
6067               "showLegend": true
6068             },
6069             "tooltip": {
6070               "mode": "multi",
6071               "sort": "none"
6072             }
6073           },
6074           "pluginVersion": "9.2.0",
6075           "targets": [
6076             {
6077               "datasource": {
6078                 "type": "prometheus",
6079                 "uid": "${DS_PROMETHEUS}"
6080               },
6081               "expr": "node_memory_Writeback_bytes{instance=\"$node\",job=\"$job\"}",
6082               "format": "time_series",
6083               "intervalFactor": 1,
6084               "legendFormat": "Writeback - Memory which is actively being written back to disk",
6085               "refId": "A",
6086               "step": 240
6087             },
6088             {
6089               "datasource": {
6090                 "type": "prometheus",
6091                 "uid": "${DS_PROMETHEUS}"
6092               },
6093               "expr": "node_memory_WritebackTmp_bytes{instance=\"$node\",job=\"$job\"}",
6094               "format": "time_series",
6095               "intervalFactor": 1,
6096               "legendFormat": "WritebackTmp - Memory used by FUSE for temporary writeback buffers",
6097               "refId": "B",
6098               "step": 240
6099             },
6100             {
6101               "datasource": {
6102                 "type": "prometheus",
6103                 "uid": "${DS_PROMETHEUS}"
6104               },
6105               "expr": "node_memory_Dirty_bytes{instance=\"$node\",job=\"$job\"}",
6106               "format": "time_series",
6107               "intervalFactor": 1,
6108               "legendFormat": "Dirty - Memory which is waiting to get written back to the disk",
6109               "refId": "C",
6110               "step": 240
6111             }
6112           ],
6113           "title": "Memory Writeback and Dirty",
6114           "type": "timeseries"
6115         },
6116         {
6117           "datasource": {
6118             "type": "prometheus",
6119             "uid": "${DS_PROMETHEUS}"
6120           },
6121           "fieldConfig": {
6122             "defaults": {
6123               "color": {
6124                 "mode": "palette-classic"
6125               },
6126               "custom": {
6127                 "axisCenteredZero": false,
6128                 "axisColorMode": "text",
6129                 "axisLabel": "bytes",
6130                 "axisPlacement": "auto",
6131                 "barAlignment": 0,
6132                 "drawStyle": "line",
6133                 "fillOpacity": 20,
6134                 "gradientMode": "none",
6135                 "hideFrom": {
6136                   "legend": false,
6137                   "tooltip": false,
6138                   "viz": false
6139                 },
6140                 "lineInterpolation": "linear",
6141                 "lineWidth": 1,
6142                 "pointSize": 5,
6143                 "scaleDistribution": {
6144                   "type": "linear"
6145                 },
6146                 "showPoints": "never",
6147                 "spanNulls": false,
6148                 "stacking": {
6149                   "group": "A",
6150                   "mode": "none"
6151                 },
6152                 "thresholdsStyle": {
6153                   "mode": "off"
6154                 }
6155               },
6156               "links": [],
6157               "mappings": [],
6158               "min": 0,
6159               "thresholds": {
6160                 "mode": "absolute",
6161                 "steps": [
6162                   {
6163                     "color": "green"
6164                   },
6165                   {
6166                     "color": "red",
6167                     "value": 80
6168                   }
6169                 ]
6170               },
6171               "unit": "bytes"
6172             },
6173             "overrides": [
6174               {
6175                 "matcher": {
6176                   "id": "byName",
6177                   "options": "Apps"
6178                 },
6179                 "properties": [
6180                   {
6181                     "id": "color",
6182                     "value": {
6183                       "fixedColor": "#629E51",
6184                       "mode": "fixed"
6185                     }
6186                   }
6187                 ]
6188               },
6189               {
6190                 "matcher": {
6191                   "id": "byName",
6192                   "options": "Buffers"
6193                 },
6194                 "properties": [
6195                   {
6196                     "id": "color",
6197                     "value": {
6198                       "fixedColor": "#614D93",
6199                       "mode": "fixed"
6200                     }
6201                   }
6202                 ]
6203               },
6204               {
6205                 "matcher": {
6206                   "id": "byName",
6207                   "options": "Cache"
6208                 },
6209                 "properties": [
6210                   {
6211                     "id": "color",
6212                     "value": {
6213                       "fixedColor": "#6D1F62",
6214                       "mode": "fixed"
6215                     }
6216                   }
6217                 ]
6218               },
6219               {
6220                 "matcher": {
6221                   "id": "byName",
6222                   "options": "Cached"
6223                 },
6224                 "properties": [
6225                   {
6226                     "id": "color",
6227                     "value": {
6228                       "fixedColor": "#511749",
6229                       "mode": "fixed"
6230                     }
6231                   }
6232                 ]
6233               },
6234               {
6235                 "matcher": {
6236                   "id": "byName",
6237                   "options": "Committed"
6238                 },
6239                 "properties": [
6240                   {
6241                     "id": "color",
6242                     "value": {
6243                       "fixedColor": "#508642",
6244                       "mode": "fixed"
6245                     }
6246                   }
6247                 ]
6248               },
6249               {
6250                 "matcher": {
6251                   "id": "byName",
6252                   "options": "Free"
6253                 },
6254                 "properties": [
6255                   {
6256                     "id": "color",
6257                     "value": {
6258                       "fixedColor": "#0A437C",
6259                       "mode": "fixed"
6260                     }
6261                   }
6262                 ]
6263               },
6264               {
6265                 "matcher": {
6266                   "id": "byName",
6267                   "options": "Hardware Corrupted - Amount of RAM that the kernel identified as corrupted / not working"
6268                 },
6269                 "properties": [
6270                   {
6271                     "id": "color",
6272                     "value": {
6273                       "fixedColor": "#CFFAFF",
6274                       "mode": "fixed"
6275                     }
6276                   }
6277                 ]
6278               },
6279               {
6280                 "matcher": {
6281                   "id": "byName",
6282                   "options": "Inactive"
6283                 },
6284                 "properties": [
6285                   {
6286                     "id": "color",
6287                     "value": {
6288                       "fixedColor": "#584477",
6289                       "mode": "fixed"
6290                     }
6291                   }
6292                 ]
6293               },
6294               {
6295                 "matcher": {
6296                   "id": "byName",
6297                   "options": "PageTables"
6298                 },
6299                 "properties": [
6300                   {
6301                     "id": "color",
6302                     "value": {
6303                       "fixedColor": "#0A50A1",
6304                       "mode": "fixed"
6305                     }
6306                   }
6307                 ]
6308               },
6309               {
6310                 "matcher": {
6311                   "id": "byName",
6312                   "options": "Page_Tables"
6313                 },
6314                 "properties": [
6315                   {
6316                     "id": "color",
6317                     "value": {
6318                       "fixedColor": "#0A50A1",
6319                       "mode": "fixed"
6320                     }
6321                   }
6322                 ]
6323               },
6324               {
6325                 "matcher": {
6326                   "id": "byName",
6327                   "options": "RAM_Free"
6328                 },
6329                 "properties": [
6330                   {
6331                     "id": "color",
6332                     "value": {
6333                       "fixedColor": "#E0F9D7",
6334                       "mode": "fixed"
6335                     }
6336                   }
6337                 ]
6338               },
6339               {
6340                 "matcher": {
6341                   "id": "byName",
6342                   "options": "Slab"
6343                 },
6344                 "properties": [
6345                   {
6346                     "id": "color",
6347                     "value": {
6348                       "fixedColor": "#806EB7",
6349                       "mode": "fixed"
6350                     }
6351                   }
6352                 ]
6353               },
6354               {
6355                 "matcher": {
6356                   "id": "byName",
6357                   "options": "Slab_Cache"
6358                 },
6359                 "properties": [
6360                   {
6361                     "id": "color",
6362                     "value": {
6363                       "fixedColor": "#E0752D",
6364                       "mode": "fixed"
6365                     }
6366                   }
6367                 ]
6368               },
6369               {
6370                 "matcher": {
6371                   "id": "byName",
6372                   "options": "Swap"
6373                 },
6374                 "properties": [
6375                   {
6376                     "id": "color",
6377                     "value": {
6378                       "fixedColor": "#BF1B00",
6379                       "mode": "fixed"
6380                     }
6381                   }
6382                 ]
6383               },
6384               {
6385                 "matcher": {
6386                   "id": "byName",
6387                   "options": "Swap_Cache"
6388                 },
6389                 "properties": [
6390                   {
6391                     "id": "color",
6392                     "value": {
6393                       "fixedColor": "#C15C17",
6394                       "mode": "fixed"
6395                     }
6396                   }
6397                 ]
6398               },
6399               {
6400                 "matcher": {
6401                   "id": "byName",
6402                   "options": "Swap_Free"
6403                 },
6404                 "properties": [
6405                   {
6406                     "id": "color",
6407                     "value": {
6408                       "fixedColor": "#2F575E",
6409                       "mode": "fixed"
6410                     }
6411                   }
6412                 ]
6413               },
6414               {
6415                 "matcher": {
6416                   "id": "byName",
6417                   "options": "Unused"
6418                 },
6419                 "properties": [
6420                   {
6421                     "id": "color",
6422                     "value": {
6423                       "fixedColor": "#EAB839",
6424                       "mode": "fixed"
6425                     }
6426                   }
6427                 ]
6428               },
6429               {
6430                 "matcher": {
6431                   "id": "byName",
6432                   "options": "ShmemHugePages - Memory used by shared memory (shmem) and tmpfs allocated  with huge pages"
6433                 },
6434                 "properties": [
6435                   {
6436                     "id": "custom.fillOpacity",
6437                     "value": 0
6438                   }
6439                 ]
6440               },
6441               {
6442                 "matcher": {
6443                   "id": "byName",
6444                   "options": "ShmemHugePages - Memory used by shared memory (shmem) and tmpfs allocated  with huge pages"
6445                 },
6446                 "properties": [
6447                   {
6448                     "id": "custom.fillOpacity",
6449                     "value": 0
6450                   }
6451                 ]
6452               }
6453             ]
6454           },
6455           "gridPos": {
6456             "h": 10,
6457             "w": 12,
6458             "x": 0,
6459             "y": 58
6460           },
6461           "id": 138,
6462           "links": [],
6463           "options": {
6464             "legend": {
6465               "calcs": [
6466                 "mean",
6467                 "lastNotNull",
6468                 "max",
6469                 "min"
6470               ],
6471               "displayMode": "table",
6472               "placement": "bottom",
6473               "showLegend": true,
6474               "width": 350
6475             },
6476             "tooltip": {
6477               "mode": "multi",
6478               "sort": "none"
6479             }
6480           },
6481           "pluginVersion": "9.2.0",
6482           "targets": [
6483             {
6484               "datasource": {
6485                 "type": "prometheus",
6486                 "uid": "${DS_PROMETHEUS}"
6487               },
6488               "expr": "node_memory_Mapped_bytes{instance=\"$node\",job=\"$job\"}",
6489               "format": "time_series",
6490               "intervalFactor": 1,
6491               "legendFormat": "Mapped - Used memory in mapped pages files which have been mmaped, such as libraries",
6492               "refId": "A",
6493               "step": 240
6494             },
6495             {
6496               "datasource": {
6497                 "type": "prometheus",
6498                 "uid": "${DS_PROMETHEUS}"
6499               },
6500               "expr": "node_memory_Shmem_bytes{instance=\"$node\",job=\"$job\"}",
6501               "format": "time_series",
6502               "intervalFactor": 1,
6503               "legendFormat": "Shmem - Used shared memory (shared between several processes, thus including RAM disks)",
6504               "refId": "B",
6505               "step": 240
6506             },
6507             {
6508               "datasource": {
6509                 "type": "prometheus",
6510                 "uid": "${DS_PROMETHEUS}"
6511               },
6512               "expr": "node_memory_ShmemHugePages_bytes{instance=\"$node\",job=\"$job\"}",
6513               "format": "time_series",
6514               "interval": "",
6515               "intervalFactor": 1,
6516               "legendFormat": "ShmemHugePages - Memory used by shared memory (shmem) and tmpfs allocated  with huge pages",
6517               "refId": "C",
6518               "step": 240
6519             },
6520             {
6521               "datasource": {
6522                 "type": "prometheus",
6523                 "uid": "${DS_PROMETHEUS}"
6524               },
6525               "expr": "node_memory_ShmemPmdMapped_bytes{instance=\"$node\",job=\"$job\"}",
6526               "format": "time_series",
6527               "interval": "",
6528               "intervalFactor": 1,
6529               "legendFormat": "ShmemPmdMapped - Ammount of shared (shmem/tmpfs) memory backed by huge pages",
6530               "refId": "D",
6531               "step": 240
6532             }
6533           ],
6534           "title": "Memory Shared and Mapped",
6535           "type": "timeseries"
6536         },
6537         {
6538           "datasource": {
6539             "type": "prometheus",
6540             "uid": "${DS_PROMETHEUS}"
6541           },
6542           "fieldConfig": {
6543             "defaults": {
6544               "color": {
6545                 "mode": "palette-classic"
6546               },
6547               "custom": {
6548                 "axisCenteredZero": false,
6549                 "axisColorMode": "text",
6550                 "axisLabel": "bytes",
6551                 "axisPlacement": "auto",
6552                 "barAlignment": 0,
6553                 "drawStyle": "line",
6554                 "fillOpacity": 20,
6555                 "gradientMode": "none",
6556                 "hideFrom": {
6557                   "legend": false,
6558                   "tooltip": false,
6559                   "viz": false
6560                 },
6561                 "lineInterpolation": "linear",
6562                 "lineWidth": 1,
6563                 "pointSize": 5,
6564                 "scaleDistribution": {
6565                   "type": "linear"
6566                 },
6567                 "showPoints": "never",
6568                 "spanNulls": false,
6569                 "stacking": {
6570                   "group": "A",
6571                   "mode": "normal"
6572                 },
6573                 "thresholdsStyle": {
6574                   "mode": "off"
6575                 }
6576               },
6577               "links": [],
6578               "mappings": [],
6579               "min": 0,
6580               "thresholds": {
6581                 "mode": "absolute",
6582                 "steps": [
6583                   {
6584                     "color": "green"
6585                   },
6586                   {
6587                     "color": "red",
6588                     "value": 80
6589                   }
6590                 ]
6591               },
6592               "unit": "bytes"
6593             },
6594             "overrides": [
6595               {
6596                 "matcher": {
6597                   "id": "byName",
6598                   "options": "Active"
6599                 },
6600                 "properties": [
6601                   {
6602                     "id": "color",
6603                     "value": {
6604                       "fixedColor": "#99440A",
6605                       "mode": "fixed"
6606                     }
6607                   }
6608                 ]
6609               },
6610               {
6611                 "matcher": {
6612                   "id": "byName",
6613                   "options": "Buffers"
6614                 },
6615                 "properties": [
6616                   {
6617                     "id": "color",
6618                     "value": {
6619                       "fixedColor": "#58140C",
6620                       "mode": "fixed"
6621                     }
6622                   }
6623                 ]
6624               },
6625               {
6626                 "matcher": {
6627                   "id": "byName",
6628                   "options": "Cache"
6629                 },
6630                 "properties": [
6631                   {
6632                     "id": "color",
6633                     "value": {
6634                       "fixedColor": "#6D1F62",
6635                       "mode": "fixed"
6636                     }
6637                   }
6638                 ]
6639               },
6640               {
6641                 "matcher": {
6642                   "id": "byName",
6643                   "options": "Cached"
6644                 },
6645                 "properties": [
6646                   {
6647                     "id": "color",
6648                     "value": {
6649                       "fixedColor": "#511749",
6650                       "mode": "fixed"
6651                     }
6652                   }
6653                 ]
6654               },
6655               {
6656                 "matcher": {
6657                   "id": "byName",
6658                   "options": "Committed"
6659                 },
6660                 "properties": [
6661                   {
6662                     "id": "color",
6663                     "value": {
6664                       "fixedColor": "#508642",
6665                       "mode": "fixed"
6666                     }
6667                   }
6668                 ]
6669               },
6670               {
6671                 "matcher": {
6672                   "id": "byName",
6673                   "options": "Dirty"
6674                 },
6675                 "properties": [
6676                   {
6677                     "id": "color",
6678                     "value": {
6679                       "fixedColor": "#6ED0E0",
6680                       "mode": "fixed"
6681                     }
6682                   }
6683                 ]
6684               },
6685               {
6686                 "matcher": {
6687                   "id": "byName",
6688                   "options": "Free"
6689                 },
6690                 "properties": [
6691                   {
6692                     "id": "color",
6693                     "value": {
6694                       "fixedColor": "#B7DBAB",
6695                       "mode": "fixed"
6696                     }
6697                   }
6698                 ]
6699               },
6700               {
6701                 "matcher": {
6702                   "id": "byName",
6703                   "options": "Inactive"
6704                 },
6705                 "properties": [
6706                   {
6707                     "id": "color",
6708                     "value": {
6709                       "fixedColor": "#EA6460",
6710                       "mode": "fixed"
6711                     }
6712                   }
6713                 ]
6714               },
6715               {
6716                 "matcher": {
6717                   "id": "byName",
6718                   "options": "Mapped"
6719                 },
6720                 "properties": [
6721                   {
6722                     "id": "color",
6723                     "value": {
6724                       "fixedColor": "#052B51",
6725                       "mode": "fixed"
6726                     }
6727                   }
6728                 ]
6729               },
6730               {
6731                 "matcher": {
6732                   "id": "byName",
6733                   "options": "PageTables"
6734                 },
6735                 "properties": [
6736                   {
6737                     "id": "color",
6738                     "value": {
6739                       "fixedColor": "#0A50A1",
6740                       "mode": "fixed"
6741                     }
6742                   }
6743                 ]
6744               },
6745               {
6746                 "matcher": {
6747                   "id": "byName",
6748                   "options": "Page_Tables"
6749                 },
6750                 "properties": [
6751                   {
6752                     "id": "color",
6753                     "value": {
6754                       "fixedColor": "#0A50A1",
6755                       "mode": "fixed"
6756                     }
6757                   }
6758                 ]
6759               },
6760               {
6761                 "matcher": {
6762                   "id": "byName",
6763                   "options": "Slab_Cache"
6764                 },
6765                 "properties": [
6766                   {
6767                     "id": "color",
6768                     "value": {
6769                       "fixedColor": "#EAB839",
6770                       "mode": "fixed"
6771                     }
6772                   }
6773                 ]
6774               },
6775               {
6776                 "matcher": {
6777                   "id": "byName",
6778                   "options": "Swap"
6779                 },
6780                 "properties": [
6781                   {
6782                     "id": "color",
6783                     "value": {
6784                       "fixedColor": "#BF1B00",
6785                       "mode": "fixed"
6786                     }
6787                   }
6788                 ]
6789               },
6790               {
6791                 "matcher": {
6792                   "id": "byName",
6793                   "options": "Swap_Cache"
6794                 },
6795                 "properties": [
6796                   {
6797                     "id": "color",
6798                     "value": {
6799                       "fixedColor": "#C15C17",
6800                       "mode": "fixed"
6801                     }
6802                   }
6803                 ]
6804               },
6805               {
6806                 "matcher": {
6807                   "id": "byName",
6808                   "options": "Total"
6809                 },
6810                 "properties": [
6811                   {
6812                     "id": "color",
6813                     "value": {
6814                       "fixedColor": "#511749",
6815                       "mode": "fixed"
6816                     }
6817                   }
6818                 ]
6819               },
6820               {
6821                 "matcher": {
6822                   "id": "byName",
6823                   "options": "Total RAM"
6824                 },
6825                 "properties": [
6826                   {
6827                     "id": "color",
6828                     "value": {
6829                       "fixedColor": "#052B51",
6830                       "mode": "fixed"
6831                     }
6832                   }
6833                 ]
6834               },
6835               {
6836                 "matcher": {
6837                   "id": "byName",
6838                   "options": "Total RAM + Swap"
6839                 },
6840                 "properties": [
6841                   {
6842                     "id": "color",
6843                     "value": {
6844                       "fixedColor": "#052B51",
6845                       "mode": "fixed"
6846                     }
6847                   }
6848                 ]
6849               },
6850               {
6851                 "matcher": {
6852                   "id": "byName",
6853                   "options": "Total Swap"
6854                 },
6855                 "properties": [
6856                   {
6857                     "id": "color",
6858                     "value": {
6859                       "fixedColor": "#614D93",
6860                       "mode": "fixed"
6861                     }
6862                   }
6863                 ]
6864               },
6865               {
6866                 "matcher": {
6867                   "id": "byName",
6868                   "options": "VmallocUsed"
6869                 },
6870                 "properties": [
6871                   {
6872                     "id": "color",
6873                     "value": {
6874                       "fixedColor": "#EA6460",
6875                       "mode": "fixed"
6876                     }
6877                   }
6878                 ]
6879               }
6880             ]
6881           },
6882           "gridPos": {
6883             "h": 10,
6884             "w": 12,
6885             "x": 12,
6886             "y": 58
6887           },
6888           "id": 131,
6889           "links": [],
6890           "options": {
6891             "legend": {
6892               "calcs": [
6893                 "mean",
6894                 "lastNotNull",
6895                 "max",
6896                 "min"
6897               ],
6898               "displayMode": "table",
6899               "placement": "bottom",
6900               "showLegend": true
6901             },
6902             "tooltip": {
6903               "mode": "multi",
6904               "sort": "none"
6905             }
6906           },
6907           "pluginVersion": "9.2.0",
6908           "targets": [
6909             {
6910               "datasource": {
6911                 "type": "prometheus",
6912                 "uid": "${DS_PROMETHEUS}"
6913               },
6914               "expr": "node_memory_SUnreclaim_bytes{instance=\"$node\",job=\"$job\"}",
6915               "format": "time_series",
6916               "intervalFactor": 1,
6917               "legendFormat": "SUnreclaim - Part of Slab, that cannot be reclaimed on memory pressure",
6918               "refId": "A",
6919               "step": 240
6920             },
6921             {
6922               "datasource": {
6923                 "type": "prometheus",
6924                 "uid": "${DS_PROMETHEUS}"
6925               },
6926               "expr": "node_memory_SReclaimable_bytes{instance=\"$node\",job=\"$job\"}",
6927               "format": "time_series",
6928               "intervalFactor": 1,
6929               "legendFormat": "SReclaimable - Part of Slab, that might be reclaimed, such as caches",
6930               "refId": "B",
6931               "step": 240
6932             }
6933           ],
6934           "title": "Memory Slab",
6935           "type": "timeseries"
6936         },
6937         {
6938           "datasource": {
6939             "type": "prometheus",
6940             "uid": "${DS_PROMETHEUS}"
6941           },
6942           "fieldConfig": {
6943             "defaults": {
6944               "color": {
6945                 "mode": "palette-classic"
6946               },
6947               "custom": {
6948                 "axisCenteredZero": false,
6949                 "axisColorMode": "text",
6950                 "axisLabel": "bytes",
6951                 "axisPlacement": "auto",
6952                 "barAlignment": 0,
6953                 "drawStyle": "line",
6954                 "fillOpacity": 20,
6955                 "gradientMode": "none",
6956                 "hideFrom": {
6957                   "legend": false,
6958                   "tooltip": false,
6959                   "viz": false
6960                 },
6961                 "lineInterpolation": "linear",
6962                 "lineWidth": 1,
6963                 "pointSize": 5,
6964                 "scaleDistribution": {
6965                   "type": "linear"
6966                 },
6967                 "showPoints": "never",
6968                 "spanNulls": false,
6969                 "stacking": {
6970                   "group": "A",
6971                   "mode": "none"
6972                 },
6973                 "thresholdsStyle": {
6974                   "mode": "off"
6975                 }
6976               },
6977               "links": [],
6978               "mappings": [],
6979               "min": 0,
6980               "thresholds": {
6981                 "mode": "absolute",
6982                 "steps": [
6983                   {
6984                     "color": "green"
6985                   },
6986                   {
6987                     "color": "red",
6988                     "value": 80
6989                   }
6990                 ]
6991               },
6992               "unit": "bytes"
6993             },
6994             "overrides": [
6995               {
6996                 "matcher": {
6997                   "id": "byName",
6998                   "options": "Active"
6999                 },
7000                 "properties": [
7001                   {
7002                     "id": "color",
7003                     "value": {
7004                       "fixedColor": "#99440A",
7005                       "mode": "fixed"
7006                     }
7007                   }
7008                 ]
7009               },
7010               {
7011                 "matcher": {
7012                   "id": "byName",
7013                   "options": "Buffers"
7014                 },
7015                 "properties": [
7016                   {
7017                     "id": "color",
7018                     "value": {
7019                       "fixedColor": "#58140C",
7020                       "mode": "fixed"
7021                     }
7022                   }
7023                 ]
7024               },
7025               {
7026                 "matcher": {
7027                   "id": "byName",
7028                   "options": "Cache"
7029                 },
7030                 "properties": [
7031                   {
7032                     "id": "color",
7033                     "value": {
7034                       "fixedColor": "#6D1F62",
7035                       "mode": "fixed"
7036                     }
7037                   }
7038                 ]
7039               },
7040               {
7041                 "matcher": {
7042                   "id": "byName",
7043                   "options": "Cached"
7044                 },
7045                 "properties": [
7046                   {
7047                     "id": "color",
7048                     "value": {
7049                       "fixedColor": "#511749",
7050                       "mode": "fixed"
7051                     }
7052                   }
7053                 ]
7054               },
7055               {
7056                 "matcher": {
7057                   "id": "byName",
7058                   "options": "Committed"
7059                 },
7060                 "properties": [
7061                   {
7062                     "id": "color",
7063                     "value": {
7064                       "fixedColor": "#508642",
7065                       "mode": "fixed"
7066                     }
7067                   }
7068                 ]
7069               },
7070               {
7071                 "matcher": {
7072                   "id": "byName",
7073                   "options": "Dirty"
7074                 },
7075                 "properties": [
7076                   {
7077                     "id": "color",
7078                     "value": {
7079                       "fixedColor": "#6ED0E0",
7080                       "mode": "fixed"
7081                     }
7082                   }
7083                 ]
7084               },
7085               {
7086                 "matcher": {
7087                   "id": "byName",
7088                   "options": "Free"
7089                 },
7090                 "properties": [
7091                   {
7092                     "id": "color",
7093                     "value": {
7094                       "fixedColor": "#B7DBAB",
7095                       "mode": "fixed"
7096                     }
7097                   }
7098                 ]
7099               },
7100               {
7101                 "matcher": {
7102                   "id": "byName",
7103                   "options": "Inactive"
7104                 },
7105                 "properties": [
7106                   {
7107                     "id": "color",
7108                     "value": {
7109                       "fixedColor": "#EA6460",
7110                       "mode": "fixed"
7111                     }
7112                   }
7113                 ]
7114               },
7115               {
7116                 "matcher": {
7117                   "id": "byName",
7118                   "options": "Mapped"
7119                 },
7120                 "properties": [
7121                   {
7122                     "id": "color",
7123                     "value": {
7124                       "fixedColor": "#052B51",
7125                       "mode": "fixed"
7126                     }
7127                   }
7128                 ]
7129               },
7130               {
7131                 "matcher": {
7132                   "id": "byName",
7133                   "options": "PageTables"
7134                 },
7135                 "properties": [
7136                   {
7137                     "id": "color",
7138                     "value": {
7139                       "fixedColor": "#0A50A1",
7140                       "mode": "fixed"
7141                     }
7142                   }
7143                 ]
7144               },
7145               {
7146                 "matcher": {
7147                   "id": "byName",
7148                   "options": "Page_Tables"
7149                 },
7150                 "properties": [
7151                   {
7152                     "id": "color",
7153                     "value": {
7154                       "fixedColor": "#0A50A1",
7155                       "mode": "fixed"
7156                     }
7157                   }
7158                 ]
7159               },
7160               {
7161                 "matcher": {
7162                   "id": "byName",
7163                   "options": "Slab_Cache"
7164                 },
7165                 "properties": [
7166                   {
7167                     "id": "color",
7168                     "value": {
7169                       "fixedColor": "#EAB839",
7170                       "mode": "fixed"
7171                     }
7172                   }
7173                 ]
7174               },
7175               {
7176                 "matcher": {
7177                   "id": "byName",
7178                   "options": "Swap"
7179                 },
7180                 "properties": [
7181                   {
7182                     "id": "color",
7183                     "value": {
7184                       "fixedColor": "#BF1B00",
7185                       "mode": "fixed"
7186                     }
7187                   }
7188                 ]
7189               },
7190               {
7191                 "matcher": {
7192                   "id": "byName",
7193                   "options": "Swap_Cache"
7194                 },
7195                 "properties": [
7196                   {
7197                     "id": "color",
7198                     "value": {
7199                       "fixedColor": "#C15C17",
7200                       "mode": "fixed"
7201                     }
7202                   }
7203                 ]
7204               },
7205               {
7206                 "matcher": {
7207                   "id": "byName",
7208                   "options": "Total"
7209                 },
7210                 "properties": [
7211                   {
7212                     "id": "color",
7213                     "value": {
7214                       "fixedColor": "#511749",
7215                       "mode": "fixed"
7216                     }
7217                   }
7218                 ]
7219               },
7220               {
7221                 "matcher": {
7222                   "id": "byName",
7223                   "options": "Total RAM"
7224                 },
7225                 "properties": [
7226                   {
7227                     "id": "color",
7228                     "value": {
7229                       "fixedColor": "#052B51",
7230                       "mode": "fixed"
7231                     }
7232                   }
7233                 ]
7234               },
7235               {
7236                 "matcher": {
7237                   "id": "byName",
7238                   "options": "Total RAM + Swap"
7239                 },
7240                 "properties": [
7241                   {
7242                     "id": "color",
7243                     "value": {
7244                       "fixedColor": "#052B51",
7245                       "mode": "fixed"
7246                     }
7247                   }
7248                 ]
7249               },
7250               {
7251                 "matcher": {
7252                   "id": "byName",
7253                   "options": "VmallocUsed"
7254                 },
7255                 "properties": [
7256                   {
7257                     "id": "color",
7258                     "value": {
7259                       "fixedColor": "#EA6460",
7260                       "mode": "fixed"
7261                     }
7262                   }
7263                 ]
7264               }
7265             ]
7266           },
7267           "gridPos": {
7268             "h": 10,
7269             "w": 12,
7270             "x": 0,
7271             "y": 68
7272           },
7273           "id": 70,
7274           "links": [],
7275           "options": {
7276             "legend": {
7277               "calcs": [
7278                 "mean",
7279                 "lastNotNull",
7280                 "max",
7281                 "min"
7282               ],
7283               "displayMode": "table",
7284               "placement": "bottom",
7285               "showLegend": true
7286             },
7287             "tooltip": {
7288               "mode": "multi",
7289               "sort": "none"
7290             }
7291           },
7292           "pluginVersion": "9.2.0",
7293           "targets": [
7294             {
7295               "datasource": {
7296                 "type": "prometheus",
7297                 "uid": "${DS_PROMETHEUS}"
7298               },
7299               "expr": "node_memory_VmallocChunk_bytes{instance=\"$node\",job=\"$job\"}",
7300               "format": "time_series",
7301               "hide": false,
7302               "intervalFactor": 1,
7303               "legendFormat": "VmallocChunk - Largest contigious block of vmalloc area which is free",
7304               "refId": "A",
7305               "step": 240
7306             },
7307             {
7308               "datasource": {
7309                 "type": "prometheus",
7310                 "uid": "${DS_PROMETHEUS}"
7311               },
7312               "expr": "node_memory_VmallocTotal_bytes{instance=\"$node\",job=\"$job\"}",
7313               "format": "time_series",
7314               "hide": false,
7315               "intervalFactor": 1,
7316               "legendFormat": "VmallocTotal - Total size of vmalloc memory area",
7317               "refId": "B",
7318               "step": 240
7319             },
7320             {
7321               "datasource": {
7322                 "type": "prometheus",
7323                 "uid": "${DS_PROMETHEUS}"
7324               },
7325               "expr": "node_memory_VmallocUsed_bytes{instance=\"$node\",job=\"$job\"}",
7326               "format": "time_series",
7327               "hide": false,
7328               "intervalFactor": 1,
7329               "legendFormat": "VmallocUsed - Amount of vmalloc area which is used",
7330               "refId": "C",
7331               "step": 240
7332             }
7333           ],
7334           "title": "Memory Vmalloc",
7335           "type": "timeseries"
7336         },
7337         {
7338           "datasource": {
7339             "type": "prometheus",
7340             "uid": "${DS_PROMETHEUS}"
7341           },
7342           "fieldConfig": {
7343             "defaults": {
7344               "color": {
7345                 "mode": "palette-classic"
7346               },
7347               "custom": {
7348                 "axisCenteredZero": false,
7349                 "axisColorMode": "text",
7350                 "axisLabel": "bytes",
7351                 "axisPlacement": "auto",
7352                 "barAlignment": 0,
7353                 "drawStyle": "line",
7354                 "fillOpacity": 20,
7355                 "gradientMode": "none",
7356                 "hideFrom": {
7357                   "legend": false,
7358                   "tooltip": false,
7359                   "viz": false
7360                 },
7361                 "lineInterpolation": "linear",
7362                 "lineWidth": 1,
7363                 "pointSize": 5,
7364                 "scaleDistribution": {
7365                   "type": "linear"
7366                 },
7367                 "showPoints": "never",
7368                 "spanNulls": false,
7369                 "stacking": {
7370                   "group": "A",
7371                   "mode": "none"
7372                 },
7373                 "thresholdsStyle": {
7374                   "mode": "off"
7375                 }
7376               },
7377               "links": [],
7378               "mappings": [],
7379               "min": 0,
7380               "thresholds": {
7381                 "mode": "absolute",
7382                 "steps": [
7383                   {
7384                     "color": "green"
7385                   },
7386                   {
7387                     "color": "red",
7388                     "value": 80
7389                   }
7390                 ]
7391               },
7392               "unit": "bytes"
7393             },
7394             "overrides": [
7395               {
7396                 "matcher": {
7397                   "id": "byName",
7398                   "options": "Apps"
7399                 },
7400                 "properties": [
7401                   {
7402                     "id": "color",
7403                     "value": {
7404                       "fixedColor": "#629E51",
7405                       "mode": "fixed"
7406                     }
7407                   }
7408                 ]
7409               },
7410               {
7411                 "matcher": {
7412                   "id": "byName",
7413                   "options": "Buffers"
7414                 },
7415                 "properties": [
7416                   {
7417                     "id": "color",
7418                     "value": {
7419                       "fixedColor": "#614D93",
7420                       "mode": "fixed"
7421                     }
7422                   }
7423                 ]
7424               },
7425               {
7426                 "matcher": {
7427                   "id": "byName",
7428                   "options": "Cache"
7429                 },
7430                 "properties": [
7431                   {
7432                     "id": "color",
7433                     "value": {
7434                       "fixedColor": "#6D1F62",
7435                       "mode": "fixed"
7436                     }
7437                   }
7438                 ]
7439               },
7440               {
7441                 "matcher": {
7442                   "id": "byName",
7443                   "options": "Cached"
7444                 },
7445                 "properties": [
7446                   {
7447                     "id": "color",
7448                     "value": {
7449                       "fixedColor": "#511749",
7450                       "mode": "fixed"
7451                     }
7452                   }
7453                 ]
7454               },
7455               {
7456                 "matcher": {
7457                   "id": "byName",
7458                   "options": "Committed"
7459                 },
7460                 "properties": [
7461                   {
7462                     "id": "color",
7463                     "value": {
7464                       "fixedColor": "#508642",
7465                       "mode": "fixed"
7466                     }
7467                   }
7468                 ]
7469               },
7470               {
7471                 "matcher": {
7472                   "id": "byName",
7473                   "options": "Free"
7474                 },
7475                 "properties": [
7476                   {
7477                     "id": "color",
7478                     "value": {
7479                       "fixedColor": "#0A437C",
7480                       "mode": "fixed"
7481                     }
7482                   }
7483                 ]
7484               },
7485               {
7486                 "matcher": {
7487                   "id": "byName",
7488                   "options": "Hardware Corrupted - Amount of RAM that the kernel identified as corrupted / not working"
7489                 },
7490                 "properties": [
7491                   {
7492                     "id": "color",
7493                     "value": {
7494                       "fixedColor": "#CFFAFF",
7495                       "mode": "fixed"
7496                     }
7497                   }
7498                 ]
7499               },
7500               {
7501                 "matcher": {
7502                   "id": "byName",
7503                   "options": "Inactive"
7504                 },
7505                 "properties": [
7506                   {
7507                     "id": "color",
7508                     "value": {
7509                       "fixedColor": "#584477",
7510                       "mode": "fixed"
7511                     }
7512                   }
7513                 ]
7514               },
7515               {
7516                 "matcher": {
7517                   "id": "byName",
7518                   "options": "PageTables"
7519                 },
7520                 "properties": [
7521                   {
7522                     "id": "color",
7523                     "value": {
7524                       "fixedColor": "#0A50A1",
7525                       "mode": "fixed"
7526                     }
7527                   }
7528                 ]
7529               },
7530               {
7531                 "matcher": {
7532                   "id": "byName",
7533                   "options": "Page_Tables"
7534                 },
7535                 "properties": [
7536                   {
7537                     "id": "color",
7538                     "value": {
7539                       "fixedColor": "#0A50A1",
7540                       "mode": "fixed"
7541                     }
7542                   }
7543                 ]
7544               },
7545               {
7546                 "matcher": {
7547                   "id": "byName",
7548                   "options": "RAM_Free"
7549                 },
7550                 "properties": [
7551                   {
7552                     "id": "color",
7553                     "value": {
7554                       "fixedColor": "#E0F9D7",
7555                       "mode": "fixed"
7556                     }
7557                   }
7558                 ]
7559               },
7560               {
7561                 "matcher": {
7562                   "id": "byName",
7563                   "options": "Slab"
7564                 },
7565                 "properties": [
7566                   {
7567                     "id": "color",
7568                     "value": {
7569                       "fixedColor": "#806EB7",
7570                       "mode": "fixed"
7571                     }
7572                   }
7573                 ]
7574               },
7575               {
7576                 "matcher": {
7577                   "id": "byName",
7578                   "options": "Slab_Cache"
7579                 },
7580                 "properties": [
7581                   {
7582                     "id": "color",
7583                     "value": {
7584                       "fixedColor": "#E0752D",
7585                       "mode": "fixed"
7586                     }
7587                   }
7588                 ]
7589               },
7590               {
7591                 "matcher": {
7592                   "id": "byName",
7593                   "options": "Swap"
7594                 },
7595                 "properties": [
7596                   {
7597                     "id": "color",
7598                     "value": {
7599                       "fixedColor": "#BF1B00",
7600                       "mode": "fixed"
7601                     }
7602                   }
7603                 ]
7604               },
7605               {
7606                 "matcher": {
7607                   "id": "byName",
7608                   "options": "Swap_Cache"
7609                 },
7610                 "properties": [
7611                   {
7612                     "id": "color",
7613                     "value": {
7614                       "fixedColor": "#C15C17",
7615                       "mode": "fixed"
7616                     }
7617                   }
7618                 ]
7619               },
7620               {
7621                 "matcher": {
7622                   "id": "byName",
7623                   "options": "Swap_Free"
7624                 },
7625                 "properties": [
7626                   {
7627                     "id": "color",
7628                     "value": {
7629                       "fixedColor": "#2F575E",
7630                       "mode": "fixed"
7631                     }
7632                   }
7633                 ]
7634               },
7635               {
7636                 "matcher": {
7637                   "id": "byName",
7638                   "options": "Unused"
7639                 },
7640                 "properties": [
7641                   {
7642                     "id": "color",
7643                     "value": {
7644                       "fixedColor": "#EAB839",
7645                       "mode": "fixed"
7646                     }
7647                   }
7648                 ]
7649               }
7650             ]
7651           },
7652           "gridPos": {
7653             "h": 10,
7654             "w": 12,
7655             "x": 12,
7656             "y": 68
7657           },
7658           "id": 159,
7659           "links": [],
7660           "options": {
7661             "legend": {
7662               "calcs": [
7663                 "mean",
7664                 "lastNotNull",
7665                 "max",
7666                 "min"
7667               ],
7668               "displayMode": "table",
7669               "placement": "bottom",
7670               "showLegend": true,
7671               "width": 350
7672             },
7673             "tooltip": {
7674               "mode": "multi",
7675               "sort": "none"
7676             }
7677           },
7678           "pluginVersion": "9.2.0",
7679           "targets": [
7680             {
7681               "datasource": {
7682                 "type": "prometheus",
7683                 "uid": "${DS_PROMETHEUS}"
7684               },
7685               "expr": "node_memory_Bounce_bytes{instance=\"$node\",job=\"$job\"}",
7686               "format": "time_series",
7687               "intervalFactor": 1,
7688               "legendFormat": "Bounce - Memory used for block device bounce buffers",
7689               "refId": "A",
7690               "step": 240
7691             }
7692           ],
7693           "title": "Memory Bounce",
7694           "type": "timeseries"
7695         },
7696         {
7697           "datasource": {
7698             "type": "prometheus",
7699             "uid": "${DS_PROMETHEUS}"
7700           },
7701           "fieldConfig": {
7702             "defaults": {
7703               "color": {
7704                 "mode": "palette-classic"
7705               },
7706               "custom": {
7707                 "axisCenteredZero": false,
7708                 "axisColorMode": "text",
7709                 "axisLabel": "bytes",
7710                 "axisPlacement": "auto",
7711                 "barAlignment": 0,
7712                 "drawStyle": "line",
7713                 "fillOpacity": 20,
7714                 "gradientMode": "none",
7715                 "hideFrom": {
7716                   "legend": false,
7717                   "tooltip": false,
7718                   "viz": false
7719                 },
7720                 "lineInterpolation": "linear",
7721                 "lineWidth": 1,
7722                 "pointSize": 5,
7723                 "scaleDistribution": {
7724                   "type": "linear"
7725                 },
7726                 "showPoints": "never",
7727                 "spanNulls": false,
7728                 "stacking": {
7729                   "group": "A",
7730                   "mode": "none"
7731                 },
7732                 "thresholdsStyle": {
7733                   "mode": "off"
7734                 }
7735               },
7736               "links": [],
7737               "mappings": [],
7738               "min": 0,
7739               "thresholds": {
7740                 "mode": "absolute",
7741                 "steps": [
7742                   {
7743                     "color": "green"
7744                   },
7745                   {
7746                     "color": "red",
7747                     "value": 80
7748                   }
7749                 ]
7750               },
7751               "unit": "bytes"
7752             },
7753             "overrides": [
7754               {
7755                 "matcher": {
7756                   "id": "byName",
7757                   "options": "Active"
7758                 },
7759                 "properties": [
7760                   {
7761                     "id": "color",
7762                     "value": {
7763                       "fixedColor": "#99440A",
7764                       "mode": "fixed"
7765                     }
7766                   }
7767                 ]
7768               },
7769               {
7770                 "matcher": {
7771                   "id": "byName",
7772                   "options": "Buffers"
7773                 },
7774                 "properties": [
7775                   {
7776                     "id": "color",
7777                     "value": {
7778                       "fixedColor": "#58140C",
7779                       "mode": "fixed"
7780                     }
7781                   }
7782                 ]
7783               },
7784               {
7785                 "matcher": {
7786                   "id": "byName",
7787                   "options": "Cache"
7788                 },
7789                 "properties": [
7790                   {
7791                     "id": "color",
7792                     "value": {
7793                       "fixedColor": "#6D1F62",
7794                       "mode": "fixed"
7795                     }
7796                   }
7797                 ]
7798               },
7799               {
7800                 "matcher": {
7801                   "id": "byName",
7802                   "options": "Cached"
7803                 },
7804                 "properties": [
7805                   {
7806                     "id": "color",
7807                     "value": {
7808                       "fixedColor": "#511749",
7809                       "mode": "fixed"
7810                     }
7811                   }
7812                 ]
7813               },
7814               {
7815                 "matcher": {
7816                   "id": "byName",
7817                   "options": "Committed"
7818                 },
7819                 "properties": [
7820                   {
7821                     "id": "color",
7822                     "value": {
7823                       "fixedColor": "#508642",
7824                       "mode": "fixed"
7825                     }
7826                   }
7827                 ]
7828               },
7829               {
7830                 "matcher": {
7831                   "id": "byName",
7832                   "options": "Dirty"
7833                 },
7834                 "properties": [
7835                   {
7836                     "id": "color",
7837                     "value": {
7838                       "fixedColor": "#6ED0E0",
7839                       "mode": "fixed"
7840                     }
7841                   }
7842                 ]
7843               },
7844               {
7845                 "matcher": {
7846                   "id": "byName",
7847                   "options": "Free"
7848                 },
7849                 "properties": [
7850                   {
7851                     "id": "color",
7852                     "value": {
7853                       "fixedColor": "#B7DBAB",
7854                       "mode": "fixed"
7855                     }
7856                   }
7857                 ]
7858               },
7859               {
7860                 "matcher": {
7861                   "id": "byName",
7862                   "options": "Inactive"
7863                 },
7864                 "properties": [
7865                   {
7866                     "id": "color",
7867                     "value": {
7868                       "fixedColor": "#EA6460",
7869                       "mode": "fixed"
7870                     }
7871                   }
7872                 ]
7873               },
7874               {
7875                 "matcher": {
7876                   "id": "byName",
7877                   "options": "Mapped"
7878                 },
7879                 "properties": [
7880                   {
7881                     "id": "color",
7882                     "value": {
7883                       "fixedColor": "#052B51",
7884                       "mode": "fixed"
7885                     }
7886                   }
7887                 ]
7888               },
7889               {
7890                 "matcher": {
7891                   "id": "byName",
7892                   "options": "PageTables"
7893                 },
7894                 "properties": [
7895                   {
7896                     "id": "color",
7897                     "value": {
7898                       "fixedColor": "#0A50A1",
7899                       "mode": "fixed"
7900                     }
7901                   }
7902                 ]
7903               },
7904               {
7905                 "matcher": {
7906                   "id": "byName",
7907                   "options": "Page_Tables"
7908                 },
7909                 "properties": [
7910                   {
7911                     "id": "color",
7912                     "value": {
7913                       "fixedColor": "#0A50A1",
7914                       "mode": "fixed"
7915                     }
7916                   }
7917                 ]
7918               },
7919               {
7920                 "matcher": {
7921                   "id": "byName",
7922                   "options": "Slab_Cache"
7923                 },
7924                 "properties": [
7925                   {
7926                     "id": "color",
7927                     "value": {
7928                       "fixedColor": "#EAB839",
7929                       "mode": "fixed"
7930                     }
7931                   }
7932                 ]
7933               },
7934               {
7935                 "matcher": {
7936                   "id": "byName",
7937                   "options": "Swap"
7938                 },
7939                 "properties": [
7940                   {
7941                     "id": "color",
7942                     "value": {
7943                       "fixedColor": "#BF1B00",
7944                       "mode": "fixed"
7945                     }
7946                   }
7947                 ]
7948               },
7949               {
7950                 "matcher": {
7951                   "id": "byName",
7952                   "options": "Swap_Cache"
7953                 },
7954                 "properties": [
7955                   {
7956                     "id": "color",
7957                     "value": {
7958                       "fixedColor": "#C15C17",
7959                       "mode": "fixed"
7960                     }
7961                   }
7962                 ]
7963               },
7964               {
7965                 "matcher": {
7966                   "id": "byName",
7967                   "options": "Total"
7968                 },
7969                 "properties": [
7970                   {
7971                     "id": "color",
7972                     "value": {
7973                       "fixedColor": "#511749",
7974                       "mode": "fixed"
7975                     }
7976                   }
7977                 ]
7978               },
7979               {
7980                 "matcher": {
7981                   "id": "byName",
7982                   "options": "Total RAM"
7983                 },
7984                 "properties": [
7985                   {
7986                     "id": "color",
7987                     "value": {
7988                       "fixedColor": "#052B51",
7989                       "mode": "fixed"
7990                     }
7991                   }
7992                 ]
7993               },
7994               {
7995                 "matcher": {
7996                   "id": "byName",
7997                   "options": "Total RAM + Swap"
7998                 },
7999                 "properties": [
8000                   {
8001                     "id": "color",
8002                     "value": {
8003                       "fixedColor": "#052B51",
8004                       "mode": "fixed"
8005                     }
8006                   }
8007                 ]
8008               },
8009               {
8010                 "matcher": {
8011                   "id": "byName",
8012                   "options": "VmallocUsed"
8013                 },
8014                 "properties": [
8015                   {
8016                     "id": "color",
8017                     "value": {
8018                       "fixedColor": "#EA6460",
8019                       "mode": "fixed"
8020                     }
8021                   }
8022                 ]
8023               },
8024               {
8025                 "matcher": {
8026                   "id": "byRegexp",
8027                   "options": "/.*Inactive *./"
8028                 },
8029                 "properties": [
8030                   {
8031                     "id": "custom.transform",
8032                     "value": "negative-Y"
8033                   }
8034                 ]
8035               }
8036             ]
8037           },
8038           "gridPos": {
8039             "h": 10,
8040             "w": 12,
8041             "x": 0,
8042             "y": 78
8043           },
8044           "id": 129,
8045           "links": [],
8046           "options": {
8047             "legend": {
8048               "calcs": [
8049                 "mean",
8050                 "lastNotNull",
8051                 "max",
8052                 "min"
8053               ],
8054               "displayMode": "table",
8055               "placement": "bottom",
8056               "showLegend": true
8057             },
8058             "tooltip": {
8059               "mode": "multi",
8060               "sort": "none"
8061             }
8062           },
8063           "pluginVersion": "9.2.0",
8064           "targets": [
8065             {
8066               "datasource": {
8067                 "type": "prometheus",
8068                 "uid": "${DS_PROMETHEUS}"
8069               },
8070               "expr": "node_memory_AnonHugePages_bytes{instance=\"$node\",job=\"$job\"}",
8071               "format": "time_series",
8072               "intervalFactor": 1,
8073               "legendFormat": "AnonHugePages - Memory in anonymous huge pages",
8074               "refId": "A",
8075               "step": 240
8076             },
8077             {
8078               "datasource": {
8079                 "type": "prometheus",
8080                 "uid": "${DS_PROMETHEUS}"
8081               },
8082               "expr": "node_memory_AnonPages_bytes{instance=\"$node\",job=\"$job\"}",
8083               "format": "time_series",
8084               "intervalFactor": 1,
8085               "legendFormat": "AnonPages - Memory in user pages not backed by files",
8086               "refId": "B",
8087               "step": 240
8088             }
8089           ],
8090           "title": "Memory Anonymous",
8091           "type": "timeseries"
8092         },
8093         {
8094           "datasource": {
8095             "type": "prometheus",
8096             "uid": "${DS_PROMETHEUS}"
8097           },
8098           "fieldConfig": {
8099             "defaults": {
8100               "color": {
8101                 "mode": "palette-classic"
8102               },
8103               "custom": {
8104                 "axisCenteredZero": false,
8105                 "axisColorMode": "text",
8106                 "axisLabel": "bytes",
8107                 "axisPlacement": "auto",
8108                 "barAlignment": 0,
8109                 "drawStyle": "line",
8110                 "fillOpacity": 20,
8111                 "gradientMode": "none",
8112                 "hideFrom": {
8113                   "legend": false,
8114                   "tooltip": false,
8115                   "viz": false
8116                 },
8117                 "lineInterpolation": "linear",
8118                 "lineWidth": 1,
8119                 "pointSize": 5,
8120                 "scaleDistribution": {
8121                   "type": "linear"
8122                 },
8123                 "showPoints": "never",
8124                 "spanNulls": false,
8125                 "stacking": {
8126                   "group": "A",
8127                   "mode": "none"
8128                 },
8129                 "thresholdsStyle": {
8130                   "mode": "off"
8131                 }
8132               },
8133               "links": [],
8134               "mappings": [],
8135               "min": 0,
8136               "thresholds": {
8137                 "mode": "absolute",
8138                 "steps": [
8139                   {
8140                     "color": "green"
8141                   },
8142                   {
8143                     "color": "red",
8144                     "value": 80
8145                   }
8146                 ]
8147               },
8148               "unit": "bytes"
8149             },
8150             "overrides": [
8151               {
8152                 "matcher": {
8153                   "id": "byName",
8154                   "options": "Apps"
8155                 },
8156                 "properties": [
8157                   {
8158                     "id": "color",
8159                     "value": {
8160                       "fixedColor": "#629E51",
8161                       "mode": "fixed"
8162                     }
8163                   }
8164                 ]
8165               },
8166               {
8167                 "matcher": {
8168                   "id": "byName",
8169                   "options": "Buffers"
8170                 },
8171                 "properties": [
8172                   {
8173                     "id": "color",
8174                     "value": {
8175                       "fixedColor": "#614D93",
8176                       "mode": "fixed"
8177                     }
8178                   }
8179                 ]
8180               },
8181               {
8182                 "matcher": {
8183                   "id": "byName",
8184                   "options": "Cache"
8185                 },
8186                 "properties": [
8187                   {
8188                     "id": "color",
8189                     "value": {
8190                       "fixedColor": "#6D1F62",
8191                       "mode": "fixed"
8192                     }
8193                   }
8194                 ]
8195               },
8196               {
8197                 "matcher": {
8198                   "id": "byName",
8199                   "options": "Cached"
8200                 },
8201                 "properties": [
8202                   {
8203                     "id": "color",
8204                     "value": {
8205                       "fixedColor": "#511749",
8206                       "mode": "fixed"
8207                     }
8208                   }
8209                 ]
8210               },
8211               {
8212                 "matcher": {
8213                   "id": "byName",
8214                   "options": "Committed"
8215                 },
8216                 "properties": [
8217                   {
8218                     "id": "color",
8219                     "value": {
8220                       "fixedColor": "#508642",
8221                       "mode": "fixed"
8222                     }
8223                   }
8224                 ]
8225               },
8226               {
8227                 "matcher": {
8228                   "id": "byName",
8229                   "options": "Free"
8230                 },
8231                 "properties": [
8232                   {
8233                     "id": "color",
8234                     "value": {
8235                       "fixedColor": "#0A437C",
8236                       "mode": "fixed"
8237                     }
8238                   }
8239                 ]
8240               },
8241               {
8242                 "matcher": {
8243                   "id": "byName",
8244                   "options": "Hardware Corrupted - Amount of RAM that the kernel identified as corrupted / not working"
8245                 },
8246                 "properties": [
8247                   {
8248                     "id": "color",
8249                     "value": {
8250                       "fixedColor": "#CFFAFF",
8251                       "mode": "fixed"
8252                     }
8253                   }
8254                 ]
8255               },
8256               {
8257                 "matcher": {
8258                   "id": "byName",
8259                   "options": "Inactive"
8260                 },
8261                 "properties": [
8262                   {
8263                     "id": "color",
8264                     "value": {
8265                       "fixedColor": "#584477",
8266                       "mode": "fixed"
8267                     }
8268                   }
8269                 ]
8270               },
8271               {
8272                 "matcher": {
8273                   "id": "byName",
8274                   "options": "PageTables"
8275                 },
8276                 "properties": [
8277                   {
8278                     "id": "color",
8279                     "value": {
8280                       "fixedColor": "#0A50A1",
8281                       "mode": "fixed"
8282                     }
8283                   }
8284                 ]
8285               },
8286               {
8287                 "matcher": {
8288                   "id": "byName",
8289                   "options": "Page_Tables"
8290                 },
8291                 "properties": [
8292                   {
8293                     "id": "color",
8294                     "value": {
8295                       "fixedColor": "#0A50A1",
8296                       "mode": "fixed"
8297                     }
8298                   }
8299                 ]
8300               },
8301               {
8302                 "matcher": {
8303                   "id": "byName",
8304                   "options": "RAM_Free"
8305                 },
8306                 "properties": [
8307                   {
8308                     "id": "color",
8309                     "value": {
8310                       "fixedColor": "#E0F9D7",
8311                       "mode": "fixed"
8312                     }
8313                   }
8314                 ]
8315               },
8316               {
8317                 "matcher": {
8318                   "id": "byName",
8319                   "options": "Slab"
8320                 },
8321                 "properties": [
8322                   {
8323                     "id": "color",
8324                     "value": {
8325                       "fixedColor": "#806EB7",
8326                       "mode": "fixed"
8327                     }
8328                   }
8329                 ]
8330               },
8331               {
8332                 "matcher": {
8333                   "id": "byName",
8334                   "options": "Slab_Cache"
8335                 },
8336                 "properties": [
8337                   {
8338                     "id": "color",
8339                     "value": {
8340                       "fixedColor": "#E0752D",
8341                       "mode": "fixed"
8342                     }
8343                   }
8344                 ]
8345               },
8346               {
8347                 "matcher": {
8348                   "id": "byName",
8349                   "options": "Swap"
8350                 },
8351                 "properties": [
8352                   {
8353                     "id": "color",
8354                     "value": {
8355                       "fixedColor": "#BF1B00",
8356                       "mode": "fixed"
8357                     }
8358                   }
8359                 ]
8360               },
8361               {
8362                 "matcher": {
8363                   "id": "byName",
8364                   "options": "Swap_Cache"
8365                 },
8366                 "properties": [
8367                   {
8368                     "id": "color",
8369                     "value": {
8370                       "fixedColor": "#C15C17",
8371                       "mode": "fixed"
8372                     }
8373                   }
8374                 ]
8375               },
8376               {
8377                 "matcher": {
8378                   "id": "byName",
8379                   "options": "Swap_Free"
8380                 },
8381                 "properties": [
8382                   {
8383                     "id": "color",
8384                     "value": {
8385                       "fixedColor": "#2F575E",
8386                       "mode": "fixed"
8387                     }
8388                   }
8389                 ]
8390               },
8391               {
8392                 "matcher": {
8393                   "id": "byName",
8394                   "options": "Unused"
8395                 },
8396                 "properties": [
8397                   {
8398                     "id": "color",
8399                     "value": {
8400                       "fixedColor": "#EAB839",
8401                       "mode": "fixed"
8402                     }
8403                   }
8404                 ]
8405               }
8406             ]
8407           },
8408           "gridPos": {
8409             "h": 10,
8410             "w": 12,
8411             "x": 12,
8412             "y": 78
8413           },
8414           "id": 160,
8415           "links": [],
8416           "options": {
8417             "legend": {
8418               "calcs": [
8419                 "mean",
8420                 "lastNotNull",
8421                 "max",
8422                 "min"
8423               ],
8424               "displayMode": "table",
8425               "placement": "bottom",
8426               "showLegend": true,
8427               "width": 350
8428             },
8429             "tooltip": {
8430               "mode": "multi",
8431               "sort": "none"
8432             }
8433           },
8434           "pluginVersion": "9.2.0",
8435           "targets": [
8436             {
8437               "datasource": {
8438                 "type": "prometheus",
8439                 "uid": "${DS_PROMETHEUS}"
8440               },
8441               "expr": "node_memory_KernelStack_bytes{instance=\"$node\",job=\"$job\"}",
8442               "format": "time_series",
8443               "intervalFactor": 1,
8444               "legendFormat": "KernelStack - Kernel memory stack. This is not reclaimable",
8445               "refId": "A",
8446               "step": 240
8447             },
8448             {
8449               "datasource": {
8450                 "type": "prometheus",
8451                 "uid": "${DS_PROMETHEUS}"
8452               },
8453               "expr": "node_memory_Percpu_bytes{instance=\"$node\",job=\"$job\"}",
8454               "format": "time_series",
8455               "interval": "",
8456               "intervalFactor": 1,
8457               "legendFormat": "PerCPU - Per CPU memory allocated dynamically by loadable modules",
8458               "refId": "B",
8459               "step": 240
8460             }
8461           ],
8462           "title": "Memory Kernel / CPU",
8463           "type": "timeseries"
8464         },
8465         {
8466           "datasource": {
8467             "type": "prometheus",
8468             "uid": "${DS_PROMETHEUS}"
8469           },
8470           "fieldConfig": {
8471             "defaults": {
8472               "color": {
8473                 "mode": "palette-classic"
8474               },
8475               "custom": {
8476                 "axisCenteredZero": false,
8477                 "axisColorMode": "text",
8478                 "axisLabel": "pages",
8479                 "axisPlacement": "auto",
8480                 "barAlignment": 0,
8481                 "drawStyle": "line",
8482                 "fillOpacity": 20,
8483                 "gradientMode": "none",
8484                 "hideFrom": {
8485                   "legend": false,
8486                   "tooltip": false,
8487                   "viz": false
8488                 },
8489                 "lineInterpolation": "linear",
8490                 "lineWidth": 1,
8491                 "pointSize": 5,
8492                 "scaleDistribution": {
8493                   "type": "linear"
8494                 },
8495                 "showPoints": "never",
8496                 "spanNulls": false,
8497                 "stacking": {
8498                   "group": "A",
8499                   "mode": "none"
8500                 },
8501                 "thresholdsStyle": {
8502                   "mode": "off"
8503                 }
8504               },
8505               "links": [],
8506               "mappings": [],
8507               "min": 0,
8508               "thresholds": {
8509                 "mode": "absolute",
8510                 "steps": [
8511                   {
8512                     "color": "green"
8513                   },
8514                   {
8515                     "color": "red",
8516                     "value": 80
8517                   }
8518                 ]
8519               },
8520               "unit": "short"
8521             },
8522             "overrides": [
8523               {
8524                 "matcher": {
8525                   "id": "byName",
8526                   "options": "Active"
8527                 },
8528                 "properties": [
8529                   {
8530                     "id": "color",
8531                     "value": {
8532                       "fixedColor": "#99440A",
8533                       "mode": "fixed"
8534                     }
8535                   }
8536                 ]
8537               },
8538               {
8539                 "matcher": {
8540                   "id": "byName",
8541                   "options": "Buffers"
8542                 },
8543                 "properties": [
8544                   {
8545                     "id": "color",
8546                     "value": {
8547                       "fixedColor": "#58140C",
8548                       "mode": "fixed"
8549                     }
8550                   }
8551                 ]
8552               },
8553               {
8554                 "matcher": {
8555                   "id": "byName",
8556                   "options": "Cache"
8557                 },
8558                 "properties": [
8559                   {
8560                     "id": "color",
8561                     "value": {
8562                       "fixedColor": "#6D1F62",
8563                       "mode": "fixed"
8564                     }
8565                   }
8566                 ]
8567               },
8568               {
8569                 "matcher": {
8570                   "id": "byName",
8571                   "options": "Cached"
8572                 },
8573                 "properties": [
8574                   {
8575                     "id": "color",
8576                     "value": {
8577                       "fixedColor": "#511749",
8578                       "mode": "fixed"
8579                     }
8580                   }
8581                 ]
8582               },
8583               {
8584                 "matcher": {
8585                   "id": "byName",
8586                   "options": "Committed"
8587                 },
8588                 "properties": [
8589                   {
8590                     "id": "color",
8591                     "value": {
8592                       "fixedColor": "#508642",
8593                       "mode": "fixed"
8594                     }
8595                   }
8596                 ]
8597               },
8598               {
8599                 "matcher": {
8600                   "id": "byName",
8601                   "options": "Dirty"
8602                 },
8603                 "properties": [
8604                   {
8605                     "id": "color",
8606                     "value": {
8607                       "fixedColor": "#6ED0E0",
8608                       "mode": "fixed"
8609                     }
8610                   }
8611                 ]
8612               },
8613               {
8614                 "matcher": {
8615                   "id": "byName",
8616                   "options": "Free"
8617                 },
8618                 "properties": [
8619                   {
8620                     "id": "color",
8621                     "value": {
8622                       "fixedColor": "#B7DBAB",
8623                       "mode": "fixed"
8624                     }
8625                   }
8626                 ]
8627               },
8628               {
8629                 "matcher": {
8630                   "id": "byName",
8631                   "options": "Inactive"
8632                 },
8633                 "properties": [
8634                   {
8635                     "id": "color",
8636                     "value": {
8637                       "fixedColor": "#EA6460",
8638                       "mode": "fixed"
8639                     }
8640                   }
8641                 ]
8642               },
8643               {
8644                 "matcher": {
8645                   "id": "byName",
8646                   "options": "Mapped"
8647                 },
8648                 "properties": [
8649                   {
8650                     "id": "color",
8651                     "value": {
8652                       "fixedColor": "#052B51",
8653                       "mode": "fixed"
8654                     }
8655                   }
8656                 ]
8657               },
8658               {
8659                 "matcher": {
8660                   "id": "byName",
8661                   "options": "PageTables"
8662                 },
8663                 "properties": [
8664                   {
8665                     "id": "color",
8666                     "value": {
8667                       "fixedColor": "#0A50A1",
8668                       "mode": "fixed"
8669                     }
8670                   }
8671                 ]
8672               },
8673               {
8674                 "matcher": {
8675                   "id": "byName",
8676                   "options": "Page_Tables"
8677                 },
8678                 "properties": [
8679                   {
8680                     "id": "color",
8681                     "value": {
8682                       "fixedColor": "#0A50A1",
8683                       "mode": "fixed"
8684                     }
8685                   }
8686                 ]
8687               },
8688               {
8689                 "matcher": {
8690                   "id": "byName",
8691                   "options": "Slab_Cache"
8692                 },
8693                 "properties": [
8694                   {
8695                     "id": "color",
8696                     "value": {
8697                       "fixedColor": "#EAB839",
8698                       "mode": "fixed"
8699                     }
8700                   }
8701                 ]
8702               },
8703               {
8704                 "matcher": {
8705                   "id": "byName",
8706                   "options": "Swap"
8707                 },
8708                 "properties": [
8709                   {
8710                     "id": "color",
8711                     "value": {
8712                       "fixedColor": "#BF1B00",
8713                       "mode": "fixed"
8714                     }
8715                   }
8716                 ]
8717               },
8718               {
8719                 "matcher": {
8720                   "id": "byName",
8721                   "options": "Swap_Cache"
8722                 },
8723                 "properties": [
8724                   {
8725                     "id": "color",
8726                     "value": {
8727                       "fixedColor": "#C15C17",
8728                       "mode": "fixed"
8729                     }
8730                   }
8731                 ]
8732               },
8733               {
8734                 "matcher": {
8735                   "id": "byName",
8736                   "options": "Total"
8737                 },
8738                 "properties": [
8739                   {
8740                     "id": "color",
8741                     "value": {
8742                       "fixedColor": "#511749",
8743                       "mode": "fixed"
8744                     }
8745                   }
8746                 ]
8747               },
8748               {
8749                 "matcher": {
8750                   "id": "byName",
8751                   "options": "Total RAM"
8752                 },
8753                 "properties": [
8754                   {
8755                     "id": "color",
8756                     "value": {
8757                       "fixedColor": "#806EB7",
8758                       "mode": "fixed"
8759                     }
8760                   }
8761                 ]
8762               },
8763               {
8764                 "matcher": {
8765                   "id": "byName",
8766                   "options": "Total RAM + Swap"
8767                 },
8768                 "properties": [
8769                   {
8770                     "id": "color",
8771                     "value": {
8772                       "fixedColor": "#806EB7",
8773                       "mode": "fixed"
8774                     }
8775                   }
8776                 ]
8777               },
8778               {
8779                 "matcher": {
8780                   "id": "byName",
8781                   "options": "VmallocUsed"
8782                 },
8783                 "properties": [
8784                   {
8785                     "id": "color",
8786                     "value": {
8787                       "fixedColor": "#EA6460",
8788                       "mode": "fixed"
8789                     }
8790                   }
8791                 ]
8792               }
8793             ]
8794           },
8795           "gridPos": {
8796             "h": 10,
8797             "w": 12,
8798             "x": 0,
8799             "y": 88
8800           },
8801           "id": 140,
8802           "links": [],
8803           "options": {
8804             "legend": {
8805               "calcs": [
8806                 "lastNotNull",
8807                 "max",
8808                 "min"
8809               ],
8810               "displayMode": "table",
8811               "placement": "bottom",
8812               "showLegend": true
8813             },
8814             "tooltip": {
8815               "mode": "multi",
8816               "sort": "none"
8817             }
8818           },
8819           "pluginVersion": "9.2.0",
8820           "targets": [
8821             {
8822               "datasource": {
8823                 "type": "prometheus",
8824                 "uid": "${DS_PROMETHEUS}"
8825               },
8826               "expr": "node_memory_HugePages_Free{instance=\"$node\",job=\"$job\"}",
8827               "format": "time_series",
8828               "intervalFactor": 1,
8829               "legendFormat": "HugePages_Free - Huge pages in the pool that are not yet allocated",
8830               "refId": "A",
8831               "step": 240
8832             },
8833             {
8834               "datasource": {
8835                 "type": "prometheus",
8836                 "uid": "${DS_PROMETHEUS}"
8837               },
8838               "expr": "node_memory_HugePages_Rsvd{instance=\"$node\",job=\"$job\"}",
8839               "format": "time_series",
8840               "intervalFactor": 1,
8841               "legendFormat": "HugePages_Rsvd - Huge pages for which a commitment to allocate from the pool has been made, but no allocation has yet been made",
8842               "refId": "B",
8843               "step": 240
8844             },
8845             {
8846               "datasource": {
8847                 "type": "prometheus",
8848                 "uid": "${DS_PROMETHEUS}"
8849               },
8850               "expr": "node_memory_HugePages_Surp{instance=\"$node\",job=\"$job\"}",
8851               "format": "time_series",
8852               "intervalFactor": 1,
8853               "legendFormat": "HugePages_Surp - Huge pages in the pool above the value in /proc/sys/vm/nr_hugepages",
8854               "refId": "C",
8855               "step": 240
8856             }
8857           ],
8858           "title": "Memory HugePages Counter",
8859           "type": "timeseries"
8860         },
8861         {
8862           "datasource": {
8863             "type": "prometheus",
8864             "uid": "${DS_PROMETHEUS}"
8865           },
8866           "fieldConfig": {
8867             "defaults": {
8868               "color": {
8869                 "mode": "palette-classic"
8870               },
8871               "custom": {
8872                 "axisCenteredZero": false,
8873                 "axisColorMode": "text",
8874                 "axisLabel": "bytes",
8875                 "axisPlacement": "auto",
8876                 "barAlignment": 0,
8877                 "drawStyle": "line",
8878                 "fillOpacity": 20,
8879                 "gradientMode": "none",
8880                 "hideFrom": {
8881                   "legend": false,
8882                   "tooltip": false,
8883                   "viz": false
8884                 },
8885                 "lineInterpolation": "linear",
8886                 "lineWidth": 1,
8887                 "pointSize": 5,
8888                 "scaleDistribution": {
8889                   "type": "linear"
8890                 },
8891                 "showPoints": "never",
8892                 "spanNulls": false,
8893                 "stacking": {
8894                   "group": "A",
8895                   "mode": "none"
8896                 },
8897                 "thresholdsStyle": {
8898                   "mode": "off"
8899                 }
8900               },
8901               "links": [],
8902               "mappings": [],
8903               "min": 0,
8904               "thresholds": {
8905                 "mode": "absolute",
8906                 "steps": [
8907                   {
8908                     "color": "green"
8909                   },
8910                   {
8911                     "color": "red",
8912                     "value": 80
8913                   }
8914                 ]
8915               },
8916               "unit": "bytes"
8917             },
8918             "overrides": [
8919               {
8920                 "matcher": {
8921                   "id": "byName",
8922                   "options": "Active"
8923                 },
8924                 "properties": [
8925                   {
8926                     "id": "color",
8927                     "value": {
8928                       "fixedColor": "#99440A",
8929                       "mode": "fixed"
8930                     }
8931                   }
8932                 ]
8933               },
8934               {
8935                 "matcher": {
8936                   "id": "byName",
8937                   "options": "Buffers"
8938                 },
8939                 "properties": [
8940                   {
8941                     "id": "color",
8942                     "value": {
8943                       "fixedColor": "#58140C",
8944                       "mode": "fixed"
8945                     }
8946                   }
8947                 ]
8948               },
8949               {
8950                 "matcher": {
8951                   "id": "byName",
8952                   "options": "Cache"
8953                 },
8954                 "properties": [
8955                   {
8956                     "id": "color",
8957                     "value": {
8958                       "fixedColor": "#6D1F62",
8959                       "mode": "fixed"
8960                     }
8961                   }
8962                 ]
8963               },
8964               {
8965                 "matcher": {
8966                   "id": "byName",
8967                   "options": "Cached"
8968                 },
8969                 "properties": [
8970                   {
8971                     "id": "color",
8972                     "value": {
8973                       "fixedColor": "#511749",
8974                       "mode": "fixed"
8975                     }
8976                   }
8977                 ]
8978               },
8979               {
8980                 "matcher": {
8981                   "id": "byName",
8982                   "options": "Committed"
8983                 },
8984                 "properties": [
8985                   {
8986                     "id": "color",
8987                     "value": {
8988                       "fixedColor": "#508642",
8989                       "mode": "fixed"
8990                     }
8991                   }
8992                 ]
8993               },
8994               {
8995                 "matcher": {
8996                   "id": "byName",
8997                   "options": "Dirty"
8998                 },
8999                 "properties": [
9000                   {
9001                     "id": "color",
9002                     "value": {
9003                       "fixedColor": "#6ED0E0",
9004                       "mode": "fixed"
9005                     }
9006                   }
9007                 ]
9008               },
9009               {
9010                 "matcher": {
9011                   "id": "byName",
9012                   "options": "Free"
9013                 },
9014                 "properties": [
9015                   {
9016                     "id": "color",
9017                     "value": {
9018                       "fixedColor": "#B7DBAB",
9019                       "mode": "fixed"
9020                     }
9021                   }
9022                 ]
9023               },
9024               {
9025                 "matcher": {
9026                   "id": "byName",
9027                   "options": "Inactive"
9028                 },
9029                 "properties": [
9030                   {
9031                     "id": "color",
9032                     "value": {
9033                       "fixedColor": "#EA6460",
9034                       "mode": "fixed"
9035                     }
9036                   }
9037                 ]
9038               },
9039               {
9040                 "matcher": {
9041                   "id": "byName",
9042                   "options": "Mapped"
9043                 },
9044                 "properties": [
9045                   {
9046                     "id": "color",
9047                     "value": {
9048                       "fixedColor": "#052B51",
9049                       "mode": "fixed"
9050                     }
9051                   }
9052                 ]
9053               },
9054               {
9055                 "matcher": {
9056                   "id": "byName",
9057                   "options": "PageTables"
9058                 },
9059                 "properties": [
9060                   {
9061                     "id": "color",
9062                     "value": {
9063                       "fixedColor": "#0A50A1",
9064                       "mode": "fixed"
9065                     }
9066                   }
9067                 ]
9068               },
9069               {
9070                 "matcher": {
9071                   "id": "byName",
9072                   "options": "Page_Tables"
9073                 },
9074                 "properties": [
9075                   {
9076                     "id": "color",
9077                     "value": {
9078                       "fixedColor": "#0A50A1",
9079                       "mode": "fixed"
9080                     }
9081                   }
9082                 ]
9083               },
9084               {
9085                 "matcher": {
9086                   "id": "byName",
9087                   "options": "Slab_Cache"
9088                 },
9089                 "properties": [
9090                   {
9091                     "id": "color",
9092                     "value": {
9093                       "fixedColor": "#EAB839",
9094                       "mode": "fixed"
9095                     }
9096                   }
9097                 ]
9098               },
9099               {
9100                 "matcher": {
9101                   "id": "byName",
9102                   "options": "Swap"
9103                 },
9104                 "properties": [
9105                   {
9106                     "id": "color",
9107                     "value": {
9108                       "fixedColor": "#BF1B00",
9109                       "mode": "fixed"
9110                     }
9111                   }
9112                 ]
9113               },
9114               {
9115                 "matcher": {
9116                   "id": "byName",
9117                   "options": "Swap_Cache"
9118                 },
9119                 "properties": [
9120                   {
9121                     "id": "color",
9122                     "value": {
9123                       "fixedColor": "#C15C17",
9124                       "mode": "fixed"
9125                     }
9126                   }
9127                 ]
9128               },
9129               {
9130                 "matcher": {
9131                   "id": "byName",
9132                   "options": "Total"
9133                 },
9134                 "properties": [
9135                   {
9136                     "id": "color",
9137                     "value": {
9138                       "fixedColor": "#511749",
9139                       "mode": "fixed"
9140                     }
9141                   }
9142                 ]
9143               },
9144               {
9145                 "matcher": {
9146                   "id": "byName",
9147                   "options": "Total RAM"
9148                 },
9149                 "properties": [
9150                   {
9151                     "id": "color",
9152                     "value": {
9153                       "fixedColor": "#806EB7",
9154                       "mode": "fixed"
9155                     }
9156                   }
9157                 ]
9158               },
9159               {
9160                 "matcher": {
9161                   "id": "byName",
9162                   "options": "Total RAM + Swap"
9163                 },
9164                 "properties": [
9165                   {
9166                     "id": "color",
9167                     "value": {
9168                       "fixedColor": "#806EB7",
9169                       "mode": "fixed"
9170                     }
9171                   }
9172                 ]
9173               },
9174               {
9175                 "matcher": {
9176                   "id": "byName",
9177                   "options": "VmallocUsed"
9178                 },
9179                 "properties": [
9180                   {
9181                     "id": "color",
9182                     "value": {
9183                       "fixedColor": "#EA6460",
9184                       "mode": "fixed"
9185                     }
9186                   }
9187                 ]
9188               }
9189             ]
9190           },
9191           "gridPos": {
9192             "h": 10,
9193             "w": 12,
9194             "x": 12,
9195             "y": 88
9196           },
9197           "id": 71,
9198           "links": [],
9199           "options": {
9200             "legend": {
9201               "calcs": [
9202                 "lastNotNull",
9203                 "max",
9204                 "min"
9205               ],
9206               "displayMode": "table",
9207               "placement": "bottom",
9208               "showLegend": true
9209             },
9210             "tooltip": {
9211               "mode": "multi",
9212               "sort": "none"
9213             }
9214           },
9215           "pluginVersion": "9.2.0",
9216           "targets": [
9217             {
9218               "datasource": {
9219                 "type": "prometheus",
9220                 "uid": "${DS_PROMETHEUS}"
9221               },
9222               "expr": "node_memory_HugePages_Total{instance=\"$node\",job=\"$job\"}",
9223               "format": "time_series",
9224               "intervalFactor": 1,
9225               "legendFormat": "HugePages - Total size of the pool of huge pages",
9226               "refId": "A",
9227               "step": 240
9228             },
9229             {
9230               "datasource": {
9231                 "type": "prometheus",
9232                 "uid": "${DS_PROMETHEUS}"
9233               },
9234               "expr": "node_memory_Hugepagesize_bytes{instance=\"$node\",job=\"$job\"}",
9235               "format": "time_series",
9236               "intervalFactor": 1,
9237               "legendFormat": "Hugepagesize - Huge Page size",
9238               "refId": "B",
9239               "step": 240
9240             }
9241           ],
9242           "title": "Memory HugePages Size",
9243           "type": "timeseries"
9244         },
9245         {
9246           "datasource": {
9247             "type": "prometheus",
9248             "uid": "${DS_PROMETHEUS}"
9249           },
9250           "fieldConfig": {
9251             "defaults": {
9252               "color": {
9253                 "mode": "palette-classic"
9254               },
9255               "custom": {
9256                 "axisCenteredZero": false,
9257                 "axisColorMode": "text",
9258                 "axisLabel": "bytes",
9259                 "axisPlacement": "auto",
9260                 "barAlignment": 0,
9261                 "drawStyle": "line",
9262                 "fillOpacity": 20,
9263                 "gradientMode": "none",
9264                 "hideFrom": {
9265                   "legend": false,
9266                   "tooltip": false,
9267                   "viz": false
9268                 },
9269                 "lineInterpolation": "linear",
9270                 "lineWidth": 1,
9271                 "pointSize": 5,
9272                 "scaleDistribution": {
9273                   "type": "linear"
9274                 },
9275                 "showPoints": "never",
9276                 "spanNulls": false,
9277                 "stacking": {
9278                   "group": "A",
9279                   "mode": "none"
9280                 },
9281                 "thresholdsStyle": {
9282                   "mode": "off"
9283                 }
9284               },
9285               "links": [],
9286               "mappings": [],
9287               "min": 0,
9288               "thresholds": {
9289                 "mode": "absolute",
9290                 "steps": [
9291                   {
9292                     "color": "green"
9293                   },
9294                   {
9295                     "color": "red",
9296                     "value": 80
9297                   }
9298                 ]
9299               },
9300               "unit": "bytes"
9301             },
9302             "overrides": [
9303               {
9304                 "matcher": {
9305                   "id": "byName",
9306                   "options": "Active"
9307                 },
9308                 "properties": [
9309                   {
9310                     "id": "color",
9311                     "value": {
9312                       "fixedColor": "#99440A",
9313                       "mode": "fixed"
9314                     }
9315                   }
9316                 ]
9317               },
9318               {
9319                 "matcher": {
9320                   "id": "byName",
9321                   "options": "Buffers"
9322                 },
9323                 "properties": [
9324                   {
9325                     "id": "color",
9326                     "value": {
9327                       "fixedColor": "#58140C",
9328                       "mode": "fixed"
9329                     }
9330                   }
9331                 ]
9332               },
9333               {
9334                 "matcher": {
9335                   "id": "byName",
9336                   "options": "Cache"
9337                 },
9338                 "properties": [
9339                   {
9340                     "id": "color",
9341                     "value": {
9342                       "fixedColor": "#6D1F62",
9343                       "mode": "fixed"
9344                     }
9345                   }
9346                 ]
9347               },
9348               {
9349                 "matcher": {
9350                   "id": "byName",
9351                   "options": "Cached"
9352                 },
9353                 "properties": [
9354                   {
9355                     "id": "color",
9356                     "value": {
9357                       "fixedColor": "#511749",
9358                       "mode": "fixed"
9359                     }
9360                   }
9361                 ]
9362               },
9363               {
9364                 "matcher": {
9365                   "id": "byName",
9366                   "options": "Committed"
9367                 },
9368                 "properties": [
9369                   {
9370                     "id": "color",
9371                     "value": {
9372                       "fixedColor": "#508642",
9373                       "mode": "fixed"
9374                     }
9375                   }
9376                 ]
9377               },
9378               {
9379                 "matcher": {
9380                   "id": "byName",
9381                   "options": "Dirty"
9382                 },
9383                 "properties": [
9384                   {
9385                     "id": "color",
9386                     "value": {
9387                       "fixedColor": "#6ED0E0",
9388                       "mode": "fixed"
9389                     }
9390                   }
9391                 ]
9392               },
9393               {
9394                 "matcher": {
9395                   "id": "byName",
9396                   "options": "Free"
9397                 },
9398                 "properties": [
9399                   {
9400                     "id": "color",
9401                     "value": {
9402                       "fixedColor": "#B7DBAB",
9403                       "mode": "fixed"
9404                     }
9405                   }
9406                 ]
9407               },
9408               {
9409                 "matcher": {
9410                   "id": "byName",
9411                   "options": "Inactive"
9412                 },
9413                 "properties": [
9414                   {
9415                     "id": "color",
9416                     "value": {
9417                       "fixedColor": "#EA6460",
9418                       "mode": "fixed"
9419                     }
9420                   }
9421                 ]
9422               },
9423               {
9424                 "matcher": {
9425                   "id": "byName",
9426                   "options": "Mapped"
9427                 },
9428                 "properties": [
9429                   {
9430                     "id": "color",
9431                     "value": {
9432                       "fixedColor": "#052B51",
9433                       "mode": "fixed"
9434                     }
9435                   }
9436                 ]
9437               },
9438               {
9439                 "matcher": {
9440                   "id": "byName",
9441                   "options": "PageTables"
9442                 },
9443                 "properties": [
9444                   {
9445                     "id": "color",
9446                     "value": {
9447                       "fixedColor": "#0A50A1",
9448                       "mode": "fixed"
9449                     }
9450                   }
9451                 ]
9452               },
9453               {
9454                 "matcher": {
9455                   "id": "byName",
9456                   "options": "Page_Tables"
9457                 },
9458                 "properties": [
9459                   {
9460                     "id": "color",
9461                     "value": {
9462                       "fixedColor": "#0A50A1",
9463                       "mode": "fixed"
9464                     }
9465                   }
9466                 ]
9467               },
9468               {
9469                 "matcher": {
9470                   "id": "byName",
9471                   "options": "Slab_Cache"
9472                 },
9473                 "properties": [
9474                   {
9475                     "id": "color",
9476                     "value": {
9477                       "fixedColor": "#EAB839",
9478                       "mode": "fixed"
9479                     }
9480                   }
9481                 ]
9482               },
9483               {
9484                 "matcher": {
9485                   "id": "byName",
9486                   "options": "Swap"
9487                 },
9488                 "properties": [
9489                   {
9490                     "id": "color",
9491                     "value": {
9492                       "fixedColor": "#BF1B00",
9493                       "mode": "fixed"
9494                     }
9495                   }
9496                 ]
9497               },
9498               {
9499                 "matcher": {
9500                   "id": "byName",
9501                   "options": "Swap_Cache"
9502                 },
9503                 "properties": [
9504                   {
9505                     "id": "color",
9506                     "value": {
9507                       "fixedColor": "#C15C17",
9508                       "mode": "fixed"
9509                     }
9510                   }
9511                 ]
9512               },
9513               {
9514                 "matcher": {
9515                   "id": "byName",
9516                   "options": "Total"
9517                 },
9518                 "properties": [
9519                   {
9520                     "id": "color",
9521                     "value": {
9522                       "fixedColor": "#511749",
9523                       "mode": "fixed"
9524                     }
9525                   }
9526                 ]
9527               },
9528               {
9529                 "matcher": {
9530                   "id": "byName",
9531                   "options": "Total RAM"
9532                 },
9533                 "properties": [
9534                   {
9535                     "id": "color",
9536                     "value": {
9537                       "fixedColor": "#052B51",
9538                       "mode": "fixed"
9539                     }
9540                   }
9541                 ]
9542               },
9543               {
9544                 "matcher": {
9545                   "id": "byName",
9546                   "options": "Total RAM + Swap"
9547                 },
9548                 "properties": [
9549                   {
9550                     "id": "color",
9551                     "value": {
9552                       "fixedColor": "#052B51",
9553                       "mode": "fixed"
9554                     }
9555                   }
9556                 ]
9557               },
9558               {
9559                 "matcher": {
9560                   "id": "byName",
9561                   "options": "VmallocUsed"
9562                 },
9563                 "properties": [
9564                   {
9565                     "id": "color",
9566                     "value": {
9567                       "fixedColor": "#EA6460",
9568                       "mode": "fixed"
9569                     }
9570                   }
9571                 ]
9572               }
9573             ]
9574           },
9575           "gridPos": {
9576             "h": 10,
9577             "w": 12,
9578             "x": 0,
9579             "y": 98
9580           },
9581           "id": 128,
9582           "links": [],
9583           "options": {
9584             "legend": {
9585               "calcs": [
9586                 "mean",
9587                 "max",
9588                 "min"
9589               ],
9590               "displayMode": "table",
9591               "placement": "bottom",
9592               "showLegend": true
9593             },
9594             "tooltip": {
9595               "mode": "multi",
9596               "sort": "none"
9597             }
9598           },
9599           "pluginVersion": "9.2.0",
9600           "targets": [
9601             {
9602               "datasource": {
9603                 "type": "prometheus",
9604                 "uid": "${DS_PROMETHEUS}"
9605               },
9606               "expr": "node_memory_DirectMap1G_bytes{instance=\"$node\",job=\"$job\"}",
9607               "format": "time_series",
9608               "intervalFactor": 1,
9609               "legendFormat": "DirectMap1G - Amount of pages mapped as this size",
9610               "refId": "A",
9611               "step": 240
9612             },
9613             {
9614               "datasource": {
9615                 "type": "prometheus",
9616                 "uid": "${DS_PROMETHEUS}"
9617               },
9618               "expr": "node_memory_DirectMap2M_bytes{instance=\"$node\",job=\"$job\"}",
9619               "format": "time_series",
9620               "interval": "",
9621               "intervalFactor": 1,
9622               "legendFormat": "DirectMap2M - Amount of pages mapped as this size",
9623               "refId": "B",
9624               "step": 240
9625             },
9626             {
9627               "datasource": {
9628                 "type": "prometheus",
9629                 "uid": "${DS_PROMETHEUS}"
9630               },
9631               "expr": "node_memory_DirectMap4k_bytes{instance=\"$node\",job=\"$job\"}",
9632               "format": "time_series",
9633               "interval": "",
9634               "intervalFactor": 1,
9635               "legendFormat": "DirectMap4K - Amount of pages mapped as this size",
9636               "refId": "C",
9637               "step": 240
9638             }
9639           ],
9640           "title": "Memory DirectMap",
9641           "type": "timeseries"
9642         },
9643         {
9644           "datasource": {
9645             "type": "prometheus",
9646             "uid": "${DS_PROMETHEUS}"
9647           },
9648           "fieldConfig": {
9649             "defaults": {
9650               "color": {
9651                 "mode": "palette-classic"
9652               },
9653               "custom": {
9654                 "axisCenteredZero": false,
9655                 "axisColorMode": "text",
9656                 "axisLabel": "bytes",
9657                 "axisPlacement": "auto",
9658                 "barAlignment": 0,
9659                 "drawStyle": "line",
9660                 "fillOpacity": 20,
9661                 "gradientMode": "none",
9662                 "hideFrom": {
9663                   "legend": false,
9664                   "tooltip": false,
9665                   "viz": false
9666                 },
9667                 "lineInterpolation": "linear",
9668                 "lineWidth": 1,
9669                 "pointSize": 5,
9670                 "scaleDistribution": {
9671                   "type": "linear"
9672                 },
9673                 "showPoints": "never",
9674                 "spanNulls": false,
9675                 "stacking": {
9676                   "group": "A",
9677                   "mode": "none"
9678                 },
9679                 "thresholdsStyle": {
9680                   "mode": "off"
9681                 }
9682               },
9683               "links": [],
9684               "mappings": [],
9685               "min": 0,
9686               "thresholds": {
9687                 "mode": "absolute",
9688                 "steps": [
9689                   {
9690                     "color": "green"
9691                   },
9692                   {
9693                     "color": "red",
9694                     "value": 80
9695                   }
9696                 ]
9697               },
9698               "unit": "bytes"
9699             },
9700             "overrides": [
9701               {
9702                 "matcher": {
9703                   "id": "byName",
9704                   "options": "Apps"
9705                 },
9706                 "properties": [
9707                   {
9708                     "id": "color",
9709                     "value": {
9710                       "fixedColor": "#629E51",
9711                       "mode": "fixed"
9712                     }
9713                   }
9714                 ]
9715               },
9716               {
9717                 "matcher": {
9718                   "id": "byName",
9719                   "options": "Buffers"
9720                 },
9721                 "properties": [
9722                   {
9723                     "id": "color",
9724                     "value": {
9725                       "fixedColor": "#614D93",
9726                       "mode": "fixed"
9727                     }
9728                   }
9729                 ]
9730               },
9731               {
9732                 "matcher": {
9733                   "id": "byName",
9734                   "options": "Cache"
9735                 },
9736                 "properties": [
9737                   {
9738                     "id": "color",
9739                     "value": {
9740                       "fixedColor": "#6D1F62",
9741                       "mode": "fixed"
9742                     }
9743                   }
9744                 ]
9745               },
9746               {
9747                 "matcher": {
9748                   "id": "byName",
9749                   "options": "Cached"
9750                 },
9751                 "properties": [
9752                   {
9753                     "id": "color",
9754                     "value": {
9755                       "fixedColor": "#511749",
9756                       "mode": "fixed"
9757                     }
9758                   }
9759                 ]
9760               },
9761               {
9762                 "matcher": {
9763                   "id": "byName",
9764                   "options": "Committed"
9765                 },
9766                 "properties": [
9767                   {
9768                     "id": "color",
9769                     "value": {
9770                       "fixedColor": "#508642",
9771                       "mode": "fixed"
9772                     }
9773                   }
9774                 ]
9775               },
9776               {
9777                 "matcher": {
9778                   "id": "byName",
9779                   "options": "Free"
9780                 },
9781                 "properties": [
9782                   {
9783                     "id": "color",
9784                     "value": {
9785                       "fixedColor": "#0A437C",
9786                       "mode": "fixed"
9787                     }
9788                   }
9789                 ]
9790               },
9791               {
9792                 "matcher": {
9793                   "id": "byName",
9794                   "options": "Hardware Corrupted - Amount of RAM that the kernel identified as corrupted / not working"
9795                 },
9796                 "properties": [
9797                   {
9798                     "id": "color",
9799                     "value": {
9800                       "fixedColor": "#CFFAFF",
9801                       "mode": "fixed"
9802                     }
9803                   }
9804                 ]
9805               },
9806               {
9807                 "matcher": {
9808                   "id": "byName",
9809                   "options": "Inactive"
9810                 },
9811                 "properties": [
9812                   {
9813                     "id": "color",
9814                     "value": {
9815                       "fixedColor": "#584477",
9816                       "mode": "fixed"
9817                     }
9818                   }
9819                 ]
9820               },
9821               {
9822                 "matcher": {
9823                   "id": "byName",
9824                   "options": "PageTables"
9825                 },
9826                 "properties": [
9827                   {
9828                     "id": "color",
9829                     "value": {
9830                       "fixedColor": "#0A50A1",
9831                       "mode": "fixed"
9832                     }
9833                   }
9834                 ]
9835               },
9836               {
9837                 "matcher": {
9838                   "id": "byName",
9839                   "options": "Page_Tables"
9840                 },
9841                 "properties": [
9842                   {
9843                     "id": "color",
9844                     "value": {
9845                       "fixedColor": "#0A50A1",
9846                       "mode": "fixed"
9847                     }
9848                   }
9849                 ]
9850               },
9851               {
9852                 "matcher": {
9853                   "id": "byName",
9854                   "options": "RAM_Free"
9855                 },
9856                 "properties": [
9857                   {
9858                     "id": "color",
9859                     "value": {
9860                       "fixedColor": "#E0F9D7",
9861                       "mode": "fixed"
9862                     }
9863                   }
9864                 ]
9865               },
9866               {
9867                 "matcher": {
9868                   "id": "byName",
9869                   "options": "Slab"
9870                 },
9871                 "properties": [
9872                   {
9873                     "id": "color",
9874                     "value": {
9875                       "fixedColor": "#806EB7",
9876                       "mode": "fixed"
9877                     }
9878                   }
9879                 ]
9880               },
9881               {
9882                 "matcher": {
9883                   "id": "byName",
9884                   "options": "Slab_Cache"
9885                 },
9886                 "properties": [
9887                   {
9888                     "id": "color",
9889                     "value": {
9890                       "fixedColor": "#E0752D",
9891                       "mode": "fixed"
9892                     }
9893                   }
9894                 ]
9895               },
9896               {
9897                 "matcher": {
9898                   "id": "byName",
9899                   "options": "Swap"
9900                 },
9901                 "properties": [
9902                   {
9903                     "id": "color",
9904                     "value": {
9905                       "fixedColor": "#BF1B00",
9906                       "mode": "fixed"
9907                     }
9908                   }
9909                 ]
9910               },
9911               {
9912                 "matcher": {
9913                   "id": "byName",
9914                   "options": "Swap_Cache"
9915                 },
9916                 "properties": [
9917                   {
9918                     "id": "color",
9919                     "value": {
9920                       "fixedColor": "#C15C17",
9921                       "mode": "fixed"
9922                     }
9923                   }
9924                 ]
9925               },
9926               {
9927                 "matcher": {
9928                   "id": "byName",
9929                   "options": "Swap_Free"
9930                 },
9931                 "properties": [
9932                   {
9933                     "id": "color",
9934                     "value": {
9935                       "fixedColor": "#2F575E",
9936                       "mode": "fixed"
9937                     }
9938                   }
9939                 ]
9940               },
9941               {
9942                 "matcher": {
9943                   "id": "byName",
9944                   "options": "Unused"
9945                 },
9946                 "properties": [
9947                   {
9948                     "id": "color",
9949                     "value": {
9950                       "fixedColor": "#EAB839",
9951                       "mode": "fixed"
9952                     }
9953                   }
9954                 ]
9955               }
9956             ]
9957           },
9958           "gridPos": {
9959             "h": 10,
9960             "w": 12,
9961             "x": 12,
9962             "y": 98
9963           },
9964           "id": 137,
9965           "links": [],
9966           "options": {
9967             "legend": {
9968               "calcs": [
9969                 "mean",
9970                 "lastNotNull",
9971                 "max",
9972                 "min"
9973               ],
9974               "displayMode": "table",
9975               "placement": "bottom",
9976               "showLegend": true,
9977               "width": 350
9978             },
9979             "tooltip": {
9980               "mode": "multi",
9981               "sort": "none"
9982             }
9983           },
9984           "pluginVersion": "9.2.0",
9985           "targets": [
9986             {
9987               "datasource": {
9988                 "type": "prometheus",
9989                 "uid": "${DS_PROMETHEUS}"
9990               },
9991               "expr": "node_memory_Unevictable_bytes{instance=\"$node\",job=\"$job\"}",
9992               "format": "time_series",
9993               "intervalFactor": 1,
9994               "legendFormat": "Unevictable - Amount of unevictable memory that can't be swapped out for a variety of reasons",
9995               "refId": "A",
9996               "step": 240
9997             },
9998             {
9999               "datasource": {
10000                 "type": "prometheus",
10001                 "uid": "${DS_PROMETHEUS}"
10002               },
10003               "expr": "node_memory_Mlocked_bytes{instance=\"$node\",job=\"$job\"}",
10004               "format": "time_series",
10005               "intervalFactor": 1,
10006               "legendFormat": "MLocked - Size of pages locked to memory using the mlock() system call",
10007               "refId": "B",
10008               "step": 240
10009             }
10010           ],
10011           "title": "Memory Unevictable and MLocked",
10012           "type": "timeseries"
10013         },
10014         {
10015           "datasource": {
10016             "type": "prometheus",
10017             "uid": "${DS_PROMETHEUS}"
10018           },
10019           "fieldConfig": {
10020             "defaults": {
10021               "color": {
10022                 "mode": "palette-classic"
10023               },
10024               "custom": {
10025                 "axisCenteredZero": false,
10026                 "axisColorMode": "text",
10027                 "axisLabel": "bytes",
10028                 "axisPlacement": "auto",
10029                 "barAlignment": 0,
10030                 "drawStyle": "line",
10031                 "fillOpacity": 20,
10032                 "gradientMode": "none",
10033                 "hideFrom": {
10034                   "legend": false,
10035                   "tooltip": false,
10036                   "viz": false
10037                 },
10038                 "lineInterpolation": "linear",
10039                 "lineWidth": 1,
10040                 "pointSize": 5,
10041                 "scaleDistribution": {
10042                   "type": "linear"
10043                 },
10044                 "showPoints": "never",
10045                 "spanNulls": false,
10046                 "stacking": {
10047                   "group": "A",
10048                   "mode": "none"
10049                 },
10050                 "thresholdsStyle": {
10051                   "mode": "off"
10052                 }
10053               },
10054               "links": [],
10055               "mappings": [],
10056               "min": 0,
10057               "thresholds": {
10058                 "mode": "absolute",
10059                 "steps": [
10060                   {
10061                     "color": "green"
10062                   },
10063                   {
10064                     "color": "red",
10065                     "value": 80
10066                   }
10067                 ]
10068               },
10069               "unit": "bytes"
10070             },
10071             "overrides": [
10072               {
10073                 "matcher": {
10074                   "id": "byName",
10075                   "options": "Active"
10076                 },
10077                 "properties": [
10078                   {
10079                     "id": "color",
10080                     "value": {
10081                       "fixedColor": "#99440A",
10082                       "mode": "fixed"
10083                     }
10084                   }
10085                 ]
10086               },
10087               {
10088                 "matcher": {
10089                   "id": "byName",
10090                   "options": "Buffers"
10091                 },
10092                 "properties": [
10093                   {
10094                     "id": "color",
10095                     "value": {
10096                       "fixedColor": "#58140C",
10097                       "mode": "fixed"
10098                     }
10099                   }
10100                 ]
10101               },
10102               {
10103                 "matcher": {
10104                   "id": "byName",
10105                   "options": "Cache"
10106                 },
10107                 "properties": [
10108                   {
10109                     "id": "color",
10110                     "value": {
10111                       "fixedColor": "#6D1F62",
10112                       "mode": "fixed"
10113                     }
10114                   }
10115                 ]
10116               },
10117               {
10118                 "matcher": {
10119                   "id": "byName",
10120                   "options": "Cached"
10121                 },
10122                 "properties": [
10123                   {
10124                     "id": "color",
10125                     "value": {
10126                       "fixedColor": "#511749",
10127                       "mode": "fixed"
10128                     }
10129                   }
10130                 ]
10131               },
10132               {
10133                 "matcher": {
10134                   "id": "byName",
10135                   "options": "Committed"
10136                 },
10137                 "properties": [
10138                   {
10139                     "id": "color",
10140                     "value": {
10141                       "fixedColor": "#508642",
10142                       "mode": "fixed"
10143                     }
10144                   }
10145                 ]
10146               },
10147               {
10148                 "matcher": {
10149                   "id": "byName",
10150                   "options": "Dirty"
10151                 },
10152                 "properties": [
10153                   {
10154                     "id": "color",
10155                     "value": {
10156                       "fixedColor": "#6ED0E0",
10157                       "mode": "fixed"
10158                     }
10159                   }
10160                 ]
10161               },
10162               {
10163                 "matcher": {
10164                   "id": "byName",
10165                   "options": "Free"
10166                 },
10167                 "properties": [
10168                   {
10169                     "id": "color",
10170                     "value": {
10171                       "fixedColor": "#B7DBAB",
10172                       "mode": "fixed"
10173                     }
10174                   }
10175                 ]
10176               },
10177               {
10178                 "matcher": {
10179                   "id": "byName",
10180                   "options": "Inactive"
10181                 },
10182                 "properties": [
10183                   {
10184                     "id": "color",
10185                     "value": {
10186                       "fixedColor": "#EA6460",
10187                       "mode": "fixed"
10188                     }
10189                   }
10190                 ]
10191               },
10192               {
10193                 "matcher": {
10194                   "id": "byName",
10195                   "options": "Mapped"
10196                 },
10197                 "properties": [
10198                   {
10199                     "id": "color",
10200                     "value": {
10201                       "fixedColor": "#052B51",
10202                       "mode": "fixed"
10203                     }
10204                   }
10205                 ]
10206               },
10207               {
10208                 "matcher": {
10209                   "id": "byName",
10210                   "options": "PageTables"
10211                 },
10212                 "properties": [
10213                   {
10214                     "id": "color",
10215                     "value": {
10216                       "fixedColor": "#0A50A1",
10217                       "mode": "fixed"
10218                     }
10219                   }
10220                 ]
10221               },
10222               {
10223                 "matcher": {
10224                   "id": "byName",
10225                   "options": "Page_Tables"
10226                 },
10227                 "properties": [
10228                   {
10229                     "id": "color",
10230                     "value": {
10231                       "fixedColor": "#0A50A1",
10232                       "mode": "fixed"
10233                     }
10234                   }
10235                 ]
10236               },
10237               {
10238                 "matcher": {
10239                   "id": "byName",
10240                   "options": "Slab_Cache"
10241                 },
10242                 "properties": [
10243                   {
10244                     "id": "color",
10245                     "value": {
10246                       "fixedColor": "#EAB839",
10247                       "mode": "fixed"
10248                     }
10249                   }
10250                 ]
10251               },
10252               {
10253                 "matcher": {
10254                   "id": "byName",
10255                   "options": "Swap"
10256                 },
10257                 "properties": [
10258                   {
10259                     "id": "color",
10260                     "value": {
10261                       "fixedColor": "#BF1B00",
10262                       "mode": "fixed"
10263                     }
10264                   }
10265                 ]
10266               },
10267               {
10268                 "matcher": {
10269                   "id": "byName",
10270                   "options": "Swap_Cache"
10271                 },
10272                 "properties": [
10273                   {
10274                     "id": "color",
10275                     "value": {
10276                       "fixedColor": "#C15C17",
10277                       "mode": "fixed"
10278                     }
10279                   }
10280                 ]
10281               },
10282               {
10283                 "matcher": {
10284                   "id": "byName",
10285                   "options": "Total"
10286                 },
10287                 "properties": [
10288                   {
10289                     "id": "color",
10290                     "value": {
10291                       "fixedColor": "#511749",
10292                       "mode": "fixed"
10293                     }
10294                   }
10295                 ]
10296               },
10297               {
10298                 "matcher": {
10299                   "id": "byName",
10300                   "options": "Total RAM"
10301                 },
10302                 "properties": [
10303                   {
10304                     "id": "color",
10305                     "value": {
10306                       "fixedColor": "#052B51",
10307                       "mode": "fixed"
10308                     }
10309                   }
10310                 ]
10311               },
10312               {
10313                 "matcher": {
10314                   "id": "byName",
10315                   "options": "Total RAM + Swap"
10316                 },
10317                 "properties": [
10318                   {
10319                     "id": "color",
10320                     "value": {
10321                       "fixedColor": "#052B51",
10322                       "mode": "fixed"
10323                     }
10324                   }
10325                 ]
10326               },
10327               {
10328                 "matcher": {
10329                   "id": "byName",
10330                   "options": "Total Swap"
10331                 },
10332                 "properties": [
10333                   {
10334                     "id": "color",
10335                     "value": {
10336                       "fixedColor": "#614D93",
10337                       "mode": "fixed"
10338                     }
10339                   }
10340                 ]
10341               },
10342               {
10343                 "matcher": {
10344                   "id": "byName",
10345                   "options": "VmallocUsed"
10346                 },
10347                 "properties": [
10348                   {
10349                     "id": "color",
10350                     "value": {
10351                       "fixedColor": "#EA6460",
10352                       "mode": "fixed"
10353                     }
10354                   }
10355                 ]
10356               }
10357             ]
10358           },
10359           "gridPos": {
10360             "h": 10,
10361             "w": 12,
10362             "x": 0,
10363             "y": 108
10364           },
10365           "id": 132,
10366           "links": [],
10367           "options": {
10368             "legend": {
10369               "calcs": [
10370                 "mean",
10371                 "lastNotNull",
10372                 "max",
10373                 "min"
10374               ],
10375               "displayMode": "table",
10376               "placement": "bottom",
10377               "showLegend": true
10378             },
10379             "tooltip": {
10380               "mode": "multi",
10381               "sort": "none"
10382             }
10383           },
10384           "pluginVersion": "9.2.0",
10385           "targets": [
10386             {
10387               "datasource": {
10388                 "type": "prometheus",
10389                 "uid": "${DS_PROMETHEUS}"
10390               },
10391               "expr": "node_memory_NFS_Unstable_bytes{instance=\"$node\",job=\"$job\"}",
10392               "format": "time_series",
10393               "intervalFactor": 1,
10394               "legendFormat": "NFS Unstable - Memory in NFS pages sent to the server, but not yet commited to the storage",
10395               "refId": "A",
10396               "step": 240
10397             }
10398           ],
10399           "title": "Memory NFS",
10400           "type": "timeseries"
10401         }
10402       ],
10403       "targets": [
10404         {
10405           "datasource": {
10406             "type": "prometheus",
10407             "uid": "${DS_PROMETHEUS}"
10408           },
10409           "refId": "A"
10410         }
10411       ],
10412       "title": "Memory Meminfo",
10413       "type": "row"
10414     },
10415     {
10416       "collapsed": true,
10417       "datasource": {
10418         "type": "prometheus",
10419         "uid": "${DS_PROMETHEUS}"
10420       },
10421       "gridPos": {
10422         "h": 1,
10423         "w": 24,
10424         "x": 0,
10425         "y": 22
10426       },
10427       "id": 267,
10428       "panels": [
10429         {
10430           "datasource": {
10431             "type": "prometheus",
10432             "uid": "${DS_PROMETHEUS}"
10433           },
10434           "fieldConfig": {
10435             "defaults": {
10436               "color": {
10437                 "mode": "palette-classic"
10438               },
10439               "custom": {
10440                 "axisCenteredZero": false,
10441                 "axisColorMode": "text",
10442                 "axisLabel": "pages out (-) / in (+)",
10443                 "axisPlacement": "auto",
10444                 "barAlignment": 0,
10445                 "drawStyle": "line",
10446                 "fillOpacity": 20,
10447                 "gradientMode": "none",
10448                 "hideFrom": {
10449                   "legend": false,
10450                   "tooltip": false,
10451                   "viz": false
10452                 },
10453                 "lineInterpolation": "linear",
10454                 "lineWidth": 1,
10455                 "pointSize": 5,
10456                 "scaleDistribution": {
10457                   "type": "linear"
10458                 },
10459                 "showPoints": "never",
10460                 "spanNulls": false,
10461                 "stacking": {
10462                   "group": "A",
10463                   "mode": "none"
10464                 },
10465                 "thresholdsStyle": {
10466                   "mode": "off"
10467                 }
10468               },
10469               "links": [],
10470               "mappings": [],
10471               "thresholds": {
10472                 "mode": "absolute",
10473                 "steps": [
10474                   {
10475                     "color": "green"
10476                   },
10477                   {
10478                     "color": "red",
10479                     "value": 80
10480                   }
10481                 ]
10482               },
10483               "unit": "short"
10484             },
10485             "overrides": [
10486               {
10487                 "matcher": {
10488                   "id": "byRegexp",
10489                   "options": "/.*out/"
10490                 },
10491                 "properties": [
10492                   {
10493                     "id": "custom.transform",
10494                     "value": "negative-Y"
10495                   }
10496                 ]
10497               }
10498             ]
10499           },
10500           "gridPos": {
10501             "h": 10,
10502             "w": 12,
10503             "x": 0,
10504             "y": 25
10505           },
10506           "id": 176,
10507           "links": [],
10508           "options": {
10509             "legend": {
10510               "calcs": [
10511                 "mean",
10512                 "lastNotNull",
10513                 "max",
10514                 "min"
10515               ],
10516               "displayMode": "table",
10517               "placement": "bottom",
10518               "showLegend": true
10519             },
10520             "tooltip": {
10521               "mode": "multi",
10522               "sort": "none"
10523             }
10524           },
10525           "pluginVersion": "9.2.0",
10526           "targets": [
10527             {
10528               "datasource": {
10529                 "type": "prometheus",
10530                 "uid": "${DS_PROMETHEUS}"
10531               },
10532               "expr": "irate(node_vmstat_pgpgin{instance=\"$node\",job=\"$job\"}[$__rate_interval])",
10533               "format": "time_series",
10534               "intervalFactor": 1,
10535               "legendFormat": "Pagesin - Page in operations",
10536               "refId": "A",
10537               "step": 240
10538             },
10539             {
10540               "datasource": {
10541                 "type": "prometheus",
10542                 "uid": "${DS_PROMETHEUS}"
10543               },
10544               "expr": "irate(node_vmstat_pgpgout{instance=\"$node\",job=\"$job\"}[$__rate_interval])",
10545               "format": "time_series",
10546               "intervalFactor": 1,
10547               "legendFormat": "Pagesout - Page out operations",
10548               "refId": "B",
10549               "step": 240
10550             }
10551           ],
10552           "title": "Memory Pages In / Out",
10553           "type": "timeseries"
10554         },
10555         {
10556           "datasource": {
10557             "type": "prometheus",
10558             "uid": "${DS_PROMETHEUS}"
10559           },
10560           "fieldConfig": {
10561             "defaults": {
10562               "color": {
10563                 "mode": "palette-classic"
10564               },
10565               "custom": {
10566                 "axisCenteredZero": false,
10567                 "axisColorMode": "text",
10568                 "axisLabel": "pages out (-) / in (+)",
10569                 "axisPlacement": "auto",
10570                 "barAlignment": 0,
10571                 "drawStyle": "line",
10572                 "fillOpacity": 20,
10573                 "gradientMode": "none",
10574                 "hideFrom": {
10575                   "legend": false,
10576                   "tooltip": false,
10577                   "viz": false
10578                 },
10579                 "lineInterpolation": "linear",
10580                 "lineWidth": 1,
10581                 "pointSize": 5,
10582                 "scaleDistribution": {
10583                   "type": "linear"
10584                 },
10585                 "showPoints": "never",
10586                 "spanNulls": false,
10587                 "stacking": {
10588                   "group": "A",
10589                   "mode": "none"
10590                 },
10591                 "thresholdsStyle": {
10592                   "mode": "off"
10593                 }
10594               },
10595               "links": [],
10596               "mappings": [],
10597               "thresholds": {
10598                 "mode": "absolute",
10599                 "steps": [
10600                   {
10601                     "color": "green"
10602                   },
10603                   {
10604                     "color": "red",
10605                     "value": 80
10606                   }
10607                 ]
10608               },
10609               "unit": "short"
10610             },
10611             "overrides": [
10612               {
10613                 "matcher": {
10614                   "id": "byRegexp",
10615                   "options": "/.*out/"
10616                 },
10617                 "properties": [
10618                   {
10619                     "id": "custom.transform",
10620                     "value": "negative-Y"
10621                   }
10622                 ]
10623               }
10624             ]
10625           },
10626           "gridPos": {
10627             "h": 10,
10628             "w": 12,
10629             "x": 12,
10630             "y": 25
10631           },
10632           "id": 22,
10633           "links": [],
10634           "options": {
10635             "legend": {
10636               "calcs": [
10637                 "mean",
10638                 "lastNotNull",
10639                 "max",
10640                 "min"
10641               ],
10642               "displayMode": "table",
10643               "placement": "bottom",
10644               "showLegend": true
10645             },
10646             "tooltip": {
10647               "mode": "multi",
10648               "sort": "none"
10649             }
10650           },
10651           "pluginVersion": "9.2.0",
10652           "targets": [
10653             {
10654               "datasource": {
10655                 "type": "prometheus",
10656                 "uid": "${DS_PROMETHEUS}"
10657               },
10658               "expr": "irate(node_vmstat_pswpin{instance=\"$node\",job=\"$job\"}[$__rate_interval])",
10659               "format": "time_series",
10660               "intervalFactor": 1,
10661               "legendFormat": "Pswpin - Pages swapped in",
10662               "refId": "A",
10663               "step": 240
10664             },
10665             {
10666               "datasource": {
10667                 "type": "prometheus",
10668                 "uid": "${DS_PROMETHEUS}"
10669               },
10670               "expr": "irate(node_vmstat_pswpout{instance=\"$node\",job=\"$job\"}[$__rate_interval])",
10671               "format": "time_series",
10672               "intervalFactor": 1,
10673               "legendFormat": "Pswpout - Pages swapped out",
10674               "refId": "B",
10675               "step": 240
10676             }
10677           ],
10678           "title": "Memory Pages Swap In / Out",
10679           "type": "timeseries"
10680         },
10681         {
10682           "datasource": {
10683             "type": "prometheus",
10684             "uid": "${DS_PROMETHEUS}"
10685           },
10686           "fieldConfig": {
10687             "defaults": {
10688               "color": {
10689                 "mode": "palette-classic"
10690               },
10691               "custom": {
10692                 "axisCenteredZero": false,
10693                 "axisColorMode": "text",
10694                 "axisLabel": "faults",
10695                 "axisPlacement": "auto",
10696                 "barAlignment": 0,
10697                 "drawStyle": "line",
10698                 "fillOpacity": 20,
10699                 "gradientMode": "none",
10700                 "hideFrom": {
10701                   "legend": false,
10702                   "tooltip": false,
10703                   "viz": false
10704                 },
10705                 "lineInterpolation": "linear",
10706                 "lineWidth": 1,
10707                 "pointSize": 5,
10708                 "scaleDistribution": {
10709                   "type": "linear"
10710                 },
10711                 "showPoints": "never",
10712                 "spanNulls": false,
10713                 "stacking": {
10714                   "group": "A",
10715                   "mode": "normal"
10716                 },
10717                 "thresholdsStyle": {
10718                   "mode": "off"
10719                 }
10720               },
10721               "links": [],
10722               "mappings": [],
10723               "min": 0,
10724               "thresholds": {
10725                 "mode": "absolute",
10726                 "steps": [
10727                   {
10728                     "color": "green"
10729                   },
10730                   {
10731                     "color": "red",
10732                     "value": 80
10733                   }
10734                 ]
10735               },
10736               "unit": "short"
10737             },
10738             "overrides": [
10739               {
10740                 "matcher": {
10741                   "id": "byName",
10742                   "options": "Apps"
10743                 },
10744                 "properties": [
10745                   {
10746                     "id": "color",
10747                     "value": {
10748                       "fixedColor": "#629E51",
10749                       "mode": "fixed"
10750                     }
10751                   }
10752                 ]
10753               },
10754               {
10755                 "matcher": {
10756                   "id": "byName",
10757                   "options": "Buffers"
10758                 },
10759                 "properties": [
10760                   {
10761                     "id": "color",
10762                     "value": {
10763                       "fixedColor": "#614D93",
10764                       "mode": "fixed"
10765                     }
10766                   }
10767                 ]
10768               },
10769               {
10770                 "matcher": {
10771                   "id": "byName",
10772                   "options": "Cache"
10773                 },
10774                 "properties": [
10775                   {
10776                     "id": "color",
10777                     "value": {
10778                       "fixedColor": "#6D1F62",
10779                       "mode": "fixed"
10780                     }
10781                   }
10782                 ]
10783               },
10784               {
10785                 "matcher": {
10786                   "id": "byName",
10787                   "options": "Cached"
10788                 },
10789                 "properties": [
10790                   {
10791                     "id": "color",
10792                     "value": {
10793                       "fixedColor": "#511749",
10794                       "mode": "fixed"
10795                     }
10796                   }
10797                 ]
10798               },
10799               {
10800                 "matcher": {
10801                   "id": "byName",
10802                   "options": "Committed"
10803                 },
10804                 "properties": [
10805                   {
10806                     "id": "color",
10807                     "value": {
10808                       "fixedColor": "#508642",
10809                       "mode": "fixed"
10810                     }
10811                   }
10812                 ]
10813               },
10814               {
10815                 "matcher": {
10816                   "id": "byName",
10817                   "options": "Free"
10818                 },
10819                 "properties": [
10820                   {
10821                     "id": "color",
10822                     "value": {
10823                       "fixedColor": "#0A437C",
10824                       "mode": "fixed"
10825                     }
10826                   }
10827                 ]
10828               },
10829               {
10830                 "matcher": {
10831                   "id": "byName",
10832                   "options": "Hardware Corrupted - Amount of RAM that the kernel identified as corrupted / not working"
10833                 },
10834                 "properties": [
10835                   {
10836                     "id": "color",
10837                     "value": {
10838                       "fixedColor": "#CFFAFF",
10839                       "mode": "fixed"
10840                     }
10841                   }
10842                 ]
10843               },
10844               {
10845                 "matcher": {
10846                   "id": "byName",
10847                   "options": "Inactive"
10848                 },
10849                 "properties": [
10850                   {
10851                     "id": "color",
10852                     "value": {
10853                       "fixedColor": "#584477",
10854                       "mode": "fixed"
10855                     }
10856                   }
10857                 ]
10858               },
10859               {
10860                 "matcher": {
10861                   "id": "byName",
10862                   "options": "PageTables"
10863                 },
10864                 "properties": [
10865                   {
10866                     "id": "color",
10867                     "value": {
10868                       "fixedColor": "#0A50A1",
10869                       "mode": "fixed"
10870                     }
10871                   }
10872                 ]
10873               },
10874               {
10875                 "matcher": {
10876                   "id": "byName",
10877                   "options": "Page_Tables"
10878                 },
10879                 "properties": [
10880                   {
10881                     "id": "color",
10882                     "value": {
10883                       "fixedColor": "#0A50A1",
10884                       "mode": "fixed"
10885                     }
10886                   }
10887                 ]
10888               },
10889               {
10890                 "matcher": {
10891                   "id": "byName",
10892                   "options": "RAM_Free"
10893                 },
10894                 "properties": [
10895                   {
10896                     "id": "color",
10897                     "value": {
10898                       "fixedColor": "#E0F9D7",
10899                       "mode": "fixed"
10900                     }
10901                   }
10902                 ]
10903               },
10904               {
10905                 "matcher": {
10906                   "id": "byName",
10907                   "options": "Slab"
10908                 },
10909                 "properties": [
10910                   {
10911                     "id": "color",
10912                     "value": {
10913                       "fixedColor": "#806EB7",
10914                       "mode": "fixed"
10915                     }
10916                   }
10917                 ]
10918               },
10919               {
10920                 "matcher": {
10921                   "id": "byName",
10922                   "options": "Slab_Cache"
10923                 },
10924                 "properties": [
10925                   {
10926                     "id": "color",
10927                     "value": {
10928                       "fixedColor": "#E0752D",
10929                       "mode": "fixed"
10930                     }
10931                   }
10932                 ]
10933               },
10934               {
10935                 "matcher": {
10936                   "id": "byName",
10937                   "options": "Swap"
10938                 },
10939                 "properties": [
10940                   {
10941                     "id": "color",
10942                     "value": {
10943                       "fixedColor": "#BF1B00",
10944                       "mode": "fixed"
10945                     }
10946                   }
10947                 ]
10948               },
10949               {
10950                 "matcher": {
10951                   "id": "byName",
10952                   "options": "Swap_Cache"
10953                 },
10954                 "properties": [
10955                   {
10956                     "id": "color",
10957                     "value": {
10958                       "fixedColor": "#C15C17",
10959                       "mode": "fixed"
10960                     }
10961                   }
10962                 ]
10963               },
10964               {
10965                 "matcher": {
10966                   "id": "byName",
10967                   "options": "Swap_Free"
10968                 },
10969                 "properties": [
10970                   {
10971                     "id": "color",
10972                     "value": {
10973                       "fixedColor": "#2F575E",
10974                       "mode": "fixed"
10975                     }
10976                   }
10977                 ]
10978               },
10979               {
10980                 "matcher": {
10981                   "id": "byName",
10982                   "options": "Unused"
10983                 },
10984                 "properties": [
10985                   {
10986                     "id": "color",
10987                     "value": {
10988                       "fixedColor": "#EAB839",
10989                       "mode": "fixed"
10990                     }
10991                   }
10992                 ]
10993               },
10994               {
10995                 "matcher": {
10996                   "id": "byName",
10997                   "options": "Pgfault - Page major and minor fault operations"
10998                 },
10999                 "properties": [
11000                   {
11001                     "id": "custom.fillOpacity",
11002                     "value": 0
11003                   },
11004                   {
11005                     "id": "custom.stacking",
11006                     "value": {
11007                       "group": false,
11008                       "mode": "normal"
11009                     }
11010                   }
11011                 ]
11012               }
11013             ]
11014           },
11015           "gridPos": {
11016             "h": 10,
11017             "w": 12,
11018             "x": 0,
11019             "y": 35
11020           },
11021           "id": 175,
11022           "links": [],
11023           "options": {
11024             "legend": {
11025               "calcs": [
11026                 "mean",
11027                 "lastNotNull",
11028                 "max",
11029                 "min"
11030               ],
11031               "displayMode": "table",
11032               "placement": "bottom",
11033               "showLegend": true,
11034               "width": 350
11035             },
11036             "tooltip": {
11037               "mode": "multi",
11038               "sort": "none"
11039             }
11040           },
11041           "pluginVersion": "9.2.0",
11042           "targets": [
11043             {
11044               "datasource": {
11045                 "type": "prometheus",
11046                 "uid": "${DS_PROMETHEUS}"
11047               },
11048               "expr": "irate(node_vmstat_pgfault{instance=\"$node\",job=\"$job\"}[$__rate_interval])",
11049               "format": "time_series",
11050               "intervalFactor": 1,
11051               "legendFormat": "Pgfault - Page major and minor fault operations",
11052               "refId": "A",
11053               "step": 240
11054             },
11055             {
11056               "datasource": {
11057                 "type": "prometheus",
11058                 "uid": "${DS_PROMETHEUS}"
11059               },
11060               "expr": "irate(node_vmstat_pgmajfault{instance=\"$node\",job=\"$job\"}[$__rate_interval])",
11061               "format": "time_series",
11062               "intervalFactor": 1,
11063               "legendFormat": "Pgmajfault - Major page fault operations",
11064               "refId": "B",
11065               "step": 240
11066             },
11067             {
11068               "datasource": {
11069                 "type": "prometheus",
11070                 "uid": "${DS_PROMETHEUS}"
11071               },
11072               "expr": "irate(node_vmstat_pgfault{instance=\"$node\",job=\"$job\"}[$__rate_interval])  - irate(node_vmstat_pgmajfault{instance=\"$node\",job=\"$job\"}[$__rate_interval])",
11073               "format": "time_series",
11074               "intervalFactor": 1,
11075               "legendFormat": "Pgminfault - Minor page fault operations",
11076               "refId": "C",
11077               "step": 240
11078             }
11079           ],
11080           "title": "Memory Page Faults",
11081           "type": "timeseries"
11082         },
11083         {
11084           "datasource": {
11085             "type": "prometheus",
11086             "uid": "${DS_PROMETHEUS}"
11087           },
11088           "fieldConfig": {
11089             "defaults": {
11090               "color": {
11091                 "mode": "palette-classic"
11092               },
11093               "custom": {
11094                 "axisCenteredZero": false,
11095                 "axisColorMode": "text",
11096                 "axisLabel": "counter",
11097                 "axisPlacement": "auto",
11098                 "barAlignment": 0,
11099                 "drawStyle": "line",
11100                 "fillOpacity": 20,
11101                 "gradientMode": "none",
11102                 "hideFrom": {
11103                   "legend": false,
11104                   "tooltip": false,
11105                   "viz": false
11106                 },
11107                 "lineInterpolation": "linear",
11108                 "lineWidth": 1,
11109                 "pointSize": 5,
11110                 "scaleDistribution": {
11111                   "type": "linear"
11112                 },
11113                 "showPoints": "never",
11114                 "spanNulls": false,
11115                 "stacking": {
11116                   "group": "A",
11117                   "mode": "none"
11118                 },
11119                 "thresholdsStyle": {
11120                   "mode": "off"
11121                 }
11122               },
11123               "links": [],
11124               "mappings": [],
11125               "min": 0,
11126               "thresholds": {
11127                 "mode": "absolute",
11128                 "steps": [
11129                   {
11130                     "color": "green"
11131                   },
11132                   {
11133                     "color": "red",
11134                     "value": 80
11135                   }
11136                 ]
11137               },
11138               "unit": "short"
11139             },
11140             "overrides": [
11141               {
11142                 "matcher": {
11143                   "id": "byName",
11144                   "options": "Active"
11145                 },
11146                 "properties": [
11147                   {
11148                     "id": "color",
11149                     "value": {
11150                       "fixedColor": "#99440A",
11151                       "mode": "fixed"
11152                     }
11153                   }
11154                 ]
11155               },
11156               {
11157                 "matcher": {
11158                   "id": "byName",
11159                   "options": "Buffers"
11160                 },
11161                 "properties": [
11162                   {
11163                     "id": "color",
11164                     "value": {
11165                       "fixedColor": "#58140C",
11166                       "mode": "fixed"
11167                     }
11168                   }
11169                 ]
11170               },
11171               {
11172                 "matcher": {
11173                   "id": "byName",
11174                   "options": "Cache"
11175                 },
11176                 "properties": [
11177                   {
11178                     "id": "color",
11179                     "value": {
11180                       "fixedColor": "#6D1F62",
11181                       "mode": "fixed"
11182                     }
11183                   }
11184                 ]
11185               },
11186               {
11187                 "matcher": {
11188                   "id": "byName",
11189                   "options": "Cached"
11190                 },
11191                 "properties": [
11192                   {
11193                     "id": "color",
11194                     "value": {
11195                       "fixedColor": "#511749",
11196                       "mode": "fixed"
11197                     }
11198                   }
11199                 ]
11200               },
11201               {
11202                 "matcher": {
11203                   "id": "byName",
11204                   "options": "Committed"
11205                 },
11206                 "properties": [
11207                   {
11208                     "id": "color",
11209                     "value": {
11210                       "fixedColor": "#508642",
11211                       "mode": "fixed"
11212                     }
11213                   }
11214                 ]
11215               },
11216               {
11217                 "matcher": {
11218                   "id": "byName",
11219                   "options": "Dirty"
11220                 },
11221                 "properties": [
11222                   {
11223                     "id": "color",
11224                     "value": {
11225                       "fixedColor": "#6ED0E0",
11226                       "mode": "fixed"
11227                     }
11228                   }
11229                 ]
11230               },
11231               {
11232                 "matcher": {
11233                   "id": "byName",
11234                   "options": "Free"
11235                 },
11236                 "properties": [
11237                   {
11238                     "id": "color",
11239                     "value": {
11240                       "fixedColor": "#B7DBAB",
11241                       "mode": "fixed"
11242                     }
11243                   }
11244                 ]
11245               },
11246               {
11247                 "matcher": {
11248                   "id": "byName",
11249                   "options": "Inactive"
11250                 },
11251                 "properties": [
11252                   {
11253                     "id": "color",
11254                     "value": {
11255                       "fixedColor": "#EA6460",
11256                       "mode": "fixed"
11257                     }
11258                   }
11259                 ]
11260               },
11261               {
11262                 "matcher": {
11263                   "id": "byName",
11264                   "options": "Mapped"
11265                 },
11266                 "properties": [
11267                   {
11268                     "id": "color",
11269                     "value": {
11270                       "fixedColor": "#052B51",
11271                       "mode": "fixed"
11272                     }
11273                   }
11274                 ]
11275               },
11276               {
11277                 "matcher": {
11278                   "id": "byName",
11279                   "options": "PageTables"
11280                 },
11281                 "properties": [
11282                   {
11283                     "id": "color",
11284                     "value": {
11285                       "fixedColor": "#0A50A1",
11286                       "mode": "fixed"
11287                     }
11288                   }
11289                 ]
11290               },
11291               {
11292                 "matcher": {
11293                   "id": "byName",
11294                   "options": "Page_Tables"
11295                 },
11296                 "properties": [
11297                   {
11298                     "id": "color",
11299                     "value": {
11300                       "fixedColor": "#0A50A1",
11301                       "mode": "fixed"
11302                     }
11303                   }
11304                 ]
11305               },
11306               {
11307                 "matcher": {
11308                   "id": "byName",
11309                   "options": "Slab_Cache"
11310                 },
11311                 "properties": [
11312                   {
11313                     "id": "color",
11314                     "value": {
11315                       "fixedColor": "#EAB839",
11316                       "mode": "fixed"
11317                     }
11318                   }
11319                 ]
11320               },
11321               {
11322                 "matcher": {
11323                   "id": "byName",
11324                   "options": "Swap"
11325                 },
11326                 "properties": [
11327                   {
11328                     "id": "color",
11329                     "value": {
11330                       "fixedColor": "#BF1B00",
11331                       "mode": "fixed"
11332                     }
11333                   }
11334                 ]
11335               },
11336               {
11337                 "matcher": {
11338                   "id": "byName",
11339                   "options": "Swap_Cache"
11340                 },
11341                 "properties": [
11342                   {
11343                     "id": "color",
11344                     "value": {
11345                       "fixedColor": "#C15C17",
11346                       "mode": "fixed"
11347                     }
11348                   }
11349                 ]
11350               },
11351               {
11352                 "matcher": {
11353                   "id": "byName",
11354                   "options": "Total"
11355                 },
11356                 "properties": [
11357                   {
11358                     "id": "color",
11359                     "value": {
11360                       "fixedColor": "#511749",
11361                       "mode": "fixed"
11362                     }
11363                   }
11364                 ]
11365               },
11366               {
11367                 "matcher": {
11368                   "id": "byName",
11369                   "options": "Total RAM"
11370                 },
11371                 "properties": [
11372                   {
11373                     "id": "color",
11374                     "value": {
11375                       "fixedColor": "#052B51",
11376                       "mode": "fixed"
11377                     }
11378                   }
11379                 ]
11380               },
11381               {
11382                 "matcher": {
11383                   "id": "byName",
11384                   "options": "Total RAM + Swap"
11385                 },
11386                 "properties": [
11387                   {
11388                     "id": "color",
11389                     "value": {
11390                       "fixedColor": "#052B51",
11391                       "mode": "fixed"
11392                     }
11393                   }
11394                 ]
11395               },
11396               {
11397                 "matcher": {
11398                   "id": "byName",
11399                   "options": "Total Swap"
11400                 },
11401                 "properties": [
11402                   {
11403                     "id": "color",
11404                     "value": {
11405                       "fixedColor": "#614D93",
11406                       "mode": "fixed"
11407                     }
11408                   }
11409                 ]
11410               },
11411               {
11412                 "matcher": {
11413                   "id": "byName",
11414                   "options": "VmallocUsed"
11415                 },
11416                 "properties": [
11417                   {
11418                     "id": "color",
11419                     "value": {
11420                       "fixedColor": "#EA6460",
11421                       "mode": "fixed"
11422                     }
11423                   }
11424                 ]
11425               }
11426             ]
11427           },
11428           "gridPos": {
11429             "h": 10,
11430             "w": 12,
11431             "x": 12,
11432             "y": 35
11433           },
11434           "id": 307,
11435           "links": [],
11436           "options": {
11437             "legend": {
11438               "calcs": [
11439                 "mean",
11440                 "lastNotNull",
11441                 "max",
11442                 "min"
11443               ],
11444               "displayMode": "table",
11445               "placement": "bottom",
11446               "showLegend": true
11447             },
11448             "tooltip": {
11449               "mode": "multi",
11450               "sort": "none"
11451             }
11452           },
11453           "pluginVersion": "9.2.0",
11454           "targets": [
11455             {
11456               "datasource": {
11457                 "type": "prometheus",
11458                 "uid": "${DS_PROMETHEUS}"
11459               },
11460               "expr": "irate(node_vmstat_oom_kill{instance=\"$node\",job=\"$job\"}[$__rate_interval])",
11461               "format": "time_series",
11462               "interval": "",
11463               "intervalFactor": 1,
11464               "legendFormat": "oom killer invocations ",
11465               "refId": "A",
11466               "step": 240
11467             }
11468           ],
11469           "title": "OOM Killer",
11470           "type": "timeseries"
11471         }
11472       ],
11473       "targets": [
11474         {
11475           "datasource": {
11476             "type": "prometheus",
11477             "uid": "${DS_PROMETHEUS}"
11478           },
11479           "refId": "A"
11480         }
11481       ],
11482       "title": "Memory Vmstat",
11483       "type": "row"
11484     },
11485     {
11486       "collapsed": true,
11487       "datasource": {
11488         "type": "prometheus",
11489         "uid": "${DS_PROMETHEUS}"
11490       },
11491       "gridPos": {
11492         "h": 1,
11493         "w": 24,
11494         "x": 0,
11495         "y": 23
11496       },
11497       "id": 293,
11498       "panels": [
11499         {
11500           "datasource": {
11501             "type": "prometheus",
11502             "uid": "${DS_PROMETHEUS}"
11503           },
11504           "description": "",
11505           "fieldConfig": {
11506             "defaults": {
11507               "color": {
11508                 "mode": "palette-classic"
11509               },
11510               "custom": {
11511                 "axisCenteredZero": false,
11512                 "axisColorMode": "text",
11513                 "axisLabel": "seconds",
11514                 "axisPlacement": "auto",
11515                 "barAlignment": 0,
11516                 "drawStyle": "line",
11517                 "fillOpacity": 20,
11518                 "gradientMode": "none",
11519                 "hideFrom": {
11520                   "legend": false,
11521                   "tooltip": false,
11522                   "viz": false
11523                 },
11524                 "lineInterpolation": "linear",
11525                 "lineWidth": 1,
11526                 "pointSize": 5,
11527                 "scaleDistribution": {
11528                   "type": "linear"
11529                 },
11530                 "showPoints": "never",
11531                 "spanNulls": false,
11532                 "stacking": {
11533                   "group": "A",
11534                   "mode": "none"
11535                 },
11536                 "thresholdsStyle": {
11537                   "mode": "off"
11538                 }
11539               },
11540               "links": [],
11541               "mappings": [],
11542               "thresholds": {
11543                 "mode": "absolute",
11544                 "steps": [
11545                   {
11546                     "color": "green"
11547                   },
11548                   {
11549                     "color": "red",
11550                     "value": 80
11551                   }
11552                 ]
11553               },
11554               "unit": "s"
11555             },
11556             "overrides": [
11557               {
11558                 "matcher": {
11559                   "id": "byRegexp",
11560                   "options": "/.*Variation*./"
11561                 },
11562                 "properties": [
11563                   {
11564                     "id": "color",
11565                     "value": {
11566                       "fixedColor": "#890F02",
11567                       "mode": "fixed"
11568                     }
11569                   }
11570                 ]
11571               }
11572             ]
11573           },
11574           "gridPos": {
11575             "h": 10,
11576             "w": 12,
11577             "x": 0,
11578             "y": 40
11579           },
11580           "id": 260,
11581           "links": [],
11582           "options": {
11583             "legend": {
11584               "calcs": [
11585                 "mean",
11586                 "lastNotNull",
11587                 "max",
11588                 "min"
11589               ],
11590               "displayMode": "table",
11591               "placement": "bottom",
11592               "showLegend": true
11593             },
11594             "tooltip": {
11595               "mode": "multi",
11596               "sort": "none"
11597             }
11598           },
11599           "pluginVersion": "9.2.0",
11600           "targets": [
11601             {
11602               "datasource": {
11603                 "type": "prometheus",
11604                 "uid": "${DS_PROMETHEUS}"
11605               },
11606               "expr": "node_timex_estimated_error_seconds{instance=\"$node\",job=\"$job\"}",
11607               "format": "time_series",
11608               "hide": false,
11609               "interval": "",
11610               "intervalFactor": 1,
11611               "legendFormat": "Estimated error in seconds",
11612               "refId": "A",
11613               "step": 240
11614             },
11615             {
11616               "datasource": {
11617                 "type": "prometheus",
11618                 "uid": "${DS_PROMETHEUS}"
11619               },
11620               "expr": "node_timex_offset_seconds{instance=\"$node\",job=\"$job\"}",
11621               "format": "time_series",
11622               "hide": false,
11623               "interval": "",
11624               "intervalFactor": 1,
11625               "legendFormat": "Time offset in between local system and reference clock",
11626               "refId": "B",
11627               "step": 240
11628             },
11629             {
11630               "datasource": {
11631                 "type": "prometheus",
11632                 "uid": "${DS_PROMETHEUS}"
11633               },
11634               "expr": "node_timex_maxerror_seconds{instance=\"$node\",job=\"$job\"}",
11635               "format": "time_series",
11636               "hide": false,
11637               "interval": "",
11638               "intervalFactor": 1,
11639               "legendFormat": "Maximum error in seconds",
11640               "refId": "C",
11641               "step": 240
11642             }
11643           ],
11644           "title": "Time Syncronized Drift",
11645           "type": "timeseries"
11646         },
11647         {
11648           "datasource": {
11649             "type": "prometheus",
11650             "uid": "${DS_PROMETHEUS}"
11651           },
11652           "description": "",
11653           "fieldConfig": {
11654             "defaults": {
11655               "color": {
11656                 "mode": "palette-classic"
11657               },
11658               "custom": {
11659                 "axisCenteredZero": false,
11660                 "axisColorMode": "text",
11661                 "axisLabel": "counter",
11662                 "axisPlacement": "auto",
11663                 "barAlignment": 0,
11664                 "drawStyle": "line",
11665                 "fillOpacity": 20,
11666                 "gradientMode": "none",
11667                 "hideFrom": {
11668                   "legend": false,
11669                   "tooltip": false,
11670                   "viz": false
11671                 },
11672                 "lineInterpolation": "linear",
11673                 "lineWidth": 1,
11674                 "pointSize": 5,
11675                 "scaleDistribution": {
11676                   "type": "linear"
11677                 },
11678                 "showPoints": "never",
11679                 "spanNulls": false,
11680                 "stacking": {
11681                   "group": "A",
11682                   "mode": "none"
11683                 },
11684                 "thresholdsStyle": {
11685                   "mode": "off"
11686                 }
11687               },
11688               "links": [],
11689               "mappings": [],
11690               "thresholds": {
11691                 "mode": "absolute",
11692                 "steps": [
11693                   {
11694                     "color": "green"
11695                   },
11696                   {
11697                     "color": "red",
11698                     "value": 80
11699                   }
11700                 ]
11701               },
11702               "unit": "short"
11703             },
11704             "overrides": []
11705           },
11706           "gridPos": {
11707             "h": 10,
11708             "w": 12,
11709             "x": 12,
11710             "y": 40
11711           },
11712           "id": 291,
11713           "links": [],
11714           "options": {
11715             "legend": {
11716               "calcs": [
11717                 "mean",
11718                 "lastNotNull",
11719                 "max",
11720                 "min"
11721               ],
11722               "displayMode": "table",
11723               "placement": "bottom",
11724               "showLegend": true
11725             },
11726             "tooltip": {
11727               "mode": "multi",
11728               "sort": "none"
11729             }
11730           },
11731           "pluginVersion": "9.2.0",
11732           "targets": [
11733             {
11734               "datasource": {
11735                 "type": "prometheus",
11736                 "uid": "${DS_PROMETHEUS}"
11737               },
11738               "expr": "node_timex_loop_time_constant{instance=\"$node\",job=\"$job\"}",
11739               "format": "time_series",
11740               "interval": "",
11741               "intervalFactor": 1,
11742               "legendFormat": "Phase-locked loop time adjust",
11743               "refId": "A",
11744               "step": 240
11745             }
11746           ],
11747           "title": "Time PLL Adjust",
11748           "type": "timeseries"
11749         },
11750         {
11751           "datasource": {
11752             "type": "prometheus",
11753             "uid": "${DS_PROMETHEUS}"
11754           },
11755           "description": "",
11756           "fieldConfig": {
11757             "defaults": {
11758               "color": {
11759                 "mode": "palette-classic"
11760               },
11761               "custom": {
11762                 "axisCenteredZero": false,
11763                 "axisColorMode": "text",
11764                 "axisLabel": "counter",
11765                 "axisPlacement": "auto",
11766                 "barAlignment": 0,
11767                 "drawStyle": "line",
11768                 "fillOpacity": 20,
11769                 "gradientMode": "none",
11770                 "hideFrom": {
11771                   "legend": false,
11772                   "tooltip": false,
11773                   "viz": false
11774                 },
11775                 "lineInterpolation": "linear",
11776                 "lineWidth": 1,
11777                 "pointSize": 5,
11778                 "scaleDistribution": {
11779                   "type": "linear"
11780                 },
11781                 "showPoints": "never",
11782                 "spanNulls": false,
11783                 "stacking": {
11784                   "group": "A",
11785                   "mode": "none"
11786                 },
11787                 "thresholdsStyle": {
11788                   "mode": "off"
11789                 }
11790               },
11791               "links": [],
11792               "mappings": [],
11793               "thresholds": {
11794                 "mode": "absolute",
11795                 "steps": [
11796                   {
11797                     "color": "green"
11798                   },
11799                   {
11800                     "color": "red",
11801                     "value": 80
11802                   }
11803                 ]
11804               },
11805               "unit": "short"
11806             },
11807             "overrides": [
11808               {
11809                 "matcher": {
11810                   "id": "byRegexp",
11811                   "options": "/.*Variation*./"
11812                 },
11813                 "properties": [
11814                   {
11815                     "id": "color",
11816                     "value": {
11817                       "fixedColor": "#890F02",
11818                       "mode": "fixed"
11819                     }
11820                   }
11821                 ]
11822               }
11823             ]
11824           },
11825           "gridPos": {
11826             "h": 10,
11827             "w": 12,
11828             "x": 0,
11829             "y": 50
11830           },
11831           "id": 168,
11832           "links": [],
11833           "options": {
11834             "legend": {
11835               "calcs": [
11836                 "mean",
11837                 "lastNotNull",
11838                 "max",
11839                 "min"
11840               ],
11841               "displayMode": "table",
11842               "placement": "bottom",
11843               "showLegend": true
11844             },
11845             "tooltip": {
11846               "mode": "multi",
11847               "sort": "none"
11848             }
11849           },
11850           "pluginVersion": "9.2.0",
11851           "targets": [
11852             {
11853               "datasource": {
11854                 "type": "prometheus",
11855                 "uid": "${DS_PROMETHEUS}"
11856               },
11857               "expr": "node_timex_sync_status{instance=\"$node\",job=\"$job\"}",
11858               "format": "time_series",
11859               "interval": "",
11860               "intervalFactor": 1,
11861               "legendFormat": "Is clock synchronized to a reliable server (1 = yes, 0 = no)",
11862               "refId": "A",
11863               "step": 240
11864             },
11865             {
11866               "datasource": {
11867                 "type": "prometheus",
11868                 "uid": "${DS_PROMETHEUS}"
11869               },
11870               "expr": "node_timex_frequency_adjustment_ratio{instance=\"$node\",job=\"$job\"}",
11871               "format": "time_series",
11872               "interval": "",
11873               "intervalFactor": 1,
11874               "legendFormat": "Local clock frequency adjustment",
11875               "refId": "B",
11876               "step": 240
11877             }
11878           ],
11879           "title": "Time Syncronized Status",
11880           "type": "timeseries"
11881         },
11882         {
11883           "datasource": {
11884             "type": "prometheus",
11885             "uid": "${DS_PROMETHEUS}"
11886           },
11887           "description": "",
11888           "fieldConfig": {
11889             "defaults": {
11890               "color": {
11891                 "mode": "palette-classic"
11892               },
11893               "custom": {
11894                 "axisCenteredZero": false,
11895                 "axisColorMode": "text",
11896                 "axisLabel": "seconds",
11897                 "axisPlacement": "auto",
11898                 "barAlignment": 0,
11899                 "drawStyle": "line",
11900                 "fillOpacity": 20,
11901                 "gradientMode": "none",
11902                 "hideFrom": {
11903                   "legend": false,
11904                   "tooltip": false,
11905                   "viz": false
11906                 },
11907                 "lineInterpolation": "linear",
11908                 "lineWidth": 1,
11909                 "pointSize": 5,
11910                 "scaleDistribution": {
11911                   "type": "linear"
11912                 },
11913                 "showPoints": "never",
11914                 "spanNulls": false,
11915                 "stacking": {
11916                   "group": "A",
11917                   "mode": "none"
11918                 },
11919                 "thresholdsStyle": {
11920                   "mode": "off"
11921                 }
11922               },
11923               "links": [],
11924               "mappings": [],
11925               "thresholds": {
11926                 "mode": "absolute",
11927                 "steps": [
11928                   {
11929                     "color": "green"
11930                   },
11931                   {
11932                     "color": "red",
11933                     "value": 80
11934                   }
11935                 ]
11936               },
11937               "unit": "s"
11938             },
11939             "overrides": []
11940           },
11941           "gridPos": {
11942             "h": 10,
11943             "w": 12,
11944             "x": 12,
11945             "y": 50
11946           },
11947           "id": 294,
11948           "links": [],
11949           "options": {
11950             "legend": {
11951               "calcs": [
11952                 "mean",
11953                 "lastNotNull",
11954                 "max",
11955                 "min"
11956               ],
11957               "displayMode": "table",
11958               "placement": "bottom",
11959               "showLegend": true
11960             },
11961             "tooltip": {
11962               "mode": "multi",
11963               "sort": "none"
11964             }
11965           },
11966           "pluginVersion": "9.2.0",
11967           "targets": [
11968             {
11969               "datasource": {
11970                 "type": "prometheus",
11971                 "uid": "${DS_PROMETHEUS}"
11972               },
11973               "expr": "node_timex_tick_seconds{instance=\"$node\",job=\"$job\"}",
11974               "format": "time_series",
11975               "interval": "",
11976               "intervalFactor": 1,
11977               "legendFormat": "Seconds between clock ticks",
11978               "refId": "A",
11979               "step": 240
11980             },
11981             {
11982               "datasource": {
11983                 "type": "prometheus",
11984                 "uid": "${DS_PROMETHEUS}"
11985               },
11986               "expr": "node_timex_tai_offset_seconds{instance=\"$node\",job=\"$job\"}",
11987               "format": "time_series",
11988               "interval": "",
11989               "intervalFactor": 1,
11990               "legendFormat": "International Atomic Time (TAI) offset",
11991               "refId": "B",
11992               "step": 240
11993             }
11994           ],
11995           "title": "Time Misc",
11996           "type": "timeseries"
11997         }
11998       ],
11999       "targets": [
12000         {
12001           "datasource": {
12002             "type": "prometheus",
12003             "uid": "${DS_PROMETHEUS}"
12004           },
12005           "refId": "A"
12006         }
12007       ],
12008       "title": "System Timesync",
12009       "type": "row"
12010     },
12011     {
12012       "collapsed": true,
12013       "datasource": {
12014         "type": "prometheus",
12015         "uid": "${DS_PROMETHEUS}"
12016       },
12017       "gridPos": {
12018         "h": 1,
12019         "w": 24,
12020         "x": 0,
12021         "y": 24
12022       },
12023       "id": 312,
12024       "panels": [
12025         {
12026           "datasource": {
12027             "type": "prometheus",
12028             "uid": "${DS_PROMETHEUS}"
12029           },
12030           "fieldConfig": {
12031             "defaults": {
12032               "color": {
12033                 "mode": "palette-classic"
12034               },
12035               "custom": {
12036                 "axisCenteredZero": false,
12037                 "axisColorMode": "text",
12038                 "axisLabel": "counter",
12039                 "axisPlacement": "auto",
12040                 "barAlignment": 0,
12041                 "drawStyle": "line",
12042                 "fillOpacity": 20,
12043                 "gradientMode": "none",
12044                 "hideFrom": {
12045                   "legend": false,
12046                   "tooltip": false,
12047                   "viz": false
12048                 },
12049                 "lineInterpolation": "linear",
12050                 "lineWidth": 1,
12051                 "pointSize": 5,
12052                 "scaleDistribution": {
12053                   "type": "linear"
12054                 },
12055                 "showPoints": "never",
12056                 "spanNulls": false,
12057                 "stacking": {
12058                   "group": "A",
12059                   "mode": "none"
12060                 },
12061                 "thresholdsStyle": {
12062                   "mode": "off"
12063                 }
12064               },
12065               "links": [],
12066               "mappings": [],
12067               "min": 0,
12068               "thresholds": {
12069                 "mode": "absolute",
12070                 "steps": [
12071                   {
12072                     "color": "green"
12073                   },
12074                   {
12075                     "color": "red",
12076                     "value": 80
12077                   }
12078                 ]
12079               },
12080               "unit": "short"
12081             },
12082             "overrides": []
12083           },
12084           "gridPos": {
12085             "h": 10,
12086             "w": 12,
12087             "x": 0,
12088             "y": 27
12089           },
12090           "id": 62,
12091           "links": [],
12092           "options": {
12093             "legend": {
12094               "calcs": [
12095                 "mean",
12096                 "lastNotNull",
12097                 "max",
12098                 "min"
12099               ],
12100               "displayMode": "table",
12101               "placement": "bottom",
12102               "showLegend": true
12103             },
12104             "tooltip": {
12105               "mode": "multi",
12106               "sort": "none"
12107             }
12108           },
12109           "pluginVersion": "9.2.0",
12110           "targets": [
12111             {
12112               "datasource": {
12113                 "type": "prometheus",
12114                 "uid": "${DS_PROMETHEUS}"
12115               },
12116               "expr": "node_procs_blocked{instance=\"$node\",job=\"$job\"}",
12117               "format": "time_series",
12118               "intervalFactor": 1,
12119               "legendFormat": "Processes blocked waiting for I/O to complete",
12120               "refId": "A",
12121               "step": 240
12122             },
12123             {
12124               "datasource": {
12125                 "type": "prometheus",
12126                 "uid": "${DS_PROMETHEUS}"
12127               },
12128               "expr": "node_procs_running{instance=\"$node\",job=\"$job\"}",
12129               "format": "time_series",
12130               "intervalFactor": 1,
12131               "legendFormat": "Processes in runnable state",
12132               "refId": "B",
12133               "step": 240
12134             }
12135           ],
12136           "title": "Processes Status",
12137           "type": "timeseries"
12138         },
12139         {
12140           "datasource": {
12141             "type": "prometheus",
12142             "uid": "${DS_PROMETHEUS}"
12143           },
12144           "fieldConfig": {
12145             "defaults": {
12146               "color": {
12147                 "mode": "palette-classic"
12148               },
12149               "custom": {
12150                 "axisCenteredZero": false,
12151                 "axisColorMode": "text",
12152                 "axisLabel": "counter",
12153                 "axisPlacement": "auto",
12154                 "barAlignment": 0,
12155                 "drawStyle": "line",
12156                 "fillOpacity": 20,
12157                 "gradientMode": "none",
12158                 "hideFrom": {
12159                   "legend": false,
12160                   "tooltip": false,
12161                   "viz": false
12162                 },
12163                 "lineInterpolation": "linear",
12164                 "lineWidth": 1,
12165                 "pointSize": 5,
12166                 "scaleDistribution": {
12167                   "type": "linear"
12168                 },
12169                 "showPoints": "never",
12170                 "spanNulls": false,
12171                 "stacking": {
12172                   "group": "A",
12173                   "mode": "normal"
12174                 },
12175                 "thresholdsStyle": {
12176                   "mode": "off"
12177                 }
12178               },
12179               "links": [],
12180               "mappings": [],
12181               "min": 0,
12182               "thresholds": {
12183                 "mode": "absolute",
12184                 "steps": [
12185                   {
12186                     "color": "green"
12187                   },
12188                   {
12189                     "color": "red",
12190                     "value": 80
12191                   }
12192                 ]
12193               },
12194               "unit": "short"
12195             },
12196             "overrides": []
12197           },
12198           "gridPos": {
12199             "h": 10,
12200             "w": 12,
12201             "x": 12,
12202             "y": 27
12203           },
12204           "id": 315,
12205           "links": [],
12206           "options": {
12207             "legend": {
12208               "calcs": [
12209                 "mean",
12210                 "lastNotNull",
12211                 "max",
12212                 "min"
12213               ],
12214               "displayMode": "table",
12215               "placement": "bottom",
12216               "showLegend": true
12217             },
12218             "tooltip": {
12219               "mode": "multi",
12220               "sort": "none"
12221             }
12222           },
12223           "pluginVersion": "9.2.0",
12224           "targets": [
12225             {
12226               "datasource": {
12227                 "type": "prometheus",
12228                 "uid": "${DS_PROMETHEUS}"
12229               },
12230               "expr": "node_processes_state{instance=\"$node\",job=\"$job\"}",
12231               "format": "time_series",
12232               "interval": "",
12233               "intervalFactor": 1,
12234               "legendFormat": "{{ state }}",
12235               "refId": "A",
12236               "step": 240
12237             }
12238           ],
12239           "title": "Processes State",
12240           "type": "timeseries"
12241         },
12242         {
12243           "datasource": {
12244             "type": "prometheus",
12245             "uid": "${DS_PROMETHEUS}"
12246           },
12247           "fieldConfig": {
12248             "defaults": {
12249               "color": {
12250                 "mode": "palette-classic"
12251               },
12252               "custom": {
12253                 "axisCenteredZero": false,
12254                 "axisColorMode": "text",
12255                 "axisLabel": "forks / sec",
12256                 "axisPlacement": "auto",
12257                 "barAlignment": 0,
12258                 "drawStyle": "line",
12259                 "fillOpacity": 20,
12260                 "gradientMode": "none",
12261                 "hideFrom": {
12262                   "legend": false,
12263                   "tooltip": false,
12264                   "viz": false
12265                 },
12266                 "lineInterpolation": "linear",
12267                 "lineWidth": 1,
12268                 "pointSize": 5,
12269                 "scaleDistribution": {
12270                   "type": "linear"
12271                 },
12272                 "showPoints": "never",
12273                 "spanNulls": false,
12274                 "stacking": {
12275                   "group": "A",
12276                   "mode": "none"
12277                 },
12278                 "thresholdsStyle": {
12279                   "mode": "off"
12280                 }
12281               },
12282               "links": [],
12283               "mappings": [],
12284               "min": 0,
12285               "thresholds": {
12286                 "mode": "absolute",
12287                 "steps": [
12288                   {
12289                     "color": "green"
12290                   },
12291                   {
12292                     "color": "red",
12293                     "value": 80
12294                   }
12295                 ]
12296               },
12297               "unit": "short"
12298             },
12299             "overrides": []
12300           },
12301           "gridPos": {
12302             "h": 10,
12303             "w": 12,
12304             "x": 0,
12305             "y": 37
12306           },
12307           "id": 148,
12308           "links": [],
12309           "options": {
12310             "legend": {
12311               "calcs": [
12312                 "mean",
12313                 "lastNotNull",
12314                 "max",
12315                 "min"
12316               ],
12317               "displayMode": "table",
12318               "placement": "bottom",
12319               "showLegend": true
12320             },
12321             "tooltip": {
12322               "mode": "multi",
12323               "sort": "none"
12324             }
12325           },
12326           "pluginVersion": "9.2.0",
12327           "targets": [
12328             {
12329               "datasource": {
12330                 "type": "prometheus",
12331                 "uid": "${DS_PROMETHEUS}"
12332               },
12333               "expr": "irate(node_forks_total{instance=\"$node\",job=\"$job\"}[$__rate_interval])",
12334               "format": "time_series",
12335               "hide": false,
12336               "intervalFactor": 1,
12337               "legendFormat": "Processes forks second",
12338               "refId": "A",
12339               "step": 240
12340             }
12341           ],
12342           "title": "Processes  Forks",
12343           "type": "timeseries"
12344         },
12345         {
12346           "datasource": {
12347             "type": "prometheus",
12348             "uid": "${DS_PROMETHEUS}"
12349           },
12350           "fieldConfig": {
12351             "defaults": {
12352               "color": {
12353                 "mode": "palette-classic"
12354               },
12355               "custom": {
12356                 "axisCenteredZero": false,
12357                 "axisColorMode": "text",
12358                 "axisLabel": "bytes",
12359                 "axisPlacement": "auto",
12360                 "barAlignment": 0,
12361                 "drawStyle": "line",
12362                 "fillOpacity": 20,
12363                 "gradientMode": "none",
12364                 "hideFrom": {
12365                   "legend": false,
12366                   "tooltip": false,
12367                   "viz": false
12368                 },
12369                 "lineInterpolation": "linear",
12370                 "lineWidth": 1,
12371                 "pointSize": 5,
12372                 "scaleDistribution": {
12373                   "type": "linear"
12374                 },
12375                 "showPoints": "never",
12376                 "spanNulls": false,
12377                 "stacking": {
12378                   "group": "A",
12379                   "mode": "none"
12380                 },
12381                 "thresholdsStyle": {
12382                   "mode": "off"
12383                 }
12384               },
12385               "links": [],
12386               "mappings": [],
12387               "min": 0,
12388               "thresholds": {
12389                 "mode": "absolute",
12390                 "steps": [
12391                   {
12392                     "color": "green"
12393                   },
12394                   {
12395                     "color": "red",
12396                     "value": 80
12397                   }
12398                 ]
12399               },
12400               "unit": "decbytes"
12401             },
12402             "overrides": [
12403               {
12404                 "matcher": {
12405                   "id": "byRegexp",
12406                   "options": "/.*Max.*/"
12407                 },
12408                 "properties": [
12409                   {
12410                     "id": "custom.fillOpacity",
12411                     "value": 0
12412                   }
12413                 ]
12414               }
12415             ]
12416           },
12417           "gridPos": {
12418             "h": 10,
12419             "w": 12,
12420             "x": 12,
12421             "y": 37
12422           },
12423           "id": 149,
12424           "links": [],
12425           "options": {
12426             "legend": {
12427               "calcs": [
12428                 "mean",
12429                 "lastNotNull",
12430                 "max",
12431                 "min"
12432               ],
12433               "displayMode": "table",
12434               "placement": "bottom",
12435               "showLegend": true
12436             },
12437             "tooltip": {
12438               "mode": "multi",
12439               "sort": "none"
12440             }
12441           },
12442           "pluginVersion": "9.2.0",
12443           "targets": [
12444             {
12445               "datasource": {
12446                 "type": "prometheus",
12447                 "uid": "${DS_PROMETHEUS}"
12448               },
12449               "expr": "irate(process_virtual_memory_bytes{instance=\"$node\",job=\"$job\"}[$__rate_interval])",
12450               "hide": false,
12451               "interval": "",
12452               "intervalFactor": 1,
12453               "legendFormat": "Processes virtual memory size in bytes",
12454               "refId": "A",
12455               "step": 240
12456             },
12457             {
12458               "datasource": {
12459                 "type": "prometheus",
12460                 "uid": "${DS_PROMETHEUS}"
12461               },
12462               "expr": "process_resident_memory_max_bytes{instance=\"$node\",job=\"$job\"}",
12463               "hide": false,
12464               "interval": "",
12465               "intervalFactor": 1,
12466               "legendFormat": "Maximum amount of virtual memory available in bytes",
12467               "refId": "B",
12468               "step": 240
12469             },
12470             {
12471               "datasource": {
12472                 "type": "prometheus",
12473                 "uid": "${DS_PROMETHEUS}"
12474               },
12475               "expr": "irate(process_virtual_memory_bytes{instance=\"$node\",job=\"$job\"}[$__rate_interval])",
12476               "hide": false,
12477               "interval": "",
12478               "intervalFactor": 1,
12479               "legendFormat": "Processes virtual memory size in bytes",
12480               "refId": "C",
12481               "step": 240
12482             },
12483             {
12484               "datasource": {
12485                 "type": "prometheus",
12486                 "uid": "${DS_PROMETHEUS}"
12487               },
12488               "expr": "irate(process_virtual_memory_max_bytes{instance=\"$node\",job=\"$job\"}[$__rate_interval])",
12489               "hide": false,
12490               "interval": "",
12491               "intervalFactor": 1,
12492               "legendFormat": "Maximum amount of virtual memory available in bytes",
12493               "refId": "D",
12494               "step": 240
12495             }
12496           ],
12497           "title": "Processes Memory",
12498           "type": "timeseries"
12499         },
12500         {
12501           "datasource": {
12502             "type": "prometheus",
12503             "uid": "${DS_PROMETHEUS}"
12504           },
12505           "fieldConfig": {
12506             "defaults": {
12507               "color": {
12508                 "mode": "palette-classic"
12509               },
12510               "custom": {
12511                 "axisCenteredZero": false,
12512                 "axisColorMode": "text",
12513                 "axisLabel": "counter",
12514                 "axisPlacement": "auto",
12515                 "barAlignment": 0,
12516                 "drawStyle": "line",
12517                 "fillOpacity": 20,
12518                 "gradientMode": "none",
12519                 "hideFrom": {
12520                   "legend": false,
12521                   "tooltip": false,
12522                   "viz": false
12523                 },
12524                 "lineInterpolation": "linear",
12525                 "lineWidth": 1,
12526                 "pointSize": 5,
12527                 "scaleDistribution": {
12528                   "type": "linear"
12529                 },
12530                 "showPoints": "never",
12531                 "spanNulls": false,
12532                 "stacking": {
12533                   "group": "A",
12534                   "mode": "none"
12535                 },
12536                 "thresholdsStyle": {
12537                   "mode": "off"
12538                 }
12539               },
12540               "links": [],
12541               "mappings": [],
12542               "min": 0,
12543               "thresholds": {
12544                 "mode": "absolute",
12545                 "steps": [
12546                   {
12547                     "color": "green"
12548                   },
12549                   {
12550                     "color": "red",
12551                     "value": 80
12552                   }
12553                 ]
12554               },
12555               "unit": "short"
12556             },
12557             "overrides": [
12558               {
12559                 "matcher": {
12560                   "id": "byName",
12561                   "options": "PIDs limit"
12562                 },
12563                 "properties": [
12564                   {
12565                     "id": "color",
12566                     "value": {
12567                       "fixedColor": "#F2495C",
12568                       "mode": "fixed"
12569                     }
12570                   },
12571                   {
12572                     "id": "custom.fillOpacity",
12573                     "value": 0
12574                   }
12575                 ]
12576               }
12577             ]
12578           },
12579           "gridPos": {
12580             "h": 10,
12581             "w": 12,
12582             "x": 0,
12583             "y": 47
12584           },
12585           "id": 313,
12586           "links": [],
12587           "options": {
12588             "legend": {
12589               "calcs": [
12590                 "mean",
12591                 "lastNotNull",
12592                 "max",
12593                 "min"
12594               ],
12595               "displayMode": "table",
12596               "placement": "bottom",
12597               "showLegend": true
12598             },
12599             "tooltip": {
12600               "mode": "multi",
12601               "sort": "none"
12602             }
12603           },
12604           "pluginVersion": "9.2.0",
12605           "targets": [
12606             {
12607               "datasource": {
12608                 "type": "prometheus",
12609                 "uid": "${DS_PROMETHEUS}"
12610               },
12611               "expr": "node_processes_pids{instance=\"$node\",job=\"$job\"}",
12612               "format": "time_series",
12613               "interval": "",
12614               "intervalFactor": 1,
12615               "legendFormat": "Number of PIDs",
12616               "refId": "A",
12617               "step": 240
12618             },
12619             {
12620               "datasource": {
12621                 "type": "prometheus",
12622                 "uid": "${DS_PROMETHEUS}"
12623               },
12624               "expr": "node_processes_max_processes{instance=\"$node\",job=\"$job\"}",
12625               "format": "time_series",
12626               "interval": "",
12627               "intervalFactor": 1,
12628               "legendFormat": "PIDs limit",
12629               "refId": "B",
12630               "step": 240
12631             }
12632           ],
12633           "title": "PIDs Number and Limit",
12634           "type": "timeseries"
12635         },
12636         {
12637           "datasource": {
12638             "type": "prometheus",
12639             "uid": "${DS_PROMETHEUS}"
12640           },
12641           "fieldConfig": {
12642             "defaults": {
12643               "color": {
12644                 "mode": "palette-classic"
12645               },
12646               "custom": {
12647                 "axisCenteredZero": false,
12648                 "axisColorMode": "text",
12649                 "axisLabel": "seconds",
12650                 "axisPlacement": "auto",
12651                 "barAlignment": 0,
12652                 "drawStyle": "line",
12653                 "fillOpacity": 20,
12654                 "gradientMode": "none",
12655                 "hideFrom": {
12656                   "legend": false,
12657                   "tooltip": false,
12658                   "viz": false
12659                 },
12660                 "lineInterpolation": "linear",
12661                 "lineWidth": 1,
12662                 "pointSize": 5,
12663                 "scaleDistribution": {
12664                   "type": "linear"
12665                 },
12666                 "showPoints": "never",
12667                 "spanNulls": false,
12668                 "stacking": {
12669                   "group": "A",
12670                   "mode": "none"
12671                 },
12672                 "thresholdsStyle": {
12673                   "mode": "off"
12674                 }
12675               },
12676               "links": [],
12677               "mappings": [],
12678               "thresholds": {
12679                 "mode": "absolute",
12680                 "steps": [
12681                   {
12682                     "color": "green"
12683                   },
12684                   {
12685                     "color": "red",
12686                     "value": 80
12687                   }
12688                 ]
12689               },
12690               "unit": "s"
12691             },
12692             "overrides": [
12693               {
12694                 "matcher": {
12695                   "id": "byRegexp",
12696                   "options": "/.*waiting.*/"
12697                 },
12698                 "properties": [
12699                   {
12700                     "id": "custom.transform",
12701                     "value": "negative-Y"
12702                   }
12703                 ]
12704               }
12705             ]
12706           },
12707           "gridPos": {
12708             "h": 10,
12709             "w": 12,
12710             "x": 12,
12711             "y": 47
12712           },
12713           "id": 305,
12714           "links": [],
12715           "options": {
12716             "legend": {
12717               "calcs": [
12718                 "mean",
12719                 "lastNotNull",
12720                 "max",
12721                 "min"
12722               ],
12723               "displayMode": "table",
12724               "placement": "bottom",
12725               "showLegend": true
12726             },
12727             "tooltip": {
12728               "mode": "multi",
12729               "sort": "none"
12730             }
12731           },
12732           "pluginVersion": "9.2.0",
12733           "targets": [
12734             {
12735               "datasource": {
12736                 "type": "prometheus",
12737                 "uid": "${DS_PROMETHEUS}"
12738               },
12739               "expr": "irate(node_schedstat_running_seconds_total{instance=\"$node\",job=\"$job\"}[$__rate_interval])",
12740               "format": "time_series",
12741               "interval": "",
12742               "intervalFactor": 1,
12743               "legendFormat": "CPU {{ cpu }} - seconds spent running a process",
12744               "refId": "A",
12745               "step": 240
12746             },
12747             {
12748               "datasource": {
12749                 "type": "prometheus",
12750                 "uid": "${DS_PROMETHEUS}"
12751               },
12752               "expr": "irate(node_schedstat_waiting_seconds_total{instance=\"$node\",job=\"$job\"}[$__rate_interval])",
12753               "format": "time_series",
12754               "interval": "",
12755               "intervalFactor": 1,
12756               "legendFormat": "CPU {{ cpu }} - seconds spent by processing waiting for this CPU",
12757               "refId": "B",
12758               "step": 240
12759             }
12760           ],
12761           "title": "Process schedule stats Running / Waiting",
12762           "type": "timeseries"
12763         },
12764         {
12765           "datasource": {
12766             "type": "prometheus",
12767             "uid": "${DS_PROMETHEUS}"
12768           },
12769           "fieldConfig": {
12770             "defaults": {
12771               "color": {
12772                 "mode": "palette-classic"
12773               },
12774               "custom": {
12775                 "axisCenteredZero": false,
12776                 "axisColorMode": "text",
12777                 "axisLabel": "counter",
12778                 "axisPlacement": "auto",
12779                 "barAlignment": 0,
12780                 "drawStyle": "line",
12781                 "fillOpacity": 20,
12782                 "gradientMode": "none",
12783                 "hideFrom": {
12784                   "legend": false,
12785                   "tooltip": false,
12786                   "viz": false
12787                 },
12788                 "lineInterpolation": "linear",
12789                 "lineWidth": 1,
12790                 "pointSize": 5,
12791                 "scaleDistribution": {
12792                   "type": "linear"
12793                 },
12794                 "showPoints": "never",
12795                 "spanNulls": false,
12796                 "stacking": {
12797                   "group": "A",
12798                   "mode": "none"
12799                 },
12800                 "thresholdsStyle": {
12801                   "mode": "off"
12802                 }
12803               },
12804               "links": [],
12805               "mappings": [],
12806               "min": 0,
12807               "thresholds": {
12808                 "mode": "absolute",
12809                 "steps": [
12810                   {
12811                     "color": "green"
12812                   },
12813                   {
12814                     "color": "red",
12815                     "value": 80
12816                   }
12817                 ]
12818               },
12819               "unit": "short"
12820             },
12821             "overrides": [
12822               {
12823                 "matcher": {
12824                   "id": "byName",
12825                   "options": "Threads limit"
12826                 },
12827                 "properties": [
12828                   {
12829                     "id": "color",
12830                     "value": {
12831                       "fixedColor": "#F2495C",
12832                       "mode": "fixed"
12833                     }
12834                   },
12835                   {
12836                     "id": "custom.fillOpacity",
12837                     "value": 0
12838                   }
12839                 ]
12840               }
12841             ]
12842           },
12843           "gridPos": {
12844             "h": 10,
12845             "w": 12,
12846             "x": 12,
12847             "y": 57
12848           },
12849           "id": 314,
12850           "links": [],
12851           "options": {
12852             "legend": {
12853               "calcs": [
12854                 "mean",
12855                 "lastNotNull",
12856                 "max",
12857                 "min"
12858               ],
12859               "displayMode": "table",
12860               "placement": "bottom",
12861               "showLegend": true
12862             },
12863             "tooltip": {
12864               "mode": "multi",
12865               "sort": "none"
12866             }
12867           },
12868           "pluginVersion": "9.2.0",
12869           "targets": [
12870             {
12871               "datasource": {
12872                 "type": "prometheus",
12873                 "uid": "${DS_PROMETHEUS}"
12874               },
12875               "expr": "node_processes_threads{instance=\"$node\",job=\"$job\"}",
12876               "format": "time_series",
12877               "interval": "",
12878               "intervalFactor": 1,
12879               "legendFormat": "Allocated threads",
12880               "refId": "A",
12881               "step": 240
12882             },
12883             {
12884               "datasource": {
12885                 "type": "prometheus",
12886                 "uid": "${DS_PROMETHEUS}"
12887               },
12888               "expr": "node_processes_max_threads{instance=\"$node\",job=\"$job\"}",
12889               "format": "time_series",
12890               "interval": "",
12891               "intervalFactor": 1,
12892               "legendFormat": "Threads limit",
12893               "refId": "B",
12894               "step": 240
12895             }
12896           ],
12897           "title": "Threads Number and Limit",
12898           "type": "timeseries"
12899         }
12900       ],
12901       "targets": [
12902         {
12903           "datasource": {
12904             "type": "prometheus",
12905             "uid": "${DS_PROMETHEUS}"
12906           },
12907           "refId": "A"
12908         }
12909       ],
12910       "title": "System Processes",
12911       "type": "row"
12912     },
12913     {
12914       "collapsed": true,
12915       "datasource": {
12916         "type": "prometheus",
12917         "uid": "${DS_PROMETHEUS}"
12918       },
12919       "gridPos": {
12920         "h": 1,
12921         "w": 24,
12922         "x": 0,
12923         "y": 25
12924       },
12925       "id": 269,
12926       "panels": [
12927         {
12928           "datasource": {
12929             "type": "prometheus",
12930             "uid": "${DS_PROMETHEUS}"
12931           },
12932           "fieldConfig": {
12933             "defaults": {
12934               "color": {
12935                 "mode": "palette-classic"
12936               },
12937               "custom": {
12938                 "axisCenteredZero": false,
12939                 "axisColorMode": "text",
12940                 "axisLabel": "counter",
12941                 "axisPlacement": "auto",
12942                 "barAlignment": 0,
12943                 "drawStyle": "line",
12944                 "fillOpacity": 20,
12945                 "gradientMode": "none",
12946                 "hideFrom": {
12947                   "legend": false,
12948                   "tooltip": false,
12949                   "viz": false
12950                 },
12951                 "lineInterpolation": "linear",
12952                 "lineWidth": 1,
12953                 "pointSize": 5,
12954                 "scaleDistribution": {
12955                   "type": "linear"
12956                 },
12957                 "showPoints": "never",
12958                 "spanNulls": false,
12959                 "stacking": {
12960                   "group": "A",
12961                   "mode": "none"
12962                 },
12963                 "thresholdsStyle": {
12964                   "mode": "off"
12965                 }
12966               },
12967               "links": [],
12968               "mappings": [],
12969               "min": 0,
12970               "thresholds": {
12971                 "mode": "absolute",
12972                 "steps": [
12973                   {
12974                     "color": "green"
12975                   },
12976                   {
12977                     "color": "red",
12978                     "value": 80
12979                   }
12980                 ]
12981               },
12982               "unit": "short"
12983             },
12984             "overrides": []
12985           },
12986           "gridPos": {
12987             "h": 10,
12988             "w": 12,
12989             "x": 0,
12990             "y": 42
12991           },
12992           "id": 8,
12993           "links": [],
12994           "options": {
12995             "legend": {
12996               "calcs": [
12997                 "mean",
12998                 "lastNotNull",
12999                 "max",
13000                 "min"
13001               ],
13002               "displayMode": "table",
13003               "placement": "bottom",
13004               "showLegend": true
13005             },
13006             "tooltip": {
13007               "mode": "multi",
13008               "sort": "none"
13009             }
13010           },
13011           "pluginVersion": "9.2.0",
13012           "targets": [
13013             {
13014               "datasource": {
13015                 "type": "prometheus",
13016                 "uid": "${DS_PROMETHEUS}"
13017               },
13018               "expr": "irate(node_context_switches_total{instance=\"$node\",job=\"$job\"}[$__rate_interval])",
13019               "format": "time_series",
13020               "intervalFactor": 1,
13021               "legendFormat": "Context switches",
13022               "refId": "A",
13023               "step": 240
13024             },
13025             {
13026               "datasource": {
13027                 "type": "prometheus",
13028                 "uid": "${DS_PROMETHEUS}"
13029               },
13030               "expr": "irate(node_intr_total{instance=\"$node\",job=\"$job\"}[$__rate_interval])",
13031               "format": "time_series",
13032               "hide": false,
13033               "intervalFactor": 1,
13034               "legendFormat": "Interrupts",
13035               "refId": "B",
13036               "step": 240
13037             }
13038           ],
13039           "title": "Context Switches / Interrupts",
13040           "type": "timeseries"
13041         },
13042         {
13043           "datasource": {
13044             "type": "prometheus",
13045             "uid": "${DS_PROMETHEUS}"
13046           },
13047           "fieldConfig": {
13048             "defaults": {
13049               "color": {
13050                 "mode": "palette-classic"
13051               },
13052               "custom": {
13053                 "axisCenteredZero": false,
13054                 "axisColorMode": "text",
13055                 "axisLabel": "counter",
13056                 "axisPlacement": "auto",
13057                 "barAlignment": 0,
13058                 "drawStyle": "line",
13059                 "fillOpacity": 20,
13060                 "gradientMode": "none",
13061                 "hideFrom": {
13062                   "legend": false,
13063                   "tooltip": false,
13064                   "viz": false
13065                 },
13066                 "lineInterpolation": "linear",
13067                 "lineWidth": 1,
13068                 "pointSize": 5,
13069                 "scaleDistribution": {
13070                   "type": "linear"
13071                 },
13072                 "showPoints": "never",
13073                 "spanNulls": false,
13074                 "stacking": {
13075                   "group": "A",
13076                   "mode": "none"
13077                 },
13078                 "thresholdsStyle": {
13079                   "mode": "off"
13080                 }
13081               },
13082               "links": [],
13083               "mappings": [],
13084               "min": 0,
13085               "thresholds": {
13086                 "mode": "absolute",
13087                 "steps": [
13088                   {
13089                     "color": "green"
13090                   },
13091                   {
13092                     "color": "red",
13093                     "value": 80
13094                   }
13095                 ]
13096               },
13097               "unit": "short"
13098             },
13099             "overrides": []
13100           },
13101           "gridPos": {
13102             "h": 10,
13103             "w": 12,
13104             "x": 12,
13105             "y": 42
13106           },
13107           "id": 7,
13108           "links": [],
13109           "options": {
13110             "legend": {
13111               "calcs": [
13112                 "mean",
13113                 "lastNotNull",
13114                 "max",
13115                 "min"
13116               ],
13117               "displayMode": "table",
13118               "placement": "bottom",
13119               "showLegend": true
13120             },
13121             "tooltip": {
13122               "mode": "multi",
13123               "sort": "none"
13124             }
13125           },
13126           "pluginVersion": "9.2.0",
13127           "targets": [
13128             {
13129               "datasource": {
13130                 "type": "prometheus",
13131                 "uid": "${DS_PROMETHEUS}"
13132               },
13133               "expr": "node_load1{instance=\"$node\",job=\"$job\"}",
13134               "format": "time_series",
13135               "intervalFactor": 4,
13136               "legendFormat": "Load 1m",
13137               "refId": "A",
13138               "step": 240
13139             },
13140             {
13141               "datasource": {
13142                 "type": "prometheus",
13143                 "uid": "${DS_PROMETHEUS}"
13144               },
13145               "expr": "node_load5{instance=\"$node\",job=\"$job\"}",
13146               "format": "time_series",
13147               "intervalFactor": 4,
13148               "legendFormat": "Load 5m",
13149               "refId": "B",
13150               "step": 240
13151             },
13152             {
13153               "datasource": {
13154                 "type": "prometheus",
13155                 "uid": "${DS_PROMETHEUS}"
13156               },
13157               "expr": "node_load15{instance=\"$node\",job=\"$job\"}",
13158               "format": "time_series",
13159               "intervalFactor": 4,
13160               "legendFormat": "Load 15m",
13161               "refId": "C",
13162               "step": 240
13163             }
13164           ],
13165           "title": "System Load",
13166           "type": "timeseries"
13167         },
13168         {
13169           "datasource": {
13170             "type": "prometheus",
13171             "uid": "${DS_PROMETHEUS}"
13172           },
13173           "fieldConfig": {
13174             "defaults": {
13175               "color": {
13176                 "mode": "palette-classic"
13177               },
13178               "custom": {
13179                 "axisCenteredZero": false,
13180                 "axisColorMode": "text",
13181                 "axisLabel": "counter",
13182                 "axisPlacement": "auto",
13183                 "barAlignment": 0,
13184                 "drawStyle": "line",
13185                 "fillOpacity": 20,
13186                 "gradientMode": "none",
13187                 "hideFrom": {
13188                   "legend": false,
13189                   "tooltip": false,
13190                   "viz": false
13191                 },
13192                 "lineInterpolation": "linear",
13193                 "lineWidth": 1,
13194                 "pointSize": 5,
13195                 "scaleDistribution": {
13196                   "type": "linear"
13197                 },
13198                 "showPoints": "never",
13199                 "spanNulls": false,
13200                 "stacking": {
13201                   "group": "A",
13202                   "mode": "none"
13203                 },
13204                 "thresholdsStyle": {
13205                   "mode": "off"
13206                 }
13207               },
13208               "links": [],
13209               "mappings": [],
13210               "min": 0,
13211               "thresholds": {
13212                 "mode": "absolute",
13213                 "steps": [
13214                   {
13215                     "color": "green"
13216                   },
13217                   {
13218                     "color": "red",
13219                     "value": 80
13220                   }
13221                 ]
13222               },
13223               "unit": "short"
13224             },
13225             "overrides": [
13226               {
13227                 "matcher": {
13228                   "id": "byRegexp",
13229                   "options": "/.*Critical*./"
13230                 },
13231                 "properties": [
13232                   {
13233                     "id": "color",
13234                     "value": {
13235                       "fixedColor": "#E24D42",
13236                       "mode": "fixed"
13237                     }
13238                   },
13239                   {
13240                     "id": "custom.fillOpacity",
13241                     "value": 0
13242                   }
13243                 ]
13244               },
13245               {
13246                 "matcher": {
13247                   "id": "byRegexp",
13248                   "options": "/.*Max*./"
13249                 },
13250                 "properties": [
13251                   {
13252                     "id": "color",
13253                     "value": {
13254                       "fixedColor": "#EF843C",
13255                       "mode": "fixed"
13256                     }
13257                   },
13258                   {
13259                     "id": "custom.fillOpacity",
13260                     "value": 0
13261                   }
13262                 ]
13263               }
13264             ]
13265           },
13266           "gridPos": {
13267             "h": 10,
13268             "w": 12,
13269             "x": 0,
13270             "y": 52
13271           },
13272           "id": 259,
13273           "links": [],
13274           "options": {
13275             "legend": {
13276               "calcs": [
13277                 "mean",
13278                 "lastNotNull",
13279                 "max",
13280                 "min"
13281               ],
13282               "displayMode": "table",
13283               "placement": "bottom",
13284               "showLegend": true
13285             },
13286             "tooltip": {
13287               "mode": "multi",
13288               "sort": "none"
13289             }
13290           },
13291           "pluginVersion": "9.2.0",
13292           "targets": [
13293             {
13294               "datasource": {
13295                 "type": "prometheus",
13296                 "uid": "${DS_PROMETHEUS}"
13297               },
13298               "expr": "irate(node_interrupts_total{instance=\"$node\",job=\"$job\"}[$__rate_interval])",
13299               "format": "time_series",
13300               "interval": "",
13301               "intervalFactor": 1,
13302               "legendFormat": "{{ type }} - {{ info }}",
13303               "refId": "A",
13304               "step": 240
13305             }
13306           ],
13307           "title": "Interrupts Detail",
13308           "type": "timeseries"
13309         },
13310         {
13311           "datasource": {
13312             "type": "prometheus",
13313             "uid": "${DS_PROMETHEUS}"
13314           },
13315           "fieldConfig": {
13316             "defaults": {
13317               "color": {
13318                 "mode": "palette-classic"
13319               },
13320               "custom": {
13321                 "axisCenteredZero": false,
13322                 "axisColorMode": "text",
13323                 "axisLabel": "counter",
13324                 "axisPlacement": "auto",
13325                 "barAlignment": 0,
13326                 "drawStyle": "line",
13327                 "fillOpacity": 20,
13328                 "gradientMode": "none",
13329                 "hideFrom": {
13330                   "legend": false,
13331                   "tooltip": false,
13332                   "viz": false
13333                 },
13334                 "lineInterpolation": "linear",
13335                 "lineWidth": 1,
13336                 "pointSize": 5,
13337                 "scaleDistribution": {
13338                   "type": "linear"
13339                 },
13340                 "showPoints": "never",
13341                 "spanNulls": false,
13342                 "stacking": {
13343                   "group": "A",
13344                   "mode": "none"
13345                 },
13346                 "thresholdsStyle": {
13347                   "mode": "off"
13348                 }
13349               },
13350               "links": [],
13351               "mappings": [],
13352               "thresholds": {
13353                 "mode": "absolute",
13354                 "steps": [
13355                   {
13356                     "color": "green"
13357                   },
13358                   {
13359                     "color": "red",
13360                     "value": 80
13361                   }
13362                 ]
13363               },
13364               "unit": "short"
13365             },
13366             "overrides": []
13367           },
13368           "gridPos": {
13369             "h": 10,
13370             "w": 12,
13371             "x": 12,
13372             "y": 52
13373           },
13374           "id": 306,
13375           "links": [],
13376           "options": {
13377             "legend": {
13378               "calcs": [
13379                 "mean",
13380                 "lastNotNull",
13381                 "max",
13382                 "min"
13383               ],
13384               "displayMode": "table",
13385               "placement": "bottom",
13386               "showLegend": true
13387             },
13388             "tooltip": {
13389               "mode": "multi",
13390               "sort": "none"
13391             }
13392           },
13393           "pluginVersion": "9.2.0",
13394           "targets": [
13395             {
13396               "datasource": {
13397                 "type": "prometheus",
13398                 "uid": "${DS_PROMETHEUS}"
13399               },
13400               "expr": "irate(node_schedstat_timeslices_total{instance=\"$node\",job=\"$job\"}[$__rate_interval])",
13401               "format": "time_series",
13402               "interval": "",
13403               "intervalFactor": 1,
13404               "legendFormat": "CPU {{ cpu }}",
13405               "refId": "A",
13406               "step": 240
13407             }
13408           ],
13409           "title": "Schedule timeslices executed by each cpu",
13410           "type": "timeseries"
13411         },
13412         {
13413           "datasource": {
13414             "type": "prometheus",
13415             "uid": "${DS_PROMETHEUS}"
13416           },
13417           "fieldConfig": {
13418             "defaults": {
13419               "color": {
13420                 "mode": "palette-classic"
13421               },
13422               "custom": {
13423                 "axisCenteredZero": false,
13424                 "axisColorMode": "text",
13425                 "axisLabel": "counter",
13426                 "axisPlacement": "auto",
13427                 "barAlignment": 0,
13428                 "drawStyle": "line",
13429                 "fillOpacity": 20,
13430                 "gradientMode": "none",
13431                 "hideFrom": {
13432                   "legend": false,
13433                   "tooltip": false,
13434                   "viz": false
13435                 },
13436                 "lineInterpolation": "linear",
13437                 "lineWidth": 1,
13438                 "pointSize": 5,
13439                 "scaleDistribution": {
13440                   "type": "linear"
13441                 },
13442                 "showPoints": "never",
13443                 "spanNulls": false,
13444                 "stacking": {
13445                   "group": "A",
13446                   "mode": "none"
13447                 },
13448                 "thresholdsStyle": {
13449                   "mode": "off"
13450                 }
13451               },
13452               "links": [],
13453               "mappings": [],
13454               "min": 0,
13455               "thresholds": {
13456                 "mode": "absolute",
13457                 "steps": [
13458                   {
13459                     "color": "green"
13460                   },
13461                   {
13462                     "color": "red",
13463                     "value": 80
13464                   }
13465                 ]
13466               },
13467               "unit": "short"
13468             },
13469             "overrides": []
13470           },
13471           "gridPos": {
13472             "h": 10,
13473             "w": 12,
13474             "x": 0,
13475             "y": 62
13476           },
13477           "id": 151,
13478           "links": [],
13479           "options": {
13480             "legend": {
13481               "calcs": [
13482                 "mean",
13483                 "lastNotNull",
13484                 "max",
13485                 "min"
13486               ],
13487               "displayMode": "table",
13488               "placement": "bottom",
13489               "showLegend": true
13490             },
13491             "tooltip": {
13492               "mode": "multi",
13493               "sort": "none"
13494             }
13495           },
13496           "pluginVersion": "9.2.0",
13497           "targets": [
13498             {
13499               "datasource": {
13500                 "type": "prometheus",
13501                 "uid": "${DS_PROMETHEUS}"
13502               },
13503               "expr": "node_entropy_available_bits{instance=\"$node\",job=\"$job\"}",
13504               "format": "time_series",
13505               "intervalFactor": 1,
13506               "legendFormat": "Entropy available to random number generators",
13507               "refId": "A",
13508               "step": 240
13509             }
13510           ],
13511           "title": "Entropy",
13512           "type": "timeseries"
13513         },
13514         {
13515           "datasource": {
13516             "type": "prometheus",
13517             "uid": "${DS_PROMETHEUS}"
13518           },
13519           "fieldConfig": {
13520             "defaults": {
13521               "color": {
13522                 "mode": "palette-classic"
13523               },
13524               "custom": {
13525                 "axisCenteredZero": false,
13526                 "axisColorMode": "text",
13527                 "axisLabel": "seconds",
13528                 "axisPlacement": "auto",
13529                 "barAlignment": 0,
13530                 "drawStyle": "line",
13531                 "fillOpacity": 20,
13532                 "gradientMode": "none",
13533                 "hideFrom": {
13534                   "legend": false,
13535                   "tooltip": false,
13536                   "viz": false
13537                 },
13538                 "lineInterpolation": "linear",
13539                 "lineWidth": 1,
13540                 "pointSize": 5,
13541                 "scaleDistribution": {
13542                   "type": "linear"
13543                 },
13544                 "showPoints": "never",
13545                 "spanNulls": false,
13546                 "stacking": {
13547                   "group": "A",
13548                   "mode": "none"
13549                 },
13550                 "thresholdsStyle": {
13551                   "mode": "off"
13552                 }
13553               },
13554               "links": [],
13555               "mappings": [],
13556               "thresholds": {
13557                 "mode": "absolute",
13558                 "steps": [
13559                   {
13560                     "color": "green"
13561                   },
13562                   {
13563                     "color": "red",
13564                     "value": 80
13565                   }
13566                 ]
13567               },
13568               "unit": "s"
13569             },
13570             "overrides": []
13571           },
13572           "gridPos": {
13573             "h": 10,
13574             "w": 12,
13575             "x": 12,
13576             "y": 62
13577           },
13578           "id": 308,
13579           "links": [],
13580           "options": {
13581             "legend": {
13582               "calcs": [
13583                 "mean",
13584                 "lastNotNull",
13585                 "max",
13586                 "min"
13587               ],
13588               "displayMode": "table",
13589               "placement": "bottom",
13590               "showLegend": true
13591             },
13592             "tooltip": {
13593               "mode": "multi",
13594               "sort": "none"
13595             }
13596           },
13597           "pluginVersion": "9.2.0",
13598           "targets": [
13599             {
13600               "datasource": {
13601                 "type": "prometheus",
13602                 "uid": "${DS_PROMETHEUS}"
13603               },
13604               "expr": "irate(process_cpu_seconds_total{instance=\"$node\",job=\"$job\"}[$__rate_interval])",
13605               "format": "time_series",
13606               "interval": "",
13607               "intervalFactor": 1,
13608               "legendFormat": "Time spent",
13609               "refId": "A",
13610               "step": 240
13611             }
13612           ],
13613           "title": "CPU time spent in user and system contexts",
13614           "type": "timeseries"
13615         },
13616         {
13617           "datasource": {
13618             "type": "prometheus",
13619             "uid": "${DS_PROMETHEUS}"
13620           },
13621           "fieldConfig": {
13622             "defaults": {
13623               "color": {
13624                 "mode": "palette-classic"
13625               },
13626               "custom": {
13627                 "axisCenteredZero": false,
13628                 "axisColorMode": "text",
13629                 "axisLabel": "counter",
13630                 "axisPlacement": "auto",
13631                 "barAlignment": 0,
13632                 "drawStyle": "line",
13633                 "fillOpacity": 20,
13634                 "gradientMode": "none",
13635                 "hideFrom": {
13636                   "legend": false,
13637                   "tooltip": false,
13638                   "viz": false
13639                 },
13640                 "lineInterpolation": "linear",
13641                 "lineWidth": 1,
13642                 "pointSize": 5,
13643                 "scaleDistribution": {
13644                   "type": "linear"
13645                 },
13646                 "showPoints": "never",
13647                 "spanNulls": false,
13648                 "stacking": {
13649                   "group": "A",
13650                   "mode": "none"
13651                 },
13652                 "thresholdsStyle": {
13653                   "mode": "off"
13654                 }
13655               },
13656               "links": [],
13657               "mappings": [],
13658               "min": 0,
13659               "thresholds": {
13660                 "mode": "absolute",
13661                 "steps": [
13662                   {
13663                     "color": "green"
13664                   },
13665                   {
13666                     "color": "red",
13667                     "value": 80
13668                   }
13669                 ]
13670               },
13671               "unit": "short"
13672             },
13673             "overrides": [
13674               {
13675                 "matcher": {
13676                   "id": "byRegexp",
13677                   "options": "/.*Max*./"
13678                 },
13679                 "properties": [
13680                   {
13681                     "id": "color",
13682                     "value": {
13683                       "fixedColor": "#890F02",
13684                       "mode": "fixed"
13685                     }
13686                   },
13687                   {
13688                     "id": "custom.fillOpacity",
13689                     "value": 0
13690                   }
13691                 ]
13692               }
13693             ]
13694           },
13695           "gridPos": {
13696             "h": 10,
13697             "w": 12,
13698             "x": 0,
13699             "y": 72
13700           },
13701           "id": 64,
13702           "links": [],
13703           "options": {
13704             "legend": {
13705               "calcs": [
13706                 "mean",
13707                 "lastNotNull",
13708                 "max",
13709                 "min"
13710               ],
13711               "displayMode": "table",
13712               "placement": "bottom",
13713               "showLegend": true
13714             },
13715             "tooltip": {
13716               "mode": "multi",
13717               "sort": "none"
13718             }
13719           },
13720           "pluginVersion": "9.2.0",
13721           "targets": [
13722             {
13723               "datasource": {
13724                 "type": "prometheus",
13725                 "uid": "${DS_PROMETHEUS}"
13726               },
13727               "expr": "process_max_fds{instance=\"$node\",job=\"$job\"}",
13728               "interval": "",
13729               "intervalFactor": 1,
13730               "legendFormat": "Maximum open file descriptors",
13731               "refId": "A",
13732               "step": 240
13733             },
13734             {
13735               "datasource": {
13736                 "type": "prometheus",
13737                 "uid": "${DS_PROMETHEUS}"
13738               },
13739               "expr": "process_open_fds{instance=\"$node\",job=\"$job\"}",
13740               "interval": "",
13741               "intervalFactor": 1,
13742               "legendFormat": "Open file descriptors",
13743               "refId": "B",
13744               "step": 240
13745             }
13746           ],
13747           "title": "File Descriptors",
13748           "type": "timeseries"
13749         }
13750       ],
13751       "targets": [
13752         {
13753           "datasource": {
13754             "type": "prometheus",
13755             "uid": "${DS_PROMETHEUS}"
13756           },
13757           "refId": "A"
13758         }
13759       ],
13760       "title": "System Misc",
13761       "type": "row"
13762     },
13763     {
13764       "collapsed": true,
13765       "datasource": {
13766         "type": "prometheus",
13767         "uid": "${DS_PROMETHEUS}"
13768       },
13769       "gridPos": {
13770         "h": 1,
13771         "w": 24,
13772         "x": 0,
13773         "y": 26
13774       },
13775       "id": 304,
13776       "panels": [
13777         {
13778           "datasource": {
13779             "type": "prometheus",
13780             "uid": "${DS_PROMETHEUS}"
13781           },
13782           "fieldConfig": {
13783             "defaults": {
13784               "color": {
13785                 "mode": "palette-classic"
13786               },
13787               "custom": {
13788                 "axisCenteredZero": false,
13789                 "axisColorMode": "text",
13790                 "axisLabel": "temperature",
13791                 "axisPlacement": "auto",
13792                 "barAlignment": 0,
13793                 "drawStyle": "line",
13794                 "fillOpacity": 20,
13795                 "gradientMode": "none",
13796                 "hideFrom": {
13797                   "legend": false,
13798                   "tooltip": false,
13799                   "viz": false
13800                 },
13801                 "lineInterpolation": "linear",
13802                 "lineWidth": 1,
13803                 "pointSize": 5,
13804                 "scaleDistribution": {
13805                   "type": "linear"
13806                 },
13807                 "showPoints": "never",
13808                 "spanNulls": false,
13809                 "stacking": {
13810                   "group": "A",
13811                   "mode": "none"
13812                 },
13813                 "thresholdsStyle": {
13814                   "mode": "off"
13815                 }
13816               },
13817               "links": [],
13818               "mappings": [],
13819               "min": 0,
13820               "thresholds": {
13821                 "mode": "absolute",
13822                 "steps": [
13823                   {
13824                     "color": "green"
13825                   },
13826                   {
13827                     "color": "red",
13828                     "value": 80
13829                   }
13830                 ]
13831               },
13832               "unit": "celsius"
13833             },
13834             "overrides": [
13835               {
13836                 "matcher": {
13837                   "id": "byRegexp",
13838                   "options": "/.*Critical*./"
13839                 },
13840                 "properties": [
13841                   {
13842                     "id": "color",
13843                     "value": {
13844                       "fixedColor": "#E24D42",
13845                       "mode": "fixed"
13846                     }
13847                   },
13848                   {
13849                     "id": "custom.fillOpacity",
13850                     "value": 0
13851                   }
13852                 ]
13853               },
13854               {
13855                 "matcher": {
13856                   "id": "byRegexp",
13857                   "options": "/.*Max*./"
13858                 },
13859                 "properties": [
13860                   {
13861                     "id": "color",
13862                     "value": {
13863                       "fixedColor": "#EF843C",
13864                       "mode": "fixed"
13865                     }
13866                   },
13867                   {
13868                     "id": "custom.fillOpacity",
13869                     "value": 0
13870                   }
13871                 ]
13872               }
13873             ]
13874           },
13875           "gridPos": {
13876             "h": 10,
13877             "w": 12,
13878             "x": 0,
13879             "y": 43
13880           },
13881           "id": 158,
13882           "links": [],
13883           "options": {
13884             "legend": {
13885               "calcs": [
13886                 "mean",
13887                 "lastNotNull",
13888                 "max",
13889                 "min"
13890               ],
13891               "displayMode": "table",
13892               "placement": "bottom",
13893               "showLegend": true
13894             },
13895             "tooltip": {
13896               "mode": "multi",
13897               "sort": "none"
13898             }
13899           },
13900           "pluginVersion": "9.2.0",
13901           "targets": [
13902             {
13903               "datasource": {
13904                 "type": "prometheus",
13905                 "uid": "${DS_PROMETHEUS}"
13906               },
13907               "expr": "node_hwmon_temp_celsius{instance=\"$node\",job=\"$job\"}",
13908               "format": "time_series",
13909               "interval": "",
13910               "intervalFactor": 1,
13911               "legendFormat": "{{ chip }} {{ sensor }} temp",
13912               "refId": "A",
13913               "step": 240
13914             },
13915             {
13916               "datasource": {
13917                 "type": "prometheus",
13918                 "uid": "${DS_PROMETHEUS}"
13919               },
13920               "expr": "node_hwmon_temp_crit_alarm_celsius{instance=\"$node\",job=\"$job\"}",
13921               "format": "time_series",
13922               "hide": true,
13923               "interval": "",
13924               "intervalFactor": 1,
13925               "legendFormat": "{{ chip }} {{ sensor }} Critical Alarm",
13926               "refId": "B",
13927               "step": 240
13928             },
13929             {
13930               "datasource": {
13931                 "type": "prometheus",
13932                 "uid": "${DS_PROMETHEUS}"
13933               },
13934               "expr": "node_hwmon_temp_crit_celsius{instance=\"$node\",job=\"$job\"}",
13935               "format": "time_series",
13936               "interval": "",
13937               "intervalFactor": 1,
13938               "legendFormat": "{{ chip }} {{ sensor }} Critical",
13939               "refId": "C",
13940               "step": 240
13941             },
13942             {
13943               "datasource": {
13944                 "type": "prometheus",
13945                 "uid": "${DS_PROMETHEUS}"
13946               },
13947               "expr": "node_hwmon_temp_crit_hyst_celsius{instance=\"$node\",job=\"$job\"}",
13948               "format": "time_series",
13949               "hide": true,
13950               "interval": "",
13951               "intervalFactor": 1,
13952               "legendFormat": "{{ chip }} {{ sensor }} Critical Historical",
13953               "refId": "D",
13954               "step": 240
13955             },
13956             {
13957               "datasource": {
13958                 "type": "prometheus",
13959                 "uid": "${DS_PROMETHEUS}"
13960               },
13961               "expr": "node_hwmon_temp_max_celsius{instance=\"$node\",job=\"$job\"}",
13962               "format": "time_series",
13963               "hide": true,
13964               "interval": "",
13965               "intervalFactor": 1,
13966               "legendFormat": "{{ chip }} {{ sensor }} Max",
13967               "refId": "E",
13968               "step": 240
13969             }
13970           ],
13971           "title": "Hardware temperature monitor",
13972           "type": "timeseries"
13973         },
13974         {
13975           "datasource": {
13976             "type": "prometheus",
13977             "uid": "${DS_PROMETHEUS}"
13978           },
13979           "fieldConfig": {
13980             "defaults": {
13981               "color": {
13982                 "mode": "palette-classic"
13983               },
13984               "custom": {
13985                 "axisCenteredZero": false,
13986                 "axisColorMode": "text",
13987                 "axisLabel": "counter",
13988                 "axisPlacement": "auto",
13989                 "barAlignment": 0,
13990                 "drawStyle": "line",
13991                 "fillOpacity": 20,
13992                 "gradientMode": "none",
13993                 "hideFrom": {
13994                   "legend": false,
13995                   "tooltip": false,
13996                   "viz": false
13997                 },
13998                 "lineInterpolation": "linear",
13999                 "lineWidth": 1,
14000                 "pointSize": 5,
14001                 "scaleDistribution": {
14002                   "type": "linear"
14003                 },
14004                 "showPoints": "never",
14005                 "spanNulls": false,
14006                 "stacking": {
14007                   "group": "A",
14008                   "mode": "none"
14009                 },
14010                 "thresholdsStyle": {
14011                   "mode": "off"
14012                 }
14013               },
14014               "links": [],
14015               "mappings": [],
14016               "thresholds": {
14017                 "mode": "absolute",
14018                 "steps": [
14019                   {
14020                     "color": "green"
14021                   },
14022                   {
14023                     "color": "red",
14024                     "value": 80
14025                   }
14026                 ]
14027               },
14028               "unit": "short"
14029             },
14030             "overrides": [
14031               {
14032                 "matcher": {
14033                   "id": "byRegexp",
14034                   "options": "/.*Max*./"
14035                 },
14036                 "properties": [
14037                   {
14038                     "id": "color",
14039                     "value": {
14040                       "fixedColor": "#EF843C",
14041                       "mode": "fixed"
14042                     }
14043                   },
14044                   {
14045                     "id": "custom.fillOpacity",
14046                     "value": 0
14047                   }
14048                 ]
14049               }
14050             ]
14051           },
14052           "gridPos": {
14053             "h": 10,
14054             "w": 12,
14055             "x": 12,
14056             "y": 43
14057           },
14058           "id": 300,
14059           "links": [],
14060           "options": {
14061             "legend": {
14062               "calcs": [
14063                 "mean",
14064                 "lastNotNull",
14065                 "max",
14066                 "min"
14067               ],
14068               "displayMode": "table",
14069               "placement": "bottom",
14070               "showLegend": true
14071             },
14072             "tooltip": {
14073               "mode": "multi",
14074               "sort": "none"
14075             }
14076           },
14077           "pluginVersion": "9.2.0",
14078           "targets": [
14079             {
14080               "datasource": {
14081                 "type": "prometheus",
14082                 "uid": "${DS_PROMETHEUS}"
14083               },
14084               "expr": "node_cooling_device_cur_state{instance=\"$node\",job=\"$job\"}",
14085               "format": "time_series",
14086               "hide": false,
14087               "interval": "",
14088               "intervalFactor": 1,
14089               "legendFormat": "Current {{ name }} in {{ type }}",
14090               "refId": "A",
14091               "step": 240
14092             },
14093             {
14094               "datasource": {
14095                 "type": "prometheus",
14096                 "uid": "${DS_PROMETHEUS}"
14097               },
14098               "expr": "node_cooling_device_max_state{instance=\"$node\",job=\"$job\"}",
14099               "format": "time_series",
14100               "interval": "",
14101               "intervalFactor": 1,
14102               "legendFormat": "Max {{ name }} in {{ type }}",
14103               "refId": "B",
14104               "step": 240
14105             }
14106           ],
14107           "title": "Throttle cooling device",
14108           "type": "timeseries"
14109         },
14110         {
14111           "datasource": {
14112             "type": "prometheus",
14113             "uid": "${DS_PROMETHEUS}"
14114           },
14115           "fieldConfig": {
14116             "defaults": {
14117               "color": {
14118                 "mode": "palette-classic"
14119               },
14120               "custom": {
14121                 "axisCenteredZero": false,
14122                 "axisColorMode": "text",
14123                 "axisLabel": "counter",
14124                 "axisPlacement": "auto",
14125                 "barAlignment": 0,
14126                 "drawStyle": "line",
14127                 "fillOpacity": 20,
14128                 "gradientMode": "none",
14129                 "hideFrom": {
14130                   "legend": false,
14131                   "tooltip": false,
14132                   "viz": false
14133                 },
14134                 "lineInterpolation": "linear",
14135                 "lineWidth": 1,
14136                 "pointSize": 5,
14137                 "scaleDistribution": {
14138                   "type": "linear"
14139                 },
14140                 "showPoints": "never",
14141                 "spanNulls": false,
14142                 "stacking": {
14143                   "group": "A",
14144                   "mode": "none"
14145                 },
14146                 "thresholdsStyle": {
14147                   "mode": "off"
14148                 }
14149               },
14150               "links": [],
14151               "mappings": [],
14152               "thresholds": {
14153                 "mode": "absolute",
14154                 "steps": [
14155                   {
14156                     "color": "green"
14157                   },
14158                   {
14159                     "color": "red",
14160                     "value": 80
14161                   }
14162                 ]
14163               },
14164               "unit": "short"
14165             },
14166             "overrides": []
14167           },
14168           "gridPos": {
14169             "h": 10,
14170             "w": 12,
14171             "x": 0,
14172             "y": 53
14173           },
14174           "id": 302,
14175           "links": [],
14176           "options": {
14177             "legend": {
14178               "calcs": [
14179                 "mean",
14180                 "lastNotNull",
14181                 "max",
14182                 "min"
14183               ],
14184               "displayMode": "table",
14185               "placement": "bottom",
14186               "showLegend": true
14187             },
14188             "tooltip": {
14189               "mode": "multi",
14190               "sort": "none"
14191             }
14192           },
14193           "pluginVersion": "9.2.0",
14194           "targets": [
14195             {
14196               "datasource": {
14197                 "type": "prometheus",
14198                 "uid": "${DS_PROMETHEUS}"
14199               },
14200               "expr": "node_power_supply_online{instance=\"$node\",job=\"$job\"}",
14201               "format": "time_series",
14202               "hide": false,
14203               "interval": "",
14204               "intervalFactor": 1,
14205               "legendFormat": "{{ power_supply }} online",
14206               "refId": "A",
14207               "step": 240
14208             }
14209           ],
14210           "title": "Power supply",
14211           "type": "timeseries"
14212         }
14213       ],
14214       "targets": [
14215         {
14216           "datasource": {
14217             "type": "prometheus",
14218             "uid": "${DS_PROMETHEUS}"
14219           },
14220           "refId": "A"
14221         }
14222       ],
14223       "title": "Hardware Misc",
14224       "type": "row"
14225     },
14226     {
14227       "collapsed": true,
14228       "datasource": {
14229         "type": "prometheus",
14230         "uid": "${DS_PROMETHEUS}"
14231       },
14232       "gridPos": {
14233         "h": 1,
14234         "w": 24,
14235         "x": 0,
14236         "y": 27
14237       },
14238       "id": 296,
14239       "panels": [
14240         {
14241           "datasource": {
14242             "type": "prometheus",
14243             "uid": "${DS_PROMETHEUS}"
14244           },
14245           "fieldConfig": {
14246             "defaults": {
14247               "color": {
14248                 "mode": "palette-classic"
14249               },
14250               "custom": {
14251                 "axisCenteredZero": false,
14252                 "axisColorMode": "text",
14253                 "axisLabel": "counter",
14254                 "axisPlacement": "auto",
14255                 "barAlignment": 0,
14256                 "drawStyle": "line",
14257                 "fillOpacity": 20,
14258                 "gradientMode": "none",
14259                 "hideFrom": {
14260                   "legend": false,
14261                   "tooltip": false,
14262                   "viz": false
14263                 },
14264                 "lineInterpolation": "linear",
14265                 "lineWidth": 1,
14266                 "pointSize": 5,
14267                 "scaleDistribution": {
14268                   "type": "linear"
14269                 },
14270                 "showPoints": "never",
14271                 "spanNulls": false,
14272                 "stacking": {
14273                   "group": "A",
14274                   "mode": "none"
14275                 },
14276                 "thresholdsStyle": {
14277                   "mode": "off"
14278                 }
14279               },
14280               "links": [],
14281               "mappings": [],
14282               "min": 0,
14283               "thresholds": {
14284                 "mode": "absolute",
14285                 "steps": [
14286                   {
14287                     "color": "green"
14288                   },
14289                   {
14290                     "color": "red",
14291                     "value": 80
14292                   }
14293                 ]
14294               },
14295               "unit": "short"
14296             },
14297             "overrides": []
14298           },
14299           "gridPos": {
14300             "h": 10,
14301             "w": 12,
14302             "x": 0,
14303             "y": 30
14304           },
14305           "id": 297,
14306           "links": [],
14307           "options": {
14308             "legend": {
14309               "calcs": [
14310                 "mean",
14311                 "lastNotNull",
14312                 "max",
14313                 "min"
14314               ],
14315               "displayMode": "table",
14316               "placement": "bottom",
14317               "showLegend": true
14318             },
14319             "tooltip": {
14320               "mode": "multi",
14321               "sort": "none"
14322             }
14323           },
14324           "pluginVersion": "9.2.0",
14325           "targets": [
14326             {
14327               "datasource": {
14328                 "type": "prometheus",
14329                 "uid": "${DS_PROMETHEUS}"
14330               },
14331               "expr": "irate(node_systemd_socket_accepted_connections_total{instance=\"$node\",job=\"$job\"}[$__rate_interval])",
14332               "format": "time_series",
14333               "interval": "",
14334               "intervalFactor": 1,
14335               "legendFormat": "{{ name }} Connections",
14336               "refId": "A",
14337               "step": 240
14338             }
14339           ],
14340           "title": "Systemd Sockets",
14341           "type": "timeseries"
14342         },
14343         {
14344           "datasource": {
14345             "type": "prometheus",
14346             "uid": "${DS_PROMETHEUS}"
14347           },
14348           "fieldConfig": {
14349             "defaults": {
14350               "color": {
14351                 "mode": "palette-classic"
14352               },
14353               "custom": {
14354                 "axisCenteredZero": false,
14355                 "axisColorMode": "text",
14356                 "axisLabel": "counter",
14357                 "axisPlacement": "auto",
14358                 "barAlignment": 0,
14359                 "drawStyle": "line",
14360                 "fillOpacity": 20,
14361                 "gradientMode": "none",
14362                 "hideFrom": {
14363                   "legend": false,
14364                   "tooltip": false,
14365                   "viz": false
14366                 },
14367                 "lineInterpolation": "linear",
14368                 "lineWidth": 1,
14369                 "pointSize": 5,
14370                 "scaleDistribution": {
14371                   "type": "linear"
14372                 },
14373                 "showPoints": "never",
14374                 "spanNulls": false,
14375                 "stacking": {
14376                   "group": "A",
14377                   "mode": "normal"
14378                 },
14379                 "thresholdsStyle": {
14380                   "mode": "off"
14381                 }
14382               },
14383               "links": [],
14384               "mappings": [],
14385               "thresholds": {
14386                 "mode": "absolute",
14387                 "steps": [
14388                   {
14389                     "color": "green"
14390                   },
14391                   {
14392                     "color": "red",
14393                     "value": 80
14394                   }
14395                 ]
14396               },
14397               "unit": "short"
14398             },
14399             "overrides": [
14400               {
14401                 "matcher": {
14402                   "id": "byName",
14403                   "options": "Failed"
14404                 },
14405                 "properties": [
14406                   {
14407                     "id": "color",
14408                     "value": {
14409                       "fixedColor": "#F2495C",
14410                       "mode": "fixed"
14411                     }
14412                   }
14413                 ]
14414               },
14415               {
14416                 "matcher": {
14417                   "id": "byName",
14418                   "options": "Inactive"
14419                 },
14420                 "properties": [
14421                   {
14422                     "id": "color",
14423                     "value": {
14424                       "fixedColor": "#FF9830",
14425                       "mode": "fixed"
14426                     }
14427                   }
14428                 ]
14429               },
14430               {
14431                 "matcher": {
14432                   "id": "byName",
14433                   "options": "Active"
14434                 },
14435                 "properties": [
14436                   {
14437                     "id": "color",
14438                     "value": {
14439                       "fixedColor": "#73BF69",
14440                       "mode": "fixed"
14441                     }
14442                   }
14443                 ]
14444               },
14445               {
14446                 "matcher": {
14447                   "id": "byName",
14448                   "options": "Deactivating"
14449                 },
14450                 "properties": [
14451                   {
14452                     "id": "color",
14453                     "value": {
14454                       "fixedColor": "#FFCB7D",
14455                       "mode": "fixed"
14456                     }
14457                   }
14458                 ]
14459               },
14460               {
14461                 "matcher": {
14462                   "id": "byName",
14463                   "options": "Activating"
14464                 },
14465                 "properties": [
14466                   {
14467                     "id": "color",
14468                     "value": {
14469                       "fixedColor": "#C8F2C2",
14470                       "mode": "fixed"
14471                     }
14472                   }
14473                 ]
14474               }
14475             ]
14476           },
14477           "gridPos": {
14478             "h": 10,
14479             "w": 12,
14480             "x": 12,
14481             "y": 30
14482           },
14483           "id": 298,
14484           "links": [],
14485           "options": {
14486             "legend": {
14487               "calcs": [
14488                 "mean",
14489                 "lastNotNull",
14490                 "max",
14491                 "min"
14492               ],
14493               "displayMode": "table",
14494               "placement": "bottom",
14495               "showLegend": true
14496             },
14497             "tooltip": {
14498               "mode": "multi",
14499               "sort": "none"
14500             }
14501           },
14502           "pluginVersion": "9.2.0",
14503           "targets": [
14504             {
14505               "datasource": {
14506                 "type": "prometheus",
14507                 "uid": "${DS_PROMETHEUS}"
14508               },
14509               "expr": "node_systemd_units{instance=\"$node\",job=\"$job\",state=\"activating\"}",
14510               "format": "time_series",
14511               "interval": "",
14512               "intervalFactor": 1,
14513               "legendFormat": "Activating",
14514               "refId": "A",
14515               "step": 240
14516             },
14517             {
14518               "datasource": {
14519                 "type": "prometheus",
14520                 "uid": "${DS_PROMETHEUS}"
14521               },
14522               "expr": "node_systemd_units{instance=\"$node\",job=\"$job\",state=\"active\"}",
14523               "format": "time_series",
14524               "interval": "",
14525               "intervalFactor": 1,
14526               "legendFormat": "Active",
14527               "refId": "B",
14528               "step": 240
14529             },
14530             {
14531               "datasource": {
14532                 "type": "prometheus",
14533                 "uid": "${DS_PROMETHEUS}"
14534               },
14535               "expr": "node_systemd_units{instance=\"$node\",job=\"$job\",state=\"deactivating\"}",
14536               "format": "time_series",
14537               "interval": "",
14538               "intervalFactor": 1,
14539               "legendFormat": "Deactivating",
14540               "refId": "C",
14541               "step": 240
14542             },
14543             {
14544               "datasource": {
14545                 "type": "prometheus",
14546                 "uid": "${DS_PROMETHEUS}"
14547               },
14548               "expr": "node_systemd_units{instance=\"$node\",job=\"$job\",state=\"failed\"}",
14549               "format": "time_series",
14550               "interval": "",
14551               "intervalFactor": 1,
14552               "legendFormat": "Failed",
14553               "refId": "D",
14554               "step": 240
14555             },
14556             {
14557               "datasource": {
14558                 "type": "prometheus",
14559                 "uid": "${DS_PROMETHEUS}"
14560               },
14561               "expr": "node_systemd_units{instance=\"$node\",job=\"$job\",state=\"inactive\"}",
14562               "format": "time_series",
14563               "interval": "",
14564               "intervalFactor": 1,
14565               "legendFormat": "Inactive",
14566               "refId": "E",
14567               "step": 240
14568             }
14569           ],
14570           "title": "Systemd Units State",
14571           "type": "timeseries"
14572         }
14573       ],
14574       "targets": [
14575         {
14576           "datasource": {
14577             "type": "prometheus",
14578             "uid": "${DS_PROMETHEUS}"
14579           },
14580           "refId": "A"
14581         }
14582       ],
14583       "title": "Systemd",
14584       "type": "row"
14585     },
14586     {
14587       "collapsed": true,
14588       "datasource": {
14589         "type": "prometheus",
14590         "uid": "${DS_PROMETHEUS}"
14591       },
14592       "gridPos": {
14593         "h": 1,
14594         "w": 24,
14595         "x": 0,
14596         "y": 28
14597       },
14598       "id": 270,
14599       "panels": [
14600         {
14601           "datasource": {
14602             "type": "prometheus",
14603             "uid": "${DS_PROMETHEUS}"
14604           },
14605           "description": "The number (after merges) of I/O requests completed per second for the device",
14606           "fieldConfig": {
14607             "defaults": {
14608               "color": {
14609                 "mode": "palette-classic"
14610               },
14611               "custom": {
14612                 "axisCenteredZero": false,
14613                 "axisColorMode": "text",
14614                 "axisLabel": "IO read (-) / write (+)",
14615                 "axisPlacement": "auto",
14616                 "barAlignment": 0,
14617                 "drawStyle": "line",
14618                 "fillOpacity": 20,
14619                 "gradientMode": "none",
14620                 "hideFrom": {
14621                   "legend": false,
14622                   "tooltip": false,
14623                   "viz": false
14624                 },
14625                 "lineInterpolation": "linear",
14626                 "lineWidth": 1,
14627                 "pointSize": 5,
14628                 "scaleDistribution": {
14629                   "type": "linear"
14630                 },
14631                 "showPoints": "never",
14632                 "spanNulls": false,
14633                 "stacking": {
14634                   "group": "A",
14635                   "mode": "none"
14636                 },
14637                 "thresholdsStyle": {
14638                   "mode": "off"
14639                 }
14640               },
14641               "links": [],
14642               "mappings": [],
14643               "thresholds": {
14644                 "mode": "absolute",
14645                 "steps": [
14646                   {
14647                     "color": "green"
14648                   },
14649                   {
14650                     "color": "red",
14651                     "value": 80
14652                   }
14653                 ]
14654               },
14655               "unit": "iops"
14656             },
14657             "overrides": [
14658               {
14659                 "matcher": {
14660                   "id": "byRegexp",
14661                   "options": "/.*Read.*/"
14662                 },
14663                 "properties": [
14664                   {
14665                     "id": "custom.transform",
14666                     "value": "negative-Y"
14667                   }
14668                 ]
14669               },
14670               {
14671                 "matcher": {
14672                   "id": "byRegexp",
14673                   "options": "/.*sda_.*/"
14674                 },
14675                 "properties": [
14676                   {
14677                     "id": "color",
14678                     "value": {
14679                       "fixedColor": "#7EB26D",
14680                       "mode": "fixed"
14681                     }
14682                   }
14683                 ]
14684               },
14685               {
14686                 "matcher": {
14687                   "id": "byRegexp",
14688                   "options": "/.*sdb_.*/"
14689                 },
14690                 "properties": [
14691                   {
14692                     "id": "color",
14693                     "value": {
14694                       "fixedColor": "#EAB839",
14695                       "mode": "fixed"
14696                     }
14697                   }
14698                 ]
14699               },
14700               {
14701                 "matcher": {
14702                   "id": "byRegexp",
14703                   "options": "/.*sdc_.*/"
14704                 },
14705                 "properties": [
14706                   {
14707                     "id": "color",
14708                     "value": {
14709                       "fixedColor": "#6ED0E0",
14710                       "mode": "fixed"
14711                     }
14712                   }
14713                 ]
14714               },
14715               {
14716                 "matcher": {
14717                   "id": "byRegexp",
14718                   "options": "/.*sdd_.*/"
14719                 },
14720                 "properties": [
14721                   {
14722                     "id": "color",
14723                     "value": {
14724                       "fixedColor": "#EF843C",
14725                       "mode": "fixed"
14726                     }
14727                   }
14728                 ]
14729               },
14730               {
14731                 "matcher": {
14732                   "id": "byRegexp",
14733                   "options": "/.*sde_.*/"
14734                 },
14735                 "properties": [
14736                   {
14737                     "id": "color",
14738                     "value": {
14739                       "fixedColor": "#E24D42",
14740                       "mode": "fixed"
14741                     }
14742                   }
14743                 ]
14744               },
14745               {
14746                 "matcher": {
14747                   "id": "byRegexp",
14748                   "options": "/.*sda1.*/"
14749                 },
14750                 "properties": [
14751                   {
14752                     "id": "color",
14753                     "value": {
14754                       "fixedColor": "#584477",
14755                       "mode": "fixed"
14756                     }
14757                   }
14758                 ]
14759               },
14760               {
14761                 "matcher": {
14762                   "id": "byRegexp",
14763                   "options": "/.*sda2_.*/"
14764                 },
14765                 "properties": [
14766                   {
14767                     "id": "color",
14768                     "value": {
14769                       "fixedColor": "#BA43A9",
14770                       "mode": "fixed"
14771                     }
14772                   }
14773                 ]
14774               },
14775               {
14776                 "matcher": {
14777                   "id": "byRegexp",
14778                   "options": "/.*sda3_.*/"
14779                 },
14780                 "properties": [
14781                   {
14782                     "id": "color",
14783                     "value": {
14784                       "fixedColor": "#F4D598",
14785                       "mode": "fixed"
14786                     }
14787                   }
14788                 ]
14789               },
14790               {
14791                 "matcher": {
14792                   "id": "byRegexp",
14793                   "options": "/.*sdb1.*/"
14794                 },
14795                 "properties": [
14796                   {
14797                     "id": "color",
14798                     "value": {
14799                       "fixedColor": "#0A50A1",
14800                       "mode": "fixed"
14801                     }
14802                   }
14803                 ]
14804               },
14805               {
14806                 "matcher": {
14807                   "id": "byRegexp",
14808                   "options": "/.*sdb2.*/"
14809                 },
14810                 "properties": [
14811                   {
14812                     "id": "color",
14813                     "value": {
14814                       "fixedColor": "#BF1B00",
14815                       "mode": "fixed"
14816                     }
14817                   }
14818                 ]
14819               },
14820               {
14821                 "matcher": {
14822                   "id": "byRegexp",
14823                   "options": "/.*sdb3.*/"
14824                 },
14825                 "properties": [
14826                   {
14827                     "id": "color",
14828                     "value": {
14829                       "fixedColor": "#E0752D",
14830                       "mode": "fixed"
14831                     }
14832                   }
14833                 ]
14834               },
14835               {
14836                 "matcher": {
14837                   "id": "byRegexp",
14838                   "options": "/.*sdc1.*/"
14839                 },
14840                 "properties": [
14841                   {
14842                     "id": "color",
14843                     "value": {
14844                       "fixedColor": "#962D82",
14845                       "mode": "fixed"
14846                     }
14847                   }
14848                 ]
14849               },
14850               {
14851                 "matcher": {
14852                   "id": "byRegexp",
14853                   "options": "/.*sdc2.*/"
14854                 },
14855                 "properties": [
14856                   {
14857                     "id": "color",
14858                     "value": {
14859                       "fixedColor": "#614D93",
14860                       "mode": "fixed"
14861                     }
14862                   }
14863                 ]
14864               },
14865               {
14866                 "matcher": {
14867                   "id": "byRegexp",
14868                   "options": "/.*sdc3.*/"
14869                 },
14870                 "properties": [
14871                   {
14872                     "id": "color",
14873                     "value": {
14874                       "fixedColor": "#9AC48A",
14875                       "mode": "fixed"
14876                     }
14877                   }
14878                 ]
14879               },
14880               {
14881                 "matcher": {
14882                   "id": "byRegexp",
14883                   "options": "/.*sdd1.*/"
14884                 },
14885                 "properties": [
14886                   {
14887                     "id": "color",
14888                     "value": {
14889                       "fixedColor": "#65C5DB",
14890                       "mode": "fixed"
14891                     }
14892                   }
14893                 ]
14894               },
14895               {
14896                 "matcher": {
14897                   "id": "byRegexp",
14898                   "options": "/.*sdd2.*/"
14899                 },
14900                 "properties": [
14901                   {
14902                     "id": "color",
14903                     "value": {
14904                       "fixedColor": "#F9934E",
14905                       "mode": "fixed"
14906                     }
14907                   }
14908                 ]
14909               },
14910               {
14911                 "matcher": {
14912                   "id": "byRegexp",
14913                   "options": "/.*sdd3.*/"
14914                 },
14915                 "properties": [
14916                   {
14917                     "id": "color",
14918                     "value": {
14919                       "fixedColor": "#EA6460",
14920                       "mode": "fixed"
14921                     }
14922                   }
14923                 ]
14924               },
14925               {
14926                 "matcher": {
14927                   "id": "byRegexp",
14928                   "options": "/.*sde1.*/"
14929                 },
14930                 "properties": [
14931                   {
14932                     "id": "color",
14933                     "value": {
14934                       "fixedColor": "#E0F9D7",
14935                       "mode": "fixed"
14936                     }
14937                   }
14938                 ]
14939               },
14940               {
14941                 "matcher": {
14942                   "id": "byRegexp",
14943                   "options": "/.*sdd2.*/"
14944                 },
14945                 "properties": [
14946                   {
14947                     "id": "color",
14948                     "value": {
14949                       "fixedColor": "#FCEACA",
14950                       "mode": "fixed"
14951                     }
14952                   }
14953                 ]
14954               },
14955               {
14956                 "matcher": {
14957                   "id": "byRegexp",
14958                   "options": "/.*sde3.*/"
14959                 },
14960                 "properties": [
14961                   {
14962                     "id": "color",
14963                     "value": {
14964                       "fixedColor": "#F9E2D2",
14965                       "mode": "fixed"
14966                     }
14967                   }
14968                 ]
14969               }
14970             ]
14971           },
14972           "gridPos": {
14973             "h": 10,
14974             "w": 12,
14975             "x": 0,
14976             "y": 31
14977           },
14978           "id": 9,
14979           "links": [],
14980           "options": {
14981             "legend": {
14982               "calcs": [
14983                 "mean",
14984                 "lastNotNull",
14985                 "max",
14986                 "min"
14987               ],
14988               "displayMode": "table",
14989               "placement": "bottom",
14990               "showLegend": true
14991             },
14992             "tooltip": {
14993               "mode": "single",
14994               "sort": "none"
14995             }
14996           },
14997           "pluginVersion": "9.2.0",
14998           "targets": [
14999             {
15000               "datasource": {
15001                 "type": "prometheus",
15002                 "uid": "${DS_PROMETHEUS}"
15003               },
15004               "expr": "irate(node_disk_reads_completed_total{instance=\"$node\",job=\"$job\"}[$__rate_interval])",
15005               "intervalFactor": 4,
15006               "legendFormat": "{{device}} - Reads completed",
15007               "refId": "A",
15008               "step": 240
15009             },
15010             {
15011               "datasource": {
15012                 "type": "prometheus",
15013                 "uid": "${DS_PROMETHEUS}"
15014               },
15015               "expr": "irate(node_disk_writes_completed_total{instance=\"$node\",job=\"$job\"}[$__rate_interval])",
15016               "intervalFactor": 1,
15017               "legendFormat": "{{device}} - Writes completed",
15018               "refId": "B",
15019               "step": 240
15020             }
15021           ],
15022           "title": "Disk IOps Completed",
15023           "type": "timeseries"
15024         },
15025         {
15026           "datasource": {
15027             "type": "prometheus",
15028             "uid": "${DS_PROMETHEUS}"
15029           },
15030           "description": "The number of bytes read from or written to the device per second",
15031           "fieldConfig": {
15032             "defaults": {
15033               "color": {
15034                 "mode": "palette-classic"
15035               },
15036               "custom": {
15037                 "axisCenteredZero": false,
15038                 "axisColorMode": "text",
15039                 "axisLabel": "bytes read (-) / write (+)",
15040                 "axisPlacement": "auto",
15041                 "barAlignment": 0,
15042                 "drawStyle": "line",
15043                 "fillOpacity": 20,
15044                 "gradientMode": "none",
15045                 "hideFrom": {
15046                   "legend": false,
15047                   "tooltip": false,
15048                   "viz": false
15049                 },
15050                 "lineInterpolation": "linear",
15051                 "lineWidth": 1,
15052                 "pointSize": 5,
15053                 "scaleDistribution": {
15054                   "type": "linear"
15055                 },
15056                 "showPoints": "never",
15057                 "spanNulls": false,
15058                 "stacking": {
15059                   "group": "A",
15060                   "mode": "none"
15061                 },
15062                 "thresholdsStyle": {
15063                   "mode": "off"
15064                 }
15065               },
15066               "links": [],
15067               "mappings": [],
15068               "thresholds": {
15069                 "mode": "absolute",
15070                 "steps": [
15071                   {
15072                     "color": "green"
15073                   },
15074                   {
15075                     "color": "red",
15076                     "value": 80
15077                   }
15078                 ]
15079               },
15080               "unit": "Bps"
15081             },
15082             "overrides": [
15083               {
15084                 "matcher": {
15085                   "id": "byRegexp",
15086                   "options": "/.*Read.*/"
15087                 },
15088                 "properties": [
15089                   {
15090                     "id": "custom.transform",
15091                     "value": "negative-Y"
15092                   }
15093                 ]
15094               },
15095               {
15096                 "matcher": {
15097                   "id": "byRegexp",
15098                   "options": "/.*sda_.*/"
15099                 },
15100                 "properties": [
15101                   {
15102                     "id": "color",
15103                     "value": {
15104                       "fixedColor": "#7EB26D",
15105                       "mode": "fixed"
15106                     }
15107                   }
15108                 ]
15109               },
15110               {
15111                 "matcher": {
15112                   "id": "byRegexp",
15113                   "options": "/.*sdb_.*/"
15114                 },
15115                 "properties": [
15116                   {
15117                     "id": "color",
15118                     "value": {
15119                       "fixedColor": "#EAB839",
15120                       "mode": "fixed"
15121                     }
15122                   }
15123                 ]
15124               },
15125               {
15126                 "matcher": {
15127                   "id": "byRegexp",
15128                   "options": "/.*sdc_.*/"
15129                 },
15130                 "properties": [
15131                   {
15132                     "id": "color",
15133                     "value": {
15134                       "fixedColor": "#6ED0E0",
15135                       "mode": "fixed"
15136                     }
15137                   }
15138                 ]
15139               },
15140               {
15141                 "matcher": {
15142                   "id": "byRegexp",
15143                   "options": "/.*sdd_.*/"
15144                 },
15145                 "properties": [
15146                   {
15147                     "id": "color",
15148                     "value": {
15149                       "fixedColor": "#EF843C",
15150                       "mode": "fixed"
15151                     }
15152                   }
15153                 ]
15154               },
15155               {
15156                 "matcher": {
15157                   "id": "byRegexp",
15158                   "options": "/.*sde_.*/"
15159                 },
15160                 "properties": [
15161                   {
15162                     "id": "color",
15163                     "value": {
15164                       "fixedColor": "#E24D42",
15165                       "mode": "fixed"
15166                     }
15167                   }
15168                 ]
15169               },
15170               {
15171                 "matcher": {
15172                   "id": "byRegexp",
15173                   "options": "/.*sda1.*/"
15174                 },
15175                 "properties": [
15176                   {
15177                     "id": "color",
15178                     "value": {
15179                       "fixedColor": "#584477",
15180                       "mode": "fixed"
15181                     }
15182                   }
15183                 ]
15184               },
15185               {
15186                 "matcher": {
15187                   "id": "byRegexp",
15188                   "options": "/.*sda2_.*/"
15189                 },
15190                 "properties": [
15191                   {
15192                     "id": "color",
15193                     "value": {
15194                       "fixedColor": "#BA43A9",
15195                       "mode": "fixed"
15196                     }
15197                   }
15198                 ]
15199               },
15200               {
15201                 "matcher": {
15202                   "id": "byRegexp",
15203                   "options": "/.*sda3_.*/"
15204                 },
15205                 "properties": [
15206                   {
15207                     "id": "color",
15208                     "value": {
15209                       "fixedColor": "#F4D598",
15210                       "mode": "fixed"
15211                     }
15212                   }
15213                 ]
15214               },
15215               {
15216                 "matcher": {
15217                   "id": "byRegexp",
15218                   "options": "/.*sdb1.*/"
15219                 },
15220                 "properties": [
15221                   {
15222                     "id": "color",
15223                     "value": {
15224                       "fixedColor": "#0A50A1",
15225                       "mode": "fixed"
15226                     }
15227                   }
15228                 ]
15229               },
15230               {
15231                 "matcher": {
15232                   "id": "byRegexp",
15233                   "options": "/.*sdb2.*/"
15234                 },
15235                 "properties": [
15236                   {
15237                     "id": "color",
15238                     "value": {
15239                       "fixedColor": "#BF1B00",
15240                       "mode": "fixed"
15241                     }
15242                   }
15243                 ]
15244               },
15245               {
15246                 "matcher": {
15247                   "id": "byRegexp",
15248                   "options": "/.*sdb3.*/"
15249                 },
15250                 "properties": [
15251                   {
15252                     "id": "color",
15253                     "value": {
15254                       "fixedColor": "#E0752D",
15255                       "mode": "fixed"
15256                     }
15257                   }
15258                 ]
15259               },
15260               {
15261                 "matcher": {
15262                   "id": "byRegexp",
15263                   "options": "/.*sdc1.*/"
15264                 },
15265                 "properties": [
15266                   {
15267                     "id": "color",
15268                     "value": {
15269                       "fixedColor": "#962D82",
15270                       "mode": "fixed"
15271                     }
15272                   }
15273                 ]
15274               },
15275               {
15276                 "matcher": {
15277                   "id": "byRegexp",
15278                   "options": "/.*sdc2.*/"
15279                 },
15280                 "properties": [
15281                   {
15282                     "id": "color",
15283                     "value": {
15284                       "fixedColor": "#614D93",
15285                       "mode": "fixed"
15286                     }
15287                   }
15288                 ]
15289               },
15290               {
15291                 "matcher": {
15292                   "id": "byRegexp",
15293                   "options": "/.*sdc3.*/"
15294                 },
15295                 "properties": [
15296                   {
15297                     "id": "color",
15298                     "value": {
15299                       "fixedColor": "#9AC48A",
15300                       "mode": "fixed"
15301                     }
15302                   }
15303                 ]
15304               },
15305               {
15306                 "matcher": {
15307                   "id": "byRegexp",
15308                   "options": "/.*sdd1.*/"
15309                 },
15310                 "properties": [
15311                   {
15312                     "id": "color",
15313                     "value": {
15314                       "fixedColor": "#65C5DB",
15315                       "mode": "fixed"
15316                     }
15317                   }
15318                 ]
15319               },
15320               {
15321                 "matcher": {
15322                   "id": "byRegexp",
15323                   "options": "/.*sdd2.*/"
15324                 },
15325                 "properties": [
15326                   {
15327                     "id": "color",
15328                     "value": {
15329                       "fixedColor": "#F9934E",
15330                       "mode": "fixed"
15331                     }
15332                   }
15333                 ]
15334               },
15335               {
15336                 "matcher": {
15337                   "id": "byRegexp",
15338                   "options": "/.*sdd3.*/"
15339                 },
15340                 "properties": [
15341                   {
15342                     "id": "color",
15343                     "value": {
15344                       "fixedColor": "#EA6460",
15345                       "mode": "fixed"
15346                     }
15347                   }
15348                 ]
15349               },
15350               {
15351                 "matcher": {
15352                   "id": "byRegexp",
15353                   "options": "/.*sde1.*/"
15354                 },
15355                 "properties": [
15356                   {
15357                     "id": "color",
15358                     "value": {
15359                       "fixedColor": "#E0F9D7",
15360                       "mode": "fixed"
15361                     }
15362                   }
15363                 ]
15364               },
15365               {
15366                 "matcher": {
15367                   "id": "byRegexp",
15368                   "options": "/.*sdd2.*/"
15369                 },
15370                 "properties": [
15371                   {
15372                     "id": "color",
15373                     "value": {
15374                       "fixedColor": "#FCEACA",
15375                       "mode": "fixed"
15376                     }
15377                   }
15378                 ]
15379               },
15380               {
15381                 "matcher": {
15382                   "id": "byRegexp",
15383                   "options": "/.*sde3.*/"
15384                 },
15385                 "properties": [
15386                   {
15387                     "id": "color",
15388                     "value": {
15389                       "fixedColor": "#F9E2D2",
15390                       "mode": "fixed"
15391                     }
15392                   }
15393                 ]
15394               }
15395             ]
15396           },
15397           "gridPos": {
15398             "h": 10,
15399             "w": 12,
15400             "x": 12,
15401             "y": 31
15402           },
15403           "id": 33,
15404           "links": [],
15405           "options": {
15406             "legend": {
15407               "calcs": [
15408                 "mean",
15409                 "lastNotNull",
15410                 "max",
15411                 "min"
15412               ],
15413               "displayMode": "table",
15414               "placement": "bottom",
15415               "showLegend": true
15416             },
15417             "tooltip": {
15418               "mode": "single",
15419               "sort": "none"
15420             }
15421           },
15422           "pluginVersion": "9.2.0",
15423           "targets": [
15424             {
15425               "datasource": {
15426                 "type": "prometheus",
15427                 "uid": "${DS_PROMETHEUS}"
15428               },
15429               "expr": "irate(node_disk_read_bytes_total{instance=\"$node\",job=\"$job\"}[$__rate_interval])",
15430               "format": "time_series",
15431               "intervalFactor": 4,
15432               "legendFormat": "{{device}} - Read bytes",
15433               "refId": "A",
15434               "step": 240
15435             },
15436             {
15437               "datasource": {
15438                 "type": "prometheus",
15439                 "uid": "${DS_PROMETHEUS}"
15440               },
15441               "expr": "irate(node_disk_written_bytes_total{instance=\"$node\",job=\"$job\"}[$__rate_interval])",
15442               "format": "time_series",
15443               "intervalFactor": 1,
15444               "legendFormat": "{{device}} - Written bytes",
15445               "refId": "B",
15446               "step": 240
15447             }
15448           ],
15449           "title": "Disk R/W Data",
15450           "type": "timeseries"
15451         },
15452         {
15453           "datasource": {
15454             "type": "prometheus",
15455             "uid": "${DS_PROMETHEUS}"
15456           },
15457           "description": "The average time for requests issued to the device to be served. This includes the time spent by the requests in queue and the time spent servicing them.",
15458           "fieldConfig": {
15459             "defaults": {
15460               "color": {
15461                 "mode": "palette-classic"
15462               },
15463               "custom": {
15464                 "axisCenteredZero": false,
15465                 "axisColorMode": "text",
15466                 "axisLabel": "time. read (-) / write (+)",
15467                 "axisPlacement": "auto",
15468                 "barAlignment": 0,
15469                 "drawStyle": "line",
15470                 "fillOpacity": 30,
15471                 "gradientMode": "none",
15472                 "hideFrom": {
15473                   "legend": false,
15474                   "tooltip": false,
15475                   "viz": false
15476                 },
15477                 "lineInterpolation": "linear",
15478                 "lineWidth": 1,
15479                 "pointSize": 5,
15480                 "scaleDistribution": {
15481                   "type": "linear"
15482                 },
15483                 "showPoints": "never",
15484                 "spanNulls": false,
15485                 "stacking": {
15486                   "group": "A",
15487                   "mode": "none"
15488                 },
15489                 "thresholdsStyle": {
15490                   "mode": "off"
15491                 }
15492               },
15493               "links": [],
15494               "mappings": [],
15495               "thresholds": {
15496                 "mode": "absolute",
15497                 "steps": [
15498                   {
15499                     "color": "green"
15500                   },
15501                   {
15502                     "color": "red",
15503                     "value": 80
15504                   }
15505                 ]
15506               },
15507               "unit": "s"
15508             },
15509             "overrides": [
15510               {
15511                 "matcher": {
15512                   "id": "byRegexp",
15513                   "options": "/.*Read.*/"
15514                 },
15515                 "properties": [
15516                   {
15517                     "id": "custom.transform",
15518                     "value": "negative-Y"
15519                   }
15520                 ]
15521               },
15522               {
15523                 "matcher": {
15524                   "id": "byRegexp",
15525                   "options": "/.*sda_.*/"
15526                 },
15527                 "properties": [
15528                   {
15529                     "id": "color",
15530                     "value": {
15531                       "fixedColor": "#7EB26D",
15532                       "mode": "fixed"
15533                     }
15534                   }
15535                 ]
15536               },
15537               {
15538                 "matcher": {
15539                   "id": "byRegexp",
15540                   "options": "/.*sdb_.*/"
15541                 },
15542                 "properties": [
15543                   {
15544                     "id": "color",
15545                     "value": {
15546                       "fixedColor": "#EAB839",
15547                       "mode": "fixed"
15548                     }
15549                   }
15550                 ]
15551               },
15552               {
15553                 "matcher": {
15554                   "id": "byRegexp",
15555                   "options": "/.*sdc_.*/"
15556                 },
15557                 "properties": [
15558                   {
15559                     "id": "color",
15560                     "value": {
15561                       "fixedColor": "#6ED0E0",
15562                       "mode": "fixed"
15563                     }
15564                   }
15565                 ]
15566               },
15567               {
15568                 "matcher": {
15569                   "id": "byRegexp",
15570                   "options": "/.*sdd_.*/"
15571                 },
15572                 "properties": [
15573                   {
15574                     "id": "color",
15575                     "value": {
15576                       "fixedColor": "#EF843C",
15577                       "mode": "fixed"
15578                     }
15579                   }
15580                 ]
15581               },
15582               {
15583                 "matcher": {
15584                   "id": "byRegexp",
15585                   "options": "/.*sde_.*/"
15586                 },
15587                 "properties": [
15588                   {
15589                     "id": "color",
15590                     "value": {
15591                       "fixedColor": "#E24D42",
15592                       "mode": "fixed"
15593                     }
15594                   }
15595                 ]
15596               },
15597               {
15598                 "matcher": {
15599                   "id": "byRegexp",
15600                   "options": "/.*sda1.*/"
15601                 },
15602                 "properties": [
15603                   {
15604                     "id": "color",
15605                     "value": {
15606                       "fixedColor": "#584477",
15607                       "mode": "fixed"
15608                     }
15609                   }
15610                 ]
15611               },
15612               {
15613                 "matcher": {
15614                   "id": "byRegexp",
15615                   "options": "/.*sda2_.*/"
15616                 },
15617                 "properties": [
15618                   {
15619                     "id": "color",
15620                     "value": {
15621                       "fixedColor": "#BA43A9",
15622                       "mode": "fixed"
15623                     }
15624                   }
15625                 ]
15626               },
15627               {
15628                 "matcher": {
15629                   "id": "byRegexp",
15630                   "options": "/.*sda3_.*/"
15631                 },
15632                 "properties": [
15633                   {
15634                     "id": "color",
15635                     "value": {
15636                       "fixedColor": "#F4D598",
15637                       "mode": "fixed"
15638                     }
15639                   }
15640                 ]
15641               },
15642               {
15643                 "matcher": {
15644                   "id": "byRegexp",
15645                   "options": "/.*sdb1.*/"
15646                 },
15647                 "properties": [
15648                   {
15649                     "id": "color",
15650                     "value": {
15651                       "fixedColor": "#0A50A1",
15652                       "mode": "fixed"
15653                     }
15654                   }
15655                 ]
15656               },
15657               {
15658                 "matcher": {
15659                   "id": "byRegexp",
15660                   "options": "/.*sdb2.*/"
15661                 },
15662                 "properties": [
15663                   {
15664                     "id": "color",
15665                     "value": {
15666                       "fixedColor": "#BF1B00",
15667                       "mode": "fixed"
15668                     }
15669                   }
15670                 ]
15671               },
15672               {
15673                 "matcher": {
15674                   "id": "byRegexp",
15675                   "options": "/.*sdb3.*/"
15676                 },
15677                 "properties": [
15678                   {
15679                     "id": "color",
15680                     "value": {
15681                       "fixedColor": "#E0752D",
15682                       "mode": "fixed"
15683                     }
15684                   }
15685                 ]
15686               },
15687               {
15688                 "matcher": {
15689                   "id": "byRegexp",
15690                   "options": "/.*sdc1.*/"
15691                 },
15692                 "properties": [
15693                   {
15694                     "id": "color",
15695                     "value": {
15696                       "fixedColor": "#962D82",
15697                       "mode": "fixed"
15698                     }
15699                   }
15700                 ]
15701               },
15702               {
15703                 "matcher": {
15704                   "id": "byRegexp",
15705                   "options": "/.*sdc2.*/"
15706                 },
15707                 "properties": [
15708                   {
15709                     "id": "color",
15710                     "value": {
15711                       "fixedColor": "#614D93",
15712                       "mode": "fixed"
15713                     }
15714                   }
15715                 ]
15716               },
15717               {
15718                 "matcher": {
15719                   "id": "byRegexp",
15720                   "options": "/.*sdc3.*/"
15721                 },
15722                 "properties": [
15723                   {
15724                     "id": "color",
15725                     "value": {
15726                       "fixedColor": "#9AC48A",
15727                       "mode": "fixed"
15728                     }
15729                   }
15730                 ]
15731               },
15732               {
15733                 "matcher": {
15734                   "id": "byRegexp",
15735                   "options": "/.*sdd1.*/"
15736                 },
15737                 "properties": [
15738                   {
15739                     "id": "color",
15740                     "value": {
15741                       "fixedColor": "#65C5DB",
15742                       "mode": "fixed"
15743                     }
15744                   }
15745                 ]
15746               },
15747               {
15748                 "matcher": {
15749                   "id": "byRegexp",
15750                   "options": "/.*sdd2.*/"
15751                 },
15752                 "properties": [
15753                   {
15754                     "id": "color",
15755                     "value": {
15756                       "fixedColor": "#F9934E",
15757                       "mode": "fixed"
15758                     }
15759                   }
15760                 ]
15761               },
15762               {
15763                 "matcher": {
15764                   "id": "byRegexp",
15765                   "options": "/.*sdd3.*/"
15766                 },
15767                 "properties": [
15768                   {
15769                     "id": "color",
15770                     "value": {
15771                       "fixedColor": "#EA6460",
15772                       "mode": "fixed"
15773                     }
15774                   }
15775                 ]
15776               },
15777               {
15778                 "matcher": {
15779                   "id": "byRegexp",
15780                   "options": "/.*sde1.*/"
15781                 },
15782                 "properties": [
15783                   {
15784                     "id": "color",
15785                     "value": {
15786                       "fixedColor": "#E0F9D7",
15787                       "mode": "fixed"
15788                     }
15789                   }
15790                 ]
15791               },
15792               {
15793                 "matcher": {
15794                   "id": "byRegexp",
15795                   "options": "/.*sdd2.*/"
15796                 },
15797                 "properties": [
15798                   {
15799                     "id": "color",
15800                     "value": {
15801                       "fixedColor": "#FCEACA",
15802                       "mode": "fixed"
15803                     }
15804                   }
15805                 ]
15806               },
15807               {
15808                 "matcher": {
15809                   "id": "byRegexp",
15810                   "options": "/.*sde3.*/"
15811                 },
15812                 "properties": [
15813                   {
15814                     "id": "color",
15815                     "value": {
15816                       "fixedColor": "#F9E2D2",
15817                       "mode": "fixed"
15818                     }
15819                   }
15820                 ]
15821               }
15822             ]
15823           },
15824           "gridPos": {
15825             "h": 10,
15826             "w": 12,
15827             "x": 0,
15828             "y": 41
15829           },
15830           "id": 37,
15831           "links": [],
15832           "options": {
15833             "legend": {
15834               "calcs": [
15835                 "mean",
15836                 "lastNotNull",
15837                 "max",
15838                 "min"
15839               ],
15840               "displayMode": "table",
15841               "placement": "bottom",
15842               "showLegend": true
15843             },
15844             "tooltip": {
15845               "mode": "single",
15846               "sort": "none"
15847             }
15848           },
15849           "pluginVersion": "9.2.0",
15850           "targets": [
15851             {
15852               "datasource": {
15853                 "type": "prometheus",
15854                 "uid": "${DS_PROMETHEUS}"
15855               },
15856               "expr": "irate(node_disk_read_time_seconds_total{instance=\"$node\",job=\"$job\"}[$__rate_interval]) / irate(node_disk_reads_completed_total{instance=\"$node\",job=\"$job\"}[$__rate_interval])",
15857               "hide": false,
15858               "interval": "",
15859               "intervalFactor": 4,
15860               "legendFormat": "{{device}} - Read wait time avg",
15861               "refId": "A",
15862               "step": 240
15863             },
15864             {
15865               "datasource": {
15866                 "type": "prometheus",
15867                 "uid": "${DS_PROMETHEUS}"
15868               },
15869               "expr": "irate(node_disk_write_time_seconds_total{instance=\"$node\",job=\"$job\"}[$__rate_interval]) / irate(node_disk_writes_completed_total{instance=\"$node\",job=\"$job\"}[$__rate_interval])",
15870               "hide": false,
15871               "interval": "",
15872               "intervalFactor": 1,
15873               "legendFormat": "{{device}} - Write wait time avg",
15874               "refId": "B",
15875               "step": 240
15876             }
15877           ],
15878           "title": "Disk Average Wait Time",
15879           "type": "timeseries"
15880         },
15881         {
15882           "datasource": {
15883             "type": "prometheus",
15884             "uid": "${DS_PROMETHEUS}"
15885           },
15886           "description": "The average queue length of the requests that were issued to the device",
15887           "fieldConfig": {
15888             "defaults": {
15889               "color": {
15890                 "mode": "palette-classic"
15891               },
15892               "custom": {
15893                 "axisCenteredZero": false,
15894                 "axisColorMode": "text",
15895                 "axisLabel": "aqu-sz",
15896                 "axisPlacement": "auto",
15897                 "barAlignment": 0,
15898                 "drawStyle": "line",
15899                 "fillOpacity": 20,
15900                 "gradientMode": "none",
15901                 "hideFrom": {
15902                   "legend": false,
15903                   "tooltip": false,
15904                   "viz": false
15905                 },
15906                 "lineInterpolation": "linear",
15907                 "lineWidth": 1,
15908                 "pointSize": 5,
15909                 "scaleDistribution": {
15910                   "type": "linear"
15911                 },
15912                 "showPoints": "never",
15913                 "spanNulls": false,
15914                 "stacking": {
15915                   "group": "A",
15916                   "mode": "none"
15917                 },
15918                 "thresholdsStyle": {
15919                   "mode": "off"
15920                 }
15921               },
15922               "links": [],
15923               "mappings": [],
15924               "min": 0,
15925               "thresholds": {
15926                 "mode": "absolute",
15927                 "steps": [
15928                   {
15929                     "color": "green"
15930                   },
15931                   {
15932                     "color": "red",
15933                     "value": 80
15934                   }
15935                 ]
15936               },
15937               "unit": "none"
15938             },
15939             "overrides": [
15940               {
15941                 "matcher": {
15942                   "id": "byRegexp",
15943                   "options": "/.*sda_.*/"
15944                 },
15945                 "properties": [
15946                   {
15947                     "id": "color",
15948                     "value": {
15949                       "fixedColor": "#7EB26D",
15950                       "mode": "fixed"
15951                     }
15952                   }
15953                 ]
15954               },
15955               {
15956                 "matcher": {
15957                   "id": "byRegexp",
15958                   "options": "/.*sdb_.*/"
15959                 },
15960                 "properties": [
15961                   {
15962                     "id": "color",
15963                     "value": {
15964                       "fixedColor": "#EAB839",
15965                       "mode": "fixed"
15966                     }
15967                   }
15968                 ]
15969               },
15970               {
15971                 "matcher": {
15972                   "id": "byRegexp",
15973                   "options": "/.*sdc_.*/"
15974                 },
15975                 "properties": [
15976                   {
15977                     "id": "color",
15978                     "value": {
15979                       "fixedColor": "#6ED0E0",
15980                       "mode": "fixed"
15981                     }
15982                   }
15983                 ]
15984               },
15985               {
15986                 "matcher": {
15987                   "id": "byRegexp",
15988                   "options": "/.*sdd_.*/"
15989                 },
15990                 "properties": [
15991                   {
15992                     "id": "color",
15993                     "value": {
15994                       "fixedColor": "#EF843C",
15995                       "mode": "fixed"
15996                     }
15997                   }
15998                 ]
15999               },
16000               {
16001                 "matcher": {
16002                   "id": "byRegexp",
16003                   "options": "/.*sde_.*/"
16004                 },
16005                 "properties": [
16006                   {
16007                     "id": "color",
16008                     "value": {
16009                       "fixedColor": "#E24D42",
16010                       "mode": "fixed"
16011                     }
16012                   }
16013                 ]
16014               },
16015               {
16016                 "matcher": {
16017                   "id": "byRegexp",
16018                   "options": "/.*sda1.*/"
16019                 },
16020                 "properties": [
16021                   {
16022                     "id": "color",
16023                     "value": {
16024                       "fixedColor": "#584477",
16025                       "mode": "fixed"
16026                     }
16027                   }
16028                 ]
16029               },
16030               {
16031                 "matcher": {
16032                   "id": "byRegexp",
16033                   "options": "/.*sda2_.*/"
16034                 },
16035                 "properties": [
16036                   {
16037                     "id": "color",
16038                     "value": {
16039                       "fixedColor": "#BA43A9",
16040                       "mode": "fixed"
16041                     }
16042                   }
16043                 ]
16044               },
16045               {
16046                 "matcher": {
16047                   "id": "byRegexp",
16048                   "options": "/.*sda3_.*/"
16049                 },
16050                 "properties": [
16051                   {
16052                     "id": "color",
16053                     "value": {
16054                       "fixedColor": "#F4D598",
16055                       "mode": "fixed"
16056                     }
16057                   }
16058                 ]
16059               },
16060               {
16061                 "matcher": {
16062                   "id": "byRegexp",
16063                   "options": "/.*sdb1.*/"
16064                 },
16065                 "properties": [
16066                   {
16067                     "id": "color",
16068                     "value": {
16069                       "fixedColor": "#0A50A1",
16070                       "mode": "fixed"
16071                     }
16072                   }
16073                 ]
16074               },
16075               {
16076                 "matcher": {
16077                   "id": "byRegexp",
16078                   "options": "/.*sdb2.*/"
16079                 },
16080                 "properties": [
16081                   {
16082                     "id": "color",
16083                     "value": {
16084                       "fixedColor": "#BF1B00",
16085                       "mode": "fixed"
16086                     }
16087                   }
16088                 ]
16089               },
16090               {
16091                 "matcher": {
16092                   "id": "byRegexp",
16093                   "options": "/.*sdb3.*/"
16094                 },
16095                 "properties": [
16096                   {
16097                     "id": "color",
16098                     "value": {
16099                       "fixedColor": "#E0752D",
16100                       "mode": "fixed"
16101                     }
16102                   }
16103                 ]
16104               },
16105               {
16106                 "matcher": {
16107                   "id": "byRegexp",
16108                   "options": "/.*sdc1.*/"
16109                 },
16110                 "properties": [
16111                   {
16112                     "id": "color",
16113                     "value": {
16114                       "fixedColor": "#962D82",
16115                       "mode": "fixed"
16116                     }
16117                   }
16118                 ]
16119               },
16120               {
16121                 "matcher": {
16122                   "id": "byRegexp",
16123                   "options": "/.*sdc2.*/"
16124                 },
16125                 "properties": [
16126                   {
16127                     "id": "color",
16128                     "value": {
16129                       "fixedColor": "#614D93",
16130                       "mode": "fixed"
16131                     }
16132                   }
16133                 ]
16134               },
16135               {
16136                 "matcher": {
16137                   "id": "byRegexp",
16138                   "options": "/.*sdc3.*/"
16139                 },
16140                 "properties": [
16141                   {
16142                     "id": "color",
16143                     "value": {
16144                       "fixedColor": "#9AC48A",
16145                       "mode": "fixed"
16146                     }
16147                   }
16148                 ]
16149               },
16150               {
16151                 "matcher": {
16152                   "id": "byRegexp",
16153                   "options": "/.*sdd1.*/"
16154                 },
16155                 "properties": [
16156                   {
16157                     "id": "color",
16158                     "value": {
16159                       "fixedColor": "#65C5DB",
16160                       "mode": "fixed"
16161                     }
16162                   }
16163                 ]
16164               },
16165               {
16166                 "matcher": {
16167                   "id": "byRegexp",
16168                   "options": "/.*sdd2.*/"
16169                 },
16170                 "properties": [
16171                   {
16172                     "id": "color",
16173                     "value": {
16174                       "fixedColor": "#F9934E",
16175                       "mode": "fixed"
16176                     }
16177                   }
16178                 ]
16179               },
16180               {
16181                 "matcher": {
16182                   "id": "byRegexp",
16183                   "options": "/.*sdd3.*/"
16184                 },
16185                 "properties": [
16186                   {
16187                     "id": "color",
16188                     "value": {
16189                       "fixedColor": "#EA6460",
16190                       "mode": "fixed"
16191                     }
16192                   }
16193                 ]
16194               },
16195               {
16196                 "matcher": {
16197                   "id": "byRegexp",
16198                   "options": "/.*sde1.*/"
16199                 },
16200                 "properties": [
16201                   {
16202                     "id": "color",
16203                     "value": {
16204                       "fixedColor": "#E0F9D7",
16205                       "mode": "fixed"
16206                     }
16207                   }
16208                 ]
16209               },
16210               {
16211                 "matcher": {
16212                   "id": "byRegexp",
16213                   "options": "/.*sdd2.*/"
16214                 },
16215                 "properties": [
16216                   {
16217                     "id": "color",
16218                     "value": {
16219                       "fixedColor": "#FCEACA",
16220                       "mode": "fixed"
16221                     }
16222                   }
16223                 ]
16224               },
16225               {
16226                 "matcher": {
16227                   "id": "byRegexp",
16228                   "options": "/.*sde3.*/"
16229                 },
16230                 "properties": [
16231                   {
16232                     "id": "color",
16233                     "value": {
16234                       "fixedColor": "#F9E2D2",
16235                       "mode": "fixed"
16236                     }
16237                   }
16238                 ]
16239               }
16240             ]
16241           },
16242           "gridPos": {
16243             "h": 10,
16244             "w": 12,
16245             "x": 12,
16246             "y": 41
16247           },
16248           "id": 35,
16249           "links": [],
16250           "options": {
16251             "legend": {
16252               "calcs": [
16253                 "mean",
16254                 "lastNotNull",
16255                 "max",
16256                 "min"
16257               ],
16258               "displayMode": "table",
16259               "placement": "bottom",
16260               "showLegend": true
16261             },
16262             "tooltip": {
16263               "mode": "single",
16264               "sort": "none"
16265             }
16266           },
16267           "pluginVersion": "9.2.0",
16268           "targets": [
16269             {
16270               "datasource": {
16271                 "type": "prometheus",
16272                 "uid": "${DS_PROMETHEUS}"
16273               },
16274               "expr": "irate(node_disk_io_time_weighted_seconds_total{instance=\"$node\",job=\"$job\"}[$__rate_interval])",
16275               "interval": "",
16276               "intervalFactor": 4,
16277               "legendFormat": "{{device}}",
16278               "refId": "A",
16279               "step": 240
16280             }
16281           ],
16282           "title": "Average Queue Size",
16283           "type": "timeseries"
16284         },
16285         {
16286           "datasource": {
16287             "type": "prometheus",
16288             "uid": "${DS_PROMETHEUS}"
16289           },
16290           "description": "The number of read and write requests merged per second that were queued to the device",
16291           "fieldConfig": {
16292             "defaults": {
16293               "color": {
16294                 "mode": "palette-classic"
16295               },
16296               "custom": {
16297                 "axisCenteredZero": false,
16298                 "axisColorMode": "text",
16299                 "axisLabel": "I/Os",
16300                 "axisPlacement": "auto",
16301                 "barAlignment": 0,
16302                 "drawStyle": "line",
16303                 "fillOpacity": 20,
16304                 "gradientMode": "none",
16305                 "hideFrom": {
16306                   "legend": false,
16307                   "tooltip": false,
16308                   "viz": false
16309                 },
16310                 "lineInterpolation": "linear",
16311                 "lineWidth": 1,
16312                 "pointSize": 5,
16313                 "scaleDistribution": {
16314                   "type": "linear"
16315                 },
16316                 "showPoints": "never",
16317                 "spanNulls": false,
16318                 "stacking": {
16319                   "group": "A",
16320                   "mode": "none"
16321                 },
16322                 "thresholdsStyle": {
16323                   "mode": "off"
16324                 }
16325               },
16326               "links": [],
16327               "mappings": [],
16328               "thresholds": {
16329                 "mode": "absolute",
16330                 "steps": [
16331                   {
16332                     "color": "green"
16333                   },
16334                   {
16335                     "color": "red",
16336                     "value": 80
16337                   }
16338                 ]
16339               },
16340               "unit": "iops"
16341             },
16342             "overrides": [
16343               {
16344                 "matcher": {
16345                   "id": "byRegexp",
16346                   "options": "/.*Read.*/"
16347                 },
16348                 "properties": [
16349                   {
16350                     "id": "custom.transform",
16351                     "value": "negative-Y"
16352                   }
16353                 ]
16354               },
16355               {
16356                 "matcher": {
16357                   "id": "byRegexp",
16358                   "options": "/.*sda_.*/"
16359                 },
16360                 "properties": [
16361                   {
16362                     "id": "color",
16363                     "value": {
16364                       "fixedColor": "#7EB26D",
16365                       "mode": "fixed"
16366                     }
16367                   }
16368                 ]
16369               },
16370               {
16371                 "matcher": {
16372                   "id": "byRegexp",
16373                   "options": "/.*sdb_.*/"
16374                 },
16375                 "properties": [
16376                   {
16377                     "id": "color",
16378                     "value": {
16379                       "fixedColor": "#EAB839",
16380                       "mode": "fixed"
16381                     }
16382                   }
16383                 ]
16384               },
16385               {
16386                 "matcher": {
16387                   "id": "byRegexp",
16388                   "options": "/.*sdc_.*/"
16389                 },
16390                 "properties": [
16391                   {
16392                     "id": "color",
16393                     "value": {
16394                       "fixedColor": "#6ED0E0",
16395                       "mode": "fixed"
16396                     }
16397                   }
16398                 ]
16399               },
16400               {
16401                 "matcher": {
16402                   "id": "byRegexp",
16403                   "options": "/.*sdd_.*/"
16404                 },
16405                 "properties": [
16406                   {
16407                     "id": "color",
16408                     "value": {
16409                       "fixedColor": "#EF843C",
16410                       "mode": "fixed"
16411                     }
16412                   }
16413                 ]
16414               },
16415               {
16416                 "matcher": {
16417                   "id": "byRegexp",
16418                   "options": "/.*sde_.*/"
16419                 },
16420                 "properties": [
16421                   {
16422                     "id": "color",
16423                     "value": {
16424                       "fixedColor": "#E24D42",
16425                       "mode": "fixed"
16426                     }
16427                   }
16428                 ]
16429               },
16430               {
16431                 "matcher": {
16432                   "id": "byRegexp",
16433                   "options": "/.*sda1.*/"
16434                 },
16435                 "properties": [
16436                   {
16437                     "id": "color",
16438                     "value": {
16439                       "fixedColor": "#584477",
16440                       "mode": "fixed"
16441                     }
16442                   }
16443                 ]
16444               },
16445               {
16446                 "matcher": {
16447                   "id": "byRegexp",
16448                   "options": "/.*sda2_.*/"
16449                 },
16450                 "properties": [
16451                   {
16452                     "id": "color",
16453                     "value": {
16454                       "fixedColor": "#BA43A9",
16455                       "mode": "fixed"
16456                     }
16457                   }
16458                 ]
16459               },
16460               {
16461                 "matcher": {
16462                   "id": "byRegexp",
16463                   "options": "/.*sda3_.*/"
16464                 },
16465                 "properties": [
16466                   {
16467                     "id": "color",
16468                     "value": {
16469                       "fixedColor": "#F4D598",
16470                       "mode": "fixed"
16471                     }
16472                   }
16473                 ]
16474               },
16475               {
16476                 "matcher": {
16477                   "id": "byRegexp",
16478                   "options": "/.*sdb1.*/"
16479                 },
16480                 "properties": [
16481                   {
16482                     "id": "color",
16483                     "value": {
16484                       "fixedColor": "#0A50A1",
16485                       "mode": "fixed"
16486                     }
16487                   }
16488                 ]
16489               },
16490               {
16491                 "matcher": {
16492                   "id": "byRegexp",
16493                   "options": "/.*sdb2.*/"
16494                 },
16495                 "properties": [
16496                   {
16497                     "id": "color",
16498                     "value": {
16499                       "fixedColor": "#BF1B00",
16500                       "mode": "fixed"
16501                     }
16502                   }
16503                 ]
16504               },
16505               {
16506                 "matcher": {
16507                   "id": "byRegexp",
16508                   "options": "/.*sdb3.*/"
16509                 },
16510                 "properties": [
16511                   {
16512                     "id": "color",
16513                     "value": {
16514                       "fixedColor": "#E0752D",
16515                       "mode": "fixed"
16516                     }
16517                   }
16518                 ]
16519               },
16520               {
16521                 "matcher": {
16522                   "id": "byRegexp",
16523                   "options": "/.*sdc1.*/"
16524                 },
16525                 "properties": [
16526                   {
16527                     "id": "color",
16528                     "value": {
16529                       "fixedColor": "#962D82",
16530                       "mode": "fixed"
16531                     }
16532                   }
16533                 ]
16534               },
16535               {
16536                 "matcher": {
16537                   "id": "byRegexp",
16538                   "options": "/.*sdc2.*/"
16539                 },
16540                 "properties": [
16541                   {
16542                     "id": "color",
16543                     "value": {
16544                       "fixedColor": "#614D93",
16545                       "mode": "fixed"
16546                     }
16547                   }
16548                 ]
16549               },
16550               {
16551                 "matcher": {
16552                   "id": "byRegexp",
16553                   "options": "/.*sdc3.*/"
16554                 },
16555                 "properties": [
16556                   {
16557                     "id": "color",
16558                     "value": {
16559                       "fixedColor": "#9AC48A",
16560                       "mode": "fixed"
16561                     }
16562                   }
16563                 ]
16564               },
16565               {
16566                 "matcher": {
16567                   "id": "byRegexp",
16568                   "options": "/.*sdd1.*/"
16569                 },
16570                 "properties": [
16571                   {
16572                     "id": "color",
16573                     "value": {
16574                       "fixedColor": "#65C5DB",
16575                       "mode": "fixed"
16576                     }
16577                   }
16578                 ]
16579               },
16580               {
16581                 "matcher": {
16582                   "id": "byRegexp",
16583                   "options": "/.*sdd2.*/"
16584                 },
16585                 "properties": [
16586                   {
16587                     "id": "color",
16588                     "value": {
16589                       "fixedColor": "#F9934E",
16590                       "mode": "fixed"
16591                     }
16592                   }
16593                 ]
16594               },
16595               {
16596                 "matcher": {
16597                   "id": "byRegexp",
16598                   "options": "/.*sdd3.*/"
16599                 },
16600                 "properties": [
16601                   {
16602                     "id": "color",
16603                     "value": {
16604                       "fixedColor": "#EA6460",
16605                       "mode": "fixed"
16606                     }
16607                   }
16608                 ]
16609               },
16610               {
16611                 "matcher": {
16612                   "id": "byRegexp",
16613                   "options": "/.*sde1.*/"
16614                 },
16615                 "properties": [
16616                   {
16617                     "id": "color",
16618                     "value": {
16619                       "fixedColor": "#E0F9D7",
16620                       "mode": "fixed"
16621                     }
16622                   }
16623                 ]
16624               },
16625               {
16626                 "matcher": {
16627                   "id": "byRegexp",
16628                   "options": "/.*sdd2.*/"
16629                 },
16630                 "properties": [
16631                   {
16632                     "id": "color",
16633                     "value": {
16634                       "fixedColor": "#FCEACA",
16635                       "mode": "fixed"
16636                     }
16637                   }
16638                 ]
16639               },
16640               {
16641                 "matcher": {
16642                   "id": "byRegexp",
16643                   "options": "/.*sde3.*/"
16644                 },
16645                 "properties": [
16646                   {
16647                     "id": "color",
16648                     "value": {
16649                       "fixedColor": "#F9E2D2",
16650                       "mode": "fixed"
16651                     }
16652                   }
16653                 ]
16654               }
16655             ]
16656           },
16657           "gridPos": {
16658             "h": 10,
16659             "w": 12,
16660             "x": 0,
16661             "y": 51
16662           },
16663           "id": 133,
16664           "links": [],
16665           "options": {
16666             "legend": {
16667               "calcs": [
16668                 "mean",
16669                 "lastNotNull",
16670                 "max",
16671                 "min"
16672               ],
16673               "displayMode": "table",
16674               "placement": "bottom",
16675               "showLegend": true
16676             },
16677             "tooltip": {
16678               "mode": "single",
16679               "sort": "none"
16680             }
16681           },
16682           "pluginVersion": "9.2.0",
16683           "targets": [
16684             {
16685               "datasource": {
16686                 "type": "prometheus",
16687                 "uid": "${DS_PROMETHEUS}"
16688               },
16689               "expr": "irate(node_disk_reads_merged_total{instance=\"$node\",job=\"$job\"}[$__rate_interval])",
16690               "intervalFactor": 1,
16691               "legendFormat": "{{device}} - Read merged",
16692               "refId": "A",
16693               "step": 240
16694             },
16695             {
16696               "datasource": {
16697                 "type": "prometheus",
16698                 "uid": "${DS_PROMETHEUS}"
16699               },
16700               "expr": "irate(node_disk_writes_merged_total{instance=\"$node\",job=\"$job\"}[$__rate_interval])",
16701               "intervalFactor": 1,
16702               "legendFormat": "{{device}} - Write merged",
16703               "refId": "B",
16704               "step": 240
16705             }
16706           ],
16707           "title": "Disk R/W Merged",
16708           "type": "timeseries"
16709         },
16710         {
16711           "datasource": {
16712             "type": "prometheus",
16713             "uid": "${DS_PROMETHEUS}"
16714           },
16715           "description": "Percentage of elapsed time during which I/O requests were issued to the device (bandwidth utilization for the device). Device saturation occurs when this value is close to 100% for devices serving requests serially.  But for devices  serving requests in parallel, such as RAID arrays and modern SSDs, this number does not reflect their performance limits.",
16716           "fieldConfig": {
16717             "defaults": {
16718               "color": {
16719                 "mode": "palette-classic"
16720               },
16721               "custom": {
16722                 "axisCenteredZero": false,
16723                 "axisColorMode": "text",
16724                 "axisLabel": "%util",
16725                 "axisPlacement": "auto",
16726                 "barAlignment": 0,
16727                 "drawStyle": "line",
16728                 "fillOpacity": 30,
16729                 "gradientMode": "none",
16730                 "hideFrom": {
16731                   "legend": false,
16732                   "tooltip": false,
16733                   "viz": false
16734                 },
16735                 "lineInterpolation": "linear",
16736                 "lineWidth": 1,
16737                 "pointSize": 5,
16738                 "scaleDistribution": {
16739                   "type": "linear"
16740                 },
16741                 "showPoints": "never",
16742                 "spanNulls": false,
16743                 "stacking": {
16744                   "group": "A",
16745                   "mode": "none"
16746                 },
16747                 "thresholdsStyle": {
16748                   "mode": "off"
16749                 }
16750               },
16751               "links": [],
16752               "mappings": [],
16753               "min": 0,
16754               "thresholds": {
16755                 "mode": "absolute",
16756                 "steps": [
16757                   {
16758                     "color": "green"
16759                   },
16760                   {
16761                     "color": "red",
16762                     "value": 80
16763                   }
16764                 ]
16765               },
16766               "unit": "percentunit"
16767             },
16768             "overrides": [
16769               {
16770                 "matcher": {
16771                   "id": "byRegexp",
16772                   "options": "/.*sda_.*/"
16773                 },
16774                 "properties": [
16775                   {
16776                     "id": "color",
16777                     "value": {
16778                       "fixedColor": "#7EB26D",
16779                       "mode": "fixed"
16780                     }
16781                   }
16782                 ]
16783               },
16784               {
16785                 "matcher": {
16786                   "id": "byRegexp",
16787                   "options": "/.*sdb_.*/"
16788                 },
16789                 "properties": [
16790                   {
16791                     "id": "color",
16792                     "value": {
16793                       "fixedColor": "#EAB839",
16794                       "mode": "fixed"
16795                     }
16796                   }
16797                 ]
16798               },
16799               {
16800                 "matcher": {
16801                   "id": "byRegexp",
16802                   "options": "/.*sdc_.*/"
16803                 },
16804                 "properties": [
16805                   {
16806                     "id": "color",
16807                     "value": {
16808                       "fixedColor": "#6ED0E0",
16809                       "mode": "fixed"
16810                     }
16811                   }
16812                 ]
16813               },
16814               {
16815                 "matcher": {
16816                   "id": "byRegexp",
16817                   "options": "/.*sdd_.*/"
16818                 },
16819                 "properties": [
16820                   {
16821                     "id": "color",
16822                     "value": {
16823                       "fixedColor": "#EF843C",
16824                       "mode": "fixed"
16825                     }
16826                   }
16827                 ]
16828               },
16829               {
16830                 "matcher": {
16831                   "id": "byRegexp",
16832                   "options": "/.*sde_.*/"
16833                 },
16834                 "properties": [
16835                   {
16836                     "id": "color",
16837                     "value": {
16838                       "fixedColor": "#E24D42",
16839                       "mode": "fixed"
16840                     }
16841                   }
16842                 ]
16843               },
16844               {
16845                 "matcher": {
16846                   "id": "byRegexp",
16847                   "options": "/.*sda1.*/"
16848                 },
16849                 "properties": [
16850                   {
16851                     "id": "color",
16852                     "value": {
16853                       "fixedColor": "#584477",
16854                       "mode": "fixed"
16855                     }
16856                   }
16857                 ]
16858               },
16859               {
16860                 "matcher": {
16861                   "id": "byRegexp",
16862                   "options": "/.*sda2_.*/"
16863                 },
16864                 "properties": [
16865                   {
16866                     "id": "color",
16867                     "value": {
16868                       "fixedColor": "#BA43A9",
16869                       "mode": "fixed"
16870                     }
16871                   }
16872                 ]
16873               },
16874               {
16875                 "matcher": {
16876                   "id": "byRegexp",
16877                   "options": "/.*sda3_.*/"
16878                 },
16879                 "properties": [
16880                   {
16881                     "id": "color",
16882                     "value": {
16883                       "fixedColor": "#F4D598",
16884                       "mode": "fixed"
16885                     }
16886                   }
16887                 ]
16888               },
16889               {
16890                 "matcher": {
16891                   "id": "byRegexp",
16892                   "options": "/.*sdb1.*/"
16893                 },
16894                 "properties": [
16895                   {
16896                     "id": "color",
16897                     "value": {
16898                       "fixedColor": "#0A50A1",
16899                       "mode": "fixed"
16900                     }
16901                   }
16902                 ]
16903               },
16904               {
16905                 "matcher": {
16906                   "id": "byRegexp",
16907                   "options": "/.*sdb2.*/"
16908                 },
16909                 "properties": [
16910                   {
16911                     "id": "color",
16912                     "value": {
16913                       "fixedColor": "#BF1B00",
16914                       "mode": "fixed"
16915                     }
16916                   }
16917                 ]
16918               },
16919               {
16920                 "matcher": {
16921                   "id": "byRegexp",
16922                   "options": "/.*sdb3.*/"
16923                 },
16924                 "properties": [
16925                   {
16926                     "id": "color",
16927                     "value": {
16928                       "fixedColor": "#E0752D",
16929                       "mode": "fixed"
16930                     }
16931                   }
16932                 ]
16933               },
16934               {
16935                 "matcher": {
16936                   "id": "byRegexp",
16937                   "options": "/.*sdc1.*/"
16938                 },
16939                 "properties": [
16940                   {
16941                     "id": "color",
16942                     "value": {
16943                       "fixedColor": "#962D82",
16944                       "mode": "fixed"
16945                     }
16946                   }
16947                 ]
16948               },
16949               {
16950                 "matcher": {
16951                   "id": "byRegexp",
16952                   "options": "/.*sdc2.*/"
16953                 },
16954                 "properties": [
16955                   {
16956                     "id": "color",
16957                     "value": {
16958                       "fixedColor": "#614D93",
16959                       "mode": "fixed"
16960                     }
16961                   }
16962                 ]
16963               },
16964               {
16965                 "matcher": {
16966                   "id": "byRegexp",
16967                   "options": "/.*sdc3.*/"
16968                 },
16969                 "properties": [
16970                   {
16971                     "id": "color",
16972                     "value": {
16973                       "fixedColor": "#9AC48A",
16974                       "mode": "fixed"
16975                     }
16976                   }
16977                 ]
16978               },
16979               {
16980                 "matcher": {
16981                   "id": "byRegexp",
16982                   "options": "/.*sdd1.*/"
16983                 },
16984                 "properties": [
16985                   {
16986                     "id": "color",
16987                     "value": {
16988                       "fixedColor": "#65C5DB",
16989                       "mode": "fixed"
16990                     }
16991                   }
16992                 ]
16993               },
16994               {
16995                 "matcher": {
16996                   "id": "byRegexp",
16997                   "options": "/.*sdd2.*/"
16998                 },
16999                 "properties": [
17000                   {
17001                     "id": "color",
17002                     "value": {
17003                       "fixedColor": "#F9934E",
17004                       "mode": "fixed"
17005                     }
17006                   }
17007                 ]
17008               },
17009               {
17010                 "matcher": {
17011                   "id": "byRegexp",
17012                   "options": "/.*sdd3.*/"
17013                 },
17014                 "properties": [
17015                   {
17016                     "id": "color",
17017                     "value": {
17018                       "fixedColor": "#EA6460",
17019                       "mode": "fixed"
17020                     }
17021                   }
17022                 ]
17023               },
17024               {
17025                 "matcher": {
17026                   "id": "byRegexp",
17027                   "options": "/.*sde1.*/"
17028                 },
17029                 "properties": [
17030                   {
17031                     "id": "color",
17032                     "value": {
17033                       "fixedColor": "#E0F9D7",
17034                       "mode": "fixed"
17035                     }
17036                   }
17037                 ]
17038               },
17039               {
17040                 "matcher": {
17041                   "id": "byRegexp",
17042                   "options": "/.*sdd2.*/"
17043                 },
17044                 "properties": [
17045                   {
17046                     "id": "color",
17047                     "value": {
17048                       "fixedColor": "#FCEACA",
17049                       "mode": "fixed"
17050                     }
17051                   }
17052                 ]
17053               },
17054               {
17055                 "matcher": {
17056                   "id": "byRegexp",
17057                   "options": "/.*sde3.*/"
17058                 },
17059                 "properties": [
17060                   {
17061                     "id": "color",
17062                     "value": {
17063                       "fixedColor": "#F9E2D2",
17064                       "mode": "fixed"
17065                     }
17066                   }
17067                 ]
17068               }
17069             ]
17070           },
17071           "gridPos": {
17072             "h": 10,
17073             "w": 12,
17074             "x": 12,
17075             "y": 51
17076           },
17077           "id": 36,
17078           "links": [],
17079           "options": {
17080             "legend": {
17081               "calcs": [
17082                 "mean",
17083                 "lastNotNull",
17084                 "max",
17085                 "min"
17086               ],
17087               "displayMode": "table",
17088               "placement": "bottom",
17089               "showLegend": true
17090             },
17091             "tooltip": {
17092               "mode": "single",
17093               "sort": "none"
17094             }
17095           },
17096           "pluginVersion": "9.2.0",
17097           "targets": [
17098             {
17099               "datasource": {
17100                 "type": "prometheus",
17101                 "uid": "${DS_PROMETHEUS}"
17102               },
17103               "expr": "irate(node_disk_io_time_seconds_total{instance=\"$node\",job=\"$job\"}[$__rate_interval])",
17104               "interval": "",
17105               "intervalFactor": 4,
17106               "legendFormat": "{{device}} - IO",
17107               "refId": "A",
17108               "step": 240
17109             },
17110             {
17111               "datasource": {
17112                 "type": "prometheus",
17113                 "uid": "${DS_PROMETHEUS}"
17114               },
17115               "expr": "irate(node_disk_discard_time_seconds_total{instance=\"$node\",job=\"$job\"}[$__rate_interval])",
17116               "interval": "",
17117               "intervalFactor": 4,
17118               "legendFormat": "{{device}} - discard",
17119               "refId": "B",
17120               "step": 240
17121             }
17122           ],
17123           "title": "Time Spent Doing I/Os",
17124           "type": "timeseries"
17125         },
17126         {
17127           "datasource": {
17128             "type": "prometheus",
17129             "uid": "${DS_PROMETHEUS}"
17130           },
17131           "description": "The number of outstanding requests at the instant the sample was taken. Incremented as requests are given to appropriate struct request_queue and decremented as they finish.",
17132           "fieldConfig": {
17133             "defaults": {
17134               "color": {
17135                 "mode": "palette-classic"
17136               },
17137               "custom": {
17138                 "axisCenteredZero": false,
17139                 "axisColorMode": "text",
17140                 "axisLabel": "Outstanding req.",
17141                 "axisPlacement": "auto",
17142                 "barAlignment": 0,
17143                 "drawStyle": "line",
17144                 "fillOpacity": 20,
17145                 "gradientMode": "none",
17146                 "hideFrom": {
17147                   "legend": false,
17148                   "tooltip": false,
17149                   "viz": false
17150                 },
17151                 "lineInterpolation": "linear",
17152                 "lineWidth": 1,
17153                 "pointSize": 5,
17154                 "scaleDistribution": {
17155                   "type": "linear"
17156                 },
17157                 "showPoints": "never",
17158                 "spanNulls": false,
17159                 "stacking": {
17160                   "group": "A",
17161                   "mode": "none"
17162                 },
17163                 "thresholdsStyle": {
17164                   "mode": "off"
17165                 }
17166               },
17167               "links": [],
17168               "mappings": [],
17169               "min": 0,
17170               "thresholds": {
17171                 "mode": "absolute",
17172                 "steps": [
17173                   {
17174                     "color": "green"
17175                   },
17176                   {
17177                     "color": "red",
17178                     "value": 80
17179                   }
17180                 ]
17181               },
17182               "unit": "none"
17183             },
17184             "overrides": [
17185               {
17186                 "matcher": {
17187                   "id": "byRegexp",
17188                   "options": "/.*sda_.*/"
17189                 },
17190                 "properties": [
17191                   {
17192                     "id": "color",
17193                     "value": {
17194                       "fixedColor": "#7EB26D",
17195                       "mode": "fixed"
17196                     }
17197                   }
17198                 ]
17199               },
17200               {
17201                 "matcher": {
17202                   "id": "byRegexp",
17203                   "options": "/.*sdb_.*/"
17204                 },
17205                 "properties": [
17206                   {
17207                     "id": "color",
17208                     "value": {
17209                       "fixedColor": "#EAB839",
17210                       "mode": "fixed"
17211                     }
17212                   }
17213                 ]
17214               },
17215               {
17216                 "matcher": {
17217                   "id": "byRegexp",
17218                   "options": "/.*sdc_.*/"
17219                 },
17220                 "properties": [
17221                   {
17222                     "id": "color",
17223                     "value": {
17224                       "fixedColor": "#6ED0E0",
17225                       "mode": "fixed"
17226                     }
17227                   }
17228                 ]
17229               },
17230               {
17231                 "matcher": {
17232                   "id": "byRegexp",
17233                   "options": "/.*sdd_.*/"
17234                 },
17235                 "properties": [
17236                   {
17237                     "id": "color",
17238                     "value": {
17239                       "fixedColor": "#EF843C",
17240                       "mode": "fixed"
17241                     }
17242                   }
17243                 ]
17244               },
17245               {
17246                 "matcher": {
17247                   "id": "byRegexp",
17248                   "options": "/.*sde_.*/"
17249                 },
17250                 "properties": [
17251                   {
17252                     "id": "color",
17253                     "value": {
17254                       "fixedColor": "#E24D42",
17255                       "mode": "fixed"
17256                     }
17257                   }
17258                 ]
17259               },
17260               {
17261                 "matcher": {
17262                   "id": "byRegexp",
17263                   "options": "/.*sda1.*/"
17264                 },
17265                 "properties": [
17266                   {
17267                     "id": "color",
17268                     "value": {
17269                       "fixedColor": "#584477",
17270                       "mode": "fixed"
17271                     }
17272                   }
17273                 ]
17274               },
17275               {
17276                 "matcher": {
17277                   "id": "byRegexp",
17278                   "options": "/.*sda2_.*/"
17279                 },
17280                 "properties": [
17281                   {
17282                     "id": "color",
17283                     "value": {
17284                       "fixedColor": "#BA43A9",
17285                       "mode": "fixed"
17286                     }
17287                   }
17288                 ]
17289               },
17290               {
17291                 "matcher": {
17292                   "id": "byRegexp",
17293                   "options": "/.*sda3_.*/"
17294                 },
17295                 "properties": [
17296                   {
17297                     "id": "color",
17298                     "value": {
17299                       "fixedColor": "#F4D598",
17300                       "mode": "fixed"
17301                     }
17302                   }
17303                 ]
17304               },
17305               {
17306                 "matcher": {
17307                   "id": "byRegexp",
17308                   "options": "/.*sdb1.*/"
17309                 },
17310                 "properties": [
17311                   {
17312                     "id": "color",
17313                     "value": {
17314                       "fixedColor": "#0A50A1",
17315                       "mode": "fixed"
17316                     }
17317                   }
17318                 ]
17319               },
17320               {
17321                 "matcher": {
17322                   "id": "byRegexp",
17323                   "options": "/.*sdb2.*/"
17324                 },
17325                 "properties": [
17326                   {
17327                     "id": "color",
17328                     "value": {
17329                       "fixedColor": "#BF1B00",
17330                       "mode": "fixed"
17331                     }
17332                   }
17333                 ]
17334               },
17335               {
17336                 "matcher": {
17337                   "id": "byRegexp",
17338                   "options": "/.*sdb3.*/"
17339                 },
17340                 "properties": [
17341                   {
17342                     "id": "color",
17343                     "value": {
17344                       "fixedColor": "#E0752D",
17345                       "mode": "fixed"
17346                     }
17347                   }
17348                 ]
17349               },
17350               {
17351                 "matcher": {
17352                   "id": "byRegexp",
17353                   "options": "/.*sdc1.*/"
17354                 },
17355                 "properties": [
17356                   {
17357                     "id": "color",
17358                     "value": {
17359                       "fixedColor": "#962D82",
17360                       "mode": "fixed"
17361                     }
17362                   }
17363                 ]
17364               },
17365               {
17366                 "matcher": {
17367                   "id": "byRegexp",
17368                   "options": "/.*sdc2.*/"
17369                 },
17370                 "properties": [
17371                   {
17372                     "id": "color",
17373                     "value": {
17374                       "fixedColor": "#614D93",
17375                       "mode": "fixed"
17376                     }
17377                   }
17378                 ]
17379               },
17380               {
17381                 "matcher": {
17382                   "id": "byRegexp",
17383                   "options": "/.*sdc3.*/"
17384                 },
17385                 "properties": [
17386                   {
17387                     "id": "color",
17388                     "value": {
17389                       "fixedColor": "#9AC48A",
17390                       "mode": "fixed"
17391                     }
17392                   }
17393                 ]
17394               },
17395               {
17396                 "matcher": {
17397                   "id": "byRegexp",
17398                   "options": "/.*sdd1.*/"
17399                 },
17400                 "properties": [
17401                   {
17402                     "id": "color",
17403                     "value": {
17404                       "fixedColor": "#65C5DB",
17405                       "mode": "fixed"
17406                     }
17407                   }
17408                 ]
17409               },
17410               {
17411                 "matcher": {
17412                   "id": "byRegexp",
17413                   "options": "/.*sdd2.*/"
17414                 },
17415                 "properties": [
17416                   {
17417                     "id": "color",
17418                     "value": {
17419                       "fixedColor": "#F9934E",
17420                       "mode": "fixed"
17421                     }
17422                   }
17423                 ]
17424               },
17425               {
17426                 "matcher": {
17427                   "id": "byRegexp",
17428                   "options": "/.*sdd3.*/"
17429                 },
17430                 "properties": [
17431                   {
17432                     "id": "color",
17433                     "value": {
17434                       "fixedColor": "#EA6460",
17435                       "mode": "fixed"
17436                     }
17437                   }
17438                 ]
17439               },
17440               {
17441                 "matcher": {
17442                   "id": "byRegexp",
17443                   "options": "/.*sde1.*/"
17444                 },
17445                 "properties": [
17446                   {
17447                     "id": "color",
17448                     "value": {
17449                       "fixedColor": "#E0F9D7",
17450                       "mode": "fixed"
17451                     }
17452                   }
17453                 ]
17454               },
17455               {
17456                 "matcher": {
17457                   "id": "byRegexp",
17458                   "options": "/.*sdd2.*/"
17459                 },
17460                 "properties": [
17461                   {
17462                     "id": "color",
17463                     "value": {
17464                       "fixedColor": "#FCEACA",
17465                       "mode": "fixed"
17466                     }
17467                   }
17468                 ]
17469               },
17470               {
17471                 "matcher": {
17472                   "id": "byRegexp",
17473                   "options": "/.*sde3.*/"
17474                 },
17475                 "properties": [
17476                   {
17477                     "id": "color",
17478                     "value": {
17479                       "fixedColor": "#F9E2D2",
17480                       "mode": "fixed"
17481                     }
17482                   }
17483                 ]
17484               }
17485             ]
17486           },
17487           "gridPos": {
17488             "h": 10,
17489             "w": 12,
17490             "x": 0,
17491             "y": 61
17492           },
17493           "id": 34,
17494           "links": [],
17495           "options": {
17496             "legend": {
17497               "calcs": [
17498                 "mean",
17499                 "lastNotNull",
17500                 "max",
17501                 "min"
17502               ],
17503               "displayMode": "table",
17504               "placement": "bottom",
17505               "showLegend": true
17506             },
17507             "tooltip": {
17508               "mode": "single",
17509               "sort": "none"
17510             }
17511           },
17512           "pluginVersion": "9.2.0",
17513           "targets": [
17514             {
17515               "datasource": {
17516                 "type": "prometheus",
17517                 "uid": "${DS_PROMETHEUS}"
17518               },
17519               "expr": "node_disk_io_now{instance=\"$node\",job=\"$job\"}",
17520               "interval": "",
17521               "intervalFactor": 4,
17522               "legendFormat": "{{device}} - IO now",
17523               "refId": "A",
17524               "step": 240
17525             }
17526           ],
17527           "title": "Instantaneous Queue Size",
17528           "type": "timeseries"
17529         },
17530         {
17531           "datasource": {
17532             "type": "prometheus",
17533             "uid": "${DS_PROMETHEUS}"
17534           },
17535           "description": "",
17536           "fieldConfig": {
17537             "defaults": {
17538               "color": {
17539                 "mode": "palette-classic"
17540               },
17541               "custom": {
17542                 "axisCenteredZero": false,
17543                 "axisColorMode": "text",
17544                 "axisLabel": "IOs",
17545                 "axisPlacement": "auto",
17546                 "barAlignment": 0,
17547                 "drawStyle": "line",
17548                 "fillOpacity": 20,
17549                 "gradientMode": "none",
17550                 "hideFrom": {
17551                   "legend": false,
17552                   "tooltip": false,
17553                   "viz": false
17554                 },
17555                 "lineInterpolation": "linear",
17556                 "lineWidth": 1,
17557                 "pointSize": 5,
17558                 "scaleDistribution": {
17559                   "type": "linear"
17560                 },
17561                 "showPoints": "never",
17562                 "spanNulls": false,
17563                 "stacking": {
17564                   "group": "A",
17565                   "mode": "none"
17566                 },
17567                 "thresholdsStyle": {
17568                   "mode": "off"
17569                 }
17570               },
17571               "links": [],
17572               "mappings": [],
17573               "thresholds": {
17574                 "mode": "absolute",
17575                 "steps": [
17576                   {
17577                     "color": "green"
17578                   },
17579                   {
17580                     "color": "red",
17581                     "value": 80
17582                   }
17583                 ]
17584               },
17585               "unit": "iops"
17586             },
17587             "overrides": [
17588               {
17589                 "matcher": {
17590                   "id": "byRegexp",
17591                   "options": "/.*sda_.*/"
17592                 },
17593                 "properties": [
17594                   {
17595                     "id": "color",
17596                     "value": {
17597                       "fixedColor": "#7EB26D",
17598                       "mode": "fixed"
17599                     }
17600                   }
17601                 ]
17602               },
17603               {
17604                 "matcher": {
17605                   "id": "byRegexp",
17606                   "options": "/.*sdb_.*/"
17607                 },
17608                 "properties": [
17609                   {
17610                     "id": "color",
17611                     "value": {
17612                       "fixedColor": "#EAB839",
17613                       "mode": "fixed"
17614                     }
17615                   }
17616                 ]
17617               },
17618               {
17619                 "matcher": {
17620                   "id": "byRegexp",
17621                   "options": "/.*sdc_.*/"
17622                 },
17623                 "properties": [
17624                   {
17625                     "id": "color",
17626                     "value": {
17627                       "fixedColor": "#6ED0E0",
17628                       "mode": "fixed"
17629                     }
17630                   }
17631                 ]
17632               },
17633               {
17634                 "matcher": {
17635                   "id": "byRegexp",
17636                   "options": "/.*sdd_.*/"
17637                 },
17638                 "properties": [
17639                   {
17640                     "id": "color",
17641                     "value": {
17642                       "fixedColor": "#EF843C",
17643                       "mode": "fixed"
17644                     }
17645                   }
17646                 ]
17647               },
17648               {
17649                 "matcher": {
17650                   "id": "byRegexp",
17651                   "options": "/.*sde_.*/"
17652                 },
17653                 "properties": [
17654                   {
17655                     "id": "color",
17656                     "value": {
17657                       "fixedColor": "#E24D42",
17658                       "mode": "fixed"
17659                     }
17660                   }
17661                 ]
17662               },
17663               {
17664                 "matcher": {
17665                   "id": "byRegexp",
17666                   "options": "/.*sda1.*/"
17667                 },
17668                 "properties": [
17669                   {
17670                     "id": "color",
17671                     "value": {
17672                       "fixedColor": "#584477",
17673                       "mode": "fixed"
17674                     }
17675                   }
17676                 ]
17677               },
17678               {
17679                 "matcher": {
17680                   "id": "byRegexp",
17681                   "options": "/.*sda2_.*/"
17682                 },
17683                 "properties": [
17684                   {
17685                     "id": "color",
17686                     "value": {
17687                       "fixedColor": "#BA43A9",
17688                       "mode": "fixed"
17689                     }
17690                   }
17691                 ]
17692               },
17693               {
17694                 "matcher": {
17695                   "id": "byRegexp",
17696                   "options": "/.*sda3_.*/"
17697                 },
17698                 "properties": [
17699                   {
17700                     "id": "color",
17701                     "value": {
17702                       "fixedColor": "#F4D598",
17703                       "mode": "fixed"
17704                     }
17705                   }
17706                 ]
17707               },
17708               {
17709                 "matcher": {
17710                   "id": "byRegexp",
17711                   "options": "/.*sdb1.*/"
17712                 },
17713                 "properties": [
17714                   {
17715                     "id": "color",
17716                     "value": {
17717                       "fixedColor": "#0A50A1",
17718                       "mode": "fixed"
17719                     }
17720                   }
17721                 ]
17722               },
17723               {
17724                 "matcher": {
17725                   "id": "byRegexp",
17726                   "options": "/.*sdb2.*/"
17727                 },
17728                 "properties": [
17729                   {
17730                     "id": "color",
17731                     "value": {
17732                       "fixedColor": "#BF1B00",
17733                       "mode": "fixed"
17734                     }
17735                   }
17736                 ]
17737               },
17738               {
17739                 "matcher": {
17740                   "id": "byRegexp",
17741                   "options": "/.*sdb3.*/"
17742                 },
17743                 "properties": [
17744                   {
17745                     "id": "color",
17746                     "value": {
17747                       "fixedColor": "#E0752D",
17748                       "mode": "fixed"
17749                     }
17750                   }
17751                 ]
17752               },
17753               {
17754                 "matcher": {
17755                   "id": "byRegexp",
17756                   "options": "/.*sdc1.*/"
17757                 },
17758                 "properties": [
17759                   {
17760                     "id": "color",
17761                     "value": {
17762                       "fixedColor": "#962D82",
17763                       "mode": "fixed"
17764                     }
17765                   }
17766                 ]
17767               },
17768               {
17769                 "matcher": {
17770                   "id": "byRegexp",
17771                   "options": "/.*sdc2.*/"
17772                 },
17773                 "properties": [
17774                   {
17775                     "id": "color",
17776                     "value": {
17777                       "fixedColor": "#614D93",
17778                       "mode": "fixed"
17779                     }
17780                   }
17781                 ]
17782               },
17783               {
17784                 "matcher": {
17785                   "id": "byRegexp",
17786                   "options": "/.*sdc3.*/"
17787                 },
17788                 "properties": [
17789                   {
17790                     "id": "color",
17791                     "value": {
17792                       "fixedColor": "#9AC48A",
17793                       "mode": "fixed"
17794                     }
17795                   }
17796                 ]
17797               },
17798               {
17799                 "matcher": {
17800                   "id": "byRegexp",
17801                   "options": "/.*sdd1.*/"
17802                 },
17803                 "properties": [
17804                   {
17805                     "id": "color",
17806                     "value": {
17807                       "fixedColor": "#65C5DB",
17808                       "mode": "fixed"
17809                     }
17810                   }
17811                 ]
17812               },
17813               {
17814                 "matcher": {
17815                   "id": "byRegexp",
17816                   "options": "/.*sdd2.*/"
17817                 },
17818                 "properties": [
17819                   {
17820                     "id": "color",
17821                     "value": {
17822                       "fixedColor": "#F9934E",
17823                       "mode": "fixed"
17824                     }
17825                   }
17826                 ]
17827               },
17828               {
17829                 "matcher": {
17830                   "id": "byRegexp",
17831                   "options": "/.*sdd3.*/"
17832                 },
17833                 "properties": [
17834                   {
17835                     "id": "color",
17836                     "value": {
17837                       "fixedColor": "#EA6460",
17838                       "mode": "fixed"
17839                     }
17840                   }
17841                 ]
17842               },
17843               {
17844                 "matcher": {
17845                   "id": "byRegexp",
17846                   "options": "/.*sde1.*/"
17847                 },
17848                 "properties": [
17849                   {
17850                     "id": "color",
17851                     "value": {
17852                       "fixedColor": "#E0F9D7",
17853                       "mode": "fixed"
17854                     }
17855                   }
17856                 ]
17857               },
17858               {
17859                 "matcher": {
17860                   "id": "byRegexp",
17861                   "options": "/.*sdd2.*/"
17862                 },
17863                 "properties": [
17864                   {
17865                     "id": "color",
17866                     "value": {
17867                       "fixedColor": "#FCEACA",
17868                       "mode": "fixed"
17869                     }
17870                   }
17871                 ]
17872               },
17873               {
17874                 "matcher": {
17875                   "id": "byRegexp",
17876                   "options": "/.*sde3.*/"
17877                 },
17878                 "properties": [
17879                   {
17880                     "id": "color",
17881                     "value": {
17882                       "fixedColor": "#F9E2D2",
17883                       "mode": "fixed"
17884                     }
17885                   }
17886                 ]
17887               }
17888             ]
17889           },
17890           "gridPos": {
17891             "h": 10,
17892             "w": 12,
17893             "x": 12,
17894             "y": 61
17895           },
17896           "id": 301,
17897           "links": [],
17898           "options": {
17899             "legend": {
17900               "calcs": [
17901                 "mean",
17902                 "lastNotNull",
17903                 "max",
17904                 "min"
17905               ],
17906               "displayMode": "table",
17907               "placement": "bottom",
17908               "showLegend": true
17909             },
17910             "tooltip": {
17911               "mode": "single",
17912               "sort": "none"
17913             }
17914           },
17915           "pluginVersion": "9.2.0",
17916           "targets": [
17917             {
17918               "datasource": {
17919                 "type": "prometheus",
17920                 "uid": "${DS_PROMETHEUS}"
17921               },
17922               "expr": "irate(node_disk_discards_completed_total{instance=\"$node\",job=\"$job\"}[$__rate_interval])",
17923               "interval": "",
17924               "intervalFactor": 4,
17925               "legendFormat": "{{device}} - Discards completed",
17926               "refId": "A",
17927               "step": 240
17928             },
17929             {
17930               "datasource": {
17931                 "type": "prometheus",
17932                 "uid": "${DS_PROMETHEUS}"
17933               },
17934               "expr": "irate(node_disk_discards_merged_total{instance=\"$node\",job=\"$job\"}[$__rate_interval])",
17935               "interval": "",
17936               "intervalFactor": 1,
17937               "legendFormat": "{{device}} - Discards merged",
17938               "refId": "B",
17939               "step": 240
17940             }
17941           ],
17942           "title": "Disk IOps Discards completed / merged",
17943           "type": "timeseries"
17944         }
17945       ],
17946       "targets": [
17947         {
17948           "datasource": {
17949             "type": "prometheus",
17950             "uid": "${DS_PROMETHEUS}"
17951           },
17952           "refId": "A"
17953         }
17954       ],
17955       "title": "Storage Disk",
17956       "type": "row"
17957     },
17958     {
17959       "collapsed": true,
17960       "datasource": {
17961         "type": "prometheus",
17962         "uid": "${DS_PROMETHEUS}"
17963       },
17964       "gridPos": {
17965         "h": 1,
17966         "w": 24,
17967         "x": 0,
17968         "y": 29
17969       },
17970       "id": 271,
17971       "panels": [
17972         {
17973           "datasource": {
17974             "type": "prometheus",
17975             "uid": "${DS_PROMETHEUS}"
17976           },
17977           "description": "",
17978           "fieldConfig": {
17979             "defaults": {
17980               "color": {
17981                 "mode": "palette-classic"
17982               },
17983               "custom": {
17984                 "axisCenteredZero": false,
17985                 "axisColorMode": "text",
17986                 "axisLabel": "bytes",
17987                 "axisPlacement": "auto",
17988                 "barAlignment": 0,
17989                 "drawStyle": "line",
17990                 "fillOpacity": 20,
17991                 "gradientMode": "none",
17992                 "hideFrom": {
17993                   "legend": false,
17994                   "tooltip": false,
17995                   "viz": false
17996                 },
17997                 "lineInterpolation": "linear",
17998                 "lineWidth": 1,
17999                 "pointSize": 5,
18000                 "scaleDistribution": {
18001                   "type": "linear"
18002                 },
18003                 "showPoints": "never",
18004                 "spanNulls": false,
18005                 "stacking": {
18006                   "group": "A",
18007                   "mode": "none"
18008                 },
18009                 "thresholdsStyle": {
18010                   "mode": "off"
18011                 }
18012               },
18013               "links": [],
18014               "mappings": [],
18015               "min": 0,
18016               "thresholds": {
18017                 "mode": "absolute",
18018                 "steps": [
18019                   {
18020                     "color": "green"
18021                   },
18022                   {
18023                     "color": "red",
18024                     "value": 80
18025                   }
18026                 ]
18027               },
18028               "unit": "bytes"
18029             },
18030             "overrides": []
18031           },
18032           "gridPos": {
18033             "h": 10,
18034             "w": 12,
18035             "x": 0,
18036             "y": 46
18037           },
18038           "id": 43,
18039           "links": [],
18040           "options": {
18041             "legend": {
18042               "calcs": [
18043                 "mean",
18044                 "lastNotNull",
18045                 "max",
18046                 "min"
18047               ],
18048               "displayMode": "table",
18049               "placement": "bottom",
18050               "showLegend": true
18051             },
18052             "tooltip": {
18053               "mode": "multi",
18054               "sort": "none"
18055             }
18056           },
18057           "pluginVersion": "9.2.0",
18058           "targets": [
18059             {
18060               "datasource": {
18061                 "type": "prometheus",
18062                 "uid": "${DS_PROMETHEUS}"
18063               },
18064               "expr": "node_filesystem_avail_bytes{instance=\"$node\",job=\"$job\",device!~'rootfs'}",
18065               "format": "time_series",
18066               "hide": false,
18067               "intervalFactor": 1,
18068               "legendFormat": "{{mountpoint}} - Available",
18069               "metric": "",
18070               "refId": "A",
18071               "step": 240
18072             },
18073             {
18074               "datasource": {
18075                 "type": "prometheus",
18076                 "uid": "${DS_PROMETHEUS}"
18077               },
18078               "expr": "node_filesystem_free_bytes{instance=\"$node\",job=\"$job\",device!~'rootfs'}",
18079               "format": "time_series",
18080               "hide": true,
18081               "intervalFactor": 1,
18082               "legendFormat": "{{mountpoint}} - Free",
18083               "refId": "B",
18084               "step": 240
18085             },
18086             {
18087               "datasource": {
18088                 "type": "prometheus",
18089                 "uid": "${DS_PROMETHEUS}"
18090               },
18091               "expr": "node_filesystem_size_bytes{instance=\"$node\",job=\"$job\",device!~'rootfs'}",
18092               "format": "time_series",
18093               "hide": true,
18094               "intervalFactor": 1,
18095               "legendFormat": "{{mountpoint}} - Size",
18096               "refId": "C",
18097               "step": 240
18098             }
18099           ],
18100           "title": "Filesystem space available",
18101           "type": "timeseries"
18102         },
18103         {
18104           "datasource": {
18105             "type": "prometheus",
18106             "uid": "${DS_PROMETHEUS}"
18107           },
18108           "description": "",
18109           "fieldConfig": {
18110             "defaults": {
18111               "color": {
18112                 "mode": "palette-classic"
18113               },
18114               "custom": {
18115                 "axisCenteredZero": false,
18116                 "axisColorMode": "text",
18117                 "axisLabel": "file nodes",
18118                 "axisPlacement": "auto",
18119                 "barAlignment": 0,
18120                 "drawStyle": "line",
18121                 "fillOpacity": 20,
18122                 "gradientMode": "none",
18123                 "hideFrom": {
18124                   "legend": false,
18125                   "tooltip": false,
18126                   "viz": false
18127                 },
18128                 "lineInterpolation": "linear",
18129                 "lineWidth": 1,
18130                 "pointSize": 5,
18131                 "scaleDistribution": {
18132                   "type": "linear"
18133                 },
18134                 "showPoints": "never",
18135                 "spanNulls": false,
18136                 "stacking": {
18137                   "group": "A",
18138                   "mode": "none"
18139                 },
18140                 "thresholdsStyle": {
18141                   "mode": "off"
18142                 }
18143               },
18144               "links": [],
18145               "mappings": [],
18146               "min": 0,
18147               "thresholds": {
18148                 "mode": "absolute",
18149                 "steps": [
18150                   {
18151                     "color": "green"
18152                   },
18153                   {
18154                     "color": "red",
18155                     "value": 80
18156                   }
18157                 ]
18158               },
18159               "unit": "short"
18160             },
18161             "overrides": []
18162           },
18163           "gridPos": {
18164             "h": 10,
18165             "w": 12,
18166             "x": 12,
18167             "y": 46
18168           },
18169           "id": 41,
18170           "links": [],
18171           "options": {
18172             "legend": {
18173               "calcs": [
18174                 "mean",
18175                 "lastNotNull",
18176                 "max",
18177                 "min"
18178               ],
18179               "displayMode": "table",
18180               "placement": "bottom",
18181               "showLegend": true
18182             },
18183             "tooltip": {
18184               "mode": "multi",
18185               "sort": "none"
18186             }
18187           },
18188           "pluginVersion": "9.2.0",
18189           "targets": [
18190             {
18191               "datasource": {
18192                 "type": "prometheus",
18193                 "uid": "${DS_PROMETHEUS}"
18194               },
18195               "expr": "node_filesystem_files_free{instance=\"$node\",job=\"$job\",device!~'rootfs'}",
18196               "format": "time_series",
18197               "hide": false,
18198               "intervalFactor": 1,
18199               "legendFormat": "{{mountpoint}} - Free file nodes",
18200               "refId": "A",
18201               "step": 240
18202             }
18203           ],
18204           "title": "File Nodes Free",
18205           "type": "timeseries"
18206         },
18207         {
18208           "datasource": {
18209             "type": "prometheus",
18210             "uid": "${DS_PROMETHEUS}"
18211           },
18212           "description": "",
18213           "fieldConfig": {
18214             "defaults": {
18215               "color": {
18216                 "mode": "palette-classic"
18217               },
18218               "custom": {
18219                 "axisCenteredZero": false,
18220                 "axisColorMode": "text",
18221                 "axisLabel": "files",
18222                 "axisPlacement": "auto",
18223                 "barAlignment": 0,
18224                 "drawStyle": "line",
18225                 "fillOpacity": 20,
18226                 "gradientMode": "none",
18227                 "hideFrom": {
18228                   "legend": false,
18229                   "tooltip": false,
18230                   "viz": false
18231                 },
18232                 "lineInterpolation": "linear",
18233                 "lineWidth": 1,
18234                 "pointSize": 5,
18235                 "scaleDistribution": {
18236                   "type": "linear"
18237                 },
18238                 "showPoints": "never",
18239                 "spanNulls": false,
18240                 "stacking": {
18241                   "group": "A",
18242                   "mode": "none"
18243                 },
18244                 "thresholdsStyle": {
18245                   "mode": "off"
18246                 }
18247               },
18248               "links": [],
18249               "mappings": [],
18250               "min": 0,
18251               "thresholds": {
18252                 "mode": "absolute",
18253                 "steps": [
18254                   {
18255                     "color": "green"
18256                   },
18257                   {
18258                     "color": "red",
18259                     "value": 80
18260                   }
18261                 ]
18262               },
18263               "unit": "short"
18264             },
18265             "overrides": []
18266           },
18267           "gridPos": {
18268             "h": 10,
18269             "w": 12,
18270             "x": 0,
18271             "y": 56
18272           },
18273           "id": 28,
18274           "links": [],
18275           "options": {
18276             "legend": {
18277               "calcs": [
18278                 "mean",
18279                 "lastNotNull",
18280                 "max",
18281                 "min"
18282               ],
18283               "displayMode": "table",
18284               "placement": "bottom",
18285               "showLegend": true
18286             },
18287             "tooltip": {
18288               "mode": "single",
18289               "sort": "none"
18290             }
18291           },
18292           "pluginVersion": "9.2.0",
18293           "targets": [
18294             {
18295               "datasource": {
18296                 "type": "prometheus",
18297                 "uid": "${DS_PROMETHEUS}"
18298               },
18299               "expr": "node_filefd_maximum{instance=\"$node\",job=\"$job\"}",
18300               "format": "time_series",
18301               "intervalFactor": 4,
18302               "legendFormat": "Max open files",
18303               "refId": "A",
18304               "step": 240
18305             },
18306             {
18307               "datasource": {
18308                 "type": "prometheus",
18309                 "uid": "${DS_PROMETHEUS}"
18310               },
18311               "expr": "node_filefd_allocated{instance=\"$node\",job=\"$job\"}",
18312               "format": "time_series",
18313               "intervalFactor": 1,
18314               "legendFormat": "Open files",
18315               "refId": "B",
18316               "step": 240
18317             }
18318           ],
18319           "title": "File Descriptor",
18320           "type": "timeseries"
18321         },
18322         {
18323           "datasource": {
18324             "type": "prometheus",
18325             "uid": "${DS_PROMETHEUS}"
18326           },
18327           "description": "",
18328           "fieldConfig": {
18329             "defaults": {
18330               "color": {
18331                 "mode": "palette-classic"
18332               },
18333               "custom": {
18334                 "axisCenteredZero": false,
18335                 "axisColorMode": "text",
18336                 "axisLabel": "file Nodes",
18337                 "axisPlacement": "auto",
18338                 "barAlignment": 0,
18339                 "drawStyle": "line",
18340                 "fillOpacity": 20,
18341                 "gradientMode": "none",
18342                 "hideFrom": {
18343                   "legend": false,
18344                   "tooltip": false,
18345                   "viz": false
18346                 },
18347                 "lineInterpolation": "linear",
18348                 "lineWidth": 1,
18349                 "pointSize": 5,
18350                 "scaleDistribution": {
18351                   "type": "linear"
18352                 },
18353                 "showPoints": "never",
18354                 "spanNulls": false,
18355                 "stacking": {
18356                   "group": "A",
18357                   "mode": "none"
18358                 },
18359                 "thresholdsStyle": {
18360                   "mode": "off"
18361                 }
18362               },
18363               "links": [],
18364               "mappings": [],
18365               "min": 0,
18366               "thresholds": {
18367                 "mode": "absolute",
18368                 "steps": [
18369                   {
18370                     "color": "green"
18371                   },
18372                   {
18373                     "color": "red",
18374                     "value": 80
18375                   }
18376                 ]
18377               },
18378               "unit": "short"
18379             },
18380             "overrides": []
18381           },
18382           "gridPos": {
18383             "h": 10,
18384             "w": 12,
18385             "x": 12,
18386             "y": 56
18387           },
18388           "id": 219,
18389           "links": [],
18390           "options": {
18391             "legend": {
18392               "calcs": [
18393                 "mean",
18394                 "lastNotNull",
18395                 "max",
18396                 "min"
18397               ],
18398               "displayMode": "table",
18399               "placement": "bottom",
18400               "showLegend": true
18401             },
18402             "tooltip": {
18403               "mode": "multi",
18404               "sort": "none"
18405             }
18406           },
18407           "pluginVersion": "9.2.0",
18408           "targets": [
18409             {
18410               "datasource": {
18411                 "type": "prometheus",
18412                 "uid": "${DS_PROMETHEUS}"
18413               },
18414               "expr": "node_filesystem_files{instance=\"$node\",job=\"$job\",device!~'rootfs'}",
18415               "format": "time_series",
18416               "hide": false,
18417               "intervalFactor": 1,
18418               "legendFormat": "{{mountpoint}} - File nodes total",
18419               "refId": "A",
18420               "step": 240
18421             }
18422           ],
18423           "title": "File Nodes Size",
18424           "type": "timeseries"
18425         },
18426         {
18427           "datasource": {
18428             "type": "prometheus",
18429             "uid": "${DS_PROMETHEUS}"
18430           },
18431           "description": "",
18432           "fieldConfig": {
18433             "defaults": {
18434               "color": {
18435                 "mode": "palette-classic"
18436               },
18437               "custom": {
18438                 "axisCenteredZero": false,
18439                 "axisColorMode": "text",
18440                 "axisLabel": "counter",
18441                 "axisPlacement": "auto",
18442                 "barAlignment": 0,
18443                 "drawStyle": "line",
18444                 "fillOpacity": 20,
18445                 "gradientMode": "none",
18446                 "hideFrom": {
18447                   "legend": false,
18448                   "tooltip": false,
18449                   "viz": false
18450                 },
18451                 "lineInterpolation": "linear",
18452                 "lineWidth": 1,
18453                 "pointSize": 5,
18454                 "scaleDistribution": {
18455                   "type": "linear"
18456                 },
18457                 "showPoints": "never",
18458                 "spanNulls": false,
18459                 "stacking": {
18460                   "group": "A",
18461                   "mode": "normal"
18462                 },
18463                 "thresholdsStyle": {
18464                   "mode": "off"
18465                 }
18466               },
18467               "links": [],
18468               "mappings": [],
18469               "max": 1,
18470               "min": 0,
18471               "thresholds": {
18472                 "mode": "absolute",
18473                 "steps": [
18474                   {
18475                     "color": "green"
18476                   },
18477                   {
18478                     "color": "red",
18479                     "value": 80
18480                   }
18481                 ]
18482               },
18483               "unit": "short"
18484             },
18485             "overrides": [
18486               {
18487                 "matcher": {
18488                   "id": "byName",
18489                   "options": "/ ReadOnly"
18490                 },
18491                 "properties": [
18492                   {
18493                     "id": "color",
18494                     "value": {
18495                       "fixedColor": "#890F02",
18496                       "mode": "fixed"
18497                     }
18498                   }
18499                 ]
18500               }
18501             ]
18502           },
18503           "gridPos": {
18504             "h": 10,
18505             "w": 12,
18506             "x": 0,
18507             "y": 66
18508           },
18509           "id": 44,
18510           "links": [],
18511           "options": {
18512             "legend": {
18513               "calcs": [
18514                 "mean",
18515                 "lastNotNull",
18516                 "max",
18517                 "min"
18518               ],
18519               "displayMode": "table",
18520               "placement": "bottom",
18521               "showLegend": true
18522             },
18523             "tooltip": {
18524               "mode": "multi",
18525               "sort": "none"
18526             }
18527           },
18528           "pluginVersion": "9.2.0",
18529           "targets": [
18530             {
18531               "datasource": {
18532                 "type": "prometheus",
18533                 "uid": "${DS_PROMETHEUS}"
18534               },
18535               "expr": "node_filesystem_readonly{instance=\"$node\",job=\"$job\",device!~'rootfs'}",
18536               "format": "time_series",
18537               "intervalFactor": 1,
18538               "legendFormat": "{{mountpoint}} - ReadOnly",
18539               "refId": "A",
18540               "step": 240
18541             },
18542             {
18543               "datasource": {
18544                 "type": "prometheus",
18545                 "uid": "${DS_PROMETHEUS}"
18546               },
18547               "expr": "node_filesystem_device_error{instance=\"$node\",job=\"$job\",device!~'rootfs',fstype!~'tmpfs'}",
18548               "format": "time_series",
18549               "interval": "",
18550               "intervalFactor": 1,
18551               "legendFormat": "{{mountpoint}} - Device error",
18552               "refId": "B",
18553               "step": 240
18554             }
18555           ],
18556           "title": "Filesystem in ReadOnly / Error",
18557           "type": "timeseries"
18558         }
18559       ],
18560       "targets": [
18561         {
18562           "datasource": {
18563             "type": "prometheus",
18564             "uid": "${DS_PROMETHEUS}"
18565           },
18566           "refId": "A"
18567         }
18568       ],
18569       "title": "Storage Filesystem",
18570       "type": "row"
18571     },
18572     {
18573       "collapsed": true,
18574       "datasource": {
18575         "type": "prometheus",
18576         "uid": "${DS_PROMETHEUS}"
18577       },
18578       "gridPos": {
18579         "h": 1,
18580         "w": 24,
18581         "x": 0,
18582         "y": 30
18583       },
18584       "id": 272,
18585       "panels": [
18586         {
18587           "datasource": {
18588             "type": "prometheus",
18589             "uid": "${DS_PROMETHEUS}"
18590           },
18591           "fieldConfig": {
18592             "defaults": {
18593               "color": {
18594                 "mode": "palette-classic"
18595               },
18596               "custom": {
18597                 "axisCenteredZero": false,
18598                 "axisColorMode": "text",
18599                 "axisLabel": "packets out (-) / in (+)",
18600                 "axisPlacement": "auto",
18601                 "barAlignment": 0,
18602                 "drawStyle": "line",
18603                 "fillOpacity": 20,
18604                 "gradientMode": "none",
18605                 "hideFrom": {
18606                   "legend": false,
18607                   "tooltip": false,
18608                   "viz": false
18609                 },
18610                 "lineInterpolation": "linear",
18611                 "lineWidth": 1,
18612                 "pointSize": 5,
18613                 "scaleDistribution": {
18614                   "type": "linear"
18615                 },
18616                 "showPoints": "never",
18617                 "spanNulls": false,
18618                 "stacking": {
18619                   "group": "A",
18620                   "mode": "none"
18621                 },
18622                 "thresholdsStyle": {
18623                   "mode": "off"
18624                 }
18625               },
18626               "links": [],
18627               "mappings": [],
18628               "thresholds": {
18629                 "mode": "absolute",
18630                 "steps": [
18631                   {
18632                     "color": "green"
18633                   },
18634                   {
18635                     "color": "red",
18636                     "value": 80
18637                   }
18638                 ]
18639               },
18640               "unit": "pps"
18641             },
18642             "overrides": [
18643               {
18644                 "matcher": {
18645                   "id": "byName",
18646                   "options": "receive_packets_eth0"
18647                 },
18648                 "properties": [
18649                   {
18650                     "id": "color",
18651                     "value": {
18652                       "fixedColor": "#7EB26D",
18653                       "mode": "fixed"
18654                     }
18655                   }
18656                 ]
18657               },
18658               {
18659                 "matcher": {
18660                   "id": "byName",
18661                   "options": "receive_packets_lo"
18662                 },
18663                 "properties": [
18664                   {
18665                     "id": "color",
18666                     "value": {
18667                       "fixedColor": "#E24D42",
18668                       "mode": "fixed"
18669                     }
18670                   }
18671                 ]
18672               },
18673               {
18674                 "matcher": {
18675                   "id": "byName",
18676                   "options": "transmit_packets_eth0"
18677                 },
18678                 "properties": [
18679                   {
18680                     "id": "color",
18681                     "value": {
18682                       "fixedColor": "#7EB26D",
18683                       "mode": "fixed"
18684                     }
18685                   }
18686                 ]
18687               },
18688               {
18689                 "matcher": {
18690                   "id": "byName",
18691                   "options": "transmit_packets_lo"
18692                 },
18693                 "properties": [
18694                   {
18695                     "id": "color",
18696                     "value": {
18697                       "fixedColor": "#E24D42",
18698                       "mode": "fixed"
18699                     }
18700                   }
18701                 ]
18702               },
18703               {
18704                 "matcher": {
18705                   "id": "byRegexp",
18706                   "options": "/.*Trans.*/"
18707                 },
18708                 "properties": [
18709                   {
18710                     "id": "custom.transform",
18711                     "value": "negative-Y"
18712                   }
18713                 ]
18714               }
18715             ]
18716           },
18717           "gridPos": {
18718             "h": 10,
18719             "w": 12,
18720             "x": 0,
18721             "y": 33
18722           },
18723           "id": 60,
18724           "links": [],
18725           "options": {
18726             "legend": {
18727               "calcs": [
18728                 "mean",
18729                 "lastNotNull",
18730                 "max",
18731                 "min"
18732               ],
18733               "displayMode": "table",
18734               "placement": "bottom",
18735               "showLegend": true,
18736               "width": 300
18737             },
18738             "tooltip": {
18739               "mode": "multi",
18740               "sort": "none"
18741             }
18742           },
18743           "pluginVersion": "9.2.0",
18744           "targets": [
18745             {
18746               "datasource": {
18747                 "type": "prometheus",
18748                 "uid": "${DS_PROMETHEUS}"
18749               },
18750               "expr": "irate(node_network_receive_packets_total{instance=\"$node\",job=\"$job\"}[$__rate_interval])",
18751               "format": "time_series",
18752               "interval": "",
18753               "intervalFactor": 1,
18754               "legendFormat": "{{device}} - Receive",
18755               "refId": "A",
18756               "step": 240
18757             },
18758             {
18759               "datasource": {
18760                 "type": "prometheus",
18761                 "uid": "${DS_PROMETHEUS}"
18762               },
18763               "expr": "irate(node_network_transmit_packets_total{instance=\"$node\",job=\"$job\"}[$__rate_interval])",
18764               "format": "time_series",
18765               "interval": "",
18766               "intervalFactor": 1,
18767               "legendFormat": "{{device}} - Transmit",
18768               "refId": "B",
18769               "step": 240
18770             }
18771           ],
18772           "title": "Network Traffic by Packets",
18773           "type": "timeseries"
18774         },
18775         {
18776           "datasource": {
18777             "type": "prometheus",
18778             "uid": "${DS_PROMETHEUS}"
18779           },
18780           "fieldConfig": {
18781             "defaults": {
18782               "color": {
18783                 "mode": "palette-classic"
18784               },
18785               "custom": {
18786                 "axisCenteredZero": false,
18787                 "axisColorMode": "text",
18788                 "axisLabel": "packets out (-) / in (+)",
18789                 "axisPlacement": "auto",
18790                 "barAlignment": 0,
18791                 "drawStyle": "line",
18792                 "fillOpacity": 20,
18793                 "gradientMode": "none",
18794                 "hideFrom": {
18795                   "legend": false,
18796                   "tooltip": false,
18797                   "viz": false
18798                 },
18799                 "lineInterpolation": "linear",
18800                 "lineWidth": 1,
18801                 "pointSize": 5,
18802                 "scaleDistribution": {
18803                   "type": "linear"
18804                 },
18805                 "showPoints": "never",
18806                 "spanNulls": false,
18807                 "stacking": {
18808                   "group": "A",
18809                   "mode": "none"
18810                 },
18811                 "thresholdsStyle": {
18812                   "mode": "off"
18813                 }
18814               },
18815               "links": [],
18816               "mappings": [],
18817               "thresholds": {
18818                 "mode": "absolute",
18819                 "steps": [
18820                   {
18821                     "color": "green"
18822                   },
18823                   {
18824                     "color": "red",
18825                     "value": 80
18826                   }
18827                 ]
18828               },
18829               "unit": "pps"
18830             },
18831             "overrides": [
18832               {
18833                 "matcher": {
18834                   "id": "byRegexp",
18835                   "options": "/.*Trans.*/"
18836                 },
18837                 "properties": [
18838                   {
18839                     "id": "custom.transform",
18840                     "value": "negative-Y"
18841                   }
18842                 ]
18843               }
18844             ]
18845           },
18846           "gridPos": {
18847             "h": 10,
18848             "w": 12,
18849             "x": 12,
18850             "y": 33
18851           },
18852           "id": 142,
18853           "links": [],
18854           "options": {
18855             "legend": {
18856               "calcs": [
18857                 "mean",
18858                 "lastNotNull",
18859                 "max",
18860                 "min"
18861               ],
18862               "displayMode": "table",
18863               "placement": "bottom",
18864               "showLegend": true,
18865               "width": 300
18866             },
18867             "tooltip": {
18868               "mode": "multi",
18869               "sort": "none"
18870             }
18871           },
18872           "pluginVersion": "9.2.0",
18873           "targets": [
18874             {
18875               "datasource": {
18876                 "type": "prometheus",
18877                 "uid": "${DS_PROMETHEUS}"
18878               },
18879               "expr": "irate(node_network_receive_errs_total{instance=\"$node\",job=\"$job\"}[$__rate_interval])",
18880               "format": "time_series",
18881               "intervalFactor": 1,
18882               "legendFormat": "{{device}} - Receive errors",
18883               "refId": "A",
18884               "step": 240
18885             },
18886             {
18887               "datasource": {
18888                 "type": "prometheus",
18889                 "uid": "${DS_PROMETHEUS}"
18890               },
18891               "expr": "irate(node_network_transmit_errs_total{instance=\"$node\",job=\"$job\"}[$__rate_interval])",
18892               "format": "time_series",
18893               "intervalFactor": 1,
18894               "legendFormat": "{{device}} - Rransmit errors",
18895               "refId": "B",
18896               "step": 240
18897             }
18898           ],
18899           "title": "Network Traffic Errors",
18900           "type": "timeseries"
18901         },
18902         {
18903           "datasource": {
18904             "type": "prometheus",
18905             "uid": "${DS_PROMETHEUS}"
18906           },
18907           "fieldConfig": {
18908             "defaults": {
18909               "color": {
18910                 "mode": "palette-classic"
18911               },
18912               "custom": {
18913                 "axisCenteredZero": false,
18914                 "axisColorMode": "text",
18915                 "axisLabel": "packets out (-) / in (+)",
18916                 "axisPlacement": "auto",
18917                 "barAlignment": 0,
18918                 "drawStyle": "line",
18919                 "fillOpacity": 20,
18920                 "gradientMode": "none",
18921                 "hideFrom": {
18922                   "legend": false,
18923                   "tooltip": false,
18924                   "viz": false
18925                 },
18926                 "lineInterpolation": "linear",
18927                 "lineWidth": 1,
18928                 "pointSize": 5,
18929                 "scaleDistribution": {
18930                   "type": "linear"
18931                 },
18932                 "showPoints": "never",
18933                 "spanNulls": false,
18934                 "stacking": {
18935                   "group": "A",
18936                   "mode": "none"
18937                 },
18938                 "thresholdsStyle": {
18939                   "mode": "off"
18940                 }
18941               },
18942               "links": [],
18943               "mappings": [],
18944               "thresholds": {
18945                 "mode": "absolute",
18946                 "steps": [
18947                   {
18948                     "color": "green"
18949                   },
18950                   {
18951                     "color": "red",
18952                     "value": 80
18953                   }
18954                 ]
18955               },
18956               "unit": "pps"
18957             },
18958             "overrides": [
18959               {
18960                 "matcher": {
18961                   "id": "byRegexp",
18962                   "options": "/.*Trans.*/"
18963                 },
18964                 "properties": [
18965                   {
18966                     "id": "custom.transform",
18967                     "value": "negative-Y"
18968                   }
18969                 ]
18970               }
18971             ]
18972           },
18973           "gridPos": {
18974             "h": 10,
18975             "w": 12,
18976             "x": 0,
18977             "y": 43
18978           },
18979           "id": 143,
18980           "links": [],
18981           "options": {
18982             "legend": {
18983               "calcs": [
18984                 "mean",
18985                 "lastNotNull",
18986                 "max",
18987                 "min"
18988               ],
18989               "displayMode": "table",
18990               "placement": "bottom",
18991               "showLegend": true,
18992               "width": 300
18993             },
18994             "tooltip": {
18995               "mode": "multi",
18996               "sort": "none"
18997             }
18998           },
18999           "pluginVersion": "9.2.0",
19000           "targets": [
19001             {
19002               "datasource": {
19003                 "type": "prometheus",
19004                 "uid": "${DS_PROMETHEUS}"
19005               },
19006               "expr": "irate(node_network_receive_drop_total{instance=\"$node\",job=\"$job\"}[$__rate_interval])",
19007               "format": "time_series",
19008               "intervalFactor": 1,
19009               "legendFormat": "{{device}} - Receive drop",
19010               "refId": "A",
19011               "step": 240
19012             },
19013             {
19014               "datasource": {
19015                 "type": "prometheus",
19016                 "uid": "${DS_PROMETHEUS}"
19017               },
19018               "expr": "irate(node_network_transmit_drop_total{instance=\"$node\",job=\"$job\"}[$__rate_interval])",
19019               "format": "time_series",
19020               "intervalFactor": 1,
19021               "legendFormat": "{{device}} - Transmit drop",
19022               "refId": "B",
19023               "step": 240
19024             }
19025           ],
19026           "title": "Network Traffic Drop",
19027           "type": "timeseries"
19028         },
19029         {
19030           "datasource": {
19031             "type": "prometheus",
19032             "uid": "${DS_PROMETHEUS}"
19033           },
19034           "fieldConfig": {
19035             "defaults": {
19036               "color": {
19037                 "mode": "palette-classic"
19038               },
19039               "custom": {
19040                 "axisCenteredZero": false,
19041                 "axisColorMode": "text",
19042                 "axisLabel": "packets out (-) / in (+)",
19043                 "axisPlacement": "auto",
19044                 "barAlignment": 0,
19045                 "drawStyle": "line",
19046                 "fillOpacity": 20,
19047                 "gradientMode": "none",
19048                 "hideFrom": {
19049                   "legend": false,
19050                   "tooltip": false,
19051                   "viz": false
19052                 },
19053                 "lineInterpolation": "linear",
19054                 "lineWidth": 1,
19055                 "pointSize": 5,
19056                 "scaleDistribution": {
19057                   "type": "linear"
19058                 },
19059                 "showPoints": "never",
19060                 "spanNulls": false,
19061                 "stacking": {
19062                   "group": "A",
19063                   "mode": "none"
19064                 },
19065                 "thresholdsStyle": {
19066                   "mode": "off"
19067                 }
19068               },
19069               "links": [],
19070               "mappings": [],
19071               "thresholds": {
19072                 "mode": "absolute",
19073                 "steps": [
19074                   {
19075                     "color": "green"
19076                   },
19077                   {
19078                     "color": "red",
19079                     "value": 80
19080                   }
19081                 ]
19082               },
19083               "unit": "pps"
19084             },
19085             "overrides": [
19086               {
19087                 "matcher": {
19088                   "id": "byRegexp",
19089                   "options": "/.*Trans.*/"
19090                 },
19091                 "properties": [
19092                   {
19093                     "id": "custom.transform",
19094                     "value": "negative-Y"
19095                   }
19096                 ]
19097               }
19098             ]
19099           },
19100           "gridPos": {
19101             "h": 10,
19102             "w": 12,
19103             "x": 12,
19104             "y": 43
19105           },
19106           "id": 141,
19107           "links": [],
19108           "options": {
19109             "legend": {
19110               "calcs": [
19111                 "mean",
19112                 "lastNotNull",
19113                 "max",
19114                 "min"
19115               ],
19116               "displayMode": "table",
19117               "placement": "bottom",
19118               "showLegend": true,
19119               "width": 300
19120             },
19121             "tooltip": {
19122               "mode": "multi",
19123               "sort": "none"
19124             }
19125           },
19126           "pluginVersion": "9.2.0",
19127           "targets": [
19128             {
19129               "datasource": {
19130                 "type": "prometheus",
19131                 "uid": "${DS_PROMETHEUS}"
19132               },
19133               "expr": "irate(node_network_receive_compressed_total{instance=\"$node\",job=\"$job\"}[$__rate_interval])",
19134               "format": "time_series",
19135               "intervalFactor": 1,
19136               "legendFormat": "{{device}} - Receive compressed",
19137               "refId": "A",
19138               "step": 240
19139             },
19140             {
19141               "datasource": {
19142                 "type": "prometheus",
19143                 "uid": "${DS_PROMETHEUS}"
19144               },
19145               "expr": "irate(node_network_transmit_compressed_total{instance=\"$node\",job=\"$job\"}[$__rate_interval])",
19146               "format": "time_series",
19147               "intervalFactor": 1,
19148               "legendFormat": "{{device}} - Transmit compressed",
19149               "refId": "B",
19150               "step": 240
19151             }
19152           ],
19153           "title": "Network Traffic Compressed",
19154           "type": "timeseries"
19155         },
19156         {
19157           "datasource": {
19158             "type": "prometheus",
19159             "uid": "${DS_PROMETHEUS}"
19160           },
19161           "fieldConfig": {
19162             "defaults": {
19163               "color": {
19164                 "mode": "palette-classic"
19165               },
19166               "custom": {
19167                 "axisCenteredZero": false,
19168                 "axisColorMode": "text",
19169                 "axisLabel": "packets out (-) / in (+)",
19170                 "axisPlacement": "auto",
19171                 "barAlignment": 0,
19172                 "drawStyle": "line",
19173                 "fillOpacity": 20,
19174                 "gradientMode": "none",
19175                 "hideFrom": {
19176                   "legend": false,
19177                   "tooltip": false,
19178                   "viz": false
19179                 },
19180                 "lineInterpolation": "linear",
19181                 "lineWidth": 1,
19182                 "pointSize": 5,
19183                 "scaleDistribution": {
19184                   "type": "linear"
19185                 },
19186                 "showPoints": "never",
19187                 "spanNulls": false,
19188                 "stacking": {
19189                   "group": "A",
19190                   "mode": "none"
19191                 },
19192                 "thresholdsStyle": {
19193                   "mode": "off"
19194                 }
19195               },
19196               "links": [],
19197               "mappings": [],
19198               "thresholds": {
19199                 "mode": "absolute",
19200                 "steps": [
19201                   {
19202                     "color": "green"
19203                   },
19204                   {
19205                     "color": "red",
19206                     "value": 80
19207                   }
19208                 ]
19209               },
19210               "unit": "pps"
19211             },
19212             "overrides": [
19213               {
19214                 "matcher": {
19215                   "id": "byRegexp",
19216                   "options": "/.*Trans.*/"
19217                 },
19218                 "properties": [
19219                   {
19220                     "id": "custom.transform",
19221                     "value": "negative-Y"
19222                   }
19223                 ]
19224               }
19225             ]
19226           },
19227           "gridPos": {
19228             "h": 10,
19229             "w": 12,
19230             "x": 0,
19231             "y": 53
19232           },
19233           "id": 146,
19234           "links": [],
19235           "options": {
19236             "legend": {
19237               "calcs": [
19238                 "mean",
19239                 "lastNotNull",
19240                 "max",
19241                 "min"
19242               ],
19243               "displayMode": "table",
19244               "placement": "bottom",
19245               "showLegend": true,
19246               "width": 300
19247             },
19248             "tooltip": {
19249               "mode": "multi",
19250               "sort": "none"
19251             }
19252           },
19253           "pluginVersion": "9.2.0",
19254           "targets": [
19255             {
19256               "datasource": {
19257                 "type": "prometheus",
19258                 "uid": "${DS_PROMETHEUS}"
19259               },
19260               "expr": "irate(node_network_receive_multicast_total{instance=\"$node\",job=\"$job\"}[$__rate_interval])",
19261               "format": "time_series",
19262               "intervalFactor": 1,
19263               "legendFormat": "{{device}} - Receive multicast",
19264               "refId": "A",
19265               "step": 240
19266             }
19267           ],
19268           "title": "Network Traffic Multicast",
19269           "type": "timeseries"
19270         },
19271         {
19272           "datasource": {
19273             "type": "prometheus",
19274             "uid": "${DS_PROMETHEUS}"
19275           },
19276           "fieldConfig": {
19277             "defaults": {
19278               "color": {
19279                 "mode": "palette-classic"
19280               },
19281               "custom": {
19282                 "axisCenteredZero": false,
19283                 "axisColorMode": "text",
19284                 "axisLabel": "packets out (-) / in (+)",
19285                 "axisPlacement": "auto",
19286                 "barAlignment": 0,
19287                 "drawStyle": "line",
19288                 "fillOpacity": 20,
19289                 "gradientMode": "none",
19290                 "hideFrom": {
19291                   "legend": false,
19292                   "tooltip": false,
19293                   "viz": false
19294                 },
19295                 "lineInterpolation": "linear",
19296                 "lineWidth": 1,
19297                 "pointSize": 5,
19298                 "scaleDistribution": {
19299                   "type": "linear"
19300                 },
19301                 "showPoints": "never",
19302                 "spanNulls": false,
19303                 "stacking": {
19304                   "group": "A",
19305                   "mode": "none"
19306                 },
19307                 "thresholdsStyle": {
19308                   "mode": "off"
19309                 }
19310               },
19311               "links": [],
19312               "mappings": [],
19313               "thresholds": {
19314                 "mode": "absolute",
19315                 "steps": [
19316                   {
19317                     "color": "green"
19318                   },
19319                   {
19320                     "color": "red",
19321                     "value": 80
19322                   }
19323                 ]
19324               },
19325               "unit": "pps"
19326             },
19327             "overrides": [
19328               {
19329                 "matcher": {
19330                   "id": "byRegexp",
19331                   "options": "/.*Trans.*/"
19332                 },
19333                 "properties": [
19334                   {
19335                     "id": "custom.transform",
19336                     "value": "negative-Y"
19337                   }
19338                 ]
19339               }
19340             ]
19341           },
19342           "gridPos": {
19343             "h": 10,
19344             "w": 12,
19345             "x": 12,
19346             "y": 53
19347           },
19348           "id": 144,
19349           "links": [],
19350           "options": {
19351             "legend": {
19352               "calcs": [
19353                 "mean",
19354                 "lastNotNull",
19355                 "max",
19356                 "min"
19357               ],
19358               "displayMode": "table",
19359               "placement": "bottom",
19360               "showLegend": true,
19361               "width": 300
19362             },
19363             "tooltip": {
19364               "mode": "multi",
19365               "sort": "none"
19366             }
19367           },
19368           "pluginVersion": "9.2.0",
19369           "targets": [
19370             {
19371               "datasource": {
19372                 "type": "prometheus",
19373                 "uid": "${DS_PROMETHEUS}"
19374               },
19375               "expr": "irate(node_network_receive_fifo_total{instance=\"$node\",job=\"$job\"}[$__rate_interval])",
19376               "format": "time_series",
19377               "intervalFactor": 1,
19378               "legendFormat": "{{device}} - Receive fifo",
19379               "refId": "A",
19380               "step": 240
19381             },
19382             {
19383               "datasource": {
19384                 "type": "prometheus",
19385                 "uid": "${DS_PROMETHEUS}"
19386               },
19387               "expr": "irate(node_network_transmit_fifo_total{instance=\"$node\",job=\"$job\"}[$__rate_interval])",
19388               "format": "time_series",
19389               "intervalFactor": 1,
19390               "legendFormat": "{{device}} - Transmit fifo",
19391               "refId": "B",
19392               "step": 240
19393             }
19394           ],
19395           "title": "Network Traffic Fifo",
19396           "type": "timeseries"
19397         },
19398         {
19399           "datasource": {
19400             "type": "prometheus",
19401             "uid": "${DS_PROMETHEUS}"
19402           },
19403           "fieldConfig": {
19404             "defaults": {
19405               "color": {
19406                 "mode": "palette-classic"
19407               },
19408               "custom": {
19409                 "axisCenteredZero": false,
19410                 "axisColorMode": "text",
19411                 "axisLabel": "packets out (-) / in (+)",
19412                 "axisPlacement": "auto",
19413                 "barAlignment": 0,
19414                 "drawStyle": "line",
19415                 "fillOpacity": 20,
19416                 "gradientMode": "none",
19417                 "hideFrom": {
19418                   "legend": false,
19419                   "tooltip": false,
19420                   "viz": false
19421                 },
19422                 "lineInterpolation": "linear",
19423                 "lineWidth": 1,
19424                 "pointSize": 5,
19425                 "scaleDistribution": {
19426                   "type": "linear"
19427                 },
19428                 "showPoints": "never",
19429                 "spanNulls": false,
19430                 "stacking": {
19431                   "group": "A",
19432                   "mode": "none"
19433                 },
19434                 "thresholdsStyle": {
19435                   "mode": "off"
19436                 }
19437               },
19438               "links": [],
19439               "mappings": [],
19440               "thresholds": {
19441                 "mode": "absolute",
19442                 "steps": [
19443                   {
19444                     "color": "green"
19445                   },
19446                   {
19447                     "color": "red",
19448                     "value": 80
19449                   }
19450                 ]
19451               },
19452               "unit": "pps"
19453             },
19454             "overrides": [
19455               {
19456                 "matcher": {
19457                   "id": "byRegexp",
19458                   "options": "/.*Trans.*/"
19459                 },
19460                 "properties": [
19461                   {
19462                     "id": "custom.transform",
19463                     "value": "negative-Y"
19464                   }
19465                 ]
19466               }
19467             ]
19468           },
19469           "gridPos": {
19470             "h": 10,
19471             "w": 12,
19472             "x": 0,
19473             "y": 63
19474           },
19475           "id": 145,
19476           "links": [],
19477           "options": {
19478             "legend": {
19479               "calcs": [
19480                 "mean",
19481                 "lastNotNull",
19482                 "max",
19483                 "min"
19484               ],
19485               "displayMode": "table",
19486               "placement": "bottom",
19487               "showLegend": true,
19488               "width": 300
19489             },
19490             "tooltip": {
19491               "mode": "multi",
19492               "sort": "none"
19493             }
19494           },
19495           "pluginVersion": "9.2.0",
19496           "targets": [
19497             {
19498               "datasource": {
19499                 "type": "prometheus",
19500                 "uid": "${DS_PROMETHEUS}"
19501               },
19502               "expr": "irate(node_network_receive_frame_total{instance=\"$node\",job=\"$job\"}[$__rate_interval])",
19503               "format": "time_series",
19504               "hide": false,
19505               "intervalFactor": 1,
19506               "legendFormat": "{{device}} - Receive frame",
19507               "refId": "A",
19508               "step": 240
19509             }
19510           ],
19511           "title": "Network Traffic Frame",
19512           "type": "timeseries"
19513         },
19514         {
19515           "datasource": {
19516             "type": "prometheus",
19517             "uid": "${DS_PROMETHEUS}"
19518           },
19519           "fieldConfig": {
19520             "defaults": {
19521               "color": {
19522                 "mode": "palette-classic"
19523               },
19524               "custom": {
19525                 "axisCenteredZero": false,
19526                 "axisColorMode": "text",
19527                 "axisLabel": "counter",
19528                 "axisPlacement": "auto",
19529                 "barAlignment": 0,
19530                 "drawStyle": "line",
19531                 "fillOpacity": 20,
19532                 "gradientMode": "none",
19533                 "hideFrom": {
19534                   "legend": false,
19535                   "tooltip": false,
19536                   "viz": false
19537                 },
19538                 "lineInterpolation": "linear",
19539                 "lineWidth": 1,
19540                 "pointSize": 5,
19541                 "scaleDistribution": {
19542                   "type": "linear"
19543                 },
19544                 "showPoints": "never",
19545                 "spanNulls": false,
19546                 "stacking": {
19547                   "group": "A",
19548                   "mode": "none"
19549                 },
19550                 "thresholdsStyle": {
19551                   "mode": "off"
19552                 }
19553               },
19554               "links": [],
19555               "mappings": [],
19556               "thresholds": {
19557                 "mode": "absolute",
19558                 "steps": [
19559                   {
19560                     "color": "green"
19561                   },
19562                   {
19563                     "color": "red",
19564                     "value": 80
19565                   }
19566                 ]
19567               },
19568               "unit": "short"
19569             },
19570             "overrides": []
19571           },
19572           "gridPos": {
19573             "h": 10,
19574             "w": 12,
19575             "x": 12,
19576             "y": 63
19577           },
19578           "id": 231,
19579           "links": [],
19580           "options": {
19581             "legend": {
19582               "calcs": [
19583                 "mean",
19584                 "lastNotNull",
19585                 "max",
19586                 "min"
19587               ],
19588               "displayMode": "table",
19589               "placement": "bottom",
19590               "showLegend": true,
19591               "width": 300
19592             },
19593             "tooltip": {
19594               "mode": "multi",
19595               "sort": "none"
19596             }
19597           },
19598           "pluginVersion": "9.2.0",
19599           "targets": [
19600             {
19601               "datasource": {
19602                 "type": "prometheus",
19603                 "uid": "${DS_PROMETHEUS}"
19604               },
19605               "expr": "irate(node_network_transmit_carrier_total{instance=\"$node\",job=\"$job\"}[$__rate_interval])",
19606               "format": "time_series",
19607               "intervalFactor": 1,
19608               "legendFormat": "{{device}} - Statistic transmit_carrier",
19609               "refId": "A",
19610               "step": 240
19611             }
19612           ],
19613           "title": "Network Traffic Carrier",
19614           "type": "timeseries"
19615         },
19616         {
19617           "datasource": {
19618             "type": "prometheus",
19619             "uid": "${DS_PROMETHEUS}"
19620           },
19621           "fieldConfig": {
19622             "defaults": {
19623               "color": {
19624                 "mode": "palette-classic"
19625               },
19626               "custom": {
19627                 "axisCenteredZero": false,
19628                 "axisColorMode": "text",
19629                 "axisLabel": "counter",
19630                 "axisPlacement": "auto",
19631                 "barAlignment": 0,
19632                 "drawStyle": "line",
19633                 "fillOpacity": 20,
19634                 "gradientMode": "none",
19635                 "hideFrom": {
19636                   "legend": false,
19637                   "tooltip": false,
19638                   "viz": false
19639                 },
19640                 "lineInterpolation": "linear",
19641                 "lineWidth": 1,
19642                 "pointSize": 5,
19643                 "scaleDistribution": {
19644                   "type": "linear"
19645                 },
19646                 "showPoints": "never",
19647                 "spanNulls": false,
19648                 "stacking": {
19649                   "group": "A",
19650                   "mode": "none"
19651                 },
19652                 "thresholdsStyle": {
19653                   "mode": "off"
19654                 }
19655               },
19656               "links": [],
19657               "mappings": [],
19658               "thresholds": {
19659                 "mode": "absolute",
19660                 "steps": [
19661                   {
19662                     "color": "green"
19663                   },
19664                   {
19665                     "color": "red",
19666                     "value": 80
19667                   }
19668                 ]
19669               },
19670               "unit": "short"
19671             },
19672             "overrides": [
19673               {
19674                 "matcher": {
19675                   "id": "byRegexp",
19676                   "options": "/.*Trans.*/"
19677                 },
19678                 "properties": [
19679                   {
19680                     "id": "custom.transform",
19681                     "value": "negative-Y"
19682                   }
19683                 ]
19684               }
19685             ]
19686           },
19687           "gridPos": {
19688             "h": 10,
19689             "w": 12,
19690             "x": 0,
19691             "y": 73
19692           },
19693           "id": 232,
19694           "links": [],
19695           "options": {
19696             "legend": {
19697               "calcs": [
19698                 "mean",
19699                 "lastNotNull",
19700                 "max",
19701                 "min"
19702               ],
19703               "displayMode": "table",
19704               "placement": "bottom",
19705               "showLegend": true,
19706               "width": 300
19707             },
19708             "tooltip": {
19709               "mode": "multi",
19710               "sort": "none"
19711             }
19712           },
19713           "pluginVersion": "9.2.0",
19714           "targets": [
19715             {
19716               "datasource": {
19717                 "type": "prometheus",
19718                 "uid": "${DS_PROMETHEUS}"
19719               },
19720               "expr": "irate(node_network_transmit_colls_total{instance=\"$node\",job=\"$job\"}[$__rate_interval])",
19721               "format": "time_series",
19722               "intervalFactor": 1,
19723               "legendFormat": "{{device}} - Transmit colls",
19724               "refId": "A",
19725               "step": 240
19726             }
19727           ],
19728           "title": "Network Traffic Colls",
19729           "type": "timeseries"
19730         },
19731         {
19732           "datasource": {
19733             "type": "prometheus",
19734             "uid": "${DS_PROMETHEUS}"
19735           },
19736           "fieldConfig": {
19737             "defaults": {
19738               "color": {
19739                 "mode": "palette-classic"
19740               },
19741               "custom": {
19742                 "axisCenteredZero": false,
19743                 "axisColorMode": "text",
19744                 "axisLabel": "entries",
19745                 "axisPlacement": "auto",
19746                 "barAlignment": 0,
19747                 "drawStyle": "line",
19748                 "fillOpacity": 20,
19749                 "gradientMode": "none",
19750                 "hideFrom": {
19751                   "legend": false,
19752                   "tooltip": false,
19753                   "viz": false
19754                 },
19755                 "lineInterpolation": "linear",
19756                 "lineWidth": 1,
19757                 "pointSize": 5,
19758                 "scaleDistribution": {
19759                   "type": "linear"
19760                 },
19761                 "showPoints": "never",
19762                 "spanNulls": false,
19763                 "stacking": {
19764                   "group": "A",
19765                   "mode": "none"
19766                 },
19767                 "thresholdsStyle": {
19768                   "mode": "off"
19769                 }
19770               },
19771               "links": [],
19772               "mappings": [],
19773               "min": 0,
19774               "thresholds": {
19775                 "mode": "absolute",
19776                 "steps": [
19777                   {
19778                     "color": "green"
19779                   },
19780                   {
19781                     "color": "red",
19782                     "value": 80
19783                   }
19784                 ]
19785               },
19786               "unit": "short"
19787             },
19788             "overrides": [
19789               {
19790                 "matcher": {
19791                   "id": "byName",
19792                   "options": "NF conntrack limit"
19793                 },
19794                 "properties": [
19795                   {
19796                     "id": "color",
19797                     "value": {
19798                       "fixedColor": "#890F02",
19799                       "mode": "fixed"
19800                     }
19801                   },
19802                   {
19803                     "id": "custom.fillOpacity",
19804                     "value": 0
19805                   }
19806                 ]
19807               }
19808             ]
19809           },
19810           "gridPos": {
19811             "h": 10,
19812             "w": 12,
19813             "x": 12,
19814             "y": 73
19815           },
19816           "id": 61,
19817           "links": [],
19818           "options": {
19819             "legend": {
19820               "calcs": [
19821                 "mean",
19822                 "lastNotNull",
19823                 "max",
19824                 "min"
19825               ],
19826               "displayMode": "table",
19827               "placement": "bottom",
19828               "showLegend": true
19829             },
19830             "tooltip": {
19831               "mode": "multi",
19832               "sort": "none"
19833             }
19834           },
19835           "pluginVersion": "9.2.0",
19836           "targets": [
19837             {
19838               "datasource": {
19839                 "type": "prometheus",
19840                 "uid": "${DS_PROMETHEUS}"
19841               },
19842               "expr": "node_nf_conntrack_entries{instance=\"$node\",job=\"$job\"}",
19843               "format": "time_series",
19844               "intervalFactor": 1,
19845               "legendFormat": "NF conntrack entries",
19846               "refId": "A",
19847               "step": 240
19848             },
19849             {
19850               "datasource": {
19851                 "type": "prometheus",
19852                 "uid": "${DS_PROMETHEUS}"
19853               },
19854               "expr": "node_nf_conntrack_entries_limit{instance=\"$node\",job=\"$job\"}",
19855               "format": "time_series",
19856               "intervalFactor": 1,
19857               "legendFormat": "NF conntrack limit",
19858               "refId": "B",
19859               "step": 240
19860             }
19861           ],
19862           "title": "NF Contrack",
19863           "type": "timeseries"
19864         },
19865         {
19866           "datasource": {
19867             "type": "prometheus",
19868             "uid": "${DS_PROMETHEUS}"
19869           },
19870           "fieldConfig": {
19871             "defaults": {
19872               "color": {
19873                 "mode": "palette-classic"
19874               },
19875               "custom": {
19876                 "axisCenteredZero": false,
19877                 "axisColorMode": "text",
19878                 "axisLabel": "Entries",
19879                 "axisPlacement": "auto",
19880                 "barAlignment": 0,
19881                 "drawStyle": "line",
19882                 "fillOpacity": 20,
19883                 "gradientMode": "none",
19884                 "hideFrom": {
19885                   "legend": false,
19886                   "tooltip": false,
19887                   "viz": false
19888                 },
19889                 "lineInterpolation": "linear",
19890                 "lineWidth": 1,
19891                 "pointSize": 5,
19892                 "scaleDistribution": {
19893                   "type": "linear"
19894                 },
19895                 "showPoints": "never",
19896                 "spanNulls": false,
19897                 "stacking": {
19898                   "group": "A",
19899                   "mode": "none"
19900                 },
19901                 "thresholdsStyle": {
19902                   "mode": "off"
19903                 }
19904               },
19905               "links": [],
19906               "mappings": [],
19907               "min": 0,
19908               "thresholds": {
19909                 "mode": "absolute",
19910                 "steps": [
19911                   {
19912                     "color": "green"
19913                   },
19914                   {
19915                     "color": "red",
19916                     "value": 80
19917                   }
19918                 ]
19919               },
19920               "unit": "short"
19921             },
19922             "overrides": []
19923           },
19924           "gridPos": {
19925             "h": 10,
19926             "w": 12,
19927             "x": 0,
19928             "y": 83
19929           },
19930           "id": 230,
19931           "links": [],
19932           "options": {
19933             "legend": {
19934               "calcs": [
19935                 "mean",
19936                 "lastNotNull",
19937                 "max",
19938                 "min"
19939               ],
19940               "displayMode": "table",
19941               "placement": "bottom",
19942               "showLegend": true
19943             },
19944             "tooltip": {
19945               "mode": "multi",
19946               "sort": "none"
19947             }
19948           },
19949           "pluginVersion": "9.2.0",
19950           "targets": [
19951             {
19952               "datasource": {
19953                 "type": "prometheus",
19954                 "uid": "${DS_PROMETHEUS}"
19955               },
19956               "expr": "node_arp_entries{instance=\"$node\",job=\"$job\"}",
19957               "format": "time_series",
19958               "intervalFactor": 1,
19959               "legendFormat": "{{ device }} - ARP entries",
19960               "refId": "A",
19961               "step": 240
19962             }
19963           ],
19964           "title": "ARP Entries",
19965           "type": "timeseries"
19966         },
19967         {
19968           "datasource": {
19969             "type": "prometheus",
19970             "uid": "${DS_PROMETHEUS}"
19971           },
19972           "fieldConfig": {
19973             "defaults": {
19974               "color": {
19975                 "mode": "palette-classic"
19976               },
19977               "custom": {
19978                 "axisCenteredZero": false,
19979                 "axisColorMode": "text",
19980                 "axisLabel": "bytes",
19981                 "axisPlacement": "auto",
19982                 "barAlignment": 0,
19983                 "drawStyle": "line",
19984                 "fillOpacity": 20,
19985                 "gradientMode": "none",
19986                 "hideFrom": {
19987                   "legend": false,
19988                   "tooltip": false,
19989                   "viz": false
19990                 },
19991                 "lineInterpolation": "linear",
19992                 "lineWidth": 1,
19993                 "pointSize": 5,
19994                 "scaleDistribution": {
19995                   "type": "linear"
19996                 },
19997                 "showPoints": "never",
19998                 "spanNulls": false,
19999                 "stacking": {
20000                   "group": "A",
20001                   "mode": "none"
20002                 },
20003                 "thresholdsStyle": {
20004                   "mode": "off"
20005                 }
20006               },
20007               "decimals": 0,
20008               "links": [],
20009               "mappings": [],
20010               "min": 0,
20011               "thresholds": {
20012                 "mode": "absolute",
20013                 "steps": [
20014                   {
20015                     "color": "green"
20016                   },
20017                   {
20018                     "color": "red",
20019                     "value": 80
20020                   }
20021                 ]
20022               },
20023               "unit": "bytes"
20024             },
20025             "overrides": []
20026           },
20027           "gridPos": {
20028             "h": 10,
20029             "w": 12,
20030             "x": 12,
20031             "y": 83
20032           },
20033           "id": 288,
20034           "links": [],
20035           "options": {
20036             "legend": {
20037               "calcs": [
20038                 "mean",
20039                 "lastNotNull",
20040                 "max",
20041                 "min"
20042               ],
20043               "displayMode": "table",
20044               "placement": "bottom",
20045               "showLegend": true
20046             },
20047             "tooltip": {
20048               "mode": "multi",
20049               "sort": "none"
20050             }
20051           },
20052           "pluginVersion": "9.2.0",
20053           "targets": [
20054             {
20055               "datasource": {
20056                 "type": "prometheus",
20057                 "uid": "${DS_PROMETHEUS}"
20058               },
20059               "expr": "node_network_mtu_bytes{instance=\"$node\",job=\"$job\"}",
20060               "format": "time_series",
20061               "intervalFactor": 1,
20062               "legendFormat": "{{ device }} - Bytes",
20063               "refId": "A",
20064               "step": 240
20065             }
20066           ],
20067           "title": "MTU",
20068           "type": "timeseries"
20069         },
20070         {
20071           "datasource": {
20072             "type": "prometheus",
20073             "uid": "${DS_PROMETHEUS}"
20074           },
20075           "fieldConfig": {
20076             "defaults": {
20077               "color": {
20078                 "mode": "palette-classic"
20079               },
20080               "custom": {
20081                 "axisCenteredZero": false,
20082                 "axisColorMode": "text",
20083                 "axisLabel": "bytes",
20084                 "axisPlacement": "auto",
20085                 "barAlignment": 0,
20086                 "drawStyle": "line",
20087                 "fillOpacity": 20,
20088                 "gradientMode": "none",
20089                 "hideFrom": {
20090                   "legend": false,
20091                   "tooltip": false,
20092                   "viz": false
20093                 },
20094                 "lineInterpolation": "linear",
20095                 "lineWidth": 1,
20096                 "pointSize": 5,
20097                 "scaleDistribution": {
20098                   "type": "linear"
20099                 },
20100                 "showPoints": "never",
20101                 "spanNulls": false,
20102                 "stacking": {
20103                   "group": "A",
20104                   "mode": "none"
20105                 },
20106                 "thresholdsStyle": {
20107                   "mode": "off"
20108                 }
20109               },
20110               "decimals": 0,
20111               "links": [],
20112               "mappings": [],
20113               "min": 0,
20114               "thresholds": {
20115                 "mode": "absolute",
20116                 "steps": [
20117                   {
20118                     "color": "green"
20119                   },
20120                   {
20121                     "color": "red",
20122                     "value": 80
20123                   }
20124                 ]
20125               },
20126               "unit": "bytes"
20127             },
20128             "overrides": []
20129           },
20130           "gridPos": {
20131             "h": 10,
20132             "w": 12,
20133             "x": 0,
20134             "y": 93
20135           },
20136           "id": 280,
20137           "links": [],
20138           "options": {
20139             "legend": {
20140               "calcs": [
20141                 "mean",
20142                 "lastNotNull",
20143                 "max",
20144                 "min"
20145               ],
20146               "displayMode": "table",
20147               "placement": "bottom",
20148               "showLegend": true
20149             },
20150             "tooltip": {
20151               "mode": "multi",
20152               "sort": "none"
20153             }
20154           },
20155           "pluginVersion": "9.2.0",
20156           "targets": [
20157             {
20158               "datasource": {
20159                 "type": "prometheus",
20160                 "uid": "${DS_PROMETHEUS}"
20161               },
20162               "expr": "node_network_speed_bytes{instance=\"$node\",job=\"$job\"}",
20163               "format": "time_series",
20164               "intervalFactor": 1,
20165               "legendFormat": "{{ device }} - Speed",
20166               "refId": "A",
20167               "step": 240
20168             }
20169           ],
20170           "title": "Speed",
20171           "type": "timeseries"
20172         },
20173         {
20174           "datasource": {
20175             "type": "prometheus",
20176             "uid": "${DS_PROMETHEUS}"
20177           },
20178           "fieldConfig": {
20179             "defaults": {
20180               "color": {
20181                 "mode": "palette-classic"
20182               },
20183               "custom": {
20184                 "axisCenteredZero": false,
20185                 "axisColorMode": "text",
20186                 "axisLabel": "packets",
20187                 "axisPlacement": "auto",
20188                 "barAlignment": 0,
20189                 "drawStyle": "line",
20190                 "fillOpacity": 20,
20191                 "gradientMode": "none",
20192                 "hideFrom": {
20193                   "legend": false,
20194                   "tooltip": false,
20195                   "viz": false
20196                 },
20197                 "lineInterpolation": "linear",
20198                 "lineWidth": 1,
20199                 "pointSize": 5,
20200                 "scaleDistribution": {
20201                   "type": "linear"
20202                 },
20203                 "showPoints": "never",
20204                 "spanNulls": false,
20205                 "stacking": {
20206                   "group": "A",
20207                   "mode": "none"
20208                 },
20209                 "thresholdsStyle": {
20210                   "mode": "off"
20211                 }
20212               },
20213               "decimals": 0,
20214               "links": [],
20215               "mappings": [],
20216               "min": 0,
20217               "thresholds": {
20218                 "mode": "absolute",
20219                 "steps": [
20220                   {
20221                     "color": "green"
20222                   },
20223                   {
20224                     "color": "red",
20225                     "value": 80
20226                   }
20227                 ]
20228               },
20229               "unit": "none"
20230             },
20231             "overrides": []
20232           },
20233           "gridPos": {
20234             "h": 10,
20235             "w": 12,
20236             "x": 12,
20237             "y": 93
20238           },
20239           "id": 289,
20240           "links": [],
20241           "options": {
20242             "legend": {
20243               "calcs": [
20244                 "mean",
20245                 "lastNotNull",
20246                 "max",
20247                 "min"
20248               ],
20249               "displayMode": "table",
20250               "placement": "bottom",
20251               "showLegend": true
20252             },
20253             "tooltip": {
20254               "mode": "multi",
20255               "sort": "none"
20256             }
20257           },
20258           "pluginVersion": "9.2.0",
20259           "targets": [
20260             {
20261               "datasource": {
20262                 "type": "prometheus",
20263                 "uid": "${DS_PROMETHEUS}"
20264               },
20265               "expr": "node_network_transmit_queue_length{instance=\"$node\",job=\"$job\"}",
20266               "format": "time_series",
20267               "intervalFactor": 1,
20268               "legendFormat": "{{ device }} -   Interface transmit queue length",
20269               "refId": "A",
20270               "step": 240
20271             }
20272           ],
20273           "title": "Queue Length",
20274           "type": "timeseries"
20275         },
20276         {
20277           "datasource": {
20278             "type": "prometheus",
20279             "uid": "${DS_PROMETHEUS}"
20280           },
20281           "fieldConfig": {
20282             "defaults": {
20283               "color": {
20284                 "mode": "palette-classic"
20285               },
20286               "custom": {
20287                 "axisCenteredZero": false,
20288                 "axisColorMode": "text",
20289                 "axisLabel": "packetes drop (-) / process (+)",
20290                 "axisPlacement": "auto",
20291                 "barAlignment": 0,
20292                 "drawStyle": "line",
20293                 "fillOpacity": 20,
20294                 "gradientMode": "none",
20295                 "hideFrom": {
20296                   "legend": false,
20297                   "tooltip": false,
20298                   "viz": false
20299                 },
20300                 "lineInterpolation": "linear",
20301                 "lineWidth": 1,
20302                 "pointSize": 5,
20303                 "scaleDistribution": {
20304                   "type": "linear"
20305                 },
20306                 "showPoints": "never",
20307                 "spanNulls": false,
20308                 "stacking": {
20309                   "group": "A",
20310                   "mode": "none"
20311                 },
20312                 "thresholdsStyle": {
20313                   "mode": "off"
20314                 }
20315               },
20316               "links": [],
20317               "mappings": [],
20318               "thresholds": {
20319                 "mode": "absolute",
20320                 "steps": [
20321                   {
20322                     "color": "green"
20323                   },
20324                   {
20325                     "color": "red",
20326                     "value": 80
20327                   }
20328                 ]
20329               },
20330               "unit": "short"
20331             },
20332             "overrides": [
20333               {
20334                 "matcher": {
20335                   "id": "byRegexp",
20336                   "options": "/.*Dropped.*/"
20337                 },
20338                 "properties": [
20339                   {
20340                     "id": "custom.transform",
20341                     "value": "negative-Y"
20342                   }
20343                 ]
20344               }
20345             ]
20346           },
20347           "gridPos": {
20348             "h": 10,
20349             "w": 12,
20350             "x": 0,
20351             "y": 103
20352           },
20353           "id": 290,
20354           "links": [],
20355           "options": {
20356             "legend": {
20357               "calcs": [
20358                 "mean",
20359                 "lastNotNull",
20360                 "max",
20361                 "min"
20362               ],
20363               "displayMode": "table",
20364               "placement": "bottom",
20365               "showLegend": true,
20366               "width": 300
20367             },
20368             "tooltip": {
20369               "mode": "multi",
20370               "sort": "none"
20371             }
20372           },
20373           "pluginVersion": "9.2.0",
20374           "targets": [
20375             {
20376               "datasource": {
20377                 "type": "prometheus",
20378                 "uid": "${DS_PROMETHEUS}"
20379               },
20380               "expr": "irate(node_softnet_processed_total{instance=\"$node\",job=\"$job\"}[$__rate_interval])",
20381               "format": "time_series",
20382               "interval": "",
20383               "intervalFactor": 1,
20384               "legendFormat": "CPU {{cpu}} - Processed",
20385               "refId": "A",
20386               "step": 240
20387             },
20388             {
20389               "datasource": {
20390                 "type": "prometheus",
20391                 "uid": "${DS_PROMETHEUS}"
20392               },
20393               "expr": "irate(node_softnet_dropped_total{instance=\"$node\",job=\"$job\"}[$__rate_interval])",
20394               "format": "time_series",
20395               "interval": "",
20396               "intervalFactor": 1,
20397               "legendFormat": "CPU {{cpu}} - Dropped",
20398               "refId": "B",
20399               "step": 240
20400             }
20401           ],
20402           "title": "Softnet Packets",
20403           "type": "timeseries"
20404         },
20405         {
20406           "datasource": {
20407             "type": "prometheus",
20408             "uid": "${DS_PROMETHEUS}"
20409           },
20410           "fieldConfig": {
20411             "defaults": {
20412               "color": {
20413                 "mode": "palette-classic"
20414               },
20415               "custom": {
20416                 "axisCenteredZero": false,
20417                 "axisColorMode": "text",
20418                 "axisLabel": "counter",
20419                 "axisPlacement": "auto",
20420                 "barAlignment": 0,
20421                 "drawStyle": "line",
20422                 "fillOpacity": 20,
20423                 "gradientMode": "none",
20424                 "hideFrom": {
20425                   "legend": false,
20426                   "tooltip": false,
20427                   "viz": false
20428                 },
20429                 "lineInterpolation": "linear",
20430                 "lineWidth": 1,
20431                 "pointSize": 5,
20432                 "scaleDistribution": {
20433                   "type": "linear"
20434                 },
20435                 "showPoints": "never",
20436                 "spanNulls": false,
20437                 "stacking": {
20438                   "group": "A",
20439                   "mode": "none"
20440                 },
20441                 "thresholdsStyle": {
20442                   "mode": "off"
20443                 }
20444               },
20445               "links": [],
20446               "mappings": [],
20447               "thresholds": {
20448                 "mode": "absolute",
20449                 "steps": [
20450                   {
20451                     "color": "green"
20452                   },
20453                   {
20454                     "color": "red",
20455                     "value": 80
20456                   }
20457                 ]
20458               },
20459               "unit": "short"
20460             },
20461             "overrides": []
20462           },
20463           "gridPos": {
20464             "h": 10,
20465             "w": 12,
20466             "x": 12,
20467             "y": 103
20468           },
20469           "id": 310,
20470           "links": [],
20471           "options": {
20472             "legend": {
20473               "calcs": [
20474                 "mean",
20475                 "lastNotNull",
20476                 "max",
20477                 "min"
20478               ],
20479               "displayMode": "table",
20480               "placement": "bottom",
20481               "showLegend": true,
20482               "width": 300
20483             },
20484             "tooltip": {
20485               "mode": "multi",
20486               "sort": "none"
20487             }
20488           },
20489           "pluginVersion": "9.2.0",
20490           "targets": [
20491             {
20492               "datasource": {
20493                 "type": "prometheus",
20494                 "uid": "${DS_PROMETHEUS}"
20495               },
20496               "expr": "irate(node_softnet_times_squeezed_total{instance=\"$node\",job=\"$job\"}[$__rate_interval])",
20497               "format": "time_series",
20498               "interval": "",
20499               "intervalFactor": 1,
20500               "legendFormat": "CPU {{cpu}} - Squeezed",
20501               "refId": "A",
20502               "step": 240
20503             }
20504           ],
20505           "title": "Softnet Out of Quota",
20506           "type": "timeseries"
20507         },
20508         {
20509           "datasource": {
20510             "type": "prometheus",
20511             "uid": "${DS_PROMETHEUS}"
20512           },
20513           "fieldConfig": {
20514             "defaults": {
20515               "color": {
20516                 "mode": "palette-classic"
20517               },
20518               "custom": {
20519                 "axisCenteredZero": false,
20520                 "axisColorMode": "text",
20521                 "axisLabel": "counter",
20522                 "axisPlacement": "auto",
20523                 "barAlignment": 0,
20524                 "drawStyle": "line",
20525                 "fillOpacity": 20,
20526                 "gradientMode": "none",
20527                 "hideFrom": {
20528                   "legend": false,
20529                   "tooltip": false,
20530                   "viz": false
20531                 },
20532                 "lineInterpolation": "linear",
20533                 "lineWidth": 1,
20534                 "pointSize": 5,
20535                 "scaleDistribution": {
20536                   "type": "linear"
20537                 },
20538                 "showPoints": "never",
20539                 "spanNulls": false,
20540                 "stacking": {
20541                   "group": "A",
20542                   "mode": "none"
20543                 },
20544                 "thresholdsStyle": {
20545                   "mode": "off"
20546                 }
20547               },
20548               "links": [],
20549               "mappings": [],
20550               "thresholds": {
20551                 "mode": "absolute",
20552                 "steps": [
20553                   {
20554                     "color": "green"
20555                   },
20556                   {
20557                     "color": "red",
20558                     "value": 80
20559                   }
20560                 ]
20561               },
20562               "unit": "short"
20563             },
20564             "overrides": []
20565           },
20566           "gridPos": {
20567             "h": 10,
20568             "w": 12,
20569             "x": 0,
20570             "y": 113
20571           },
20572           "id": 309,
20573           "links": [],
20574           "options": {
20575             "legend": {
20576               "calcs": [
20577                 "mean",
20578                 "lastNotNull",
20579                 "max",
20580                 "min"
20581               ],
20582               "displayMode": "table",
20583               "placement": "bottom",
20584               "showLegend": true,
20585               "width": 300
20586             },
20587             "tooltip": {
20588               "mode": "multi",
20589               "sort": "none"
20590             }
20591           },
20592           "pluginVersion": "9.2.0",
20593           "targets": [
20594             {
20595               "datasource": {
20596                 "type": "prometheus",
20597                 "uid": "${DS_PROMETHEUS}"
20598               },
20599               "expr": "node_network_up{operstate=\"up\",instance=\"$node\",job=\"$job\"}",
20600               "format": "time_series",
20601               "intervalFactor": 1,
20602               "legendFormat": "{{interface}} - Operational state UP",
20603               "refId": "A",
20604               "step": 240
20605             },
20606             {
20607               "datasource": {
20608                 "type": "prometheus",
20609                 "uid": "${DS_PROMETHEUS}"
20610               },
20611               "expr": "node_network_carrier{instance=\"$node\",job=\"$job\"}",
20612               "format": "time_series",
20613               "instant": false,
20614               "legendFormat": "{{device}} - Physical link state",
20615               "refId": "B"
20616             }
20617           ],
20618           "title": "Network Operational Status",
20619           "type": "timeseries"
20620         }
20621       ],
20622       "targets": [
20623         {
20624           "datasource": {
20625             "type": "prometheus",
20626             "uid": "${DS_PROMETHEUS}"
20627           },
20628           "refId": "A"
20629         }
20630       ],
20631       "title": "Network Traffic",
20632       "type": "row"
20633     },
20634     {
20635       "collapsed": true,
20636       "datasource": {
20637         "type": "prometheus",
20638         "uid": "${DS_PROMETHEUS}"
20639       },
20640       "gridPos": {
20641         "h": 1,
20642         "w": 24,
20643         "x": 0,
20644         "y": 31
20645       },
20646       "id": 273,
20647       "panels": [
20648         {
20649           "datasource": {
20650             "type": "prometheus",
20651             "uid": "${DS_PROMETHEUS}"
20652           },
20653           "fieldConfig": {
20654             "defaults": {
20655               "color": {
20656                 "mode": "palette-classic"
20657               },
20658               "custom": {
20659                 "axisCenteredZero": false,
20660                 "axisColorMode": "text",
20661                 "axisLabel": "counter",
20662                 "axisPlacement": "auto",
20663                 "barAlignment": 0,
20664                 "drawStyle": "line",
20665                 "fillOpacity": 20,
20666                 "gradientMode": "none",
20667                 "hideFrom": {
20668                   "legend": false,
20669                   "tooltip": false,
20670                   "viz": false
20671                 },
20672                 "lineInterpolation": "linear",
20673                 "lineWidth": 1,
20674                 "pointSize": 5,
20675                 "scaleDistribution": {
20676                   "type": "linear"
20677                 },
20678                 "showPoints": "never",
20679                 "spanNulls": false,
20680                 "stacking": {
20681                   "group": "A",
20682                   "mode": "none"
20683                 },
20684                 "thresholdsStyle": {
20685                   "mode": "off"
20686                 }
20687               },
20688               "links": [],
20689               "mappings": [],
20690               "min": 0,
20691               "thresholds": {
20692                 "mode": "absolute",
20693                 "steps": [
20694                   {
20695                     "color": "green"
20696                   },
20697                   {
20698                     "color": "red",
20699                     "value": 80
20700                   }
20701                 ]
20702               },
20703               "unit": "short"
20704             },
20705             "overrides": []
20706           },
20707           "gridPos": {
20708             "h": 10,
20709             "w": 12,
20710             "x": 0,
20711             "y": 48
20712           },
20713           "id": 63,
20714           "links": [],
20715           "options": {
20716             "legend": {
20717               "calcs": [
20718                 "mean",
20719                 "lastNotNull",
20720                 "max",
20721                 "min"
20722               ],
20723               "displayMode": "table",
20724               "placement": "bottom",
20725               "showLegend": true,
20726               "width": 300
20727             },
20728             "tooltip": {
20729               "mode": "multi",
20730               "sort": "none"
20731             }
20732           },
20733           "pluginVersion": "9.2.0",
20734           "targets": [
20735             {
20736               "datasource": {
20737                 "type": "prometheus",
20738                 "uid": "${DS_PROMETHEUS}"
20739               },
20740               "expr": "node_sockstat_TCP_alloc{instance=\"$node\",job=\"$job\"}",
20741               "format": "time_series",
20742               "interval": "",
20743               "intervalFactor": 1,
20744               "legendFormat": "TCP_alloc - Allocated sockets",
20745               "refId": "A",
20746               "step": 240
20747             },
20748             {
20749               "datasource": {
20750                 "type": "prometheus",
20751                 "uid": "${DS_PROMETHEUS}"
20752               },
20753               "expr": "node_sockstat_TCP_inuse{instance=\"$node\",job=\"$job\"}",
20754               "format": "time_series",
20755               "interval": "",
20756               "intervalFactor": 1,
20757               "legendFormat": "TCP_inuse - Tcp sockets currently in use",
20758               "refId": "B",
20759               "step": 240
20760             },
20761             {
20762               "datasource": {
20763                 "type": "prometheus",
20764                 "uid": "${DS_PROMETHEUS}"
20765               },
20766               "expr": "node_sockstat_TCP_mem{instance=\"$node\",job=\"$job\"}",
20767               "format": "time_series",
20768               "hide": true,
20769               "interval": "",
20770               "intervalFactor": 1,
20771               "legendFormat": "TCP_mem - Used memory for tcp",
20772               "refId": "C",
20773               "step": 240
20774             },
20775             {
20776               "datasource": {
20777                 "type": "prometheus",
20778                 "uid": "${DS_PROMETHEUS}"
20779               },
20780               "expr": "node_sockstat_TCP_orphan{instance=\"$node\",job=\"$job\"}",
20781               "format": "time_series",
20782               "interval": "",
20783               "intervalFactor": 1,
20784               "legendFormat": "TCP_orphan - Orphan sockets",
20785               "refId": "D",
20786               "step": 240
20787             },
20788             {
20789               "datasource": {
20790                 "type": "prometheus",
20791                 "uid": "${DS_PROMETHEUS}"
20792               },
20793               "expr": "node_sockstat_TCP_tw{instance=\"$node\",job=\"$job\"}",
20794               "format": "time_series",
20795               "interval": "",
20796               "intervalFactor": 1,
20797               "legendFormat": "TCP_tw - Sockets wating close",
20798               "refId": "E",
20799               "step": 240
20800             }
20801           ],
20802           "title": "Sockstat TCP",
20803           "type": "timeseries"
20804         },
20805         {
20806           "datasource": {
20807             "type": "prometheus",
20808             "uid": "${DS_PROMETHEUS}"
20809           },
20810           "fieldConfig": {
20811             "defaults": {
20812               "color": {
20813                 "mode": "palette-classic"
20814               },
20815               "custom": {
20816                 "axisCenteredZero": false,
20817                 "axisColorMode": "text",
20818                 "axisLabel": "counter",
20819                 "axisPlacement": "auto",
20820                 "barAlignment": 0,
20821                 "drawStyle": "line",
20822                 "fillOpacity": 20,
20823                 "gradientMode": "none",
20824                 "hideFrom": {
20825                   "legend": false,
20826                   "tooltip": false,
20827                   "viz": false
20828                 },
20829                 "lineInterpolation": "linear",
20830                 "lineWidth": 1,
20831                 "pointSize": 5,
20832                 "scaleDistribution": {
20833                   "type": "linear"
20834                 },
20835                 "showPoints": "never",
20836                 "spanNulls": false,
20837                 "stacking": {
20838                   "group": "A",
20839                   "mode": "none"
20840                 },
20841                 "thresholdsStyle": {
20842                   "mode": "off"
20843                 }
20844               },
20845               "links": [],
20846               "mappings": [],
20847               "min": 0,
20848               "thresholds": {
20849                 "mode": "absolute",
20850                 "steps": [
20851                   {
20852                     "color": "green"
20853                   },
20854                   {
20855                     "color": "red",
20856                     "value": 80
20857                   }
20858                 ]
20859               },
20860               "unit": "short"
20861             },
20862             "overrides": []
20863           },
20864           "gridPos": {
20865             "h": 10,
20866             "w": 12,
20867             "x": 12,
20868             "y": 48
20869           },
20870           "id": 124,
20871           "links": [],
20872           "options": {
20873             "legend": {
20874               "calcs": [
20875                 "mean",
20876                 "lastNotNull",
20877                 "max",
20878                 "min"
20879               ],
20880               "displayMode": "table",
20881               "placement": "bottom",
20882               "showLegend": true,
20883               "width": 300
20884             },
20885             "tooltip": {
20886               "mode": "multi",
20887               "sort": "none"
20888             }
20889           },
20890           "pluginVersion": "9.2.0",
20891           "targets": [
20892             {
20893               "datasource": {
20894                 "type": "prometheus",
20895                 "uid": "${DS_PROMETHEUS}"
20896               },
20897               "expr": "node_sockstat_UDPLITE_inuse{instance=\"$node\",job=\"$job\"}",
20898               "format": "time_series",
20899               "interval": "",
20900               "intervalFactor": 1,
20901               "legendFormat": "UDPLITE_inuse - Udplite sockets currently in use",
20902               "refId": "A",
20903               "step": 240
20904             },
20905             {
20906               "datasource": {
20907                 "type": "prometheus",
20908                 "uid": "${DS_PROMETHEUS}"
20909               },
20910               "expr": "node_sockstat_UDP_inuse{instance=\"$node\",job=\"$job\"}",
20911               "format": "time_series",
20912               "interval": "",
20913               "intervalFactor": 1,
20914               "legendFormat": "UDP_inuse - Udp sockets currently in use",
20915               "refId": "B",
20916               "step": 240
20917             },
20918             {
20919               "datasource": {
20920                 "type": "prometheus",
20921                 "uid": "${DS_PROMETHEUS}"
20922               },
20923               "expr": "node_sockstat_UDP_mem{instance=\"$node\",job=\"$job\"}",
20924               "format": "time_series",
20925               "interval": "",
20926               "intervalFactor": 1,
20927               "legendFormat": "UDP_mem - Used memory for udp",
20928               "refId": "C",
20929               "step": 240
20930             }
20931           ],
20932           "title": "Sockstat UDP",
20933           "type": "timeseries"
20934         },
20935         {
20936           "datasource": {
20937             "type": "prometheus",
20938             "uid": "${DS_PROMETHEUS}"
20939           },
20940           "fieldConfig": {
20941             "defaults": {
20942               "color": {
20943                 "mode": "palette-classic"
20944               },
20945               "custom": {
20946                 "axisCenteredZero": false,
20947                 "axisColorMode": "text",
20948                 "axisLabel": "counter",
20949                 "axisPlacement": "auto",
20950                 "barAlignment": 0,
20951                 "drawStyle": "line",
20952                 "fillOpacity": 20,
20953                 "gradientMode": "none",
20954                 "hideFrom": {
20955                   "legend": false,
20956                   "tooltip": false,
20957                   "viz": false
20958                 },
20959                 "lineInterpolation": "linear",
20960                 "lineWidth": 1,
20961                 "pointSize": 5,
20962                 "scaleDistribution": {
20963                   "type": "linear"
20964                 },
20965                 "showPoints": "never",
20966                 "spanNulls": false,
20967                 "stacking": {
20968                   "group": "A",
20969                   "mode": "none"
20970                 },
20971                 "thresholdsStyle": {
20972                   "mode": "off"
20973                 }
20974               },
20975               "links": [],
20976               "mappings": [],
20977               "min": 0,
20978               "thresholds": {
20979                 "mode": "absolute",
20980                 "steps": [
20981                   {
20982                     "color": "green"
20983                   },
20984                   {
20985                     "color": "red",
20986                     "value": 80
20987                   }
20988                 ]
20989               },
20990               "unit": "short"
20991             },
20992             "overrides": []
20993           },
20994           "gridPos": {
20995             "h": 10,
20996             "w": 12,
20997             "x": 0,
20998             "y": 58
20999           },
21000           "id": 125,
21001           "links": [],
21002           "options": {
21003             "legend": {
21004               "calcs": [
21005                 "mean",
21006                 "lastNotNull",
21007                 "max",
21008                 "min"
21009               ],
21010               "displayMode": "table",
21011               "placement": "bottom",
21012               "showLegend": true,
21013               "width": 300
21014             },
21015             "tooltip": {
21016               "mode": "multi",
21017               "sort": "none"
21018             }
21019           },
21020           "pluginVersion": "9.2.0",
21021           "targets": [
21022             {
21023               "datasource": {
21024                 "type": "prometheus",
21025                 "uid": "${DS_PROMETHEUS}"
21026               },
21027               "expr": "node_sockstat_FRAG_inuse{instance=\"$node\",job=\"$job\"}",
21028               "format": "time_series",
21029               "interval": "",
21030               "intervalFactor": 1,
21031               "legendFormat": "FRAG_inuse - Frag sockets currently in use",
21032               "refId": "A",
21033               "step": 240
21034             },
21035             {
21036               "datasource": {
21037                 "type": "prometheus",
21038                 "uid": "${DS_PROMETHEUS}"
21039               },
21040               "expr": "node_sockstat_RAW_inuse{instance=\"$node\",job=\"$job\"}",
21041               "format": "time_series",
21042               "interval": "",
21043               "intervalFactor": 1,
21044               "legendFormat": "RAW_inuse - Raw sockets currently in use",
21045               "refId": "C",
21046               "step": 240
21047             }
21048           ],
21049           "title": "Sockstat FRAG / RAW",
21050           "type": "timeseries"
21051         },
21052         {
21053           "datasource": {
21054             "type": "prometheus",
21055             "uid": "${DS_PROMETHEUS}"
21056           },
21057           "fieldConfig": {
21058             "defaults": {
21059               "color": {
21060                 "mode": "palette-classic"
21061               },
21062               "custom": {
21063                 "axisCenteredZero": false,
21064                 "axisColorMode": "text",
21065                 "axisLabel": "bytes",
21066                 "axisPlacement": "auto",
21067                 "barAlignment": 0,
21068                 "drawStyle": "line",
21069                 "fillOpacity": 20,
21070                 "gradientMode": "none",
21071                 "hideFrom": {
21072                   "legend": false,
21073                   "tooltip": false,
21074                   "viz": false
21075                 },
21076                 "lineInterpolation": "linear",
21077                 "lineWidth": 1,
21078                 "pointSize": 5,
21079                 "scaleDistribution": {
21080                   "type": "linear"
21081                 },
21082                 "showPoints": "never",
21083                 "spanNulls": false,
21084                 "stacking": {
21085                   "group": "A",
21086                   "mode": "none"
21087                 },
21088                 "thresholdsStyle": {
21089                   "mode": "off"
21090                 }
21091               },
21092               "links": [],
21093               "mappings": [],
21094               "min": 0,
21095               "thresholds": {
21096                 "mode": "absolute",
21097                 "steps": [
21098                   {
21099                     "color": "green"
21100                   },
21101                   {
21102                     "color": "red",
21103                     "value": 80
21104                   }
21105                 ]
21106               },
21107               "unit": "bytes"
21108             },
21109             "overrides": []
21110           },
21111           "gridPos": {
21112             "h": 10,
21113             "w": 12,
21114             "x": 12,
21115             "y": 58
21116           },
21117           "id": 220,
21118           "links": [],
21119           "options": {
21120             "legend": {
21121               "calcs": [
21122                 "mean",
21123                 "lastNotNull",
21124                 "max",
21125                 "min"
21126               ],
21127               "displayMode": "table",
21128               "placement": "bottom",
21129               "showLegend": true,
21130               "width": 300
21131             },
21132             "tooltip": {
21133               "mode": "multi",
21134               "sort": "none"
21135             }
21136           },
21137           "pluginVersion": "9.2.0",
21138           "targets": [
21139             {
21140               "datasource": {
21141                 "type": "prometheus",
21142                 "uid": "${DS_PROMETHEUS}"
21143               },
21144               "expr": "node_sockstat_TCP_mem_bytes{instance=\"$node\",job=\"$job\"}",
21145               "format": "time_series",
21146               "interval": "",
21147               "intervalFactor": 1,
21148               "legendFormat": "mem_bytes - TCP sockets in that state",
21149               "refId": "A",
21150               "step": 240
21151             },
21152             {
21153               "datasource": {
21154                 "type": "prometheus",
21155                 "uid": "${DS_PROMETHEUS}"
21156               },
21157               "expr": "node_sockstat_UDP_mem_bytes{instance=\"$node\",job=\"$job\"}",
21158               "format": "time_series",
21159               "interval": "",
21160               "intervalFactor": 1,
21161               "legendFormat": "mem_bytes - UDP sockets in that state",
21162               "refId": "B",
21163               "step": 240
21164             },
21165             {
21166               "datasource": {
21167                 "type": "prometheus",
21168                 "uid": "${DS_PROMETHEUS}"
21169               },
21170               "expr": "node_sockstat_FRAG_memory{instance=\"$node\",job=\"$job\"}",
21171               "interval": "",
21172               "intervalFactor": 1,
21173               "legendFormat": "FRAG_memory - Used memory for frag",
21174               "refId": "C"
21175             }
21176           ],
21177           "title": "Sockstat Memory Size",
21178           "type": "timeseries"
21179         },
21180         {
21181           "datasource": {
21182             "type": "prometheus",
21183             "uid": "${DS_PROMETHEUS}"
21184           },
21185           "fieldConfig": {
21186             "defaults": {
21187               "color": {
21188                 "mode": "palette-classic"
21189               },
21190               "custom": {
21191                 "axisCenteredZero": false,
21192                 "axisColorMode": "text",
21193                 "axisLabel": "sockets",
21194                 "axisPlacement": "auto",
21195                 "barAlignment": 0,
21196                 "drawStyle": "line",
21197                 "fillOpacity": 20,
21198                 "gradientMode": "none",
21199                 "hideFrom": {
21200                   "legend": false,
21201                   "tooltip": false,
21202                   "viz": false
21203                 },
21204                 "lineInterpolation": "linear",
21205                 "lineWidth": 1,
21206                 "pointSize": 5,
21207                 "scaleDistribution": {
21208                   "type": "linear"
21209                 },
21210                 "showPoints": "never",
21211                 "spanNulls": false,
21212                 "stacking": {
21213                   "group": "A",
21214                   "mode": "none"
21215                 },
21216                 "thresholdsStyle": {
21217                   "mode": "off"
21218                 }
21219               },
21220               "links": [],
21221               "mappings": [],
21222               "min": 0,
21223               "thresholds": {
21224                 "mode": "absolute",
21225                 "steps": [
21226                   {
21227                     "color": "green"
21228                   },
21229                   {
21230                     "color": "red",
21231                     "value": 80
21232                   }
21233                 ]
21234               },
21235               "unit": "short"
21236             },
21237             "overrides": []
21238           },
21239           "gridPos": {
21240             "h": 10,
21241             "w": 12,
21242             "x": 0,
21243             "y": 68
21244           },
21245           "id": 126,
21246           "links": [],
21247           "options": {
21248             "legend": {
21249               "calcs": [
21250                 "mean",
21251                 "lastNotNull",
21252                 "max",
21253                 "min"
21254               ],
21255               "displayMode": "table",
21256               "placement": "bottom",
21257               "showLegend": true,
21258               "width": 300
21259             },
21260             "tooltip": {
21261               "mode": "multi",
21262               "sort": "none"
21263             }
21264           },
21265           "pluginVersion": "9.2.0",
21266           "targets": [
21267             {
21268               "datasource": {
21269                 "type": "prometheus",
21270                 "uid": "${DS_PROMETHEUS}"
21271               },
21272               "expr": "node_sockstat_sockets_used{instance=\"$node\",job=\"$job\"}",
21273               "format": "time_series",
21274               "interval": "",
21275               "intervalFactor": 1,
21276               "legendFormat": "Sockets_used - Sockets currently in use",
21277               "refId": "A",
21278               "step": 240
21279             }
21280           ],
21281           "title": "Sockstat Used",
21282           "type": "timeseries"
21283         }
21284       ],
21285       "targets": [
21286         {
21287           "datasource": {
21288             "type": "prometheus",
21289             "uid": "${DS_PROMETHEUS}"
21290           },
21291           "refId": "A"
21292         }
21293       ],
21294       "title": "Network Sockstat",
21295       "type": "row"
21296     },
21297     {
21298       "collapsed": true,
21299       "datasource": {
21300         "type": "prometheus",
21301         "uid": "${DS_PROMETHEUS}"
21302       },
21303       "gridPos": {
21304         "h": 1,
21305         "w": 24,
21306         "x": 0,
21307         "y": 32
21308       },
21309       "id": 274,
21310       "panels": [
21311         {
21312           "datasource": {
21313             "type": "prometheus",
21314             "uid": "${DS_PROMETHEUS}"
21315           },
21316           "fieldConfig": {
21317             "defaults": {
21318               "color": {
21319                 "mode": "palette-classic"
21320               },
21321               "custom": {
21322                 "axisCenteredZero": false,
21323                 "axisColorMode": "text",
21324                 "axisLabel": "octects out (-) / in (+)",
21325                 "axisPlacement": "auto",
21326                 "barAlignment": 0,
21327                 "drawStyle": "line",
21328                 "fillOpacity": 20,
21329                 "gradientMode": "none",
21330                 "hideFrom": {
21331                   "legend": false,
21332                   "tooltip": false,
21333                   "viz": false
21334                 },
21335                 "lineInterpolation": "linear",
21336                 "lineWidth": 1,
21337                 "pointSize": 5,
21338                 "scaleDistribution": {
21339                   "type": "linear"
21340                 },
21341                 "showPoints": "never",
21342                 "spanNulls": false,
21343                 "stacking": {
21344                   "group": "A",
21345                   "mode": "none"
21346                 },
21347                 "thresholdsStyle": {
21348                   "mode": "off"
21349                 }
21350               },
21351               "links": [],
21352               "mappings": [],
21353               "thresholds": {
21354                 "mode": "absolute",
21355                 "steps": [
21356                   {
21357                     "color": "green"
21358                   },
21359                   {
21360                     "color": "red",
21361                     "value": 80
21362                   }
21363                 ]
21364               },
21365               "unit": "short"
21366             },
21367             "overrides": [
21368               {
21369                 "matcher": {
21370                   "id": "byRegexp",
21371                   "options": "/.*Out.*/"
21372                 },
21373                 "properties": [
21374                   {
21375                     "id": "custom.transform",
21376                     "value": "negative-Y"
21377                   }
21378                 ]
21379               }
21380             ]
21381           },
21382           "gridPos": {
21383             "h": 10,
21384             "w": 12,
21385             "x": 0,
21386             "y": 49
21387           },
21388           "id": 221,
21389           "links": [],
21390           "options": {
21391             "legend": {
21392               "calcs": [
21393                 "mean",
21394                 "lastNotNull",
21395                 "max",
21396                 "min"
21397               ],
21398               "displayMode": "table",
21399               "placement": "bottom",
21400               "showLegend": true,
21401               "width": 300
21402             },
21403             "tooltip": {
21404               "mode": "multi",
21405               "sort": "none"
21406             }
21407           },
21408           "pluginVersion": "9.2.0",
21409           "targets": [
21410             {
21411               "datasource": {
21412                 "type": "prometheus",
21413                 "uid": "${DS_PROMETHEUS}"
21414               },
21415               "expr": "irate(node_netstat_IpExt_InOctets{instance=\"$node\",job=\"$job\"}[$__rate_interval])",
21416               "format": "time_series",
21417               "interval": "",
21418               "intervalFactor": 1,
21419               "legendFormat": "InOctets - Received octets",
21420               "refId": "A",
21421               "step": 240
21422             },
21423             {
21424               "datasource": {
21425                 "type": "prometheus",
21426                 "uid": "${DS_PROMETHEUS}"
21427               },
21428               "expr": "irate(node_netstat_IpExt_OutOctets{instance=\"$node\",job=\"$job\"}[$__rate_interval])",
21429               "format": "time_series",
21430               "intervalFactor": 1,
21431               "legendFormat": "OutOctets - Sent octets",
21432               "refId": "B",
21433               "step": 240
21434             }
21435           ],
21436           "title": "Netstat IP In / Out Octets",
21437           "type": "timeseries"
21438         },
21439         {
21440           "datasource": {
21441             "type": "prometheus",
21442             "uid": "${DS_PROMETHEUS}"
21443           },
21444           "fieldConfig": {
21445             "defaults": {
21446               "color": {
21447                 "mode": "palette-classic"
21448               },
21449               "custom": {
21450                 "axisCenteredZero": false,
21451                 "axisColorMode": "text",
21452                 "axisLabel": "datagrams",
21453                 "axisPlacement": "auto",
21454                 "barAlignment": 0,
21455                 "drawStyle": "line",
21456                 "fillOpacity": 20,
21457                 "gradientMode": "none",
21458                 "hideFrom": {
21459                   "legend": false,
21460                   "tooltip": false,
21461                   "viz": false
21462                 },
21463                 "lineInterpolation": "linear",
21464                 "lineWidth": 1,
21465                 "pointSize": 5,
21466                 "scaleDistribution": {
21467                   "type": "linear"
21468                 },
21469                 "showPoints": "never",
21470                 "spanNulls": false,
21471                 "stacking": {
21472                   "group": "A",
21473                   "mode": "none"
21474                 },
21475                 "thresholdsStyle": {
21476                   "mode": "off"
21477                 }
21478               },
21479               "links": [],
21480               "mappings": [],
21481               "min": 0,
21482               "thresholds": {
21483                 "mode": "absolute",
21484                 "steps": [
21485                   {
21486                     "color": "green"
21487                   },
21488                   {
21489                     "color": "red",
21490                     "value": 80
21491                   }
21492                 ]
21493               },
21494               "unit": "short"
21495             },
21496             "overrides": []
21497           },
21498           "gridPos": {
21499             "h": 10,
21500             "w": 12,
21501             "x": 12,
21502             "y": 49
21503           },
21504           "id": 81,
21505           "links": [],
21506           "options": {
21507             "legend": {
21508               "calcs": [
21509                 "mean",
21510                 "lastNotNull",
21511                 "max",
21512                 "min"
21513               ],
21514               "displayMode": "table",
21515               "placement": "bottom",
21516               "showLegend": true,
21517               "width": 300
21518             },
21519             "tooltip": {
21520               "mode": "multi",
21521               "sort": "none"
21522             }
21523           },
21524           "pluginVersion": "9.2.0",
21525           "targets": [
21526             {
21527               "datasource": {
21528                 "type": "prometheus",
21529                 "uid": "${DS_PROMETHEUS}"
21530               },
21531               "expr": "irate(node_netstat_Ip_Forwarding{instance=\"$node\",job=\"$job\"}[$__rate_interval])",
21532               "format": "time_series",
21533               "interval": "",
21534               "intervalFactor": 1,
21535               "legendFormat": "Forwarding - IP forwarding",
21536               "refId": "A",
21537               "step": 240
21538             }
21539           ],
21540           "title": "Netstat IP Forwarding",
21541           "type": "timeseries"
21542         },
21543         {
21544           "datasource": {
21545             "type": "prometheus",
21546             "uid": "${DS_PROMETHEUS}"
21547           },
21548           "fieldConfig": {
21549             "defaults": {
21550               "color": {
21551                 "mode": "palette-classic"
21552               },
21553               "custom": {
21554                 "axisCenteredZero": false,
21555                 "axisColorMode": "text",
21556                 "axisLabel": "messages out (-) / in (+)",
21557                 "axisPlacement": "auto",
21558                 "barAlignment": 0,
21559                 "drawStyle": "line",
21560                 "fillOpacity": 20,
21561                 "gradientMode": "none",
21562                 "hideFrom": {
21563                   "legend": false,
21564                   "tooltip": false,
21565                   "viz": false
21566                 },
21567                 "lineInterpolation": "linear",
21568                 "lineWidth": 1,
21569                 "pointSize": 5,
21570                 "scaleDistribution": {
21571                   "type": "linear"
21572                 },
21573                 "showPoints": "never",
21574                 "spanNulls": false,
21575                 "stacking": {
21576                   "group": "A",
21577                   "mode": "none"
21578                 },
21579                 "thresholdsStyle": {
21580                   "mode": "off"
21581                 }
21582               },
21583               "links": [],
21584               "mappings": [],
21585               "thresholds": {
21586                 "mode": "absolute",
21587                 "steps": [
21588                   {
21589                     "color": "green"
21590                   },
21591                   {
21592                     "color": "red",
21593                     "value": 80
21594                   }
21595                 ]
21596               },
21597               "unit": "short"
21598             },
21599             "overrides": [
21600               {
21601                 "matcher": {
21602                   "id": "byRegexp",
21603                   "options": "/.*Out.*/"
21604                 },
21605                 "properties": [
21606                   {
21607                     "id": "custom.transform",
21608                     "value": "negative-Y"
21609                   }
21610                 ]
21611               }
21612             ]
21613           },
21614           "gridPos": {
21615             "h": 10,
21616             "w": 12,
21617             "x": 0,
21618             "y": 59
21619           },
21620           "id": 115,
21621           "links": [],
21622           "options": {
21623             "legend": {
21624               "calcs": [
21625                 "mean",
21626                 "lastNotNull",
21627                 "max",
21628                 "min"
21629               ],
21630               "displayMode": "table",
21631               "placement": "bottom",
21632               "showLegend": true
21633             },
21634             "tooltip": {
21635               "mode": "multi",
21636               "sort": "none"
21637             }
21638           },
21639           "pluginVersion": "9.2.0",
21640           "targets": [
21641             {
21642               "datasource": {
21643                 "type": "prometheus",
21644                 "uid": "${DS_PROMETHEUS}"
21645               },
21646               "expr": "irate(node_netstat_Icmp_InMsgs{instance=\"$node\",job=\"$job\"}[$__rate_interval])",
21647               "format": "time_series",
21648               "interval": "",
21649               "intervalFactor": 1,
21650               "legendFormat": "InMsgs -  Messages which the entity received. Note that this counter includes all those counted by icmpInErrors",
21651               "refId": "A",
21652               "step": 240
21653             },
21654             {
21655               "datasource": {
21656                 "type": "prometheus",
21657                 "uid": "${DS_PROMETHEUS}"
21658               },
21659               "expr": "irate(node_netstat_Icmp_OutMsgs{instance=\"$node\",job=\"$job\"}[$__rate_interval])",
21660               "format": "time_series",
21661               "interval": "",
21662               "intervalFactor": 1,
21663               "legendFormat": "OutMsgs - Messages which this entity attempted to send. Note that this counter includes all those counted by icmpOutErrors",
21664               "refId": "B",
21665               "step": 240
21666             }
21667           ],
21668           "title": "ICMP In / Out",
21669           "type": "timeseries"
21670         },
21671         {
21672           "datasource": {
21673             "type": "prometheus",
21674             "uid": "${DS_PROMETHEUS}"
21675           },
21676           "fieldConfig": {
21677             "defaults": {
21678               "color": {
21679                 "mode": "palette-classic"
21680               },
21681               "custom": {
21682                 "axisCenteredZero": false,
21683                 "axisColorMode": "text",
21684                 "axisLabel": "messages out (-) / in (+)",
21685                 "axisPlacement": "auto",
21686                 "barAlignment": 0,
21687                 "drawStyle": "line",
21688                 "fillOpacity": 20,
21689                 "gradientMode": "none",
21690                 "hideFrom": {
21691                   "legend": false,
21692                   "tooltip": false,
21693                   "viz": false
21694                 },
21695                 "lineInterpolation": "linear",
21696                 "lineWidth": 1,
21697                 "pointSize": 5,
21698                 "scaleDistribution": {
21699                   "type": "linear"
21700                 },
21701                 "showPoints": "never",
21702                 "spanNulls": false,
21703                 "stacking": {
21704                   "group": "A",
21705                   "mode": "none"
21706                 },
21707                 "thresholdsStyle": {
21708                   "mode": "off"
21709                 }
21710               },
21711               "links": [],
21712               "mappings": [],
21713               "thresholds": {
21714                 "mode": "absolute",
21715                 "steps": [
21716                   {
21717                     "color": "green"
21718                   },
21719                   {
21720                     "color": "red",
21721                     "value": 80
21722                   }
21723                 ]
21724               },
21725               "unit": "short"
21726             },
21727             "overrides": [
21728               {
21729                 "matcher": {
21730                   "id": "byRegexp",
21731                   "options": "/.*Out.*/"
21732                 },
21733                 "properties": [
21734                   {
21735                     "id": "custom.transform",
21736                     "value": "negative-Y"
21737                   }
21738                 ]
21739               }
21740             ]
21741           },
21742           "gridPos": {
21743             "h": 10,
21744             "w": 12,
21745             "x": 12,
21746             "y": 59
21747           },
21748           "id": 50,
21749           "links": [],
21750           "options": {
21751             "legend": {
21752               "calcs": [
21753                 "mean",
21754                 "lastNotNull",
21755                 "max",
21756                 "min"
21757               ],
21758               "displayMode": "table",
21759               "placement": "bottom",
21760               "showLegend": true
21761             },
21762             "tooltip": {
21763               "mode": "multi",
21764               "sort": "none"
21765             }
21766           },
21767           "pluginVersion": "9.2.0",
21768           "targets": [
21769             {
21770               "datasource": {
21771                 "type": "prometheus",
21772                 "uid": "${DS_PROMETHEUS}"
21773               },
21774               "expr": "irate(node_netstat_Icmp_InErrors{instance=\"$node\",job=\"$job\"}[$__rate_interval])",
21775               "format": "time_series",
21776               "interval": "",
21777               "intervalFactor": 1,
21778               "legendFormat": "InErrors - Messages which the entity received but determined as having ICMP-specific errors (bad ICMP checksums, bad length, etc.)",
21779               "refId": "A",
21780               "step": 240
21781             }
21782           ],
21783           "title": "ICMP Errors",
21784           "type": "timeseries"
21785         },
21786         {
21787           "datasource": {
21788             "type": "prometheus",
21789             "uid": "${DS_PROMETHEUS}"
21790           },
21791           "fieldConfig": {
21792             "defaults": {
21793               "color": {
21794                 "mode": "palette-classic"
21795               },
21796               "custom": {
21797                 "axisCenteredZero": false,
21798                 "axisColorMode": "text",
21799                 "axisLabel": "datagrams out (-) / in (+)",
21800                 "axisPlacement": "auto",
21801                 "barAlignment": 0,
21802                 "drawStyle": "line",
21803                 "fillOpacity": 20,
21804                 "gradientMode": "none",
21805                 "hideFrom": {
21806                   "legend": false,
21807                   "tooltip": false,
21808                   "viz": false
21809                 },
21810                 "lineInterpolation": "linear",
21811                 "lineWidth": 1,
21812                 "pointSize": 5,
21813                 "scaleDistribution": {
21814                   "type": "linear"
21815                 },
21816                 "showPoints": "never",
21817                 "spanNulls": false,
21818                 "stacking": {
21819                   "group": "A",
21820                   "mode": "none"
21821                 },
21822                 "thresholdsStyle": {
21823                   "mode": "off"
21824                 }
21825               },
21826               "links": [],
21827               "mappings": [],
21828               "thresholds": {
21829                 "mode": "absolute",
21830                 "steps": [
21831                   {
21832                     "color": "green"
21833                   },
21834                   {
21835                     "color": "red",
21836                     "value": 80
21837                   }
21838                 ]
21839               },
21840               "unit": "short"
21841             },
21842             "overrides": [
21843               {
21844                 "matcher": {
21845                   "id": "byRegexp",
21846                   "options": "/.*Out.*/"
21847                 },
21848                 "properties": [
21849                   {
21850                     "id": "custom.transform",
21851                     "value": "negative-Y"
21852                   }
21853                 ]
21854               },
21855               {
21856                 "matcher": {
21857                   "id": "byRegexp",
21858                   "options": "/.*Snd.*/"
21859                 },
21860                 "properties": [
21861                   {
21862                     "id": "custom.transform",
21863                     "value": "negative-Y"
21864                   }
21865                 ]
21866               }
21867             ]
21868           },
21869           "gridPos": {
21870             "h": 10,
21871             "w": 12,
21872             "x": 0,
21873             "y": 69
21874           },
21875           "id": 55,
21876           "links": [],
21877           "options": {
21878             "legend": {
21879               "calcs": [
21880                 "mean",
21881                 "lastNotNull",
21882                 "max",
21883                 "min"
21884               ],
21885               "displayMode": "table",
21886               "placement": "bottom",
21887               "showLegend": true
21888             },
21889             "tooltip": {
21890               "mode": "multi",
21891               "sort": "none"
21892             }
21893           },
21894           "pluginVersion": "9.2.0",
21895           "targets": [
21896             {
21897               "datasource": {
21898                 "type": "prometheus",
21899                 "uid": "${DS_PROMETHEUS}"
21900               },
21901               "expr": "irate(node_netstat_Udp_InDatagrams{instance=\"$node\",job=\"$job\"}[$__rate_interval])",
21902               "format": "time_series",
21903               "interval": "",
21904               "intervalFactor": 1,
21905               "legendFormat": "InDatagrams - Datagrams received",
21906               "refId": "A",
21907               "step": 240
21908             },
21909             {
21910               "datasource": {
21911                 "type": "prometheus",
21912                 "uid": "${DS_PROMETHEUS}"
21913               },
21914               "expr": "irate(node_netstat_Udp_OutDatagrams{instance=\"$node\",job=\"$job\"}[$__rate_interval])",
21915               "format": "time_series",
21916               "interval": "",
21917               "intervalFactor": 1,
21918               "legendFormat": "OutDatagrams - Datagrams sent",
21919               "refId": "B",
21920               "step": 240
21921             }
21922           ],
21923           "title": "UDP In / Out",
21924           "type": "timeseries"
21925         },
21926         {
21927           "datasource": {
21928             "type": "prometheus",
21929             "uid": "${DS_PROMETHEUS}"
21930           },
21931           "fieldConfig": {
21932             "defaults": {
21933               "color": {
21934                 "mode": "palette-classic"
21935               },
21936               "custom": {
21937                 "axisCenteredZero": false,
21938                 "axisColorMode": "text",
21939                 "axisLabel": "datagrams",
21940                 "axisPlacement": "auto",
21941                 "barAlignment": 0,
21942                 "drawStyle": "line",
21943                 "fillOpacity": 20,
21944                 "gradientMode": "none",
21945                 "hideFrom": {
21946                   "legend": false,
21947                   "tooltip": false,
21948                   "viz": false
21949                 },
21950                 "lineInterpolation": "linear",
21951                 "lineWidth": 1,
21952                 "pointSize": 5,
21953                 "scaleDistribution": {
21954                   "type": "linear"
21955                 },
21956                 "showPoints": "never",
21957                 "spanNulls": false,
21958                 "stacking": {
21959                   "group": "A",
21960                   "mode": "none"
21961                 },
21962                 "thresholdsStyle": {
21963                   "mode": "off"
21964                 }
21965               },
21966               "links": [],
21967               "mappings": [],
21968               "thresholds": {
21969                 "mode": "absolute",
21970                 "steps": [
21971                   {
21972                     "color": "green"
21973                   },
21974                   {
21975                     "color": "red",
21976                     "value": 80
21977                   }
21978                 ]
21979               },
21980               "unit": "short"
21981             },
21982             "overrides": []
21983           },
21984           "gridPos": {
21985             "h": 10,
21986             "w": 12,
21987             "x": 12,
21988             "y": 69
21989           },
21990           "id": 109,
21991           "links": [],
21992           "options": {
21993             "legend": {
21994               "calcs": [
21995                 "mean",
21996                 "lastNotNull",
21997                 "max",
21998                 "min"
21999               ],
22000               "displayMode": "table",
22001               "placement": "bottom",
22002               "showLegend": true
22003             },
22004             "tooltip": {
22005               "mode": "multi",
22006               "sort": "none"
22007             }
22008           },
22009           "pluginVersion": "9.2.0",
22010           "targets": [
22011             {
22012               "datasource": {
22013                 "type": "prometheus",
22014                 "uid": "${DS_PROMETHEUS}"
22015               },
22016               "expr": "irate(node_netstat_Udp_InErrors{instance=\"$node\",job=\"$job\"}[$__rate_interval])",
22017               "format": "time_series",
22018               "interval": "",
22019               "intervalFactor": 1,
22020               "legendFormat": "InErrors - UDP Datagrams that could not be delivered to an application",
22021               "refId": "A",
22022               "step": 240
22023             },
22024             {
22025               "datasource": {
22026                 "type": "prometheus",
22027                 "uid": "${DS_PROMETHEUS}"
22028               },
22029               "expr": "irate(node_netstat_Udp_NoPorts{instance=\"$node\",job=\"$job\"}[$__rate_interval])",
22030               "format": "time_series",
22031               "interval": "",
22032               "intervalFactor": 1,
22033               "legendFormat": "NoPorts - UDP Datagrams received on a port with no listener",
22034               "refId": "B",
22035               "step": 240
22036             },
22037             {
22038               "datasource": {
22039                 "type": "prometheus",
22040                 "uid": "${DS_PROMETHEUS}"
22041               },
22042               "expr": "irate(node_netstat_UdpLite_InErrors{instance=\"$node\",job=\"$job\"}[$__rate_interval])",
22043               "interval": "",
22044               "legendFormat": "InErrors Lite - UDPLite Datagrams that could not be delivered to an application",
22045               "refId": "C"
22046             },
22047             {
22048               "datasource": {
22049                 "type": "prometheus",
22050                 "uid": "${DS_PROMETHEUS}"
22051               },
22052               "expr": "irate(node_netstat_Udp_RcvbufErrors{instance=\"$node\",job=\"$job\"}[$__rate_interval])",
22053               "format": "time_series",
22054               "interval": "",
22055               "intervalFactor": 1,
22056               "legendFormat": "RcvbufErrors - UDP buffer errors received",
22057               "refId": "D",
22058               "step": 240
22059             },
22060             {
22061               "datasource": {
22062                 "type": "prometheus",
22063                 "uid": "${DS_PROMETHEUS}"
22064               },
22065               "expr": "irate(node_netstat_Udp_SndbufErrors{instance=\"$node\",job=\"$job\"}[$__rate_interval])",
22066               "format": "time_series",
22067               "interval": "",
22068               "intervalFactor": 1,
22069               "legendFormat": "SndbufErrors - UDP buffer errors send",
22070               "refId": "E",
22071               "step": 240
22072             }
22073           ],
22074           "title": "UDP Errors",
22075           "type": "timeseries"
22076         },
22077         {
22078           "datasource": {
22079             "type": "prometheus",
22080             "uid": "${DS_PROMETHEUS}"
22081           },
22082           "fieldConfig": {
22083             "defaults": {
22084               "color": {
22085                 "mode": "palette-classic"
22086               },
22087               "custom": {
22088                 "axisCenteredZero": false,
22089                 "axisColorMode": "text",
22090                 "axisLabel": "datagrams out (-) / in (+)",
22091                 "axisPlacement": "auto",
22092                 "barAlignment": 0,
22093                 "drawStyle": "line",
22094                 "fillOpacity": 20,
22095                 "gradientMode": "none",
22096                 "hideFrom": {
22097                   "legend": false,
22098                   "tooltip": false,
22099                   "viz": false
22100                 },
22101                 "lineInterpolation": "linear",
22102                 "lineWidth": 1,
22103                 "pointSize": 5,
22104                 "scaleDistribution": {
22105                   "type": "linear"
22106                 },
22107                 "showPoints": "never",
22108                 "spanNulls": false,
22109                 "stacking": {
22110                   "group": "A",
22111                   "mode": "none"
22112                 },
22113                 "thresholdsStyle": {
22114                   "mode": "off"
22115                 }
22116               },
22117               "links": [],
22118               "mappings": [],
22119               "thresholds": {
22120                 "mode": "absolute",
22121                 "steps": [
22122                   {
22123                     "color": "green"
22124                   },
22125                   {
22126                     "color": "red",
22127                     "value": 80
22128                   }
22129                 ]
22130               },
22131               "unit": "short"
22132             },
22133             "overrides": [
22134               {
22135                 "matcher": {
22136                   "id": "byRegexp",
22137                   "options": "/.*Out.*/"
22138                 },
22139                 "properties": [
22140                   {
22141                     "id": "custom.transform",
22142                     "value": "negative-Y"
22143                   }
22144                 ]
22145               },
22146               {
22147                 "matcher": {
22148                   "id": "byRegexp",
22149                   "options": "/.*Snd.*/"
22150                 },
22151                 "properties": [
22152                   {
22153                     "id": "custom.transform",
22154                     "value": "negative-Y"
22155                   }
22156                 ]
22157               }
22158             ]
22159           },
22160           "gridPos": {
22161             "h": 10,
22162             "w": 12,
22163             "x": 0,
22164             "y": 79
22165           },
22166           "id": 299,
22167           "links": [],
22168           "options": {
22169             "legend": {
22170               "calcs": [
22171                 "mean",
22172                 "lastNotNull",
22173                 "max",
22174                 "min"
22175               ],
22176               "displayMode": "table",
22177               "placement": "bottom",
22178               "showLegend": true
22179             },
22180             "tooltip": {
22181               "mode": "multi",
22182               "sort": "none"
22183             }
22184           },
22185           "pluginVersion": "9.2.0",
22186           "targets": [
22187             {
22188               "datasource": {
22189                 "type": "prometheus",
22190                 "uid": "${DS_PROMETHEUS}"
22191               },
22192               "expr": "irate(node_netstat_Tcp_InSegs{instance=\"$node\",job=\"$job\"}[$__rate_interval])",
22193               "format": "time_series",
22194               "instant": false,
22195               "interval": "",
22196               "intervalFactor": 1,
22197               "legendFormat": "InSegs - Segments received, including those received in error. This count includes segments received on currently established connections",
22198               "refId": "A",
22199               "step": 240
22200             },
22201             {
22202               "datasource": {
22203                 "type": "prometheus",
22204                 "uid": "${DS_PROMETHEUS}"
22205               },
22206               "expr": "irate(node_netstat_Tcp_OutSegs{instance=\"$node\",job=\"$job\"}[$__rate_interval])",
22207               "format": "time_series",
22208               "interval": "",
22209               "intervalFactor": 1,
22210               "legendFormat": "OutSegs - Segments sent, including those on current connections but excluding those containing only retransmitted octets",
22211               "refId": "B",
22212               "step": 240
22213             }
22214           ],
22215           "title": "TCP In / Out",
22216           "type": "timeseries"
22217         },
22218         {
22219           "datasource": {
22220             "type": "prometheus",
22221             "uid": "${DS_PROMETHEUS}"
22222           },
22223           "description": "",
22224           "fieldConfig": {
22225             "defaults": {
22226               "color": {
22227                 "mode": "palette-classic"
22228               },
22229               "custom": {
22230                 "axisCenteredZero": false,
22231                 "axisColorMode": "text",
22232                 "axisLabel": "counter",
22233                 "axisPlacement": "auto",
22234                 "barAlignment": 0,
22235                 "drawStyle": "line",
22236                 "fillOpacity": 20,
22237                 "gradientMode": "none",
22238                 "hideFrom": {
22239                   "legend": false,
22240                   "tooltip": false,
22241                   "viz": false
22242                 },
22243                 "lineInterpolation": "linear",
22244                 "lineWidth": 1,
22245                 "pointSize": 5,
22246                 "scaleDistribution": {
22247                   "type": "linear"
22248                 },
22249                 "showPoints": "never",
22250                 "spanNulls": false,
22251                 "stacking": {
22252                   "group": "A",
22253                   "mode": "none"
22254                 },
22255                 "thresholdsStyle": {
22256                   "mode": "off"
22257                 }
22258               },
22259               "links": [],
22260               "mappings": [],
22261               "min": 0,
22262               "thresholds": {
22263                 "mode": "absolute",
22264                 "steps": [
22265                   {
22266                     "color": "green"
22267                   },
22268                   {
22269                     "color": "red",
22270                     "value": 80
22271                   }
22272                 ]
22273               },
22274               "unit": "short"
22275             },
22276             "overrides": []
22277           },
22278           "gridPos": {
22279             "h": 10,
22280             "w": 12,
22281             "x": 12,
22282             "y": 79
22283           },
22284           "id": 104,
22285           "links": [],
22286           "options": {
22287             "legend": {
22288               "calcs": [
22289                 "mean",
22290                 "lastNotNull",
22291                 "max",
22292                 "min"
22293               ],
22294               "displayMode": "table",
22295               "placement": "bottom",
22296               "showLegend": true
22297             },
22298             "tooltip": {
22299               "mode": "multi",
22300               "sort": "none"
22301             }
22302           },
22303           "pluginVersion": "9.2.0",
22304           "targets": [
22305             {
22306               "datasource": {
22307                 "type": "prometheus",
22308                 "uid": "${DS_PROMETHEUS}"
22309               },
22310               "expr": "irate(node_netstat_TcpExt_ListenOverflows{instance=\"$node\",job=\"$job\"}[$__rate_interval])",
22311               "format": "time_series",
22312               "hide": false,
22313               "interval": "",
22314               "intervalFactor": 1,
22315               "legendFormat": "ListenOverflows - Times the listen queue of a socket overflowed",
22316               "refId": "A",
22317               "step": 240
22318             },
22319             {
22320               "datasource": {
22321                 "type": "prometheus",
22322                 "uid": "${DS_PROMETHEUS}"
22323               },
22324               "expr": "irate(node_netstat_TcpExt_ListenDrops{instance=\"$node\",job=\"$job\"}[$__rate_interval])",
22325               "format": "time_series",
22326               "hide": false,
22327               "interval": "",
22328               "intervalFactor": 1,
22329               "legendFormat": "ListenDrops - SYNs to LISTEN sockets ignored",
22330               "refId": "B",
22331               "step": 240
22332             },
22333             {
22334               "datasource": {
22335                 "type": "prometheus",
22336                 "uid": "${DS_PROMETHEUS}"
22337               },
22338               "expr": "irate(node_netstat_TcpExt_TCPSynRetrans{instance=\"$node\",job=\"$job\"}[$__rate_interval])",
22339               "format": "time_series",
22340               "interval": "",
22341               "intervalFactor": 1,
22342               "legendFormat": "TCPSynRetrans - SYN-SYN/ACK retransmits to break down retransmissions in SYN, fast/timeout retransmits",
22343               "refId": "C",
22344               "step": 240
22345             },
22346             {
22347               "datasource": {
22348                 "type": "prometheus",
22349                 "uid": "${DS_PROMETHEUS}"
22350               },
22351               "expr": "irate(node_netstat_Tcp_RetransSegs{instance=\"$node\",job=\"$job\"}[$__rate_interval])",
22352               "interval": "",
22353               "legendFormat": "RetransSegs - Segments retransmitted - that is, the number of TCP segments transmitted containing one or more previously transmitted octets",
22354               "refId": "D"
22355             },
22356             {
22357               "datasource": {
22358                 "type": "prometheus",
22359                 "uid": "${DS_PROMETHEUS}"
22360               },
22361               "expr": "irate(node_netstat_Tcp_InErrs{instance=\"$node\",job=\"$job\"}[$__rate_interval])",
22362               "interval": "",
22363               "legendFormat": "InErrs - Segments received in error (e.g., bad TCP checksums)",
22364               "refId": "E"
22365             },
22366             {
22367               "datasource": {
22368                 "type": "prometheus",
22369                 "uid": "${DS_PROMETHEUS}"
22370               },
22371               "expr": "irate(node_netstat_Tcp_OutRsts{instance=\"$node\",job=\"$job\"}[$__rate_interval])",
22372               "interval": "",
22373               "legendFormat": "OutRsts - Segments sent with RST flag",
22374               "refId": "F"
22375             }
22376           ],
22377           "title": "TCP Errors",
22378           "type": "timeseries"
22379         },
22380         {
22381           "datasource": {
22382             "type": "prometheus",
22383             "uid": "${DS_PROMETHEUS}"
22384           },
22385           "fieldConfig": {
22386             "defaults": {
22387               "color": {
22388                 "mode": "palette-classic"
22389               },
22390               "custom": {
22391                 "axisCenteredZero": false,
22392                 "axisColorMode": "text",
22393                 "axisLabel": "connections",
22394                 "axisPlacement": "auto",
22395                 "barAlignment": 0,
22396                 "drawStyle": "line",
22397                 "fillOpacity": 20,
22398                 "gradientMode": "none",
22399                 "hideFrom": {
22400                   "legend": false,
22401                   "tooltip": false,
22402                   "viz": false
22403                 },
22404                 "lineInterpolation": "linear",
22405                 "lineWidth": 1,
22406                 "pointSize": 5,
22407                 "scaleDistribution": {
22408                   "type": "linear"
22409                 },
22410                 "showPoints": "never",
22411                 "spanNulls": false,
22412                 "stacking": {
22413                   "group": "A",
22414                   "mode": "none"
22415                 },
22416                 "thresholdsStyle": {
22417                   "mode": "off"
22418                 }
22419               },
22420               "links": [],
22421               "mappings": [],
22422               "min": 0,
22423               "thresholds": {
22424                 "mode": "absolute",
22425                 "steps": [
22426                   {
22427                     "color": "green"
22428                   },
22429                   {
22430                     "color": "red",
22431                     "value": 80
22432                   }
22433                 ]
22434               },
22435               "unit": "short"
22436             },
22437             "overrides": [
22438               {
22439                 "matcher": {
22440                   "id": "byRegexp",
22441                   "options": "/.*MaxConn *./"
22442                 },
22443                 "properties": [
22444                   {
22445                     "id": "color",
22446                     "value": {
22447                       "fixedColor": "#890F02",
22448                       "mode": "fixed"
22449                     }
22450                   },
22451                   {
22452                     "id": "custom.fillOpacity",
22453                     "value": 0
22454                   }
22455                 ]
22456               }
22457             ]
22458           },
22459           "gridPos": {
22460             "h": 10,
22461             "w": 12,
22462             "x": 0,
22463             "y": 89
22464           },
22465           "id": 85,
22466           "links": [],
22467           "options": {
22468             "legend": {
22469               "calcs": [
22470                 "mean",
22471                 "lastNotNull",
22472                 "max",
22473                 "min"
22474               ],
22475               "displayMode": "table",
22476               "placement": "bottom",
22477               "showLegend": true
22478             },
22479             "tooltip": {
22480               "mode": "multi",
22481               "sort": "none"
22482             }
22483           },
22484           "pluginVersion": "9.2.0",
22485           "targets": [
22486             {
22487               "datasource": {
22488                 "type": "prometheus",
22489                 "uid": "${DS_PROMETHEUS}"
22490               },
22491               "expr": "node_netstat_Tcp_CurrEstab{instance=\"$node\",job=\"$job\"}",
22492               "format": "time_series",
22493               "hide": false,
22494               "interval": "",
22495               "intervalFactor": 1,
22496               "legendFormat": "CurrEstab - TCP connections for which the current state is either ESTABLISHED or CLOSE- WAIT",
22497               "refId": "A",
22498               "step": 240
22499             },
22500             {
22501               "datasource": {
22502                 "type": "prometheus",
22503                 "uid": "${DS_PROMETHEUS}"
22504               },
22505               "expr": "node_netstat_Tcp_MaxConn{instance=\"$node\",job=\"$job\"}",
22506               "format": "time_series",
22507               "hide": false,
22508               "interval": "",
22509               "intervalFactor": 1,
22510               "legendFormat": "MaxConn - Limit on the total number of TCP connections the entity can support (Dinamic is \"-1\")",
22511               "refId": "B",
22512               "step": 240
22513             }
22514           ],
22515           "title": "TCP Connections",
22516           "type": "timeseries"
22517         },
22518         {
22519           "datasource": {
22520             "type": "prometheus",
22521             "uid": "${DS_PROMETHEUS}"
22522           },
22523           "description": "",
22524           "fieldConfig": {
22525             "defaults": {
22526               "color": {
22527                 "mode": "palette-classic"
22528               },
22529               "custom": {
22530                 "axisCenteredZero": false,
22531                 "axisColorMode": "text",
22532                 "axisLabel": "counter out (-) / in (+)",
22533                 "axisPlacement": "auto",
22534                 "barAlignment": 0,
22535                 "drawStyle": "line",
22536                 "fillOpacity": 20,
22537                 "gradientMode": "none",
22538                 "hideFrom": {
22539                   "legend": false,
22540                   "tooltip": false,
22541                   "viz": false
22542                 },
22543                 "lineInterpolation": "linear",
22544                 "lineWidth": 1,
22545                 "pointSize": 5,
22546                 "scaleDistribution": {
22547                   "type": "linear"
22548                 },
22549                 "showPoints": "never",
22550                 "spanNulls": false,
22551                 "stacking": {
22552                   "group": "A",
22553                   "mode": "none"
22554                 },
22555                 "thresholdsStyle": {
22556                   "mode": "off"
22557                 }
22558               },
22559               "links": [],
22560               "mappings": [],
22561               "thresholds": {
22562                 "mode": "absolute",
22563                 "steps": [
22564                   {
22565                     "color": "green"
22566                   },
22567                   {
22568                     "color": "red",
22569                     "value": 80
22570                   }
22571                 ]
22572               },
22573               "unit": "short"
22574             },
22575             "overrides": [
22576               {
22577                 "matcher": {
22578                   "id": "byRegexp",
22579                   "options": "/.*Sent.*/"
22580                 },
22581                 "properties": [
22582                   {
22583                     "id": "custom.transform",
22584                     "value": "negative-Y"
22585                   }
22586                 ]
22587               }
22588             ]
22589           },
22590           "gridPos": {
22591             "h": 10,
22592             "w": 12,
22593             "x": 12,
22594             "y": 89
22595           },
22596           "id": 91,
22597           "links": [],
22598           "options": {
22599             "legend": {
22600               "calcs": [
22601                 "mean",
22602                 "lastNotNull",
22603                 "max",
22604                 "min"
22605               ],
22606               "displayMode": "table",
22607               "placement": "bottom",
22608               "showLegend": true
22609             },
22610             "tooltip": {
22611               "mode": "multi",
22612               "sort": "none"
22613             }
22614           },
22615           "pluginVersion": "9.2.0",
22616           "targets": [
22617             {
22618               "datasource": {
22619                 "type": "prometheus",
22620                 "uid": "${DS_PROMETHEUS}"
22621               },
22622               "expr": "irate(node_netstat_TcpExt_SyncookiesFailed{instance=\"$node\",job=\"$job\"}[$__rate_interval])",
22623               "format": "time_series",
22624               "hide": false,
22625               "interval": "",
22626               "intervalFactor": 1,
22627               "legendFormat": "SyncookiesFailed - Invalid SYN cookies received",
22628               "refId": "A",
22629               "step": 240
22630             },
22631             {
22632               "datasource": {
22633                 "type": "prometheus",
22634                 "uid": "${DS_PROMETHEUS}"
22635               },
22636               "expr": "irate(node_netstat_TcpExt_SyncookiesRecv{instance=\"$node\",job=\"$job\"}[$__rate_interval])",
22637               "format": "time_series",
22638               "hide": false,
22639               "interval": "",
22640               "intervalFactor": 1,
22641               "legendFormat": "SyncookiesRecv - SYN cookies received",
22642               "refId": "B",
22643               "step": 240
22644             },
22645             {
22646               "datasource": {
22647                 "type": "prometheus",
22648                 "uid": "${DS_PROMETHEUS}"
22649               },
22650               "expr": "irate(node_netstat_TcpExt_SyncookiesSent{instance=\"$node\",job=\"$job\"}[$__rate_interval])",
22651               "format": "time_series",
22652               "hide": false,
22653               "interval": "",
22654               "intervalFactor": 1,
22655               "legendFormat": "SyncookiesSent - SYN cookies sent",
22656               "refId": "C",
22657               "step": 240
22658             }
22659           ],
22660           "title": "TCP SynCookie",
22661           "type": "timeseries"
22662         },
22663         {
22664           "datasource": {
22665             "type": "prometheus",
22666             "uid": "${DS_PROMETHEUS}"
22667           },
22668           "fieldConfig": {
22669             "defaults": {
22670               "color": {
22671                 "mode": "palette-classic"
22672               },
22673               "custom": {
22674                 "axisCenteredZero": false,
22675                 "axisColorMode": "text",
22676                 "axisLabel": "connections",
22677                 "axisPlacement": "auto",
22678                 "barAlignment": 0,
22679                 "drawStyle": "line",
22680                 "fillOpacity": 20,
22681                 "gradientMode": "none",
22682                 "hideFrom": {
22683                   "legend": false,
22684                   "tooltip": false,
22685                   "viz": false
22686                 },
22687                 "lineInterpolation": "linear",
22688                 "lineWidth": 1,
22689                 "pointSize": 5,
22690                 "scaleDistribution": {
22691                   "type": "linear"
22692                 },
22693                 "showPoints": "never",
22694                 "spanNulls": false,
22695                 "stacking": {
22696                   "group": "A",
22697                   "mode": "none"
22698                 },
22699                 "thresholdsStyle": {
22700                   "mode": "off"
22701                 }
22702               },
22703               "links": [],
22704               "mappings": [],
22705               "min": 0,
22706               "thresholds": {
22707                 "mode": "absolute",
22708                 "steps": [
22709                   {
22710                     "color": "green"
22711                   },
22712                   {
22713                     "color": "red",
22714                     "value": 80
22715                   }
22716                 ]
22717               },
22718               "unit": "short"
22719             },
22720             "overrides": []
22721           },
22722           "gridPos": {
22723             "h": 10,
22724             "w": 12,
22725             "x": 0,
22726             "y": 99
22727           },
22728           "id": 82,
22729           "links": [],
22730           "options": {
22731             "legend": {
22732               "calcs": [
22733                 "mean",
22734                 "lastNotNull",
22735                 "max",
22736                 "min"
22737               ],
22738               "displayMode": "table",
22739               "placement": "bottom",
22740               "showLegend": true
22741             },
22742             "tooltip": {
22743               "mode": "multi",
22744               "sort": "none"
22745             }
22746           },
22747           "pluginVersion": "9.2.0",
22748           "targets": [
22749             {
22750               "datasource": {
22751                 "type": "prometheus",
22752                 "uid": "${DS_PROMETHEUS}"
22753               },
22754               "expr": "irate(node_netstat_Tcp_ActiveOpens{instance=\"$node\",job=\"$job\"}[$__rate_interval])",
22755               "format": "time_series",
22756               "interval": "",
22757               "intervalFactor": 1,
22758               "legendFormat": "ActiveOpens - TCP connections that have made a direct transition to the SYN-SENT state from the CLOSED state",
22759               "refId": "A",
22760               "step": 240
22761             },
22762             {
22763               "datasource": {
22764                 "type": "prometheus",
22765                 "uid": "${DS_PROMETHEUS}"
22766               },
22767               "expr": "irate(node_netstat_Tcp_PassiveOpens{instance=\"$node\",job=\"$job\"}[$__rate_interval])",
22768               "format": "time_series",
22769               "interval": "",
22770               "intervalFactor": 1,
22771               "legendFormat": "PassiveOpens - TCP connections that have made a direct transition to the SYN-RCVD state from the LISTEN state",
22772               "refId": "B",
22773               "step": 240
22774             }
22775           ],
22776           "title": "TCP Direct Transition",
22777           "type": "timeseries"
22778         }
22779       ],
22780       "targets": [
22781         {
22782           "datasource": {
22783             "type": "prometheus",
22784             "uid": "${DS_PROMETHEUS}"
22785           },
22786           "refId": "A"
22787         }
22788       ],
22789       "title": "Network Netstat",
22790       "type": "row"
22791     },
22792     {
22793       "collapsed": true,
22794       "datasource": {
22795         "type": "prometheus",
22796         "uid": "${DS_PROMETHEUS}"
22797       },
22798       "gridPos": {
22799         "h": 1,
22800         "w": 24,
22801         "x": 0,
22802         "y": 33
22803       },
22804       "id": 279,
22805       "panels": [
22806         {
22807           "datasource": {
22808             "type": "prometheus",
22809             "uid": "${DS_PROMETHEUS}"
22810           },
22811           "description": "",
22812           "fieldConfig": {
22813             "defaults": {
22814               "color": {
22815                 "mode": "palette-classic"
22816               },
22817               "custom": {
22818                 "axisCenteredZero": false,
22819                 "axisColorMode": "text",
22820                 "axisLabel": "seconds",
22821                 "axisPlacement": "auto",
22822                 "barAlignment": 0,
22823                 "drawStyle": "line",
22824                 "fillOpacity": 20,
22825                 "gradientMode": "none",
22826                 "hideFrom": {
22827                   "legend": false,
22828                   "tooltip": false,
22829                   "viz": false
22830                 },
22831                 "lineInterpolation": "linear",
22832                 "lineWidth": 1,
22833                 "pointSize": 5,
22834                 "scaleDistribution": {
22835                   "type": "linear"
22836                 },
22837                 "showPoints": "never",
22838                 "spanNulls": false,
22839                 "stacking": {
22840                   "group": "A",
22841                   "mode": "normal"
22842                 },
22843                 "thresholdsStyle": {
22844                   "mode": "off"
22845                 }
22846               },
22847               "links": [],
22848               "mappings": [],
22849               "thresholds": {
22850                 "mode": "absolute",
22851                 "steps": [
22852                   {
22853                     "color": "green"
22854                   },
22855                   {
22856                     "color": "red",
22857                     "value": 80
22858                   }
22859                 ]
22860               },
22861               "unit": "s"
22862             },
22863             "overrides": []
22864           },
22865           "gridPos": {
22866             "h": 10,
22867             "w": 12,
22868             "x": 0,
22869             "y": 50
22870           },
22871           "id": 40,
22872           "links": [],
22873           "options": {
22874             "legend": {
22875               "calcs": [
22876                 "mean",
22877                 "lastNotNull",
22878                 "max",
22879                 "min"
22880               ],
22881               "displayMode": "table",
22882               "placement": "bottom",
22883               "showLegend": true
22884             },
22885             "tooltip": {
22886               "mode": "multi",
22887               "sort": "none"
22888             }
22889           },
22890           "pluginVersion": "9.2.0",
22891           "targets": [
22892             {
22893               "datasource": {
22894                 "type": "prometheus",
22895                 "uid": "${DS_PROMETHEUS}"
22896               },
22897               "expr": "node_scrape_collector_duration_seconds{instance=\"$node\",job=\"$job\"}",
22898               "format": "time_series",
22899               "hide": false,
22900               "interval": "",
22901               "intervalFactor": 1,
22902               "legendFormat": "{{collector}} - Scrape duration",
22903               "refId": "A",
22904               "step": 240
22905             }
22906           ],
22907           "title": "Node Exporter Scrape Time",
22908           "type": "timeseries"
22909         },
22910         {
22911           "datasource": {
22912             "type": "prometheus",
22913             "uid": "${DS_PROMETHEUS}"
22914           },
22915           "description": "",
22916           "fieldConfig": {
22917             "defaults": {
22918               "color": {
22919                 "mode": "palette-classic"
22920               },
22921               "custom": {
22922                 "axisCenteredZero": false,
22923                 "axisColorMode": "text",
22924                 "axisLabel": "counter",
22925                 "axisPlacement": "auto",
22926                 "barAlignment": 0,
22927                 "drawStyle": "line",
22928                 "fillOpacity": 20,
22929                 "gradientMode": "none",
22930                 "hideFrom": {
22931                   "legend": false,
22932                   "tooltip": false,
22933                   "viz": false
22934                 },
22935                 "lineInterpolation": "linear",
22936                 "lineStyle": {
22937                   "fill": "solid"
22938                 },
22939                 "lineWidth": 1,
22940                 "pointSize": 5,
22941                 "scaleDistribution": {
22942                   "type": "linear"
22943                 },
22944                 "showPoints": "never",
22945                 "spanNulls": false,
22946                 "stacking": {
22947                   "group": "A",
22948                   "mode": "none"
22949                 },
22950                 "thresholdsStyle": {
22951                   "mode": "off"
22952                 }
22953               },
22954               "links": [],
22955               "mappings": [],
22956               "thresholds": {
22957                 "mode": "absolute",
22958                 "steps": [
22959                   {
22960                     "color": "green"
22961                   },
22962                   {
22963                     "color": "red",
22964                     "value": 80
22965                   }
22966                 ]
22967               },
22968               "unit": "short"
22969             },
22970             "overrides": [
22971               {
22972                 "matcher": {
22973                   "id": "byRegexp",
22974                   "options": "/.*error.*/"
22975                 },
22976                 "properties": [
22977                   {
22978                     "id": "color",
22979                     "value": {
22980                       "fixedColor": "#F2495C",
22981                       "mode": "fixed"
22982                     }
22983                   },
22984                   {
22985                     "id": "custom.transform",
22986                     "value": "negative-Y"
22987                   }
22988                 ]
22989               }
22990             ]
22991           },
22992           "gridPos": {
22993             "h": 10,
22994             "w": 12,
22995             "x": 12,
22996             "y": 50
22997           },
22998           "id": 157,
22999           "links": [],
23000           "options": {
23001             "legend": {
23002               "calcs": [
23003                 "mean",
23004                 "lastNotNull",
23005                 "max",
23006                 "min"
23007               ],
23008               "displayMode": "table",
23009               "placement": "bottom",
23010               "showLegend": true
23011             },
23012             "tooltip": {
23013               "mode": "multi",
23014               "sort": "none"
23015             }
23016           },
23017           "pluginVersion": "9.2.0",
23018           "targets": [
23019             {
23020               "datasource": {
23021                 "type": "prometheus",
23022                 "uid": "${DS_PROMETHEUS}"
23023               },
23024               "expr": "node_scrape_collector_success{instance=\"$node\",job=\"$job\"}",
23025               "format": "time_series",
23026               "hide": false,
23027               "interval": "",
23028               "intervalFactor": 1,
23029               "legendFormat": "{{collector}} - Scrape success",
23030               "refId": "A",
23031               "step": 240
23032             },
23033             {
23034               "datasource": {
23035                 "type": "prometheus",
23036                 "uid": "${DS_PROMETHEUS}"
23037               },
23038               "expr": "node_textfile_scrape_error{instance=\"$node\",job=\"$job\"}",
23039               "format": "time_series",
23040               "hide": false,
23041               "interval": "",
23042               "intervalFactor": 1,
23043               "legendFormat": "{{collector}} - Scrape textfile error (1 = true)",
23044               "refId": "B",
23045               "step": 240
23046             }
23047           ],
23048           "title": "Node Exporter Scrape",
23049           "type": "timeseries"
23050         }
23051       ],
23052       "targets": [
23053         {
23054           "datasource": {
23055             "type": "prometheus",
23056             "uid": "${DS_PROMETHEUS}"
23057           },
23058           "refId": "A"
23059         }
23060       ],
23061       "title": "Node Exporter",
23062       "type": "row"
23063     }
23064   ],
23065   "refresh": false,
23066   "schemaVersion": 37,
23067   "style": "dark",
23068   "tags": [
23069     "linux"
23070   ],
23071   "templating": {
23072     "list": [
23073       {
23074         "current": {
23075           "selected": false,
23076           "text": "default",
23077           "value": "default"
23078         },
23079         "hide": 0,
23080         "includeAll": false,
23081         "label": "datasource",
23082         "multi": false,
23083         "name": "DS_PROMETHEUS",
23084         "options": [],
23085         "query": "prometheus",
23086         "refresh": 1,
23087         "regex": "",
23088         "skipUrlSync": false,
23089         "type": "datasource"
23090       },
23091       {
23092         "current": {},
23093         "datasource": {
23094           "type": "prometheus",
23095           "uid": "${DS_PROMETHEUS}"
23096         },
23097         "definition": "",
23098         "hide": 0,
23099         "includeAll": false,
23100         "label": "Job",
23101         "multi": false,
23102         "name": "job",
23103         "options": [],
23104         "query": {
23105           "query": "label_values(node_uname_info, job)",
23106           "refId": "Prometheus-job-Variable-Query"
23107         },
23108         "refresh": 1,
23109         "regex": "",
23110         "skipUrlSync": false,
23111         "sort": 1,
23112         "tagValuesQuery": "",
23113         "tagsQuery": "",
23114         "type": "query",
23115         "useTags": false
23116       },
23117       {
23118         "current": {},
23119         "datasource": {
23120           "type": "prometheus",
23121           "uid": "${DS_PROMETHEUS}"
23122         },
23123         "definition": "label_values(node_uname_info{job=\"$job\"}, instance)",
23124         "hide": 0,
23125         "includeAll": false,
23126         "label": "Host:",
23127         "multi": false,
23128         "name": "node",
23129         "options": [],
23130         "query": {
23131           "query": "label_values(node_uname_info{job=\"$job\"}, instance)",
23132           "refId": "Prometheus-node-Variable-Query"
23133         },
23134         "refresh": 1,
23135         "regex": "",
23136         "skipUrlSync": false,
23137         "sort": 1,
23138         "tagValuesQuery": "",
23139         "tagsQuery": "",
23140         "type": "query",
23141         "useTags": false
23142       },
23143       {
23144         "current": {
23145           "selected": false,
23146           "text": "[a-z]+|nvme[0-9]+n[0-9]+|mmcblk[0-9]+",
23147           "value": "[a-z]+|nvme[0-9]+n[0-9]+|mmcblk[0-9]+"
23148         },
23149         "hide": 2,
23150         "includeAll": false,
23151         "multi": false,
23152         "name": "diskdevices",
23153         "options": [
23154           {
23155             "selected": true,
23156             "text": "[a-z]+|nvme[0-9]+n[0-9]+|mmcblk[0-9]+",
23157             "value": "[a-z]+|nvme[0-9]+n[0-9]+|mmcblk[0-9]+"
23158           }
23159         ],
23160         "query": "[a-z]+|nvme[0-9]+n[0-9]+|mmcblk[0-9]+",
23161         "skipUrlSync": false,
23162         "type": "custom"
23163       }
23164     ]
23165   },
23166   "time": {
23167     "from": "now-24h",
23168     "to": "now"
23169   },
23170   "timepicker": {
23171     "refresh_intervals": [
23172       "5s",
23173       "10s",
23174       "30s",
23175       "1m",
23176       "5m",
23177       "15m",
23178       "30m",
23179       "1h",
23180       "2h",
23181       "1d"
23182     ],
23183     "time_options": [
23184       "5m",
23185       "15m",
23186       "1h",
23187       "6h",
23188       "12h",
23189       "24h",
23190       "2d",
23191       "7d",
23192       "30d"
23193     ]
23194   },
23195   "timezone": "browser",
23196   "title": "Node exporter",
23197   "uid": "NodeExporterDashboard",
23198   "version": 9,
23199   "weekStart": ""
23200 }