{
  "apiVersion": "dashboard.grafana.app/v2",
  "kind": "Dashboard",
  "metadata": {
    "name": "kxQQuHRZk",
    "generation": 45,
    "creationTimestamp": "2026-07-14T16:44:11Z",
    "labels": {},
    "annotations": {}
  },
  "spec": {
    "annotations": [
      {
        "kind": "AnnotationQuery",
        "spec": {
          "query": {
            "kind": "DataQuery",
            "group": "grafana",
            "version": "v0",
            "spec": {
              "limit": 100,
              "matchAny": false,
              "tags": [],
              "type": "dashboard"
            },
            "labels": {
              "grafana.app/export-label": "grafana-1"
            }
          },
          "enable": true,
          "hide": true,
          "iconColor": "rgba(0, 211, 255, 1)",
          "name": "Annotations & Alerts",
          "builtIn": true
        }
      }
    ],
    "cursorSync": "Crosshair",
    "description": "Display data from the Proxmox host and hosted VM's and Containers.",
    "editable": true,
    "elements": {
      "panel-10": {
        "kind": "Panel",
        "spec": {
          "id": 10,
          "title": "I/O Wait",
          "description": "",
          "links": [],
          "data": {
            "kind": "QueryGroup",
            "spec": {
              "queries": [
                {
                  "kind": "PanelQuery",
                  "spec": {
                    "query": {
                      "kind": "DataQuery",
                      "group": "victoriametrics-metrics-datasource",
                      "version": "v0",
                      "spec": {
                        "editorMode": "builder",
                        "expr": "avg(cpustat_wait{host=\"$server\"})",
                        "format": "time_series",
                        "groupBy": [
                          {
                            "params": [
                              "$__interval"
                            ],
                            "type": "time"
                          },
                          {
                            "params": [
                              "null"
                            ],
                            "type": "fill"
                          }
                        ],
                        "legendFormat": "__auto",
                        "measurement": "cpustat",
                        "orderByTime": "ASC",
                        "policy": "default",
                        "range": true,
                        "resultFormat": "time_series",
                        "select": [
                          [
                            {
                              "params": [
                                "wait"
                              ],
                              "type": "field"
                            },
                            {
                              "params": [],
                              "type": "mean"
                            }
                          ]
                        ],
                        "tags": [
                          {
                            "key": "host",
                            "operator": "=~",
                            "value": "/^$server$/"
                          }
                        ]
                      },
                      "labels": {
                        "grafana.app/export-label": "victoriametrics-metrics-datasource-1",
                        "grafana.app/export-datasource-name": "VictoriaMetrics"
                      }
                    },
                    "refId": "A",
                    "hidden": false
                  }
                }
              ],
              "transformations": [],
              "queryOptions": {
                "maxDataPoints": 100
              }
            }
          },
          "vizConfig": {
            "kind": "VizConfig",
            "group": "gauge",
            "version": "13.1.0",
            "spec": {
              "options": {
                "barShape": "flat",
                "barWidthFactor": 0.5,
                "effects": {
                  "barGlow": false,
                  "centerGlow": false,
                  "gradient": false
                },
                "endpointMarker": "point",
                "minVizHeight": 75,
                "minVizWidth": 75,
                "orientation": "horizontal",
                "reduceOptions": {
                  "calcs": [
                    "lastNotNull"
                  ],
                  "fields": "",
                  "values": false
                },
                "segmentCount": 1,
                "segmentSpacing": 0.3,
                "shape": "gauge",
                "showThresholdLabels": false,
                "showThresholdMarkers": true,
                "sizing": "auto",
                "sparkline": false,
                "textMode": "auto"
              },
              "fieldConfig": {
                "defaults": {
                  "unit": "percentunit",
                  "decimals": 2,
                  "min": 0,
                  "max": 1,
                  "mappings": [
                    {
                      "type": "special",
                      "options": {
                        "match": "null",
                        "result": {
                          "text": "N/A"
                        }
                      }
                    }
                  ],
                  "thresholds": {
                    "mode": "absolute",
                    "steps": [
                      {
                        "value": 0,
                        "color": "#73BF69"
                      },
                      {
                        "value": 0.5,
                        "color": "rgba(237, 129, 40, 0.89)"
                      },
                      {
                        "value": 0.75,
                        "color": "#d44a3a"
                      }
                    ]
                  },
                  "color": {
                    "mode": "thresholds"
                  }
                },
                "overrides": []
              }
            }
          },
          "transparent": true
        }
      },
      "panel-11": {
        "kind": "Panel",
        "spec": {
          "id": 11,
          "title": "Used Memory",
          "description": "",
          "links": [],
          "data": {
            "kind": "QueryGroup",
            "spec": {
              "queries": [
                {
                  "kind": "PanelQuery",
                  "spec": {
                    "query": {
                      "kind": "DataQuery",
                      "group": "victoriametrics-metrics-datasource",
                      "version": "v0",
                      "spec": {
                        "editorMode": "builder",
                        "exemplar": false,
                        "expr": "avg(memory_memused{host=\"$server\"})",
                        "format": "time_series",
                        "groupBy": [],
                        "instant": false,
                        "legendFormat": "__auto",
                        "limit": "1",
                        "measurement": "memory",
                        "orderByTime": "DESC",
                        "policy": "default",
                        "query": "SELECT mean(\"memused\") / 1073741824, mean(\"memtotal\") / 1073741824 FROM \"memory\" WHERE (\"host\" =~ /^$server$/) AND $timeFilter GROUP BY time($__interval) fill(null) ORDER BY time DESC LIMIT 1",
                        "range": true,
                        "rawQuery": false,
                        "resultFormat": "time_series",
                        "select": [
                          [
                            {
                              "params": [
                                "memused"
                              ],
                              "type": "field"
                            },
                            {
                              "params": [
                                "/ 1073741824"
                              ],
                              "type": "math"
                            }
                          ],
                          [
                            {
                              "params": [
                                "memtotal"
                              ],
                              "type": "field"
                            },
                            {
                              "params": [
                                "/ 1073741824"
                              ],
                              "type": "math"
                            }
                          ]
                        ],
                        "tags": [
                          {
                            "key": "host",
                            "operator": "=~",
                            "value": "/^$server$/"
                          }
                        ]
                      },
                      "labels": {
                        "grafana.app/export-label": "victoriametrics-metrics-datasource-1",
                        "grafana.app/export-datasource-name": "VictoriaMetrics"
                      }
                    },
                    "refId": "Value",
                    "hidden": false
                  }
                },
                {
                  "kind": "PanelQuery",
                  "spec": {
                    "query": {
                      "kind": "DataQuery",
                      "group": "victoriametrics-metrics-datasource",
                      "version": "v0",
                      "spec": {
                        "editorMode": "builder",
                        "expr": "avg(memory_memtotal{host=\"$server\"})",
                        "format": "time_series",
                        "legendFormat": "__auto",
                        "range": true
                      },
                      "labels": {
                        "grafana.app/export-label": "victoriametrics-metrics-datasource-1",
                        "grafana.app/export-datasource-name": "VictoriaMetrics"
                      }
                    },
                    "refId": "Max",
                    "hidden": false
                  }
                }
              ],
              "transformations": [
                {
                  "kind": "Transformation",
                  "group": "configFromData",
                  "spec": {
                    "options": {
                      "applyTo": {
                        "id": "byFrameRefID",
                        "options": "Value"
                      },
                      "configRefId": "Max",
                      "mappings": [
                        {
                          "fieldName": "avg(memory_memtotal{host=\"anesidora\"})",
                          "handlerKey": "max"
                        }
                      ]
                    }
                  }
                }
              ],
              "queryOptions": {
                "maxDataPoints": 100
              }
            }
          },
          "vizConfig": {
            "kind": "VizConfig",
            "group": "gauge",
            "version": "13.1.0",
            "spec": {
              "options": {
                "barShape": "flat",
                "barWidthFactor": 0.5,
                "effects": {
                  "barGlow": false,
                  "centerGlow": false,
                  "gradient": false
                },
                "endpointMarker": "point",
                "minVizHeight": 75,
                "minVizWidth": 75,
                "orientation": "horizontal",
                "reduceOptions": {
                  "calcs": [
                    "lastNotNull"
                  ],
                  "fields": "/^avg\\(memory_memused\\{host=\"anesidora\"\\}\\)$/",
                  "values": false
                },
                "segmentCount": 1,
                "segmentSpacing": 0.3,
                "shape": "gauge",
                "showThresholdLabels": false,
                "showThresholdMarkers": true,
                "sizing": "auto",
                "sparkline": false,
                "textMode": "auto"
              },
              "fieldConfig": {
                "defaults": {
                  "unit": "bytes",
                  "decimals": 2,
                  "min": 0,
                  "mappings": [
                    {
                      "type": "special",
                      "options": {
                        "match": "null",
                        "result": {
                          "text": "N/A"
                        }
                      }
                    }
                  ],
                  "thresholds": {
                    "mode": "percentage",
                    "steps": [
                      {
                        "value": 0,
                        "color": "#73BF69"
                      },
                      {
                        "value": 70,
                        "color": "rgba(237, 129, 40, 0.89)"
                      },
                      {
                        "value": 85,
                        "color": "#d44a3a"
                      }
                    ]
                  },
                  "color": {
                    "mode": "thresholds"
                  }
                },
                "overrides": []
              }
            }
          },
          "transparent": true
        }
      },
      "panel-16": {
        "kind": "Panel",
        "spec": {
          "id": 16,
          "title": "Host Uptime",
          "description": "",
          "links": [],
          "data": {
            "kind": "QueryGroup",
            "spec": {
              "queries": [
                {
                  "kind": "PanelQuery",
                  "spec": {
                    "query": {
                      "kind": "DataQuery",
                      "group": "victoriametrics-metrics-datasource",
                      "version": "v0",
                      "spec": {
                        "editorMode": "builder",
                        "expr": "system_uptime{host=\"$server\"}",
                        "format": "time_series",
                        "groupBy": [],
                        "legendFormat": "__auto",
                        "measurement": "system",
                        "orderByTime": "ASC",
                        "policy": "default",
                        "range": true,
                        "resultFormat": "time_series",
                        "select": [
                          [
                            {
                              "params": [
                                "uptime"
                              ],
                              "type": "field"
                            },
                            {
                              "params": [],
                              "type": "last"
                            }
                          ]
                        ],
                        "tags": [
                          {
                            "key": "host",
                            "operator": "=~",
                            "value": "/^$server$/"
                          }
                        ]
                      },
                      "labels": {
                        "grafana.app/export-label": "victoriametrics-metrics-datasource-1",
                        "grafana.app/export-datasource-name": "VictoriaMetrics"
                      }
                    },
                    "refId": "A",
                    "hidden": false
                  }
                }
              ],
              "transformations": [],
              "queryOptions": {
                "maxDataPoints": 100
              }
            }
          },
          "vizConfig": {
            "kind": "VizConfig",
            "group": "stat",
            "version": "13.1.0",
            "spec": {
              "options": {
                "colorMode": "none",
                "graphMode": "none",
                "justifyMode": "auto",
                "orientation": "horizontal",
                "percentChangeColorMode": "standard",
                "reduceOptions": {
                  "calcs": [
                    "lastNotNull"
                  ],
                  "fields": "",
                  "values": false
                },
                "showPercentChange": false,
                "textMode": "auto",
                "wideLayout": true
              },
              "fieldConfig": {
                "defaults": {
                  "unit": "dtdurations",
                  "decimals": 1,
                  "mappings": [
                    {
                      "type": "special",
                      "options": {
                        "match": "null",
                        "result": {
                          "text": "N/A"
                        }
                      }
                    }
                  ],
                  "thresholds": {
                    "mode": "absolute",
                    "steps": [
                      {
                        "value": 0,
                        "color": "green"
                      },
                      {
                        "value": 80,
                        "color": "red"
                      }
                    ]
                  },
                  "color": {
                    "mode": "thresholds"
                  }
                },
                "overrides": []
              }
            }
          },
          "transparent": true
        }
      },
      "panel-2": {
        "kind": "Panel",
        "spec": {
          "id": 2,
          "title": "Server CPU",
          "description": "",
          "links": [],
          "data": {
            "kind": "QueryGroup",
            "spec": {
              "queries": [
                {
                  "kind": "PanelQuery",
                  "spec": {
                    "query": {
                      "kind": "DataQuery",
                      "group": "victoriametrics-metrics-datasource",
                      "version": "v0",
                      "spec": {
                        "editorMode": "builder",
                        "expr": "avg(cpustat_cpu{host=\"$server\"})",
                        "format": "time_series",
                        "groupBy": [
                          {
                            "params": [
                              "$__interval"
                            ],
                            "type": "time"
                          },
                          {
                            "params": [
                              "null"
                            ],
                            "type": "fill"
                          }
                        ],
                        "legendFormat": "__auto",
                        "measurement": "cpustat",
                        "orderByTime": "ASC",
                        "policy": "default",
                        "range": true,
                        "resultFormat": "time_series",
                        "select": [
                          [
                            {
                              "params": [
                                "cpu"
                              ],
                              "type": "field"
                            },
                            {
                              "params": [],
                              "type": "mean"
                            }
                          ]
                        ],
                        "tags": [
                          {
                            "key": "host",
                            "operator": "=~",
                            "value": "/^$server$/"
                          }
                        ]
                      },
                      "labels": {
                        "grafana.app/export-label": "victoriametrics-metrics-datasource-1",
                        "grafana.app/export-datasource-name": "VictoriaMetrics"
                      }
                    },
                    "refId": "A",
                    "hidden": false
                  }
                }
              ],
              "transformations": [],
              "queryOptions": {
                "maxDataPoints": 100
              }
            }
          },
          "vizConfig": {
            "kind": "VizConfig",
            "group": "gauge",
            "version": "13.1.0",
            "spec": {
              "options": {
                "barShape": "flat",
                "barWidthFactor": 0.5,
                "effects": {
                  "barGlow": false,
                  "centerGlow": false,
                  "gradient": false
                },
                "endpointMarker": "point",
                "minVizHeight": 75,
                "minVizWidth": 75,
                "orientation": "horizontal",
                "reduceOptions": {
                  "calcs": [
                    "lastNotNull"
                  ],
                  "fields": "",
                  "values": false
                },
                "segmentCount": 1,
                "segmentSpacing": 0.3,
                "shape": "gauge",
                "showThresholdLabels": false,
                "showThresholdMarkers": true,
                "sizing": "auto",
                "sparkline": false,
                "textMode": "auto"
              },
              "fieldConfig": {
                "defaults": {
                  "unit": "percentunit",
                  "decimals": 2,
                  "min": 0,
                  "max": 1,
                  "mappings": [
                    {
                      "type": "special",
                      "options": {
                        "match": "null",
                        "result": {
                          "text": "N/A"
                        }
                      }
                    }
                  ],
                  "thresholds": {
                    "mode": "absolute",
                    "steps": [
                      {
                        "value": 0,
                        "color": "#73BF69"
                      },
                      {
                        "value": 0.5,
                        "color": "rgba(237, 129, 40, 0.89)"
                      },
                      {
                        "value": 0.75,
                        "color": "#d44a3a"
                      }
                    ]
                  },
                  "color": {
                    "mode": "thresholds"
                  }
                },
                "overrides": []
              }
            }
          },
          "transparent": true
        }
      },
      "panel-20": {
        "kind": "Panel",
        "spec": {
          "id": 20,
          "title": "Time",
          "description": "",
          "links": [],
          "data": {
            "kind": "QueryGroup",
            "spec": {
              "queries": [
                {
                  "kind": "PanelQuery",
                  "spec": {
                    "query": {
                      "kind": "DataQuery",
                      "group": "victoriametrics-metrics-datasource",
                      "version": "v0",
                      "spec": {
                        "groupBy": [
                          {
                            "params": [
                              "$__interval"
                            ],
                            "type": "time"
                          },
                          {
                            "params": [
                              "null"
                            ],
                            "type": "fill"
                          }
                        ],
                        "orderByTime": "ASC",
                        "policy": "default",
                        "resultFormat": "time_series",
                        "select": [
                          [
                            {
                              "params": [
                                "value"
                              ],
                              "type": "field"
                            },
                            {
                              "params": [],
                              "type": "mean"
                            }
                          ]
                        ],
                        "tags": []
                      },
                      "labels": {
                        "grafana.app/export-label": "victoriametrics-metrics-datasource-1",
                        "grafana.app/export-datasource-name": "VictoriaMetrics"
                      }
                    },
                    "refId": "A",
                    "hidden": false
                  }
                }
              ],
              "transformations": [],
              "queryOptions": {}
            }
          },
          "vizConfig": {
            "kind": "VizConfig",
            "group": "grafana-clock-panel",
            "version": "3.2.2",
            "spec": {
              "options": {
                "bgColor": "",
                "clockType": "24 hour",
                "countdownSettings": {
                  "endCountdownTime": "2022-09-28T19:29:29+01:00",
                  "endText": "00:00:00",
                  "invalidValueText": "invalid value",
                  "noValueText": "no value found",
                  "queryCalculation": "last",
                  "source": "input"
                },
                "countupSettings": {
                  "beginCountupTime": "2022-09-28T19:29:29+01:00",
                  "beginText": "00:00:00",
                  "invalidValueText": "invalid value",
                  "noValueText": "no value found",
                  "queryCalculation": "last",
                  "source": "input"
                },
                "dateSettings": {
                  "dateFormat": "YYYY-MM-DD",
                  "fontSize": "20px",
                  "fontWeight": "normal",
                  "locale": "",
                  "showDate": false
                },
                "descriptionSettings": {
                  "descriptionText": "",
                  "fontSize": "12px",
                  "fontWeight": "normal",
                  "noValueText": "no description found",
                  "source": "none"
                },
                "digitalSettings": {
                  "fillColor": "orange",
                  "glowSize": 0,
                  "strokeColor": "dark-orange",
                  "strokeWidth": 0
                },
                "fontMono": false,
                "mode": "time",
                "refresh": "sec",
                "style": "text",
                "timeSettings": {
                  "fontSize": "28px",
                  "fontWeight": "normal"
                },
                "timezone": "",
                "timezoneSettings": {
                  "fontSize": "12px",
                  "fontWeight": "normal",
                  "showTimezone": false,
                  "zoneFormat": "offsetAbbv"
                }
              },
              "fieldConfig": {
                "defaults": {},
                "overrides": []
              }
            }
          },
          "transparent": true
        }
      },
      "panel-22": {
        "kind": "Panel",
        "spec": {
          "id": 22,
          "title": "Host CPU Usage",
          "description": "",
          "links": [],
          "data": {
            "kind": "QueryGroup",
            "spec": {
              "queries": [
                {
                  "kind": "PanelQuery",
                  "spec": {
                    "query": {
                      "kind": "DataQuery",
                      "group": "victoriametrics-metrics-datasource",
                      "version": "v0",
                      "spec": {
                        "alias": "$tag_host CPU Usage",
                        "editorMode": "builder",
                        "expr": "cpustat_cpu",
                        "format": "time_series",
                        "groupBy": [
                          {
                            "params": [
                              "$__interval"
                            ],
                            "type": "time"
                          },
                          {
                            "params": [
                              "host"
                            ],
                            "type": "tag"
                          },
                          {
                            "params": [
                              "null"
                            ],
                            "type": "fill"
                          }
                        ],
                        "legendFormat": "{{host}} CPU Usage",
                        "measurement": "cpustat",
                        "orderByTime": "ASC",
                        "policy": "default",
                        "range": true,
                        "resultFormat": "time_series",
                        "select": [
                          [
                            {
                              "params": [
                                "cpu"
                              ],
                              "type": "field"
                            },
                            {
                              "params": [],
                              "type": "mean"
                            },
                            {
                              "params": [
                                "* 100"
                              ],
                              "type": "math"
                            }
                          ]
                        ],
                        "tags": []
                      },
                      "labels": {
                        "grafana.app/export-label": "victoriametrics-metrics-datasource-1",
                        "grafana.app/export-datasource-name": "VictoriaMetrics"
                      }
                    },
                    "refId": "A",
                    "hidden": false
                  }
                },
                {
                  "kind": "PanelQuery",
                  "spec": {
                    "query": {
                      "kind": "DataQuery",
                      "group": "victoriametrics-metrics-datasource",
                      "version": "v0",
                      "spec": {
                        "editorMode": "builder",
                        "expr": "cpustat_wait",
                        "format": "time_series",
                        "legendFormat": "{{host}} Wait",
                        "range": true
                      },
                      "labels": {
                        "grafana.app/export-label": "victoriametrics-metrics-datasource-1",
                        "grafana.app/export-datasource-name": "VictoriaMetrics"
                      }
                    },
                    "refId": "B",
                    "hidden": false
                  }
                },
                {
                  "kind": "PanelQuery",
                  "spec": {
                    "query": {
                      "kind": "DataQuery",
                      "group": "victoriametrics-metrics-datasource",
                      "version": "v0",
                      "spec": {
                        "editorMode": "builder",
                        "expr": "cpustat_avg1",
                        "format": "time_series",
                        "legendFormat": "{{host}} Load (1m)",
                        "range": true
                      },
                      "labels": {
                        "grafana.app/export-label": "victoriametrics-metrics-datasource-1",
                        "grafana.app/export-datasource-name": "VictoriaMetrics"
                      }
                    },
                    "refId": "C",
                    "hidden": false
                  }
                }
              ],
              "transformations": [],
              "queryOptions": {}
            }
          },
          "vizConfig": {
            "kind": "VizConfig",
            "group": "timeseries",
            "version": "13.1.0",
            "spec": {
              "options": {
                "annotations": {
                  "clustering": -1,
                  "multiLane": false
                },
                "legend": {
                  "calcs": [
                    "lastNotNull"
                  ],
                  "displayMode": "list",
                  "enableFacetedFilter": false,
                  "overflow": "ellipsis",
                  "placement": "bottom",
                  "showLegend": true
                },
                "tooltip": {
                  "hideZeros": false,
                  "mode": "multi",
                  "sort": "none"
                }
              },
              "fieldConfig": {
                "defaults": {
                  "unit": "percentunit",
                  "min": 0,
                  "thresholds": {
                    "mode": "absolute",
                    "steps": [
                      {
                        "value": 0,
                        "color": "green"
                      },
                      {
                        "value": 80,
                        "color": "red"
                      }
                    ]
                  },
                  "color": {
                    "mode": "palette-classic"
                  },
                  "custom": {
                    "axisBorderShow": false,
                    "axisCenteredZero": false,
                    "axisColorMode": "text",
                    "axisLabel": "Percent",
                    "axisPlacement": "auto",
                    "barAlignment": 0,
                    "barWidthFactor": 0.6,
                    "drawStyle": "line",
                    "fillOpacity": 10,
                    "gradientMode": "none",
                    "hideFrom": {
                      "legend": false,
                      "tooltip": false,
                      "viz": false
                    },
                    "insertNulls": false,
                    "lineInterpolation": "linear",
                    "lineWidth": 2,
                    "pointSize": 5,
                    "scaleDistribution": {
                      "type": "linear"
                    },
                    "showPoints": "never",
                    "showValues": false,
                    "spanNulls": false,
                    "stacking": {
                      "group": "A",
                      "mode": "none"
                    },
                    "thresholdsStyle": {
                      "mode": "off"
                    }
                  }
                },
                "overrides": [
                  {
                    "matcher": {
                      "id": "byRegexp",
                      "scope": "series",
                      "options": "/.* Wait/"
                    },
                    "properties": [
                      {
                        "id": "color",
                        "value": {
                          "fixedColor": "dark-blue",
                          "mode": "palette-classic-by-name"
                        }
                      }
                    ]
                  },
                  {
                    "matcher": {
                      "id": "byRegexp",
                      "scope": "series",
                      "options": "/.* Load .*/"
                    },
                    "properties": [
                      {
                        "id": "color",
                        "value": {
                          "mode": "palette-classic-by-name"
                        }
                      },
                      {
                        "id": "unit",
                        "value": "short"
                      },
                      {
                        "id": "max"
                      },
                      {
                        "id": "custom.axisLabel",
                        "value": "Load"
                      }
                    ]
                  }
                ]
              }
            }
          }
        }
      },
      "panel-24": {
        "kind": "Panel",
        "spec": {
          "id": 24,
          "title": "Last Update",
          "description": "",
          "links": [],
          "data": {
            "kind": "QueryGroup",
            "spec": {
              "queries": [
                {
                  "kind": "PanelQuery",
                  "spec": {
                    "query": {
                      "kind": "DataQuery",
                      "group": "victoriametrics-metrics-datasource",
                      "version": "v0",
                      "spec": {
                        "editorMode": "builder",
                        "exemplar": false,
                        "expr": "system_uptime{host=\"$server\"}",
                        "format": "time_series",
                        "groupBy": [],
                        "instant": true,
                        "legendFormat": "__auto",
                        "limit": "1",
                        "measurement": "cpustat",
                        "orderByTime": "DESC",
                        "policy": "default",
                        "range": false,
                        "resultFormat": "time_series",
                        "select": [
                          [
                            {
                              "params": [
                                "cpu"
                              ],
                              "type": "field"
                            }
                          ]
                        ],
                        "tags": [
                          {
                            "key": "host",
                            "operator": "=~",
                            "value": "/^$server$/"
                          }
                        ]
                      },
                      "labels": {
                        "grafana.app/export-label": "victoriametrics-metrics-datasource-1",
                        "grafana.app/export-datasource-name": "VictoriaMetrics"
                      }
                    },
                    "refId": "A",
                    "hidden": false
                  }
                }
              ],
              "transformations": [],
              "queryOptions": {
                "maxDataPoints": 100
              }
            }
          },
          "vizConfig": {
            "kind": "VizConfig",
            "group": "stat",
            "version": "13.1.0",
            "spec": {
              "options": {
                "colorMode": "none",
                "graphMode": "none",
                "justifyMode": "auto",
                "orientation": "horizontal",
                "percentChangeColorMode": "standard",
                "reduceOptions": {
                  "calcs": [
                    "lastNotNull"
                  ],
                  "fields": "/^Time$/",
                  "values": false
                },
                "showPercentChange": false,
                "textMode": "auto",
                "wideLayout": true
              },
              "fieldConfig": {
                "defaults": {
                  "unit": "dateTimeFromNow",
                  "mappings": [
                    {
                      "type": "special",
                      "options": {
                        "match": "null",
                        "result": {
                          "text": "N/A"
                        }
                      }
                    }
                  ],
                  "thresholds": {
                    "mode": "absolute",
                    "steps": [
                      {
                        "value": 0,
                        "color": "green"
                      },
                      {
                        "value": 80,
                        "color": "red"
                      }
                    ]
                  },
                  "color": {
                    "mode": "thresholds"
                  }
                },
                "overrides": []
              }
            }
          },
          "transparent": true
        }
      },
      "panel-28": {
        "kind": "Panel",
        "spec": {
          "id": 28,
          "title": "VM CPU Usage",
          "description": "",
          "links": [],
          "data": {
            "kind": "QueryGroup",
            "spec": {
              "queries": [
                {
                  "kind": "PanelQuery",
                  "spec": {
                    "query": {
                      "kind": "DataQuery",
                      "group": "victoriametrics-metrics-datasource",
                      "version": "v0",
                      "spec": {
                        "alias": "$tag_host ($tag_nodename)",
                        "editorMode": "builder",
                        "expr": "avg by(host) (system_cpu{nodename=\"$server\", object=\"qemu\"})",
                        "format": "time_series",
                        "groupBy": [
                          {
                            "params": [
                              "$__interval"
                            ],
                            "type": "time"
                          },
                          {
                            "params": [
                              "host"
                            ],
                            "type": "tag"
                          },
                          {
                            "params": [
                              "nodename"
                            ],
                            "type": "tag"
                          },
                          {
                            "params": [
                              "null"
                            ],
                            "type": "fill"
                          }
                        ],
                        "legendFormat": "__auto",
                        "measurement": "system",
                        "orderByTime": "ASC",
                        "policy": "default",
                        "query": "SELECT last(\"cpu\") FROM \"system\" WHERE (\"object\" = 'qemu' AND \"nodename\" =~ /^$server$/) AND $timeFilter GROUP BY time(1m), \"host\", \"nodename\" fill(null)",
                        "range": true,
                        "rawQuery": false,
                        "resultFormat": "time_series",
                        "select": [
                          [
                            {
                              "params": [
                                "cpu"
                              ],
                              "type": "field"
                            },
                            {
                              "params": [],
                              "type": "last"
                            }
                          ]
                        ],
                        "tags": [
                          {
                            "key": "object",
                            "operator": "=",
                            "value": "qemu"
                          },
                          {
                            "condition": "AND",
                            "key": "nodename",
                            "operator": "=~",
                            "value": "/^$server$/"
                          }
                        ]
                      },
                      "labels": {
                        "grafana.app/export-label": "victoriametrics-metrics-datasource-1",
                        "grafana.app/export-datasource-name": "VictoriaMetrics"
                      }
                    },
                    "refId": "A",
                    "hidden": false
                  }
                }
              ],
              "transformations": [],
              "queryOptions": {}
            }
          },
          "vizConfig": {
            "kind": "VizConfig",
            "group": "timeseries",
            "version": "13.1.0",
            "spec": {
              "options": {
                "annotations": {
                  "clustering": -1,
                  "multiLane": false
                },
                "legend": {
                  "calcs": [
                    "lastNotNull"
                  ],
                  "displayMode": "table",
                  "enableFacetedFilter": false,
                  "overflow": "ellipsis",
                  "placement": "right",
                  "showLegend": true
                },
                "tooltip": {
                  "hideZeros": false,
                  "mode": "multi",
                  "sort": "none"
                }
              },
              "fieldConfig": {
                "defaults": {
                  "unit": "percentunit",
                  "decimals": 0,
                  "min": 0,
                  "max": 1,
                  "thresholds": {
                    "mode": "absolute",
                    "steps": [
                      {
                        "value": 0,
                        "color": "green"
                      },
                      {
                        "value": 80,
                        "color": "red"
                      }
                    ]
                  },
                  "color": {
                    "mode": "palette-classic"
                  },
                  "custom": {
                    "axisBorderShow": false,
                    "axisCenteredZero": false,
                    "axisColorMode": "text",
                    "axisLabel": "",
                    "axisPlacement": "auto",
                    "barAlignment": 0,
                    "barWidthFactor": 0.6,
                    "drawStyle": "line",
                    "fillOpacity": 10,
                    "gradientMode": "none",
                    "hideFrom": {
                      "legend": false,
                      "tooltip": false,
                      "viz": false
                    },
                    "insertNulls": false,
                    "lineInterpolation": "linear",
                    "lineWidth": 2,
                    "pointSize": 5,
                    "scaleDistribution": {
                      "type": "linear"
                    },
                    "showPoints": "never",
                    "showValues": false,
                    "spanNulls": false,
                    "stacking": {
                      "group": "A",
                      "mode": "none"
                    },
                    "thresholdsStyle": {
                      "mode": "off"
                    }
                  }
                },
                "overrides": []
              }
            }
          }
        }
      },
      "panel-29": {
        "kind": "Panel",
        "spec": {
          "id": 29,
          "title": "LXC CPU Usage",
          "description": "",
          "links": [],
          "data": {
            "kind": "QueryGroup",
            "spec": {
              "queries": [
                {
                  "kind": "PanelQuery",
                  "spec": {
                    "query": {
                      "kind": "DataQuery",
                      "group": "victoriametrics-metrics-datasource",
                      "version": "v0",
                      "spec": {
                        "alias": "$tag_host ($tag_nodename)",
                        "editorMode": "builder",
                        "expr": "avg by(host) (system_cpu{nodename=\"$server\", object=\"lxc\"})",
                        "format": "time_series",
                        "groupBy": [
                          {
                            "params": [
                              "$__interval"
                            ],
                            "type": "time"
                          },
                          {
                            "params": [
                              "host"
                            ],
                            "type": "tag"
                          },
                          {
                            "params": [
                              "nodename"
                            ],
                            "type": "tag"
                          },
                          {
                            "params": [
                              "null"
                            ],
                            "type": "fill"
                          }
                        ],
                        "legendFormat": "__auto",
                        "measurement": "system",
                        "orderByTime": "ASC",
                        "policy": "default",
                        "query": "SELECT last(\"cpu\") FROM \"system\" WHERE (\"object\" = 'qemu') AND $timeFilter GROUP BY time($__interval) fill(null)",
                        "range": true,
                        "rawQuery": false,
                        "resultFormat": "time_series",
                        "select": [
                          [
                            {
                              "params": [
                                "cpu"
                              ],
                              "type": "field"
                            },
                            {
                              "params": [],
                              "type": "mean"
                            }
                          ]
                        ],
                        "tags": [
                          {
                            "key": "object",
                            "operator": "=",
                            "value": "lxc"
                          },
                          {
                            "condition": "AND",
                            "key": "nodename",
                            "operator": "=~",
                            "value": "/^$server$/"
                          }
                        ]
                      },
                      "labels": {
                        "grafana.app/export-label": "victoriametrics-metrics-datasource-1",
                        "grafana.app/export-datasource-name": "VictoriaMetrics"
                      }
                    },
                    "refId": "A",
                    "hidden": false
                  }
                }
              ],
              "transformations": [],
              "queryOptions": {}
            }
          },
          "vizConfig": {
            "kind": "VizConfig",
            "group": "timeseries",
            "version": "13.1.0",
            "spec": {
              "options": {
                "annotations": {
                  "clustering": -1,
                  "multiLane": false
                },
                "legend": {
                  "calcs": [
                    "lastNotNull"
                  ],
                  "displayMode": "table",
                  "enableFacetedFilter": false,
                  "overflow": "ellipsis",
                  "placement": "right",
                  "showLegend": true
                },
                "tooltip": {
                  "hideZeros": false,
                  "mode": "multi",
                  "sort": "none"
                }
              },
              "fieldConfig": {
                "defaults": {
                  "unit": "percentunit",
                  "decimals": 0,
                  "min": 0,
                  "max": 1,
                  "thresholds": {
                    "mode": "absolute",
                    "steps": [
                      {
                        "value": 0,
                        "color": "green"
                      },
                      {
                        "value": 80,
                        "color": "red"
                      }
                    ]
                  },
                  "color": {
                    "mode": "palette-classic"
                  },
                  "custom": {
                    "axisBorderShow": false,
                    "axisCenteredZero": false,
                    "axisColorMode": "text",
                    "axisLabel": "",
                    "axisPlacement": "auto",
                    "barAlignment": 0,
                    "barWidthFactor": 0.6,
                    "drawStyle": "line",
                    "fillOpacity": 10,
                    "gradientMode": "none",
                    "hideFrom": {
                      "legend": false,
                      "tooltip": false,
                      "viz": false
                    },
                    "insertNulls": false,
                    "lineInterpolation": "linear",
                    "lineWidth": 2,
                    "pointSize": 5,
                    "scaleDistribution": {
                      "type": "linear"
                    },
                    "showPoints": "never",
                    "showValues": false,
                    "spanNulls": false,
                    "stacking": {
                      "group": "A",
                      "mode": "none"
                    },
                    "thresholdsStyle": {
                      "mode": "off"
                    }
                  }
                },
                "overrides": []
              }
            }
          }
        }
      },
      "panel-32": {
        "kind": "Panel",
        "spec": {
          "id": 32,
          "title": "LXC Memory Usage",
          "description": "",
          "links": [],
          "data": {
            "kind": "QueryGroup",
            "spec": {
              "queries": [
                {
                  "kind": "PanelQuery",
                  "spec": {
                    "query": {
                      "kind": "DataQuery",
                      "group": "victoriametrics-metrics-datasource",
                      "version": "v0",
                      "spec": {
                        "alias": "$tag_host ($tag_nodename)",
                        "editorMode": "code",
                        "expr": "avg by(host) (system_mem{nodename=\"$server\", object=\"lxc\"}) / avg by(host) (system_maxmem{nodename=\"$server\", object=\"lxc\"})",
                        "format": "time_series",
                        "groupBy": [
                          {
                            "params": [
                              "$__interval"
                            ],
                            "type": "time"
                          },
                          {
                            "params": [
                              "host"
                            ],
                            "type": "tag"
                          },
                          {
                            "params": [
                              "null"
                            ],
                            "type": "fill"
                          }
                        ],
                        "legendFormat": "__auto",
                        "measurement": "system",
                        "orderByTime": "ASC",
                        "policy": "default",
                        "query": "SELECT (mean(\"mem\")/last(maxmem))*100 FROM \"system\" WHERE (\"object\" = 'lxc') AND (\"nodename\" =~ /^$server$/) AND $timeFilter GROUP BY time($__interval), \"node\", \"host\", \"nodename\" fill(null)",
                        "range": true,
                        "rawQuery": true,
                        "resultFormat": "time_series",
                        "select": [
                          [
                            {
                              "params": [
                                "mem"
                              ],
                              "type": "field"
                            },
                            {
                              "params": [],
                              "type": "mean"
                            }
                          ]
                        ],
                        "tags": [
                          {
                            "key": "object",
                            "operator": "=",
                            "value": "qemu"
                          }
                        ]
                      },
                      "labels": {
                        "grafana.app/export-label": "victoriametrics-metrics-datasource-1",
                        "grafana.app/export-datasource-name": "VictoriaMetrics"
                      }
                    },
                    "refId": "A",
                    "hidden": false
                  }
                }
              ],
              "transformations": [],
              "queryOptions": {}
            }
          },
          "vizConfig": {
            "kind": "VizConfig",
            "group": "timeseries",
            "version": "13.1.0",
            "spec": {
              "options": {
                "annotations": {
                  "clustering": -1,
                  "multiLane": false
                },
                "legend": {
                  "calcs": [
                    "lastNotNull"
                  ],
                  "displayMode": "table",
                  "enableFacetedFilter": false,
                  "overflow": "ellipsis",
                  "placement": "right",
                  "showLegend": true
                },
                "tooltip": {
                  "hideZeros": false,
                  "mode": "multi",
                  "sort": "none"
                }
              },
              "fieldConfig": {
                "defaults": {
                  "unit": "percentunit",
                  "min": 0,
                  "max": 1,
                  "thresholds": {
                    "mode": "absolute",
                    "steps": [
                      {
                        "value": 0,
                        "color": "green"
                      },
                      {
                        "value": 80,
                        "color": "red"
                      }
                    ]
                  },
                  "color": {
                    "mode": "palette-classic"
                  },
                  "custom": {
                    "axisBorderShow": false,
                    "axisCenteredZero": false,
                    "axisColorMode": "text",
                    "axisLabel": "",
                    "axisPlacement": "auto",
                    "barAlignment": 0,
                    "barWidthFactor": 0.6,
                    "drawStyle": "line",
                    "fillOpacity": 10,
                    "gradientMode": "none",
                    "hideFrom": {
                      "legend": false,
                      "tooltip": false,
                      "viz": false
                    },
                    "insertNulls": false,
                    "lineInterpolation": "linear",
                    "lineWidth": 2,
                    "pointSize": 5,
                    "scaleDistribution": {
                      "type": "linear"
                    },
                    "showPoints": "never",
                    "showValues": false,
                    "spanNulls": false,
                    "stacking": {
                      "group": "A",
                      "mode": "none"
                    },
                    "thresholdsStyle": {
                      "mode": "off"
                    }
                  }
                },
                "overrides": []
              }
            }
          }
        }
      },
      "panel-36": {
        "kind": "Panel",
        "spec": {
          "id": 36,
          "title": "VMs I/O Read",
          "description": "",
          "links": [],
          "data": {
            "kind": "QueryGroup",
            "spec": {
              "queries": [
                {
                  "kind": "PanelQuery",
                  "spec": {
                    "query": {
                      "kind": "DataQuery",
                      "group": "victoriametrics-metrics-datasource",
                      "version": "v0",
                      "spec": {
                        "alias": "$tag_host ($tag_nodename)",
                        "editorMode": "builder",
                        "expr": "rate(system_diskread{object=\"qemu\", nodename=\"$server\"}[$__rate_interval])",
                        "format": "time_series",
                        "groupBy": [
                          {
                            "params": [
                              "$__interval"
                            ],
                            "type": "time"
                          },
                          {
                            "params": [
                              "host"
                            ],
                            "type": "tag"
                          },
                          {
                            "params": [
                              "nodename"
                            ],
                            "type": "tag"
                          }
                        ],
                        "legendFormat": "{{host}}",
                        "measurement": "system",
                        "orderByTime": "ASC",
                        "policy": "default",
                        "range": true,
                        "resultFormat": "time_series",
                        "select": [
                          [
                            {
                              "params": [
                                "diskread"
                              ],
                              "type": "field"
                            },
                            {
                              "params": [],
                              "type": "mean"
                            },
                            {
                              "params": [],
                              "type": "non_negative_difference"
                            }
                          ]
                        ],
                        "tags": [
                          {
                            "key": "object",
                            "operator": "=",
                            "value": "qemu"
                          },
                          {
                            "condition": "AND",
                            "key": "nodename",
                            "operator": "=~",
                            "value": "/^$server$/"
                          }
                        ]
                      },
                      "labels": {
                        "grafana.app/export-label": "victoriametrics-metrics-datasource-1",
                        "grafana.app/export-datasource-name": "VictoriaMetrics"
                      }
                    },
                    "refId": "A",
                    "hidden": false
                  }
                }
              ],
              "transformations": [],
              "queryOptions": {}
            }
          },
          "vizConfig": {
            "kind": "VizConfig",
            "group": "timeseries",
            "version": "13.1.0",
            "spec": {
              "options": {
                "annotations": {
                  "clustering": -1,
                  "multiLane": false
                },
                "legend": {
                  "calcs": [
                    "lastNotNull"
                  ],
                  "displayMode": "table",
                  "enableFacetedFilter": false,
                  "overflow": "ellipsis",
                  "placement": "right",
                  "showLegend": true
                },
                "tooltip": {
                  "hideZeros": false,
                  "mode": "multi",
                  "sort": "none"
                }
              },
              "fieldConfig": {
                "defaults": {
                  "unit": "binBps",
                  "thresholds": {
                    "mode": "absolute",
                    "steps": [
                      {
                        "value": 0,
                        "color": "green"
                      },
                      {
                        "value": 80,
                        "color": "red"
                      }
                    ]
                  },
                  "color": {
                    "mode": "palette-classic"
                  },
                  "custom": {
                    "axisBorderShow": false,
                    "axisCenteredZero": false,
                    "axisColorMode": "text",
                    "axisLabel": "",
                    "axisPlacement": "auto",
                    "barAlignment": 0,
                    "barWidthFactor": 0.6,
                    "drawStyle": "line",
                    "fillOpacity": 10,
                    "gradientMode": "none",
                    "hideFrom": {
                      "legend": false,
                      "tooltip": false,
                      "viz": false
                    },
                    "insertNulls": false,
                    "lineInterpolation": "linear",
                    "lineWidth": 1,
                    "pointSize": 5,
                    "scaleDistribution": {
                      "type": "linear"
                    },
                    "showPoints": "never",
                    "showValues": false,
                    "spanNulls": false,
                    "stacking": {
                      "group": "A",
                      "mode": "none"
                    },
                    "thresholdsStyle": {
                      "mode": "off"
                    }
                  }
                },
                "overrides": []
              }
            }
          }
        }
      },
      "panel-37": {
        "kind": "Panel",
        "spec": {
          "id": 37,
          "title": "VMs I/O Write",
          "description": "",
          "links": [],
          "data": {
            "kind": "QueryGroup",
            "spec": {
              "queries": [
                {
                  "kind": "PanelQuery",
                  "spec": {
                    "query": {
                      "kind": "DataQuery",
                      "group": "victoriametrics-metrics-datasource",
                      "version": "v0",
                      "spec": {
                        "alias": "$tag_host ($tag_nodename)",
                        "editorMode": "builder",
                        "expr": "rate(system_diskwrite{object=\"qemu\", nodename=\"$server\"}[$__rate_interval])",
                        "format": "time_series",
                        "groupBy": [
                          {
                            "params": [
                              "$__interval"
                            ],
                            "type": "time"
                          },
                          {
                            "params": [
                              "host"
                            ],
                            "type": "tag"
                          },
                          {
                            "params": [
                              "nodename"
                            ],
                            "type": "tag"
                          }
                        ],
                        "legendFormat": "{{host}}",
                        "measurement": "system",
                        "orderByTime": "ASC",
                        "policy": "default",
                        "range": true,
                        "resultFormat": "time_series",
                        "select": [
                          [
                            {
                              "params": [
                                "diskwrite"
                              ],
                              "type": "field"
                            },
                            {
                              "params": [],
                              "type": "mean"
                            },
                            {
                              "params": [],
                              "type": "non_negative_difference"
                            }
                          ]
                        ],
                        "tags": [
                          {
                            "key": "object",
                            "operator": "=",
                            "value": "qemu"
                          },
                          {
                            "condition": "AND",
                            "key": "nodename",
                            "operator": "=~",
                            "value": "/^$server$/"
                          }
                        ]
                      },
                      "labels": {
                        "grafana.app/export-label": "victoriametrics-metrics-datasource-1",
                        "grafana.app/export-datasource-name": "VictoriaMetrics"
                      }
                    },
                    "refId": "A",
                    "hidden": false
                  }
                }
              ],
              "transformations": [],
              "queryOptions": {}
            }
          },
          "vizConfig": {
            "kind": "VizConfig",
            "group": "timeseries",
            "version": "13.1.0",
            "spec": {
              "options": {
                "annotations": {
                  "clustering": -1,
                  "multiLane": false
                },
                "legend": {
                  "calcs": [
                    "lastNotNull"
                  ],
                  "displayMode": "table",
                  "enableFacetedFilter": false,
                  "overflow": "ellipsis",
                  "placement": "right",
                  "showLegend": true
                },
                "tooltip": {
                  "hideZeros": false,
                  "mode": "multi",
                  "sort": "none"
                }
              },
              "fieldConfig": {
                "defaults": {
                  "unit": "binBps",
                  "thresholds": {
                    "mode": "absolute",
                    "steps": [
                      {
                        "value": 0,
                        "color": "green"
                      },
                      {
                        "value": 80,
                        "color": "red"
                      }
                    ]
                  },
                  "color": {
                    "mode": "palette-classic"
                  },
                  "custom": {
                    "axisBorderShow": false,
                    "axisCenteredZero": false,
                    "axisColorMode": "text",
                    "axisLabel": "",
                    "axisPlacement": "auto",
                    "barAlignment": 0,
                    "barWidthFactor": 0.6,
                    "drawStyle": "line",
                    "fillOpacity": 10,
                    "gradientMode": "none",
                    "hideFrom": {
                      "legend": false,
                      "tooltip": false,
                      "viz": false
                    },
                    "insertNulls": false,
                    "lineInterpolation": "linear",
                    "lineWidth": 2,
                    "pointSize": 5,
                    "scaleDistribution": {
                      "type": "linear"
                    },
                    "showPoints": "never",
                    "showValues": false,
                    "spanNulls": false,
                    "stacking": {
                      "group": "A",
                      "mode": "none"
                    },
                    "thresholdsStyle": {
                      "mode": "off"
                    }
                  }
                },
                "overrides": []
              }
            }
          }
        }
      },
      "panel-38": {
        "kind": "Panel",
        "spec": {
          "id": 38,
          "title": "LXCs I/O Read",
          "description": "",
          "links": [],
          "data": {
            "kind": "QueryGroup",
            "spec": {
              "queries": [
                {
                  "kind": "PanelQuery",
                  "spec": {
                    "query": {
                      "kind": "DataQuery",
                      "group": "victoriametrics-metrics-datasource",
                      "version": "v0",
                      "spec": {
                        "alias": "$tag_host ($tag_nodename)",
                        "editorMode": "builder",
                        "expr": "rate(system_diskread{object=\"lxc\", nodename=\"$server\"}[$__rate_interval])",
                        "format": "time_series",
                        "groupBy": [
                          {
                            "params": [
                              "$__interval"
                            ],
                            "type": "time"
                          },
                          {
                            "params": [
                              "host"
                            ],
                            "type": "tag"
                          },
                          {
                            "params": [
                              "nodename"
                            ],
                            "type": "tag"
                          }
                        ],
                        "legendFormat": "{{host}}",
                        "measurement": "system",
                        "orderByTime": "ASC",
                        "policy": "default",
                        "range": true,
                        "resultFormat": "time_series",
                        "select": [
                          [
                            {
                              "params": [
                                "diskread"
                              ],
                              "type": "field"
                            },
                            {
                              "params": [],
                              "type": "mean"
                            },
                            {
                              "params": [],
                              "type": "non_negative_difference"
                            }
                          ]
                        ],
                        "tags": [
                          {
                            "key": "object",
                            "operator": "=",
                            "value": "lxc"
                          },
                          {
                            "condition": "AND",
                            "key": "nodename",
                            "operator": "=~",
                            "value": "/^$server$/"
                          }
                        ]
                      },
                      "labels": {
                        "grafana.app/export-label": "victoriametrics-metrics-datasource-1",
                        "grafana.app/export-datasource-name": "VictoriaMetrics"
                      }
                    },
                    "refId": "A",
                    "hidden": false
                  }
                }
              ],
              "transformations": [],
              "queryOptions": {}
            }
          },
          "vizConfig": {
            "kind": "VizConfig",
            "group": "timeseries",
            "version": "13.1.0",
            "spec": {
              "options": {
                "annotations": {
                  "clustering": -1,
                  "multiLane": false
                },
                "legend": {
                  "calcs": [
                    "lastNotNull"
                  ],
                  "displayMode": "table",
                  "enableFacetedFilter": false,
                  "overflow": "ellipsis",
                  "placement": "right",
                  "showLegend": true
                },
                "tooltip": {
                  "hideZeros": false,
                  "mode": "multi",
                  "sort": "none"
                }
              },
              "fieldConfig": {
                "defaults": {
                  "unit": "binBps",
                  "thresholds": {
                    "mode": "absolute",
                    "steps": [
                      {
                        "value": 0,
                        "color": "green"
                      },
                      {
                        "value": 80,
                        "color": "red"
                      }
                    ]
                  },
                  "color": {
                    "mode": "palette-classic"
                  },
                  "custom": {
                    "axisBorderShow": false,
                    "axisCenteredZero": false,
                    "axisColorMode": "text",
                    "axisLabel": "",
                    "axisPlacement": "auto",
                    "barAlignment": 0,
                    "barWidthFactor": 0.6,
                    "drawStyle": "line",
                    "fillOpacity": 10,
                    "gradientMode": "none",
                    "hideFrom": {
                      "legend": false,
                      "tooltip": false,
                      "viz": false
                    },
                    "insertNulls": false,
                    "lineInterpolation": "linear",
                    "lineWidth": 1,
                    "pointSize": 5,
                    "scaleDistribution": {
                      "type": "linear"
                    },
                    "showPoints": "never",
                    "showValues": false,
                    "spanNulls": false,
                    "stacking": {
                      "group": "A",
                      "mode": "none"
                    },
                    "thresholdsStyle": {
                      "mode": "off"
                    }
                  }
                },
                "overrides": []
              }
            }
          }
        }
      },
      "panel-39": {
        "kind": "Panel",
        "spec": {
          "id": 39,
          "title": "LXCs I/O Write",
          "description": "",
          "links": [],
          "data": {
            "kind": "QueryGroup",
            "spec": {
              "queries": [
                {
                  "kind": "PanelQuery",
                  "spec": {
                    "query": {
                      "kind": "DataQuery",
                      "group": "victoriametrics-metrics-datasource",
                      "version": "v0",
                      "spec": {
                        "alias": "$tag_host ($tag_nodename)",
                        "editorMode": "builder",
                        "expr": "rate(system_diskwrite{object=\"lxc\", nodename=\"$server\"}[$__rate_interval])",
                        "format": "time_series",
                        "groupBy": [
                          {
                            "params": [
                              "$__interval"
                            ],
                            "type": "time"
                          },
                          {
                            "params": [
                              "host"
                            ],
                            "type": "tag"
                          },
                          {
                            "params": [
                              "nodename"
                            ],
                            "type": "tag"
                          }
                        ],
                        "legendFormat": "{{host}}",
                        "measurement": "system",
                        "orderByTime": "ASC",
                        "policy": "default",
                        "range": true,
                        "resultFormat": "time_series",
                        "select": [
                          [
                            {
                              "params": [
                                "diskwrite"
                              ],
                              "type": "field"
                            },
                            {
                              "params": [],
                              "type": "mean"
                            },
                            {
                              "params": [],
                              "type": "non_negative_difference"
                            }
                          ]
                        ],
                        "tags": [
                          {
                            "key": "object",
                            "operator": "=",
                            "value": "lxc"
                          },
                          {
                            "condition": "AND",
                            "key": "nodename",
                            "operator": "=~",
                            "value": "/^$server$/"
                          }
                        ]
                      },
                      "labels": {
                        "grafana.app/export-label": "victoriametrics-metrics-datasource-1",
                        "grafana.app/export-datasource-name": "VictoriaMetrics"
                      }
                    },
                    "refId": "A",
                    "hidden": false
                  }
                }
              ],
              "transformations": [],
              "queryOptions": {}
            }
          },
          "vizConfig": {
            "kind": "VizConfig",
            "group": "timeseries",
            "version": "13.1.0",
            "spec": {
              "options": {
                "annotations": {
                  "clustering": -1,
                  "multiLane": false
                },
                "legend": {
                  "calcs": [
                    "lastNotNull"
                  ],
                  "displayMode": "table",
                  "enableFacetedFilter": false,
                  "overflow": "ellipsis",
                  "placement": "right",
                  "showLegend": true
                },
                "tooltip": {
                  "hideZeros": false,
                  "mode": "multi",
                  "sort": "none"
                }
              },
              "fieldConfig": {
                "defaults": {
                  "unit": "binBps",
                  "thresholds": {
                    "mode": "absolute",
                    "steps": [
                      {
                        "value": 0,
                        "color": "green"
                      },
                      {
                        "value": 80,
                        "color": "red"
                      }
                    ]
                  },
                  "color": {
                    "mode": "palette-classic"
                  },
                  "custom": {
                    "axisBorderShow": false,
                    "axisCenteredZero": false,
                    "axisColorMode": "text",
                    "axisLabel": "",
                    "axisPlacement": "auto",
                    "barAlignment": 0,
                    "barWidthFactor": 0.6,
                    "drawStyle": "line",
                    "fillOpacity": 10,
                    "gradientMode": "none",
                    "hideFrom": {
                      "legend": false,
                      "tooltip": false,
                      "viz": false
                    },
                    "insertNulls": false,
                    "lineInterpolation": "linear",
                    "lineWidth": 2,
                    "pointSize": 5,
                    "scaleDistribution": {
                      "type": "linear"
                    },
                    "showPoints": "never",
                    "showValues": false,
                    "spanNulls": false,
                    "stacking": {
                      "group": "A",
                      "mode": "none"
                    },
                    "thresholdsStyle": {
                      "mode": "off"
                    }
                  }
                },
                "overrides": []
              }
            }
          }
        }
      },
      "panel-4": {
        "kind": "Panel",
        "spec": {
          "id": 4,
          "title": "Host Memory Usage",
          "description": "",
          "links": [],
          "data": {
            "kind": "QueryGroup",
            "spec": {
              "queries": [
                {
                  "kind": "PanelQuery",
                  "spec": {
                    "query": {
                      "kind": "DataQuery",
                      "group": "victoriametrics-metrics-datasource",
                      "version": "v0",
                      "spec": {
                        "alias": "$tag_host",
                        "editorMode": "builder",
                        "expr": "sum(memory_memused{host=\"$server\"})",
                        "format": "time_series",
                        "groupBy": [
                          {
                            "params": [
                              "$__interval"
                            ],
                            "type": "time"
                          },
                          {
                            "params": [
                              "null"
                            ],
                            "type": "fill"
                          }
                        ],
                        "interval": "",
                        "legendFormat": "(Total)",
                        "measurement": "memory",
                        "orderByTime": "ASC",
                        "policy": "default",
                        "query": "SELECT mean(\"memused\")/mean(\"memtotal\") * 100 FROM \"memory\" WHERE (\"host\" =~ /^$server$/) AND $timeFilter GROUP BY time($__interval), host fill(null)",
                        "range": true,
                        "rawQuery": true,
                        "resultFormat": "time_series",
                        "select": [
                          [
                            {
                              "params": [
                                "memused"
                              ],
                              "type": "field"
                            },
                            {
                              "params": [],
                              "type": "mean"
                            }
                          ]
                        ],
                        "tags": [
                          {
                            "key": "host",
                            "operator": "=~",
                            "value": "/^$server$/"
                          }
                        ]
                      },
                      "labels": {
                        "grafana.app/export-label": "victoriametrics-metrics-datasource-1",
                        "grafana.app/export-datasource-name": "VictoriaMetrics"
                      }
                    },
                    "refId": "total",
                    "hidden": false
                  }
                },
                {
                  "kind": "PanelQuery",
                  "spec": {
                    "query": {
                      "kind": "DataQuery",
                      "group": "victoriametrics-metrics-datasource",
                      "version": "v0",
                      "spec": {
                        "editorMode": "builder",
                        "expr": "system_mem{nodename=\"$server\"}",
                        "format": "time_series",
                        "legendFormat": "{{object}}:{{host}}",
                        "range": true
                      },
                      "labels": {
                        "grafana.app/export-label": "victoriametrics-metrics-datasource-1",
                        "grafana.app/export-datasource-name": "VictoriaMetrics"
                      }
                    },
                    "refId": "contents",
                    "hidden": false
                  }
                },
                {
                  "kind": "PanelQuery",
                  "spec": {
                    "query": {
                      "kind": "DataQuery",
                      "group": "victoriametrics-metrics-datasource",
                      "version": "v0",
                      "spec": {
                        "editorMode": "builder",
                        "expr": "memory_arcsize{host=\"$server\"}",
                        "format": "time_series",
                        "legendFormat": "(ARC)",
                        "range": true
                      },
                      "labels": {
                        "grafana.app/export-label": "victoriametrics-metrics-datasource-1",
                        "grafana.app/export-datasource-name": "VictoriaMetrics"
                      }
                    },
                    "refId": "arc",
                    "hidden": false
                  }
                },
                {
                  "kind": "PanelQuery",
                  "spec": {
                    "query": {
                      "kind": "DataQuery",
                      "group": "victoriametrics-metrics-datasource",
                      "version": "v0",
                      "spec": {
                        "editorMode": "builder",
                        "expr": "memory_memtotal{host=\"$server\"}",
                        "format": "time_series",
                        "legendFormat": "__auto",
                        "range": true
                      },
                      "labels": {
                        "grafana.app/export-label": "victoriametrics-metrics-datasource-1",
                        "grafana.app/export-datasource-name": "VictoriaMetrics"
                      }
                    },
                    "refId": "max",
                    "hidden": false
                  }
                }
              ],
              "transformations": [
                {
                  "kind": "Transformation",
                  "group": "configFromData",
                  "spec": {
                    "options": {
                      "applyTo": {
                        "id": "byType",
                        "options": "number"
                      },
                      "configRefId": "max",
                      "mappings": [
                        {
                          "fieldName": "memory_memtotal{host=\"anesidora\",object=\"nodes\"}",
                          "handlerKey": "max"
                        }
                      ]
                    }
                  }
                }
              ],
              "queryOptions": {}
            }
          },
          "vizConfig": {
            "kind": "VizConfig",
            "group": "timeseries",
            "version": "13.1.0",
            "spec": {
              "options": {
                "annotations": {
                  "clustering": -1,
                  "multiLane": false
                },
                "legend": {
                  "calcs": [
                    "mean",
                    "lastNotNull",
                    "max",
                    "min"
                  ],
                  "displayMode": "table",
                  "enableFacetedFilter": false,
                  "overflow": "ellipsis",
                  "placement": "bottom",
                  "showLegend": true
                },
                "tooltip": {
                  "hideZeros": false,
                  "mode": "multi",
                  "sort": "none"
                }
              },
              "fieldConfig": {
                "defaults": {
                  "unit": "bytes",
                  "min": 0,
                  "thresholds": {
                    "mode": "absolute",
                    "steps": [
                      {
                        "value": 0,
                        "color": "green"
                      },
                      {
                        "value": 80,
                        "color": "red"
                      }
                    ]
                  },
                  "color": {
                    "mode": "palette-classic"
                  },
                  "custom": {
                    "axisBorderShow": false,
                    "axisCenteredZero": false,
                    "axisColorMode": "text",
                    "axisLabel": "",
                    "axisPlacement": "auto",
                    "barAlignment": 0,
                    "barWidthFactor": 0.6,
                    "drawStyle": "line",
                    "fillOpacity": 10,
                    "gradientMode": "none",
                    "hideFrom": {
                      "legend": false,
                      "tooltip": false,
                      "viz": false
                    },
                    "insertNulls": false,
                    "lineInterpolation": "linear",
                    "lineWidth": 2,
                    "pointSize": 5,
                    "scaleDistribution": {
                      "type": "linear"
                    },
                    "showPoints": "never",
                    "showValues": false,
                    "spanNulls": false,
                    "stacking": {
                      "group": "A",
                      "mode": "normal"
                    },
                    "thresholdsStyle": {
                      "mode": "off"
                    }
                  }
                },
                "overrides": [
                  {
                    "matcher": {
                      "id": "byName",
                      "scope": "series",
                      "options": "(Total)"
                    },
                    "properties": [
                      {
                        "id": "custom.stacking",
                        "value": {
                          "group": "A",
                          "mode": "none"
                        }
                      },
                      {
                        "id": "custom.fillOpacity",
                        "value": 0
                      }
                    ]
                  }
                ]
              }
            }
          }
        }
      },
      "panel-45": {
        "kind": "Panel",
        "spec": {
          "id": 45,
          "title": "$interfaces",
          "description": "",
          "links": [],
          "data": {
            "kind": "QueryGroup",
            "spec": {
              "queries": [
                {
                  "kind": "PanelQuery",
                  "spec": {
                    "query": {
                      "kind": "DataQuery",
                      "group": "victoriametrics-metrics-datasource",
                      "version": "v0",
                      "spec": {
                        "alias": "$tag_host Rx",
                        "editorMode": "builder",
                        "expr": "rate(nics_receive{host=\"$server\", instance=\"$interfaces\"}[$__rate_interval])",
                        "format": "time_series",
                        "groupBy": [
                          {
                            "params": [
                              "$__interval"
                            ],
                            "type": "time"
                          },
                          {
                            "params": [
                              "host"
                            ],
                            "type": "tag"
                          }
                        ],
                        "legendFormat": "Rx",
                        "measurement": "nics",
                        "orderByTime": "ASC",
                        "policy": "default",
                        "query": "SELECT non_negative_derivative(mean(\"receive\"), 10s) AS \"Rx\", non_negative_derivative(mean(\"receive\"), 10s) AS \"Tx\" FROM \"nics\" WHERE (\"host\" =~ /^$server$/ AND \"instance\" = 'enp2s0') AND $timeFilter GROUP BY time($__interval) fill(null)",
                        "range": true,
                        "rawQuery": false,
                        "resultFormat": "time_series",
                        "select": [
                          [
                            {
                              "params": [
                                "receive"
                              ],
                              "type": "field"
                            },
                            {
                              "params": [],
                              "type": "mean"
                            },
                            {
                              "params": [],
                              "type": "non_negative_difference"
                            },
                            {
                              "params": [
                                "Rx"
                              ],
                              "type": "alias"
                            }
                          ]
                        ],
                        "tags": [
                          {
                            "condition": "AND",
                            "key": "instance",
                            "operator": "=~",
                            "value": "/^$interfaces$/"
                          }
                        ]
                      },
                      "labels": {
                        "grafana.app/export-label": "victoriametrics-metrics-datasource-1",
                        "grafana.app/export-datasource-name": "VictoriaMetrics"
                      }
                    },
                    "refId": "A",
                    "hidden": false
                  }
                },
                {
                  "kind": "PanelQuery",
                  "spec": {
                    "query": {
                      "kind": "DataQuery",
                      "group": "victoriametrics-metrics-datasource",
                      "version": "v0",
                      "spec": {
                        "alias": "$tag_host Tx",
                        "editorMode": "builder",
                        "expr": "rate(nics_transmit{host=\"$server\", instance=\"$interfaces\"}[$__rate_interval])",
                        "format": "time_series",
                        "groupBy": [
                          {
                            "params": [
                              "$__interval"
                            ],
                            "type": "time"
                          },
                          {
                            "params": [
                              "host"
                            ],
                            "type": "tag"
                          }
                        ],
                        "legendFormat": "Tx",
                        "measurement": "nics",
                        "orderByTime": "ASC",
                        "policy": "default",
                        "range": true,
                        "resultFormat": "time_series",
                        "select": [
                          [
                            {
                              "params": [
                                "transmit"
                              ],
                              "type": "field"
                            },
                            {
                              "params": [],
                              "type": "max"
                            },
                            {
                              "params": [],
                              "type": "non_negative_difference"
                            }
                          ]
                        ],
                        "tags": [
                          {
                            "condition": "AND",
                            "key": "instance",
                            "operator": "=~",
                            "value": "/^$interfaces$/"
                          }
                        ]
                      },
                      "labels": {
                        "grafana.app/export-label": "victoriametrics-metrics-datasource-1",
                        "grafana.app/export-datasource-name": "VictoriaMetrics"
                      }
                    },
                    "refId": "B",
                    "hidden": false
                  }
                }
              ],
              "transformations": [],
              "queryOptions": {}
            }
          },
          "vizConfig": {
            "kind": "VizConfig",
            "group": "timeseries",
            "version": "13.1.0",
            "spec": {
              "options": {
                "annotations": {
                  "clustering": -1,
                  "multiLane": false
                },
                "legend": {
                  "calcs": [
                    "lastNotNull"
                  ],
                  "displayMode": "list",
                  "enableFacetedFilter": false,
                  "overflow": "ellipsis",
                  "placement": "bottom",
                  "showLegend": true
                },
                "tooltip": {
                  "hideZeros": false,
                  "mode": "multi",
                  "sort": "none"
                }
              },
              "fieldConfig": {
                "defaults": {
                  "unit": "bps",
                  "thresholds": {
                    "mode": "absolute",
                    "steps": [
                      {
                        "value": 0,
                        "color": "green"
                      },
                      {
                        "value": 80,
                        "color": "red"
                      }
                    ]
                  },
                  "color": {
                    "mode": "palette-classic"
                  },
                  "custom": {
                    "axisBorderShow": false,
                    "axisCenteredZero": false,
                    "axisColorMode": "text",
                    "axisLabel": "",
                    "axisPlacement": "auto",
                    "barAlignment": 0,
                    "barWidthFactor": 0.6,
                    "drawStyle": "line",
                    "fillOpacity": 10,
                    "gradientMode": "none",
                    "hideFrom": {
                      "legend": false,
                      "tooltip": false,
                      "viz": false
                    },
                    "insertNulls": false,
                    "lineInterpolation": "linear",
                    "lineWidth": 1,
                    "pointSize": 5,
                    "scaleDistribution": {
                      "type": "linear"
                    },
                    "showPoints": "never",
                    "showValues": false,
                    "spanNulls": false,
                    "stacking": {
                      "group": "A",
                      "mode": "none"
                    },
                    "thresholdsStyle": {
                      "mode": "off"
                    }
                  }
                },
                "overrides": [
                  {
                    "matcher": {
                      "id": "byName",
                      "scope": "series",
                      "options": "Tx"
                    },
                    "properties": [
                      {
                        "id": "custom.transform",
                        "value": "negative-Y"
                      }
                    ]
                  }
                ]
              }
            }
          }
        }
      },
      "panel-47": {
        "kind": "Panel",
        "spec": {
          "id": 47,
          "title": "VMs Traffic In",
          "description": "",
          "links": [],
          "data": {
            "kind": "QueryGroup",
            "spec": {
              "queries": [
                {
                  "kind": "PanelQuery",
                  "spec": {
                    "query": {
                      "kind": "DataQuery",
                      "group": "victoriametrics-metrics-datasource",
                      "version": "v0",
                      "spec": {
                        "alias": "$tag_host ($tag_nodename)",
                        "editorMode": "builder",
                        "expr": "rate(system_netin{nodename=\"$server\", object=\"qemu\"}[$__rate_interval])",
                        "format": "time_series",
                        "groupBy": [
                          {
                            "params": [
                              "$__interval"
                            ],
                            "type": "time"
                          },
                          {
                            "params": [
                              "host"
                            ],
                            "type": "tag"
                          },
                          {
                            "params": [
                              "nodename"
                            ],
                            "type": "tag"
                          },
                          {
                            "params": [
                              "null"
                            ],
                            "type": "fill"
                          }
                        ],
                        "instant": false,
                        "legendFormat": "{{host}}",
                        "measurement": "system",
                        "orderByTime": "ASC",
                        "policy": "default",
                        "range": true,
                        "resultFormat": "time_series",
                        "select": [
                          [
                            {
                              "params": [
                                "netin"
                              ],
                              "type": "field"
                            },
                            {
                              "params": [],
                              "type": "mean"
                            },
                            {
                              "params": [],
                              "type": "non_negative_difference"
                            }
                          ]
                        ],
                        "tags": [
                          {
                            "key": "nodename",
                            "operator": "=~",
                            "value": "/^$server$/"
                          },
                          {
                            "condition": "AND",
                            "key": "object",
                            "operator": "=",
                            "value": "qemu"
                          }
                        ]
                      },
                      "labels": {
                        "grafana.app/export-label": "victoriametrics-metrics-datasource-1",
                        "grafana.app/export-datasource-name": "VictoriaMetrics"
                      }
                    },
                    "refId": "A",
                    "hidden": false
                  }
                }
              ],
              "transformations": [],
              "queryOptions": {}
            }
          },
          "vizConfig": {
            "kind": "VizConfig",
            "group": "timeseries",
            "version": "13.1.0",
            "spec": {
              "options": {
                "annotations": {
                  "clustering": -1,
                  "multiLane": false
                },
                "legend": {
                  "calcs": [
                    "lastNotNull"
                  ],
                  "displayMode": "table",
                  "enableFacetedFilter": false,
                  "overflow": "ellipsis",
                  "placement": "right",
                  "showLegend": true
                },
                "tooltip": {
                  "hideZeros": false,
                  "mode": "multi",
                  "sort": "none"
                }
              },
              "fieldConfig": {
                "defaults": {
                  "unit": "bps",
                  "thresholds": {
                    "mode": "absolute",
                    "steps": [
                      {
                        "value": 0,
                        "color": "green"
                      },
                      {
                        "value": 80,
                        "color": "red"
                      }
                    ]
                  },
                  "color": {
                    "mode": "palette-classic"
                  },
                  "custom": {
                    "axisBorderShow": false,
                    "axisCenteredZero": false,
                    "axisColorMode": "text",
                    "axisLabel": "",
                    "axisPlacement": "auto",
                    "barAlignment": 0,
                    "barWidthFactor": 0.6,
                    "drawStyle": "line",
                    "fillOpacity": 10,
                    "gradientMode": "none",
                    "hideFrom": {
                      "legend": false,
                      "tooltip": false,
                      "viz": false
                    },
                    "insertNulls": false,
                    "lineInterpolation": "linear",
                    "lineWidth": 1,
                    "pointSize": 5,
                    "scaleDistribution": {
                      "type": "linear"
                    },
                    "showPoints": "never",
                    "showValues": false,
                    "spanNulls": false,
                    "stacking": {
                      "group": "A",
                      "mode": "none"
                    },
                    "thresholdsStyle": {
                      "mode": "off"
                    }
                  }
                },
                "overrides": []
              }
            }
          }
        }
      },
      "panel-48": {
        "kind": "Panel",
        "spec": {
          "id": 48,
          "title": "LCXs Traffic In",
          "description": "",
          "links": [],
          "data": {
            "kind": "QueryGroup",
            "spec": {
              "queries": [
                {
                  "kind": "PanelQuery",
                  "spec": {
                    "query": {
                      "kind": "DataQuery",
                      "group": "victoriametrics-metrics-datasource",
                      "version": "v0",
                      "spec": {
                        "alias": "$tag_host ($tag_nodename)",
                        "editorMode": "code",
                        "expr": "rate(system_netin{nodename=\"$server\", object=\"lxc\"}[$__rate_interval])",
                        "format": "time_series",
                        "groupBy": [
                          {
                            "params": [
                              "$__interval"
                            ],
                            "type": "time"
                          },
                          {
                            "params": [
                              "host"
                            ],
                            "type": "tag"
                          },
                          {
                            "params": [
                              "nodename"
                            ],
                            "type": "tag"
                          },
                          {
                            "params": [
                              "null"
                            ],
                            "type": "fill"
                          }
                        ],
                        "legendFormat": "{{host}}",
                        "measurement": "system",
                        "orderByTime": "ASC",
                        "policy": "default",
                        "range": true,
                        "resultFormat": "time_series",
                        "select": [
                          [
                            {
                              "params": [
                                "netin"
                              ],
                              "type": "field"
                            },
                            {
                              "params": [],
                              "type": "mean"
                            },
                            {
                              "params": [],
                              "type": "non_negative_difference"
                            }
                          ]
                        ],
                        "tags": [
                          {
                            "key": "nodename",
                            "operator": "=~",
                            "value": "/^$server$/"
                          },
                          {
                            "condition": "AND",
                            "key": "object",
                            "operator": "=",
                            "value": "lxc"
                          }
                        ]
                      },
                      "labels": {
                        "grafana.app/export-label": "victoriametrics-metrics-datasource-1",
                        "grafana.app/export-datasource-name": "VictoriaMetrics"
                      }
                    },
                    "refId": "A",
                    "hidden": false
                  }
                }
              ],
              "transformations": [],
              "queryOptions": {}
            }
          },
          "vizConfig": {
            "kind": "VizConfig",
            "group": "timeseries",
            "version": "13.1.0",
            "spec": {
              "options": {
                "annotations": {
                  "clustering": -1,
                  "multiLane": false
                },
                "legend": {
                  "calcs": [
                    "lastNotNull"
                  ],
                  "displayMode": "table",
                  "enableFacetedFilter": false,
                  "overflow": "ellipsis",
                  "placement": "right",
                  "showLegend": true
                },
                "tooltip": {
                  "hideZeros": false,
                  "mode": "multi",
                  "sort": "none"
                }
              },
              "fieldConfig": {
                "defaults": {
                  "unit": "bps",
                  "thresholds": {
                    "mode": "absolute",
                    "steps": [
                      {
                        "value": 0,
                        "color": "green"
                      },
                      {
                        "value": 80,
                        "color": "red"
                      }
                    ]
                  },
                  "color": {
                    "mode": "palette-classic"
                  },
                  "custom": {
                    "axisBorderShow": false,
                    "axisCenteredZero": false,
                    "axisColorMode": "text",
                    "axisLabel": "",
                    "axisPlacement": "auto",
                    "barAlignment": 0,
                    "barWidthFactor": 0.6,
                    "drawStyle": "line",
                    "fillOpacity": 10,
                    "gradientMode": "none",
                    "hideFrom": {
                      "legend": false,
                      "tooltip": false,
                      "viz": false
                    },
                    "insertNulls": false,
                    "lineInterpolation": "linear",
                    "lineWidth": 1,
                    "pointSize": 5,
                    "scaleDistribution": {
                      "type": "linear"
                    },
                    "showPoints": "never",
                    "showValues": false,
                    "spanNulls": false,
                    "stacking": {
                      "group": "A",
                      "mode": "none"
                    },
                    "thresholdsStyle": {
                      "mode": "off"
                    }
                  }
                },
                "overrides": []
              }
            }
          }
        }
      },
      "panel-49": {
        "kind": "Panel",
        "spec": {
          "id": 49,
          "title": "VMs Traffic Out",
          "description": "",
          "links": [],
          "data": {
            "kind": "QueryGroup",
            "spec": {
              "queries": [
                {
                  "kind": "PanelQuery",
                  "spec": {
                    "query": {
                      "kind": "DataQuery",
                      "group": "victoriametrics-metrics-datasource",
                      "version": "v0",
                      "spec": {
                        "alias": "$tag_host ($tag_nodename)",
                        "editorMode": "builder",
                        "expr": "rate(system_netout{nodename=\"$server\", object=\"qemu\"}[$__rate_interval])",
                        "format": "time_series",
                        "groupBy": [
                          {
                            "params": [
                              "$__interval"
                            ],
                            "type": "time"
                          },
                          {
                            "params": [
                              "host"
                            ],
                            "type": "tag"
                          },
                          {
                            "params": [
                              "nodename"
                            ],
                            "type": "tag"
                          },
                          {
                            "params": [
                              "null"
                            ],
                            "type": "fill"
                          }
                        ],
                        "legendFormat": "{{host}}",
                        "measurement": "system",
                        "orderByTime": "ASC",
                        "policy": "default",
                        "range": true,
                        "resultFormat": "time_series",
                        "select": [
                          [
                            {
                              "params": [
                                "netout"
                              ],
                              "type": "field"
                            },
                            {
                              "params": [],
                              "type": "mean"
                            },
                            {
                              "params": [],
                              "type": "non_negative_difference"
                            }
                          ]
                        ],
                        "tags": [
                          {
                            "key": "nodename",
                            "operator": "=~",
                            "value": "/^$server$/"
                          },
                          {
                            "condition": "AND",
                            "key": "object",
                            "operator": "=",
                            "value": "qemu"
                          }
                        ]
                      },
                      "labels": {
                        "grafana.app/export-label": "victoriametrics-metrics-datasource-1",
                        "grafana.app/export-datasource-name": "VictoriaMetrics"
                      }
                    },
                    "refId": "A",
                    "hidden": false
                  }
                }
              ],
              "transformations": [],
              "queryOptions": {}
            }
          },
          "vizConfig": {
            "kind": "VizConfig",
            "group": "timeseries",
            "version": "13.1.0",
            "spec": {
              "options": {
                "annotations": {
                  "clustering": -1,
                  "multiLane": false
                },
                "legend": {
                  "calcs": [
                    "lastNotNull"
                  ],
                  "displayMode": "table",
                  "enableFacetedFilter": false,
                  "overflow": "ellipsis",
                  "placement": "right",
                  "showLegend": true
                },
                "tooltip": {
                  "hideZeros": false,
                  "mode": "multi",
                  "sort": "none"
                }
              },
              "fieldConfig": {
                "defaults": {
                  "unit": "bps",
                  "thresholds": {
                    "mode": "absolute",
                    "steps": [
                      {
                        "value": 0,
                        "color": "green"
                      },
                      {
                        "value": 80,
                        "color": "red"
                      }
                    ]
                  },
                  "color": {
                    "mode": "palette-classic"
                  },
                  "custom": {
                    "axisBorderShow": false,
                    "axisCenteredZero": false,
                    "axisColorMode": "text",
                    "axisLabel": "",
                    "axisPlacement": "auto",
                    "barAlignment": 0,
                    "barWidthFactor": 0.6,
                    "drawStyle": "line",
                    "fillOpacity": 10,
                    "gradientMode": "none",
                    "hideFrom": {
                      "legend": false,
                      "tooltip": false,
                      "viz": false
                    },
                    "insertNulls": false,
                    "lineInterpolation": "linear",
                    "lineWidth": 1,
                    "pointSize": 5,
                    "scaleDistribution": {
                      "type": "linear"
                    },
                    "showPoints": "never",
                    "showValues": false,
                    "spanNulls": false,
                    "stacking": {
                      "group": "A",
                      "mode": "none"
                    },
                    "thresholdsStyle": {
                      "mode": "off"
                    }
                  }
                },
                "overrides": []
              }
            }
          }
        }
      },
      "panel-50": {
        "kind": "Panel",
        "spec": {
          "id": 50,
          "title": "LXCs Traffic Out",
          "description": "",
          "links": [],
          "data": {
            "kind": "QueryGroup",
            "spec": {
              "queries": [
                {
                  "kind": "PanelQuery",
                  "spec": {
                    "query": {
                      "kind": "DataQuery",
                      "group": "victoriametrics-metrics-datasource",
                      "version": "v0",
                      "spec": {
                        "alias": "$tag_host ($tag_nodename)",
                        "editorMode": "builder",
                        "expr": "rate(system_netout{nodename=\"$server\", object=\"lxc\"}[$__rate_interval])",
                        "format": "time_series",
                        "groupBy": [
                          {
                            "params": [
                              "$__interval"
                            ],
                            "type": "time"
                          },
                          {
                            "params": [
                              "host"
                            ],
                            "type": "tag"
                          },
                          {
                            "params": [
                              "nodename"
                            ],
                            "type": "tag"
                          },
                          {
                            "params": [
                              "null"
                            ],
                            "type": "fill"
                          }
                        ],
                        "legendFormat": "{{host}}",
                        "measurement": "system",
                        "orderByTime": "ASC",
                        "policy": "default",
                        "range": true,
                        "resultFormat": "time_series",
                        "select": [
                          [
                            {
                              "params": [
                                "netout"
                              ],
                              "type": "field"
                            },
                            {
                              "params": [],
                              "type": "mean"
                            },
                            {
                              "params": [
                                "10s"
                              ],
                              "type": "non_negative_derivative"
                            }
                          ]
                        ],
                        "tags": [
                          {
                            "key": "nodename",
                            "operator": "=~",
                            "value": "/^$server$/"
                          },
                          {
                            "condition": "AND",
                            "key": "object",
                            "operator": "=",
                            "value": "lxc"
                          }
                        ]
                      },
                      "labels": {
                        "grafana.app/export-label": "victoriametrics-metrics-datasource-1",
                        "grafana.app/export-datasource-name": "VictoriaMetrics"
                      }
                    },
                    "refId": "A",
                    "hidden": false
                  }
                }
              ],
              "transformations": [],
              "queryOptions": {}
            }
          },
          "vizConfig": {
            "kind": "VizConfig",
            "group": "timeseries",
            "version": "13.1.0",
            "spec": {
              "options": {
                "annotations": {
                  "clustering": -1,
                  "multiLane": false
                },
                "legend": {
                  "calcs": [
                    "lastNotNull"
                  ],
                  "displayMode": "table",
                  "enableFacetedFilter": false,
                  "overflow": "ellipsis",
                  "placement": "right",
                  "showLegend": true
                },
                "tooltip": {
                  "hideZeros": false,
                  "mode": "multi",
                  "sort": "none"
                }
              },
              "fieldConfig": {
                "defaults": {
                  "unit": "bps",
                  "thresholds": {
                    "mode": "absolute",
                    "steps": [
                      {
                        "value": 0,
                        "color": "green"
                      },
                      {
                        "value": 80,
                        "color": "red"
                      }
                    ]
                  },
                  "color": {
                    "mode": "palette-classic"
                  },
                  "custom": {
                    "axisBorderShow": false,
                    "axisCenteredZero": false,
                    "axisColorMode": "text",
                    "axisLabel": "",
                    "axisPlacement": "auto",
                    "barAlignment": 0,
                    "barWidthFactor": 0.6,
                    "drawStyle": "line",
                    "fillOpacity": 10,
                    "gradientMode": "none",
                    "hideFrom": {
                      "legend": false,
                      "tooltip": false,
                      "viz": false
                    },
                    "insertNulls": false,
                    "lineInterpolation": "linear",
                    "lineWidth": 1,
                    "pointSize": 5,
                    "scaleDistribution": {
                      "type": "linear"
                    },
                    "showPoints": "never",
                    "showValues": false,
                    "spanNulls": false,
                    "stacking": {
                      "group": "A",
                      "mode": "none"
                    },
                    "thresholdsStyle": {
                      "mode": "off"
                    }
                  }
                },
                "overrides": []
              }
            }
          }
        }
      },
      "panel-55": {
        "kind": "Panel",
        "spec": {
          "id": 55,
          "title": "$storage Usage",
          "description": "",
          "links": [],
          "data": {
            "kind": "QueryGroup",
            "spec": {
              "queries": [
                {
                  "kind": "PanelQuery",
                  "spec": {
                    "query": {
                      "kind": "DataQuery",
                      "group": "victoriametrics-metrics-datasource",
                      "version": "v0",
                      "spec": {
                        "editorMode": "builder",
                        "expr": "system_used{host=\"$storage\", nodename=\"$server\"} / system_total{host=\"$storage\", nodename=\"$server\"}",
                        "format": "time_series",
                        "groupBy": [
                          {
                            "params": [
                              "$__interval"
                            ],
                            "type": "time"
                          },
                          {
                            "params": [
                              "null"
                            ],
                            "type": "fill"
                          }
                        ],
                        "legendFormat": "__auto",
                        "measurement": "system",
                        "orderByTime": "ASC",
                        "policy": "default",
                        "query": "select last(\"used\") / last(\"total\") from system where host=~/^$storage$/ AND nodename=~/^$server$/ group by host,nodename fill(0.5)",
                        "range": true,
                        "rawQuery": true,
                        "resultFormat": "time_series",
                        "select": [
                          [
                            {
                              "params": [
                                "maxdisk"
                              ],
                              "type": "field"
                            },
                            {
                              "params": [],
                              "type": "last"
                            },
                            {
                              "params": [
                                " / 100"
                              ],
                              "type": "math"
                            }
                          ]
                        ],
                        "tags": []
                      },
                      "labels": {
                        "grafana.app/export-label": "victoriametrics-metrics-datasource-1",
                        "grafana.app/export-datasource-name": "VictoriaMetrics"
                      }
                    },
                    "refId": "A",
                    "hidden": false
                  }
                }
              ],
              "transformations": [],
              "queryOptions": {
                "maxDataPoints": 100
              }
            }
          },
          "vizConfig": {
            "kind": "VizConfig",
            "group": "gauge",
            "version": "13.1.0",
            "spec": {
              "options": {
                "barShape": "flat",
                "barWidthFactor": 0.5,
                "effects": {
                  "barGlow": false,
                  "centerGlow": false,
                  "gradient": false
                },
                "endpointMarker": "point",
                "minVizHeight": 75,
                "minVizWidth": 75,
                "orientation": "horizontal",
                "reduceOptions": {
                  "calcs": [
                    "lastNotNull"
                  ],
                  "fields": "",
                  "values": false
                },
                "segmentCount": 1,
                "segmentSpacing": 0.3,
                "shape": "gauge",
                "showThresholdLabels": false,
                "showThresholdMarkers": true,
                "sizing": "auto",
                "sparkline": false,
                "textMode": "auto"
              },
              "fieldConfig": {
                "defaults": {
                  "unit": "percentunit",
                  "min": 0,
                  "max": 1,
                  "mappings": [
                    {
                      "type": "special",
                      "options": {
                        "match": "null",
                        "result": {
                          "text": "N/A"
                        }
                      }
                    }
                  ],
                  "thresholds": {
                    "mode": "absolute",
                    "steps": [
                      {
                        "value": 0,
                        "color": "#299c46"
                      },
                      {
                        "value": 0.75,
                        "color": "rgba(237, 129, 40, 0.89)"
                      },
                      {
                        "value": 0.875,
                        "color": "#d44a3a"
                      }
                    ]
                  },
                  "color": {
                    "mode": "thresholds"
                  }
                },
                "overrides": []
              }
            }
          },
          "transparent": true
        }
      },
      "panel-58": {
        "kind": "Panel",
        "spec": {
          "id": 58,
          "title": "Cores",
          "description": "",
          "links": [],
          "data": {
            "kind": "QueryGroup",
            "spec": {
              "queries": [
                {
                  "kind": "PanelQuery",
                  "spec": {
                    "query": {
                      "kind": "DataQuery",
                      "group": "victoriametrics-metrics-datasource",
                      "version": "v0",
                      "spec": {
                        "editorMode": "builder",
                        "expr": "cpustat_cpus{host=\"$server\"}",
                        "format": "time_series",
                        "groupBy": [],
                        "legendFormat": "__auto",
                        "measurement": "cpustat",
                        "orderByTime": "ASC",
                        "policy": "default",
                        "range": true,
                        "resultFormat": "time_series",
                        "select": [
                          [
                            {
                              "params": [
                                "cpus"
                              ],
                              "type": "field"
                            }
                          ]
                        ],
                        "tags": [
                          {
                            "key": "host",
                            "operator": "=~",
                            "value": "/^$server$/"
                          }
                        ]
                      },
                      "labels": {
                        "grafana.app/export-label": "victoriametrics-metrics-datasource-1",
                        "grafana.app/export-datasource-name": "VictoriaMetrics"
                      }
                    },
                    "refId": "A",
                    "hidden": false
                  }
                }
              ],
              "transformations": [],
              "queryOptions": {
                "maxDataPoints": 100
              }
            }
          },
          "vizConfig": {
            "kind": "VizConfig",
            "group": "stat",
            "version": "13.1.0",
            "spec": {
              "options": {
                "colorMode": "none",
                "graphMode": "none",
                "justifyMode": "auto",
                "orientation": "horizontal",
                "percentChangeColorMode": "standard",
                "reduceOptions": {
                  "calcs": [
                    "lastNotNull"
                  ],
                  "fields": "",
                  "values": false
                },
                "showPercentChange": false,
                "textMode": "auto",
                "wideLayout": true
              },
              "fieldConfig": {
                "defaults": {
                  "unit": "none",
                  "mappings": [
                    {
                      "type": "special",
                      "options": {
                        "match": "null",
                        "result": {
                          "text": "N/A"
                        }
                      }
                    }
                  ],
                  "thresholds": {
                    "mode": "absolute",
                    "steps": [
                      {
                        "value": 0,
                        "color": "green"
                      },
                      {
                        "value": 80,
                        "color": "red"
                      }
                    ]
                  },
                  "color": {
                    "mode": "thresholds"
                  }
                },
                "overrides": []
              }
            }
          }
        }
      },
      "panel-60": {
        "kind": "Panel",
        "spec": {
          "id": 60,
          "title": "Total Memory",
          "description": "",
          "links": [],
          "data": {
            "kind": "QueryGroup",
            "spec": {
              "queries": [
                {
                  "kind": "PanelQuery",
                  "spec": {
                    "query": {
                      "kind": "DataQuery",
                      "group": "victoriametrics-metrics-datasource",
                      "version": "v0",
                      "spec": {
                        "editorMode": "builder",
                        "expr": "memory_memtotal{host=\"$server\"}",
                        "format": "time_series",
                        "groupBy": [],
                        "legendFormat": "__auto",
                        "measurement": "memory",
                        "orderByTime": "ASC",
                        "policy": "default",
                        "range": true,
                        "resultFormat": "time_series",
                        "select": [
                          [
                            {
                              "params": [
                                "memtotal"
                              ],
                              "type": "field"
                            }
                          ]
                        ],
                        "tags": [
                          {
                            "key": "host",
                            "operator": "=~",
                            "value": "/^$server$/"
                          }
                        ]
                      },
                      "labels": {
                        "grafana.app/export-label": "victoriametrics-metrics-datasource-1",
                        "grafana.app/export-datasource-name": "VictoriaMetrics"
                      }
                    },
                    "refId": "A",
                    "hidden": false
                  }
                }
              ],
              "transformations": [],
              "queryOptions": {
                "maxDataPoints": 100
              }
            }
          },
          "vizConfig": {
            "kind": "VizConfig",
            "group": "stat",
            "version": "13.1.0",
            "spec": {
              "options": {
                "colorMode": "none",
                "graphMode": "none",
                "justifyMode": "auto",
                "orientation": "horizontal",
                "percentChangeColorMode": "standard",
                "reduceOptions": {
                  "calcs": [
                    "lastNotNull"
                  ],
                  "fields": "",
                  "values": false
                },
                "showPercentChange": false,
                "textMode": "auto",
                "wideLayout": true
              },
              "fieldConfig": {
                "defaults": {
                  "unit": "bytes",
                  "mappings": [
                    {
                      "type": "special",
                      "options": {
                        "match": "null",
                        "result": {
                          "text": "N/A"
                        }
                      }
                    }
                  ],
                  "thresholds": {
                    "mode": "absolute",
                    "steps": [
                      {
                        "value": 0,
                        "color": "green"
                      },
                      {
                        "value": 80,
                        "color": "red"
                      }
                    ]
                  },
                  "color": {
                    "mode": "thresholds"
                  }
                },
                "overrides": []
              }
            }
          }
        }
      },
      "panel-62": {
        "kind": "Panel",
        "spec": {
          "id": 62,
          "title": "Total Swap",
          "description": "",
          "links": [],
          "data": {
            "kind": "QueryGroup",
            "spec": {
              "queries": [
                {
                  "kind": "PanelQuery",
                  "spec": {
                    "query": {
                      "kind": "DataQuery",
                      "group": "victoriametrics-metrics-datasource",
                      "version": "v0",
                      "spec": {
                        "editorMode": "builder",
                        "expr": "memory_swaptotal{host=\"$server\"}",
                        "format": "time_series",
                        "groupBy": [],
                        "legendFormat": "__auto",
                        "measurement": "memory",
                        "orderByTime": "ASC",
                        "policy": "default",
                        "range": true,
                        "resultFormat": "time_series",
                        "select": [
                          [
                            {
                              "params": [
                                "swaptotal"
                              ],
                              "type": "field"
                            }
                          ]
                        ],
                        "tags": [
                          {
                            "key": "host",
                            "operator": "=~",
                            "value": "/^$server$/"
                          }
                        ]
                      },
                      "labels": {
                        "grafana.app/export-label": "victoriametrics-metrics-datasource-1",
                        "grafana.app/export-datasource-name": "VictoriaMetrics"
                      }
                    },
                    "refId": "A",
                    "hidden": false
                  }
                }
              ],
              "transformations": [],
              "queryOptions": {
                "maxDataPoints": 100
              }
            }
          },
          "vizConfig": {
            "kind": "VizConfig",
            "group": "stat",
            "version": "13.1.0",
            "spec": {
              "options": {
                "colorMode": "none",
                "graphMode": "none",
                "justifyMode": "auto",
                "orientation": "horizontal",
                "percentChangeColorMode": "standard",
                "reduceOptions": {
                  "calcs": [
                    "lastNotNull"
                  ],
                  "fields": "",
                  "values": false
                },
                "showPercentChange": false,
                "textMode": "auto",
                "wideLayout": true
              },
              "fieldConfig": {
                "defaults": {
                  "unit": "bytes",
                  "mappings": [
                    {
                      "type": "special",
                      "options": {
                        "match": "null",
                        "result": {
                          "text": "N/A"
                        }
                      }
                    }
                  ],
                  "thresholds": {
                    "mode": "absolute",
                    "steps": [
                      {
                        "value": 0,
                        "color": "green"
                      },
                      {
                        "value": 80,
                        "color": "red"
                      }
                    ]
                  },
                  "color": {
                    "mode": "thresholds"
                  }
                },
                "overrides": []
              }
            }
          }
        }
      },
      "panel-7": {
        "kind": "Panel",
        "spec": {
          "id": 7,
          "title": "Running VMs",
          "description": "",
          "links": [],
          "data": {
            "kind": "QueryGroup",
            "spec": {
              "queries": [
                {
                  "kind": "PanelQuery",
                  "spec": {
                    "query": {
                      "kind": "DataQuery",
                      "group": "victoriametrics-metrics-datasource",
                      "version": "v0",
                      "spec": {
                        "editorMode": "code",
                        "exemplar": false,
                        "expr": "max by(host) (system_uptime{object=\"qemu\", nodename=\"$server\"})",
                        "format": "time_series",
                        "groupBy": [
                          {
                            "params": [
                              "host"
                            ],
                            "type": "tag"
                          }
                        ],
                        "instant": true,
                        "legendFormat": "__auto",
                        "limit": "1",
                        "measurement": "system",
                        "orderByTime": "ASC",
                        "policy": "default",
                        "query": "SELECT last(uptime) AS \"uptime\" FROM \"system\" WHERE (\"object\" = 'qemu') AND (\"nodename\" =~ /^$server$/) AND time > (now() - 10m)  AND uptime > 0 GROUP BY \"host\" limit 1",
                        "range": false,
                        "rawQuery": true,
                        "resultFormat": "table",
                        "select": [
                          [
                            {
                              "params": [
                                "uptime"
                              ],
                              "type": "field"
                            },
                            {
                              "params": [
                                "uptime"
                              ],
                              "type": "alias"
                            }
                          ]
                        ],
                        "tags": [
                          {
                            "key": "object",
                            "operator": "=",
                            "value": "qemu"
                          }
                        ]
                      },
                      "labels": {
                        "grafana.app/export-label": "victoriametrics-metrics-datasource-1",
                        "grafana.app/export-datasource-name": "VictoriaMetrics"
                      }
                    },
                    "refId": "Uptime",
                    "hidden": false
                  }
                }
              ],
              "transformations": [
                {
                  "kind": "Transformation",
                  "group": "timeSeriesTable",
                  "spec": {
                    "options": {
                      "A": {
                        "timeField": "Time"
                      }
                    }
                  }
                }
              ],
              "queryOptions": {}
            }
          },
          "vizConfig": {
            "kind": "VizConfig",
            "group": "table",
            "version": "13.1.0",
            "spec": {
              "options": {
                "cellHeight": "sm",
                "showHeader": true,
                "sortBy": [
                  {
                    "desc": false,
                    "displayName": "VM"
                  }
                ]
              },
              "fieldConfig": {
                "defaults": {
                  "displayName": "Uptime",
                  "unit": "dtdhms",
                  "thresholds": {
                    "mode": "absolute",
                    "steps": [
                      {
                        "value": 0,
                        "color": "green"
                      },
                      {
                        "value": 80,
                        "color": "red"
                      }
                    ]
                  },
                  "color": {
                    "mode": "thresholds"
                  },
                  "custom": {
                    "align": "auto",
                    "cellOptions": {
                      "type": "auto"
                    },
                    "footer": {
                      "reducers": []
                    },
                    "inspect": false
                  }
                },
                "overrides": [
                  {
                    "matcher": {
                      "id": "byName",
                      "options": "host"
                    },
                    "properties": [
                      {
                        "id": "displayName",
                        "value": "VM"
                      },
                      {
                        "id": "unit",
                        "value": "short"
                      },
                      {
                        "id": "decimals",
                        "value": 2
                      },
                      {
                        "id": "custom.align"
                      }
                    ]
                  },
                  {
                    "matcher": {
                      "id": "byName",
                      "scope": "series",
                      "options": "Trend #Uptime"
                    },
                    "properties": [
                      {
                        "id": "displayName",
                        "value": "Uptime"
                      },
                      {
                        "id": "unit",
                        "value": "dtdhms"
                      },
                      {
                        "id": "decimals",
                        "value": 1
                      },
                      {
                        "id": "custom.align",
                        "value": "left"
                      }
                    ]
                  },
                  {
                    "matcher": {
                      "id": "byName",
                      "options": "Time"
                    },
                    "properties": [
                      {
                        "id": "custom.hideFrom.viz",
                        "value": true
                      }
                    ]
                  }
                ]
              }
            }
          },
          "transparent": true
        }
      },
      "panel-8": {
        "kind": "Panel",
        "spec": {
          "id": 8,
          "title": "Running LXCs",
          "description": "",
          "links": [],
          "data": {
            "kind": "QueryGroup",
            "spec": {
              "queries": [
                {
                  "kind": "PanelQuery",
                  "spec": {
                    "query": {
                      "kind": "DataQuery",
                      "group": "victoriametrics-metrics-datasource",
                      "version": "v0",
                      "spec": {
                        "editorMode": "builder",
                        "exemplar": false,
                        "expr": "max by(host) (system_uptime{object=\"lxc\", nodename=\"$server\"})",
                        "format": "time_series",
                        "groupBy": [
                          {
                            "params": [
                              "host"
                            ],
                            "type": "tag"
                          }
                        ],
                        "instant": true,
                        "legendFormat": "__auto",
                        "limit": "1",
                        "measurement": "system",
                        "orderByTime": "ASC",
                        "policy": "default",
                        "query": "SELECT last(uptime) AS \"uptime\" FROM \"system\" WHERE (\"object\" = 'lxc') AND (\"nodename\" =~ /^$server$/) AND time > (now() - 10m) AND uptime > 0 GROUP BY \"host\" limit 1",
                        "range": false,
                        "rawQuery": true,
                        "resultFormat": "table",
                        "select": [
                          [
                            {
                              "params": [
                                "uptime"
                              ],
                              "type": "field"
                            },
                            {
                              "params": [
                                "uptime"
                              ],
                              "type": "alias"
                            }
                          ]
                        ],
                        "tags": [
                          {
                            "key": "object",
                            "operator": "=",
                            "value": "qemu"
                          }
                        ]
                      },
                      "labels": {
                        "grafana.app/export-label": "victoriametrics-metrics-datasource-1",
                        "grafana.app/export-datasource-name": "VictoriaMetrics"
                      }
                    },
                    "refId": "Uptime",
                    "hidden": false
                  }
                }
              ],
              "transformations": [
                {
                  "kind": "Transformation",
                  "group": "timeSeriesTable",
                  "spec": {
                    "options": {
                      "A": {
                        "timeField": "Time"
                      },
                      "Uptime": {
                        "timeField": "Time"
                      }
                    }
                  }
                }
              ],
              "queryOptions": {}
            }
          },
          "vizConfig": {
            "kind": "VizConfig",
            "group": "table",
            "version": "13.1.0",
            "spec": {
              "options": {
                "cellHeight": "sm",
                "showHeader": true
              },
              "fieldConfig": {
                "defaults": {
                  "displayName": "Uptime",
                  "unit": "dtdhms",
                  "thresholds": {
                    "mode": "absolute",
                    "steps": [
                      {
                        "value": 0,
                        "color": "green"
                      },
                      {
                        "value": 80,
                        "color": "red"
                      }
                    ]
                  },
                  "color": {
                    "mode": "thresholds"
                  },
                  "custom": {
                    "align": "auto",
                    "cellOptions": {
                      "type": "auto"
                    },
                    "footer": {
                      "reducers": []
                    },
                    "inspect": false
                  }
                },
                "overrides": [
                  {
                    "matcher": {
                      "id": "byName",
                      "scope": "series",
                      "options": "Trend #Uptime"
                    },
                    "properties": [
                      {
                        "id": "displayName",
                        "value": "Uptime"
                      },
                      {
                        "id": "unit",
                        "value": "dtdhms"
                      },
                      {
                        "id": "decimals",
                        "value": 1
                      },
                      {
                        "id": "custom.align",
                        "value": "left"
                      }
                    ]
                  },
                  {
                    "matcher": {
                      "id": "byName",
                      "options": "host"
                    },
                    "properties": [
                      {
                        "id": "displayName",
                        "value": "LXC"
                      },
                      {
                        "id": "unit",
                        "value": "short"
                      },
                      {
                        "id": "decimals",
                        "value": 2
                      },
                      {
                        "id": "custom.align"
                      }
                    ]
                  }
                ]
              }
            }
          },
          "transparent": true
        }
      },
      "panel-82": {
        "kind": "Panel",
        "spec": {
          "id": 82,
          "title": "Network In",
          "description": "",
          "links": [],
          "data": {
            "kind": "QueryGroup",
            "spec": {
              "queries": [
                {
                  "kind": "PanelQuery",
                  "spec": {
                    "query": {
                      "kind": "DataQuery",
                      "group": "victoriametrics-metrics-datasource",
                      "version": "v0",
                      "spec": {
                        "alias": "$tag_instance ($tag_host)",
                        "editorMode": "builder",
                        "expr": "rate(nics_receive{host=\"$server\", instance=~\"$interfaces\"}[$__rate_interval])",
                        "format": "time_series",
                        "groupBy": [
                          {
                            "params": [
                              "$__interval"
                            ],
                            "type": "time"
                          },
                          {
                            "params": [
                              "instance"
                            ],
                            "type": "tag"
                          },
                          {
                            "params": [
                              "host"
                            ],
                            "type": "tag"
                          },
                          {
                            "params": [
                              "null"
                            ],
                            "type": "fill"
                          }
                        ],
                        "legendFormat": "{{instance}}",
                        "measurement": "nics",
                        "orderByTime": "ASC",
                        "policy": "default",
                        "query": "SELECT non_negative_derivative(mean(\"receive\"), 10s) FROM \"nics\" WHERE (\"host\" =~ /^$server$/ AND (\"instance\" =~ /^vmbr*/ OR \"instance\" = 'enp2s0')) AND $timeFilter GROUP BY time($__interval), \"instance\" fill(null)",
                        "range": true,
                        "rawQuery": false,
                        "resultFormat": "time_series",
                        "select": [
                          [
                            {
                              "params": [
                                "receive"
                              ],
                              "type": "field"
                            },
                            {
                              "params": [],
                              "type": "mean"
                            },
                            {
                              "params": [],
                              "type": "non_negative_difference"
                            }
                          ]
                        ],
                        "tags": [
                          {
                            "key": "host",
                            "operator": "=~",
                            "value": "/^$server$/"
                          },
                          {
                            "condition": "AND",
                            "key": "instance",
                            "operator": "!=",
                            "value": "veth350i0"
                          },
                          {
                            "condition": "AND",
                            "key": "instance",
                            "operator": "!=",
                            "value": "fwln300i0"
                          }
                        ]
                      },
                      "labels": {
                        "grafana.app/export-label": "victoriametrics-metrics-datasource-1",
                        "grafana.app/export-datasource-name": "VictoriaMetrics"
                      }
                    },
                    "refId": "A",
                    "hidden": false
                  }
                }
              ],
              "transformations": [],
              "queryOptions": {}
            }
          },
          "vizConfig": {
            "kind": "VizConfig",
            "group": "timeseries",
            "version": "13.1.0",
            "spec": {
              "options": {
                "annotations": {
                  "clustering": -1,
                  "multiLane": false
                },
                "legend": {
                  "calcs": [
                    "lastNotNull"
                  ],
                  "displayMode": "list",
                  "enableFacetedFilter": false,
                  "overflow": "ellipsis",
                  "placement": "bottom",
                  "showLegend": true
                },
                "tooltip": {
                  "hideZeros": false,
                  "mode": "multi",
                  "sort": "none"
                }
              },
              "fieldConfig": {
                "defaults": {
                  "unit": "bps",
                  "thresholds": {
                    "mode": "absolute",
                    "steps": [
                      {
                        "value": 0,
                        "color": "green"
                      },
                      {
                        "value": 80,
                        "color": "red"
                      }
                    ]
                  },
                  "color": {
                    "mode": "palette-classic"
                  },
                  "custom": {
                    "axisBorderShow": false,
                    "axisCenteredZero": false,
                    "axisColorMode": "text",
                    "axisLabel": "",
                    "axisPlacement": "auto",
                    "barAlignment": 0,
                    "barWidthFactor": 0.6,
                    "drawStyle": "line",
                    "fillOpacity": 0,
                    "gradientMode": "none",
                    "hideFrom": {
                      "legend": false,
                      "tooltip": false,
                      "viz": false
                    },
                    "insertNulls": false,
                    "lineInterpolation": "linear",
                    "lineWidth": 1,
                    "pointSize": 5,
                    "scaleDistribution": {
                      "type": "linear"
                    },
                    "showPoints": "never",
                    "showValues": false,
                    "spanNulls": false,
                    "stacking": {
                      "group": "A",
                      "mode": "none"
                    },
                    "thresholdsStyle": {
                      "mode": "off"
                    }
                  }
                },
                "overrides": []
              }
            }
          }
        }
      },
      "panel-83": {
        "kind": "Panel",
        "spec": {
          "id": 83,
          "title": "Network Out",
          "description": "",
          "links": [],
          "data": {
            "kind": "QueryGroup",
            "spec": {
              "queries": [
                {
                  "kind": "PanelQuery",
                  "spec": {
                    "query": {
                      "kind": "DataQuery",
                      "group": "victoriametrics-metrics-datasource",
                      "version": "v0",
                      "spec": {
                        "alias": "$tag_instance ($tag_host)",
                        "editorMode": "builder",
                        "expr": "rate(nics_transmit{host=\"$server\", instance=~\"$interfaces\"}[$__rate_interval])",
                        "format": "time_series",
                        "groupBy": [
                          {
                            "params": [
                              "$__interval"
                            ],
                            "type": "time"
                          },
                          {
                            "params": [
                              "instance"
                            ],
                            "type": "tag"
                          },
                          {
                            "params": [
                              "host"
                            ],
                            "type": "tag"
                          },
                          {
                            "params": [
                              "null"
                            ],
                            "type": "fill"
                          }
                        ],
                        "legendFormat": "{{instance}}",
                        "measurement": "nics",
                        "orderByTime": "ASC",
                        "policy": "default",
                        "query": "SELECT non_negative_derivative(mean(\"transmit\"), 10s) FROM \"nics\" WHERE (\"host\" =~ /^$server$/ AND (\"instance\" =~ /^vmbr*/ OR \"instance\" = 'enp2s0')) AND $timeFilter GROUP BY time($__interval), \"instance\" fill(null)",
                        "range": true,
                        "rawQuery": false,
                        "resultFormat": "time_series",
                        "select": [
                          [
                            {
                              "params": [
                                "receive"
                              ],
                              "type": "field"
                            },
                            {
                              "params": [],
                              "type": "mean"
                            },
                            {
                              "params": [],
                              "type": "non_negative_difference"
                            }
                          ]
                        ],
                        "tags": [
                          {
                            "key": "host",
                            "operator": "=~",
                            "value": "/^$server$/"
                          }
                        ]
                      },
                      "labels": {
                        "grafana.app/export-label": "victoriametrics-metrics-datasource-1",
                        "grafana.app/export-datasource-name": "VictoriaMetrics"
                      }
                    },
                    "refId": "A",
                    "hidden": false
                  }
                }
              ],
              "transformations": [],
              "queryOptions": {}
            }
          },
          "vizConfig": {
            "kind": "VizConfig",
            "group": "timeseries",
            "version": "13.1.0",
            "spec": {
              "options": {
                "annotations": {
                  "clustering": -1,
                  "multiLane": false
                },
                "legend": {
                  "calcs": [
                    "lastNotNull"
                  ],
                  "displayMode": "list",
                  "enableFacetedFilter": false,
                  "overflow": "ellipsis",
                  "placement": "bottom",
                  "showLegend": true
                },
                "tooltip": {
                  "hideZeros": false,
                  "mode": "multi",
                  "sort": "none"
                }
              },
              "fieldConfig": {
                "defaults": {
                  "unit": "bps",
                  "thresholds": {
                    "mode": "absolute",
                    "steps": [
                      {
                        "value": 0,
                        "color": "green"
                      },
                      {
                        "value": 80,
                        "color": "red"
                      }
                    ]
                  },
                  "color": {
                    "mode": "palette-classic"
                  },
                  "custom": {
                    "axisBorderShow": false,
                    "axisCenteredZero": false,
                    "axisColorMode": "text",
                    "axisLabel": "",
                    "axisPlacement": "auto",
                    "barAlignment": 0,
                    "barWidthFactor": 0.6,
                    "drawStyle": "line",
                    "fillOpacity": 0,
                    "gradientMode": "none",
                    "hideFrom": {
                      "legend": false,
                      "tooltip": false,
                      "viz": false
                    },
                    "insertNulls": false,
                    "lineInterpolation": "linear",
                    "lineWidth": 1,
                    "pointSize": 5,
                    "scaleDistribution": {
                      "type": "linear"
                    },
                    "showPoints": "never",
                    "showValues": false,
                    "spanNulls": false,
                    "stacking": {
                      "group": "A",
                      "mode": "none"
                    },
                    "thresholdsStyle": {
                      "mode": "off"
                    }
                  }
                },
                "overrides": []
              }
            }
          }
        }
      },
      "panel-84": {
        "kind": "Panel",
        "spec": {
          "id": 84,
          "title": "VMs Memory Usage",
          "description": "",
          "links": [],
          "data": {
            "kind": "QueryGroup",
            "spec": {
              "queries": [
                {
                  "kind": "PanelQuery",
                  "spec": {
                    "query": {
                      "kind": "DataQuery",
                      "group": "victoriametrics-metrics-datasource",
                      "version": "v0",
                      "spec": {
                        "alias": "$tag_host ($tag_nodename)",
                        "editorMode": "builder",
                        "expr": "avg by(host) (system_mem{nodename=\"$server\", object=\"qemu\"}) / avg by(host) (system_maxmem{nodename=\"$server\", object=\"qemu\"})",
                        "format": "time_series",
                        "groupBy": [
                          {
                            "params": [
                              "$__interval"
                            ],
                            "type": "time"
                          },
                          {
                            "params": [
                              "host"
                            ],
                            "type": "tag"
                          },
                          {
                            "params": [
                              "nodename"
                            ],
                            "type": "tag"
                          },
                          {
                            "params": [
                              "null"
                            ],
                            "type": "fill"
                          }
                        ],
                        "legendFormat": "__auto",
                        "measurement": "system",
                        "orderByTime": "ASC",
                        "policy": "default",
                        "query": "SELECT (mean(\"mem\")/last(maxmem))*100  FROM \"system\" WHERE (\"object\" = 'qemu') AND $timeFilter GROUP BY time($__interval), \"host\", \"nodename\" fill(null)",
                        "range": true,
                        "rawQuery": true,
                        "resultFormat": "time_series",
                        "select": [
                          [
                            {
                              "params": [
                                "mem"
                              ],
                              "type": "field"
                            },
                            {
                              "params": [],
                              "type": "mean"
                            }
                          ]
                        ],
                        "tags": [
                          {
                            "key": "object",
                            "operator": "=",
                            "value": "qemu"
                          }
                        ]
                      },
                      "labels": {
                        "grafana.app/export-label": "victoriametrics-metrics-datasource-1",
                        "grafana.app/export-datasource-name": "VictoriaMetrics"
                      }
                    },
                    "refId": "A",
                    "hidden": false
                  }
                }
              ],
              "transformations": [],
              "queryOptions": {}
            }
          },
          "vizConfig": {
            "kind": "VizConfig",
            "group": "timeseries",
            "version": "13.1.0",
            "spec": {
              "options": {
                "annotations": {
                  "clustering": -1,
                  "multiLane": false
                },
                "legend": {
                  "calcs": [
                    "lastNotNull"
                  ],
                  "displayMode": "table",
                  "enableFacetedFilter": false,
                  "overflow": "ellipsis",
                  "placement": "right",
                  "showLegend": true
                },
                "tooltip": {
                  "hideZeros": false,
                  "mode": "multi",
                  "sort": "none"
                }
              },
              "fieldConfig": {
                "defaults": {
                  "unit": "percentunit",
                  "min": 0,
                  "max": 1,
                  "thresholds": {
                    "mode": "absolute",
                    "steps": [
                      {
                        "value": 0,
                        "color": "green"
                      },
                      {
                        "value": 80,
                        "color": "red"
                      }
                    ]
                  },
                  "color": {
                    "mode": "palette-classic"
                  },
                  "custom": {
                    "axisBorderShow": false,
                    "axisCenteredZero": false,
                    "axisColorMode": "text",
                    "axisLabel": "",
                    "axisPlacement": "auto",
                    "barAlignment": 0,
                    "barWidthFactor": 0.6,
                    "drawStyle": "line",
                    "fillOpacity": 10,
                    "gradientMode": "none",
                    "hideFrom": {
                      "legend": false,
                      "tooltip": false,
                      "viz": false
                    },
                    "insertNulls": false,
                    "lineInterpolation": "linear",
                    "lineWidth": 2,
                    "pointSize": 5,
                    "scaleDistribution": {
                      "type": "linear"
                    },
                    "showPoints": "never",
                    "showValues": false,
                    "spanNulls": false,
                    "stacking": {
                      "group": "A",
                      "mode": "none"
                    },
                    "thresholdsStyle": {
                      "mode": "off"
                    }
                  }
                },
                "overrides": []
              }
            }
          }
        }
      },
      "panel-9": {
        "kind": "Panel",
        "spec": {
          "id": 9,
          "title": "Load Average",
          "description": "",
          "links": [],
          "data": {
            "kind": "QueryGroup",
            "spec": {
              "queries": [
                {
                  "kind": "PanelQuery",
                  "spec": {
                    "query": {
                      "kind": "DataQuery",
                      "group": "victoriametrics-metrics-datasource",
                      "version": "v0",
                      "spec": {
                        "editorMode": "code",
                        "expr": "avg(cpustat_avg1{host=\"$server\"})",
                        "format": "time_series",
                        "groupBy": [
                          {
                            "params": [
                              "$__interval"
                            ],
                            "type": "time"
                          },
                          {
                            "params": [
                              "null"
                            ],
                            "type": "fill"
                          }
                        ],
                        "legendFormat": "__auto",
                        "measurement": "cpustat",
                        "orderByTime": "ASC",
                        "policy": "default",
                        "range": true,
                        "resultFormat": "time_series",
                        "select": [
                          [
                            {
                              "params": [
                                "avg1"
                              ],
                              "type": "field"
                            },
                            {
                              "params": [],
                              "type": "mean"
                            }
                          ],
                          [
                            {
                              "params": [
                                "cpus"
                              ],
                              "type": "field"
                            },
                            {
                              "params": [],
                              "type": "max"
                            }
                          ]
                        ],
                        "tags": [
                          {
                            "key": "host",
                            "operator": "=~",
                            "value": "/^$server$/"
                          }
                        ]
                      },
                      "labels": {
                        "grafana.app/export-label": "victoriametrics-metrics-datasource-1",
                        "grafana.app/export-datasource-name": "VictoriaMetrics"
                      }
                    },
                    "refId": "Value",
                    "hidden": false
                  }
                },
                {
                  "kind": "PanelQuery",
                  "spec": {
                    "query": {
                      "kind": "DataQuery",
                      "group": "victoriametrics-metrics-datasource",
                      "version": "v0",
                      "spec": {
                        "editorMode": "builder",
                        "expr": "max(cpustat_cpus{host=\"$server\"})",
                        "format": "time_series",
                        "legendFormat": "__auto",
                        "range": true
                      },
                      "labels": {
                        "grafana.app/export-label": "victoriametrics-metrics-datasource-1",
                        "grafana.app/export-datasource-name": "VictoriaMetrics"
                      }
                    },
                    "refId": "Max",
                    "hidden": false
                  }
                }
              ],
              "transformations": [
                {
                  "kind": "Transformation",
                  "group": "configFromData",
                  "spec": {
                    "options": {
                      "applyTo": {
                        "id": "byFrameRefID",
                        "options": "Value"
                      },
                      "configRefId": "Max",
                      "mappings": [
                        {
                          "fieldName": "max(cpustat_cpus{host=\"anesidora\"})",
                          "handlerKey": "max"
                        }
                      ]
                    }
                  }
                }
              ],
              "queryOptions": {
                "maxDataPoints": 100
              }
            }
          },
          "vizConfig": {
            "kind": "VizConfig",
            "group": "gauge",
            "version": "13.1.0",
            "spec": {
              "options": {
                "barShape": "flat",
                "barWidthFactor": 0.5,
                "effects": {
                  "barGlow": false,
                  "centerGlow": false,
                  "gradient": false
                },
                "endpointMarker": "point",
                "minVizHeight": 75,
                "minVizWidth": 75,
                "orientation": "horizontal",
                "reduceOptions": {
                  "calcs": [
                    "lastNotNull"
                  ],
                  "fields": "/^avg\\(cpustat_avg1\\{host=\"anesidora\"\\}\\)$/",
                  "values": false
                },
                "segmentCount": 1,
                "segmentSpacing": 0.3,
                "shape": "gauge",
                "showThresholdLabels": false,
                "showThresholdMarkers": true,
                "sizing": "auto",
                "sparkline": false,
                "textMode": "auto"
              },
              "fieldConfig": {
                "defaults": {
                  "unit": "short",
                  "decimals": 2,
                  "min": 0,
                  "mappings": [
                    {
                      "type": "special",
                      "options": {
                        "match": "null",
                        "result": {
                          "text": "N/A"
                        }
                      }
                    }
                  ],
                  "thresholds": {
                    "mode": "percentage",
                    "steps": [
                      {
                        "value": 0,
                        "color": "#73BF69"
                      },
                      {
                        "value": 70,
                        "color": "rgba(237, 129, 40, 0.89)"
                      },
                      {
                        "value": 85,
                        "color": "#d44a3a"
                      }
                    ]
                  },
                  "color": {
                    "mode": "thresholds"
                  }
                },
                "overrides": []
              }
            }
          },
          "transparent": true
        }
      }
    },
    "layout": {
      "kind": "RowsLayout",
      "spec": {
        "rows": [
          {
            "kind": "RowsLayoutRow",
            "spec": {
              "title": "Summary - $server",
              "collapse": false,
              "repeat": {
                "mode": "variable",
                "value": "server"
              },
              "layout": {
                "kind": "GridLayout",
                "spec": {
                  "items": [
                    {
                      "kind": "GridLayoutItem",
                      "spec": {
                        "x": 0,
                        "y": 0,
                        "width": 2,
                        "height": 3,
                        "element": {
                          "kind": "ElementReference",
                          "name": "panel-58"
                        }
                      }
                    },
                    {
                      "kind": "GridLayoutItem",
                      "spec": {
                        "x": 2,
                        "y": 0,
                        "width": 3,
                        "height": 3,
                        "element": {
                          "kind": "ElementReference",
                          "name": "panel-60"
                        }
                      }
                    },
                    {
                      "kind": "GridLayoutItem",
                      "spec": {
                        "x": 5,
                        "y": 0,
                        "width": 3,
                        "height": 3,
                        "element": {
                          "kind": "ElementReference",
                          "name": "panel-62"
                        }
                      }
                    },
                    {
                      "kind": "GridLayoutItem",
                      "spec": {
                        "x": 8,
                        "y": 0,
                        "width": 4,
                        "height": 6,
                        "element": {
                          "kind": "ElementReference",
                          "name": "panel-2"
                        }
                      }
                    },
                    {
                      "kind": "GridLayoutItem",
                      "spec": {
                        "x": 12,
                        "y": 0,
                        "width": 4,
                        "height": 6,
                        "element": {
                          "kind": "ElementReference",
                          "name": "panel-9"
                        }
                      }
                    },
                    {
                      "kind": "GridLayoutItem",
                      "spec": {
                        "x": 16,
                        "y": 0,
                        "width": 4,
                        "height": 6,
                        "element": {
                          "kind": "ElementReference",
                          "name": "panel-10"
                        }
                      }
                    },
                    {
                      "kind": "GridLayoutItem",
                      "spec": {
                        "x": 20,
                        "y": 0,
                        "width": 4,
                        "height": 6,
                        "element": {
                          "kind": "ElementReference",
                          "name": "panel-11"
                        }
                      }
                    },
                    {
                      "kind": "GridLayoutItem",
                      "spec": {
                        "x": 0,
                        "y": 3,
                        "width": 4,
                        "height": 3,
                        "element": {
                          "kind": "ElementReference",
                          "name": "panel-20"
                        }
                      }
                    },
                    {
                      "kind": "GridLayoutItem",
                      "spec": {
                        "x": 4,
                        "y": 3,
                        "width": 4,
                        "height": 3,
                        "element": {
                          "kind": "ElementReference",
                          "name": "panel-24"
                        }
                      }
                    },
                    {
                      "kind": "GridLayoutItem",
                      "spec": {
                        "x": 0,
                        "y": 6,
                        "width": 8,
                        "height": 6,
                        "element": {
                          "kind": "ElementReference",
                          "name": "panel-16"
                        }
                      }
                    },
                    {
                      "kind": "GridLayoutItem",
                      "spec": {
                        "x": 8,
                        "y": 6,
                        "width": 8,
                        "height": 6,
                        "element": {
                          "kind": "ElementReference",
                          "name": "panel-7"
                        }
                      }
                    },
                    {
                      "kind": "GridLayoutItem",
                      "spec": {
                        "x": 16,
                        "y": 6,
                        "width": 8,
                        "height": 6,
                        "element": {
                          "kind": "ElementReference",
                          "name": "panel-8"
                        }
                      }
                    }
                  ]
                }
              }
            }
          },
          {
            "kind": "RowsLayoutRow",
            "spec": {
              "title": "Memory And CPU Usage - $server",
              "collapse": false,
              "layout": {
                "kind": "GridLayout",
                "spec": {
                  "items": [
                    {
                      "kind": "GridLayoutItem",
                      "spec": {
                        "x": 0,
                        "y": 0,
                        "width": 12,
                        "height": 7,
                        "element": {
                          "kind": "ElementReference",
                          "name": "panel-22"
                        }
                      }
                    },
                    {
                      "kind": "GridLayoutItem",
                      "spec": {
                        "x": 12,
                        "y": 0,
                        "width": 12,
                        "height": 7,
                        "element": {
                          "kind": "ElementReference",
                          "name": "panel-4"
                        }
                      }
                    },
                    {
                      "kind": "GridLayoutItem",
                      "spec": {
                        "x": 0,
                        "y": 7,
                        "width": 12,
                        "height": 6,
                        "element": {
                          "kind": "ElementReference",
                          "name": "panel-28"
                        }
                      }
                    },
                    {
                      "kind": "GridLayoutItem",
                      "spec": {
                        "x": 12,
                        "y": 7,
                        "width": 12,
                        "height": 6,
                        "element": {
                          "kind": "ElementReference",
                          "name": "panel-84"
                        }
                      }
                    },
                    {
                      "kind": "GridLayoutItem",
                      "spec": {
                        "x": 0,
                        "y": 13,
                        "width": 12,
                        "height": 6,
                        "element": {
                          "kind": "ElementReference",
                          "name": "panel-29"
                        }
                      }
                    },
                    {
                      "kind": "GridLayoutItem",
                      "spec": {
                        "x": 12,
                        "y": 13,
                        "width": 12,
                        "height": 6,
                        "element": {
                          "kind": "ElementReference",
                          "name": "panel-32"
                        }
                      }
                    }
                  ]
                }
              }
            }
          },
          {
            "kind": "RowsLayoutRow",
            "spec": {
              "title": "Disk I/O - $server",
              "collapse": false,
              "layout": {
                "kind": "GridLayout",
                "spec": {
                  "items": [
                    {
                      "kind": "GridLayoutItem",
                      "spec": {
                        "x": 0,
                        "y": 0,
                        "width": 12,
                        "height": 6,
                        "element": {
                          "kind": "ElementReference",
                          "name": "panel-36"
                        }
                      }
                    },
                    {
                      "kind": "GridLayoutItem",
                      "spec": {
                        "x": 12,
                        "y": 0,
                        "width": 12,
                        "height": 6,
                        "element": {
                          "kind": "ElementReference",
                          "name": "panel-37"
                        }
                      }
                    },
                    {
                      "kind": "GridLayoutItem",
                      "spec": {
                        "x": 0,
                        "y": 6,
                        "width": 12,
                        "height": 6,
                        "element": {
                          "kind": "ElementReference",
                          "name": "panel-38"
                        }
                      }
                    },
                    {
                      "kind": "GridLayoutItem",
                      "spec": {
                        "x": 12,
                        "y": 6,
                        "width": 12,
                        "height": 6,
                        "element": {
                          "kind": "ElementReference",
                          "name": "panel-39"
                        }
                      }
                    }
                  ]
                }
              }
            }
          },
          {
            "kind": "RowsLayoutRow",
            "spec": {
              "title": "Network Traffic $server",
              "collapse": false,
              "layout": {
                "kind": "GridLayout",
                "spec": {
                  "items": [
                    {
                      "kind": "GridLayoutItem",
                      "spec": {
                        "x": 0,
                        "y": 0,
                        "width": 24,
                        "height": 6,
                        "element": {
                          "kind": "ElementReference",
                          "name": "panel-45"
                        },
                        "repeat": {
                          "mode": "variable",
                          "value": "interfaces",
                          "direction": "h",
                          "maxPerRow": 2
                        }
                      }
                    }
                  ]
                }
              }
            }
          },
          {
            "kind": "RowsLayoutRow",
            "spec": {
              "title": "Network Traffic Detail - $server",
              "collapse": false,
              "layout": {
                "kind": "GridLayout",
                "spec": {
                  "items": [
                    {
                      "kind": "GridLayoutItem",
                      "spec": {
                        "x": 0,
                        "y": 0,
                        "width": 24,
                        "height": 6,
                        "element": {
                          "kind": "ElementReference",
                          "name": "panel-82"
                        }
                      }
                    },
                    {
                      "kind": "GridLayoutItem",
                      "spec": {
                        "x": 0,
                        "y": 6,
                        "width": 24,
                        "height": 6,
                        "element": {
                          "kind": "ElementReference",
                          "name": "panel-83"
                        }
                      }
                    },
                    {
                      "kind": "GridLayoutItem",
                      "spec": {
                        "x": 0,
                        "y": 12,
                        "width": 12,
                        "height": 6,
                        "element": {
                          "kind": "ElementReference",
                          "name": "panel-47"
                        }
                      }
                    },
                    {
                      "kind": "GridLayoutItem",
                      "spec": {
                        "x": 12,
                        "y": 12,
                        "width": 12,
                        "height": 6,
                        "element": {
                          "kind": "ElementReference",
                          "name": "panel-49"
                        }
                      }
                    },
                    {
                      "kind": "GridLayoutItem",
                      "spec": {
                        "x": 0,
                        "y": 18,
                        "width": 12,
                        "height": 6,
                        "element": {
                          "kind": "ElementReference",
                          "name": "panel-48"
                        }
                      }
                    },
                    {
                      "kind": "GridLayoutItem",
                      "spec": {
                        "x": 12,
                        "y": 18,
                        "width": 12,
                        "height": 6,
                        "element": {
                          "kind": "ElementReference",
                          "name": "panel-50"
                        }
                      }
                    }
                  ]
                }
              }
            }
          },
          {
            "kind": "RowsLayoutRow",
            "spec": {
              "title": "Storage Pools - $server",
              "collapse": false,
              "repeat": {
                "mode": "variable",
                "value": "server"
              },
              "layout": {
                "kind": "GridLayout",
                "spec": {
                  "items": [
                    {
                      "kind": "GridLayoutItem",
                      "spec": {
                        "x": 0,
                        "y": 0,
                        "width": 24,
                        "height": 7,
                        "element": {
                          "kind": "ElementReference",
                          "name": "panel-55"
                        },
                        "repeat": {
                          "mode": "variable",
                          "value": "storage",
                          "direction": "h"
                        }
                      }
                    }
                  ]
                }
              }
            }
          }
        ]
      }
    },
    "links": [
      {
        "title": "Proxmox UI",
        "type": "link",
        "icon": "external link",
        "tooltip": "",
        "url": "https://$server.witches.pet/",
        "tags": [],
        "asDropdown": true,
        "targetBlank": true,
        "includeVars": false,
        "keepTime": false
      }
    ],
    "liveNow": false,
    "preload": false,
    "tags": [],
    "timeSettings": {
      "timezone": "browser",
      "from": "now-24h",
      "to": "now",
      "autoRefresh": "auto",
      "autoRefreshIntervals": [
        "5s",
        "10s",
        "30s",
        "1m",
        "5m",
        "15m",
        "30m",
        "1h",
        "2h",
        "1d"
      ],
      "hideTimepicker": false,
      "fiscalYearStartMonth": 0
    },
    "title": "Proxmox",
    "variables": [
      {
        "kind": "QueryVariable",
        "spec": {
          "name": "server",
          "current": {
            "text": "",
            "value": ""
          },
          "label": "Server",
          "hide": "dontHide",
          "refresh": "onDashboardLoad",
          "skipUrlSync": false,
          "query": {
            "kind": "DataQuery",
            "group": "victoriametrics-metrics-datasource",
            "version": "v0",
            "spec": {
              "qryType": 1,
              "query": "label_values(system_type,nodename)",
              "refId": "VariableQueryEditor-VariableQuery"
            },
            "labels": {
              "grafana.app/export-label": "victoriametrics-metrics-datasource-1",
              "grafana.app/export-datasource-name": "VictoriaMetrics"
            }
          },
          "regex": "",
          "regexApplyTo": "value",
          "sort": "disabled",
          "definition": "label_values(system_type,nodename)",
          "options": [],
          "multi": true,
          "includeAll": false,
          "allowCustomValue": true
        }
      },
      {
        "kind": "QueryVariable",
        "spec": {
          "name": "storage",
          "current": {
            "text": "",
            "value": ""
          },
          "hide": "dontHide",
          "refresh": "onDashboardLoad",
          "skipUrlSync": false,
          "query": {
            "kind": "DataQuery",
            "group": "victoriametrics-metrics-datasource",
            "version": "v0",
            "spec": {
              "qryType": 1,
              "query": "label_values(system_type{object=\"storages\", nodename=\"$server\"},host)",
              "refId": "VariableQueryEditor-VariableQuery"
            },
            "labels": {
              "grafana.app/export-label": "victoriametrics-metrics-datasource-1",
              "grafana.app/export-datasource-name": "VictoriaMetrics"
            }
          },
          "regex": "",
          "regexApplyTo": "value",
          "sort": "naturalAsc",
          "definition": "label_values(system_type{object=\"storages\", nodename=\"$server\"},host)",
          "options": [],
          "multi": true,
          "includeAll": false,
          "allowCustomValue": true
        }
      },
      {
        "kind": "QueryVariable",
        "spec": {
          "name": "interfaces",
          "current": {
            "text": "",
            "value": ""
          },
          "hide": "dontHide",
          "refresh": "onDashboardLoad",
          "skipUrlSync": false,
          "query": {
            "kind": "DataQuery",
            "group": "victoriametrics-metrics-datasource",
            "version": "v0",
            "spec": {
              "qryType": 1,
              "query": "label_values(nics_type{host=\"$server\", instance!~\"lo|veth.*|fw.*|tap.*\"},instance)",
              "refId": "VariableQueryEditor-VariableQuery"
            },
            "labels": {
              "grafana.app/export-label": "victoriametrics-metrics-datasource-1",
              "grafana.app/export-datasource-name": "VictoriaMetrics"
            }
          },
          "regex": "",
          "regexApplyTo": "value",
          "sort": "alphabeticalAsc",
          "definition": "label_values(nics_type{host=\"$server\", instance!~\"lo|veth.*|fw.*|tap.*\"},instance)",
          "options": [],
          "multi": true,
          "includeAll": false,
          "allowCustomValue": true
        }
      }
    ]
  }
}