2021-08-13 18:38:15 +00:00
{
"__inputs" : [
{
2022-10-28 15:36:42 +00:00
"name" : "DS_HMCI" ,
2022-12-05 14:18:42 +00:00
"label" : "Database" ,
2021-08-13 18:38:15 +00:00
"description" : "" ,
"type" : "datasource" ,
"pluginId" : "influxdb" ,
"pluginName" : "InfluxDB"
}
] ,
2022-09-20 15:55:40 +00:00
"__elements" : { } ,
2021-08-13 18:38:15 +00:00
"__requires" : [
2022-10-28 15:36:42 +00:00
{
"type" : "panel" ,
"id" : "bargauge" ,
"name" : "Bar gauge" ,
"version" : ""
} ,
2021-08-13 18:38:15 +00:00
{
"type" : "panel" ,
"id" : "gauge" ,
"name" : "Gauge" ,
"version" : ""
} ,
{
"type" : "grafana" ,
"id" : "grafana" ,
"name" : "Grafana" ,
2022-10-28 15:36:42 +00:00
"version" : "9.1.6"
2021-08-13 18:38:15 +00:00
} ,
{
"type" : "datasource" ,
"id" : "influxdb" ,
"name" : "InfluxDB" ,
"version" : "1.0.0"
} ,
{
"type" : "panel" ,
"id" : "stat" ,
"name" : "Stat" ,
"version" : ""
2021-10-29 06:38:10 +00:00
} ,
2022-04-27 08:36:07 +00:00
{
"type" : "panel" ,
"id" : "text" ,
"name" : "Text" ,
"version" : ""
} ,
2021-10-29 06:38:10 +00:00
{
"type" : "panel" ,
"id" : "timeseries" ,
"name" : "Time series" ,
"version" : ""
2021-08-13 18:38:15 +00:00
}
] ,
"annotations" : {
"enable" : false ,
"list" : [
{
"builtIn" : 1 ,
2022-09-20 15:55:40 +00:00
"datasource" : {
"type" : "datasource" ,
"uid" : "grafana"
} ,
2021-08-13 18:38:15 +00:00
"enable" : true ,
"hide" : true ,
"iconColor" : "rgba(0, 211, 255, 1)" ,
"name" : "Annotations & Alerts" ,
2021-10-25 16:56:24 +00:00
"target" : {
"limit" : 100 ,
"matchAny" : false ,
"tags" : [ ] ,
"type" : "dashboard"
} ,
2021-08-13 18:38:15 +00:00
"type" : "dashboard"
}
]
} ,
2023-02-06 18:46:10 +00:00
"description" : "https://git.data.coop/nellemann/hmci/ - Metrics from IBM Power Systems" ,
2021-08-13 18:38:15 +00:00
"editable" : true ,
2022-04-27 08:36:07 +00:00
"fiscalYearStartMonth" : 0 ,
2021-08-13 18:38:15 +00:00
"gnetId" : 1465 ,
"graphTooltip" : 0 ,
"id" : null ,
"links" : [ ] ,
2022-04-27 08:36:07 +00:00
"liveNow" : false ,
2021-08-13 18:38:15 +00:00
"panels" : [
2022-04-27 08:36:07 +00:00
{
2022-09-20 15:55:40 +00:00
"datasource" : {
"type" : "influxdb" ,
2022-10-28 15:36:42 +00:00
"uid" : "${DS_HMCI}"
2022-09-20 15:55:40 +00:00
} ,
2022-04-27 08:36:07 +00:00
"gridPos" : {
"h" : 3 ,
"w" : 24 ,
"x" : 0 ,
"y" : 0
} ,
"id" : 33 ,
"options" : {
2023-02-06 18:46:10 +00:00
"content" : "## Metrics collected from IBM Power HMC\n \nFor more information visit: [git.data.coop/nellemann/hmci](https://git.data.coop/nellemann/hmci)\n " ,
2022-04-27 08:36:07 +00:00
"mode" : "markdown"
} ,
2022-10-28 15:36:42 +00:00
"pluginVersion" : "9.1.6" ,
2022-09-20 15:55:40 +00:00
"targets" : [
{
"datasource" : {
"type" : "influxdb" ,
2022-10-28 15:36:42 +00:00
"uid" : "${DS_HMCI}"
2022-09-20 15:55:40 +00:00
} ,
"refId" : "A"
}
] ,
2022-04-27 08:36:07 +00:00
"transparent" : true ,
"type" : "text"
} ,
2021-08-13 18:38:15 +00:00
{
2022-04-27 08:36:07 +00:00
"datasource" : {
"type" : "influxdb" ,
2022-10-28 15:36:42 +00:00
"uid" : "${DS_HMCI}"
2022-04-27 08:36:07 +00:00
} ,
2021-08-13 18:38:15 +00:00
"description" : "" ,
"fieldConfig" : {
"defaults" : {
2021-10-29 06:38:10 +00:00
"color" : {
"mode" : "palette-classic"
} ,
"custom" : {
2022-09-20 15:55:40 +00:00
"axisCenteredZero" : false ,
"axisColorMode" : "text" ,
2021-10-29 06:38:10 +00:00
"axisLabel" : "cores" ,
"axisPlacement" : "auto" ,
"barAlignment" : 0 ,
"drawStyle" : "line" ,
"fillOpacity" : 10 ,
"gradientMode" : "opacity" ,
"hideFrom" : {
"legend" : false ,
"tooltip" : false ,
"viz" : false
} ,
"lineInterpolation" : "linear" ,
"lineWidth" : 1 ,
"pointSize" : 5 ,
"scaleDistribution" : {
"type" : "linear"
} ,
"showPoints" : "never" ,
"spanNulls" : false ,
"stacking" : {
"group" : "A" ,
2022-10-28 15:36:42 +00:00
"mode" : "normal"
2021-10-29 06:38:10 +00:00
} ,
"thresholdsStyle" : {
"mode" : "off"
}
} ,
2022-10-28 15:36:42 +00:00
"decimals" : 2 ,
2021-10-29 06:38:10 +00:00
"links" : [ ] ,
"mappings" : [ ] ,
"min" : 0 ,
"thresholds" : {
"mode" : "absolute" ,
"steps" : [
{
"color" : "green" ,
"value" : null
} ,
{
"color" : "red" ,
"value" : 80
}
]
} ,
"unit" : "short"
2021-08-13 18:38:15 +00:00
} ,
"overrides" : [ ]
} ,
"gridPos" : {
"h" : 9 ,
2022-04-27 08:36:07 +00:00
"w" : 15 ,
2021-08-13 18:38:15 +00:00
"x" : 0 ,
2022-10-28 11:16:05 +00:00
"y" : 3
2021-08-13 18:38:15 +00:00
} ,
"id" : 19 ,
"links" : [ ] ,
"options" : {
2021-10-29 06:38:10 +00:00
"legend" : {
"calcs" : [ ] ,
"displayMode" : "list" ,
2022-09-20 15:55:40 +00:00
"placement" : "bottom" ,
"showLegend" : true
2021-10-29 06:38:10 +00:00
} ,
"tooltip" : {
2022-04-27 08:36:07 +00:00
"mode" : "multi" ,
2022-10-28 15:36:42 +00:00
"sort" : "desc"
2021-10-29 06:38:10 +00:00
}
2021-08-13 18:38:15 +00:00
} ,
2021-10-25 16:56:24 +00:00
"pluginVersion" : "8.1.4" ,
2021-08-13 18:38:15 +00:00
"targets" : [
{
"alias" : "$tag_poolname" ,
2022-09-20 15:55:40 +00:00
"datasource" : {
"type" : "influxdb" ,
2022-10-28 15:36:42 +00:00
"uid" : "${DS_HMCI}"
2022-09-20 15:55:40 +00:00
} ,
2021-08-13 18:38:15 +00:00
"dsType" : "influxdb" ,
"groupBy" : [
{
"params" : [
"$interval"
] ,
"type" : "time"
} ,
{
"params" : [
"servername"
] ,
"type" : "tag"
} ,
{
"params" : [
"poolname"
] ,
"type" : "tag"
} ,
{
"params" : [
2022-10-28 11:16:05 +00:00
"none"
2021-08-13 18:38:15 +00:00
] ,
"type" : "fill"
}
] ,
"hide" : false ,
"measurement" : "server_sharedProcessorPool" ,
"orderByTime" : "ASC" ,
"policy" : "default" ,
"query" : "SELECT mean(\"utilizedProcUnits\") AS \"utilized\" FROM \"server_sharedProcessorPool\" WHERE (\"servername\" =~ /^$ServerName$/) AND $timeFilter GROUP BY time($interval), \"servername\", \"poolname\", \"pool\" fill(null)" ,
"rawQuery" : false ,
"refId" : "A" ,
"resultFormat" : "time_series" ,
"select" : [
[
{
"params" : [
"utilizedProcUnits"
] ,
"type" : "field"
} ,
{
"params" : [ ] ,
"type" : "mean"
} ,
{
"params" : [
"utilized"
] ,
"type" : "alias"
}
]
] ,
"tags" : [
{
"key" : "servername" ,
"operator" : "=~" ,
"value" : "/^$ServerName$/"
}
]
}
] ,
"title" : "Shared Processor Pools - Core Utilization" ,
2021-10-29 06:38:10 +00:00
"type" : "timeseries"
2021-08-13 18:38:15 +00:00
} ,
{
2022-09-20 15:55:40 +00:00
"datasource" : {
"type" : "influxdb" ,
2022-10-28 15:36:42 +00:00
"uid" : "${DS_HMCI}"
2022-09-20 15:55:40 +00:00
} ,
2021-08-13 18:38:15 +00:00
"fieldConfig" : {
"defaults" : {
"decimals" : 2 ,
"mappings" : [ ] ,
2022-10-28 15:36:42 +00:00
"max" : 1 ,
2021-08-13 18:38:15 +00:00
"min" : 0 ,
"thresholds" : {
"mode" : "absolute" ,
"steps" : [
{
"color" : "green" ,
"value" : null
} ,
{
"color" : "red" ,
2022-10-28 15:36:42 +00:00
"value" : 80
2021-08-13 18:38:15 +00:00
}
]
} ,
2022-10-28 11:16:05 +00:00
"unit" : "percentunit"
2021-08-13 18:38:15 +00:00
} ,
"overrides" : [ ]
} ,
"gridPos" : {
"h" : 9 ,
2022-04-27 08:36:07 +00:00
"w" : 5 ,
"x" : 15 ,
2022-10-28 11:16:05 +00:00
"y" : 3
2021-08-13 18:38:15 +00:00
} ,
"id" : 29 ,
"options" : {
"colorMode" : "value" ,
"graphMode" : "area" ,
"justifyMode" : "auto" ,
"orientation" : "auto" ,
"reduceOptions" : {
"calcs" : [
"lastNotNull"
] ,
"fields" : "" ,
"values" : false
} ,
"textMode" : "auto"
} ,
2022-10-28 15:36:42 +00:00
"pluginVersion" : "9.1.6" ,
2021-08-13 18:38:15 +00:00
"targets" : [
{
"alias" : "$tag_poolname" ,
2022-09-20 15:55:40 +00:00
"datasource" : {
"type" : "influxdb" ,
2022-10-28 15:36:42 +00:00
"uid" : "${DS_HMCI}"
2022-09-20 15:55:40 +00:00
} ,
2021-08-13 18:38:15 +00:00
"groupBy" : [
{
"params" : [
"$__interval"
] ,
"type" : "time"
} ,
{
"params" : [
"poolname"
] ,
"type" : "tag"
} ,
{
"params" : [
"null"
] ,
"type" : "fill"
}
] ,
"measurement" : "server_sharedProcessorPool" ,
"orderByTime" : "ASC" ,
"policy" : "default" ,
2022-10-28 11:16:05 +00:00
"query" : "SELECT mean(\"utilizedProcUnits\") / mean(\"assignedProcUnits\") AS \"Utilization\" FROM \"server_sharedProcessorPool\" WHERE (\"servername\" =~ /^$ServerName$/) AND $timeFilter GROUP BY time($__interval), \"poolname\" fill(none)" ,
2021-08-13 18:38:15 +00:00
"rawQuery" : true ,
"refId" : "A" ,
"resultFormat" : "time_series" ,
"select" : [
[
{
"params" : [
"utilizedProcUnits"
] ,
"type" : "field"
} ,
{
"params" : [ ] ,
"type" : "mean"
}
]
] ,
"tags" : [
{
"key" : "servername" ,
"operator" : "=~" ,
"value" : "/^$ServerName$/"
}
]
}
] ,
2022-10-28 11:16:05 +00:00
"title" : "Shared Processor Pools - Utilization / Assigned" ,
2021-08-13 18:38:15 +00:00
"type" : "stat"
} ,
{
2022-09-20 15:55:40 +00:00
"datasource" : {
"type" : "influxdb" ,
2022-10-28 15:36:42 +00:00
"uid" : "${DS_HMCI}"
2022-09-20 15:55:40 +00:00
} ,
2021-08-13 18:38:15 +00:00
"fieldConfig" : {
"defaults" : {
"decimals" : 2 ,
"mappings" : [ ] ,
2022-10-28 15:36:42 +00:00
"max" : 100 ,
2021-08-13 18:38:15 +00:00
"min" : 0 ,
"thresholds" : {
2022-10-28 15:36:42 +00:00
"mode" : "percentage" ,
2021-08-13 18:38:15 +00:00
"steps" : [
{
"color" : "green" ,
"value" : null
} ,
{
"color" : "orange" ,
2022-10-28 15:36:42 +00:00
"value" : 70
2021-08-13 18:38:15 +00:00
} ,
{
"color" : "red" ,
2022-10-28 15:36:42 +00:00
"value" : 85
2021-08-13 18:38:15 +00:00
}
]
} ,
2022-10-28 11:16:05 +00:00
"unit" : "percentunit"
2021-08-13 18:38:15 +00:00
} ,
"overrides" : [ ]
} ,
"gridPos" : {
"h" : 9 ,
2022-04-27 08:36:07 +00:00
"w" : 4 ,
"x" : 20 ,
2022-10-28 11:16:05 +00:00
"y" : 3
2021-08-13 18:38:15 +00:00
} ,
"id" : 30 ,
"options" : {
2022-04-27 08:36:07 +00:00
"orientation" : "auto" ,
2021-08-13 18:38:15 +00:00
"reduceOptions" : {
"calcs" : [
"lastNotNull"
] ,
"fields" : "" ,
"values" : false
} ,
"showThresholdLabels" : false ,
2022-10-28 15:36:42 +00:00
"showThresholdMarkers" : true
2021-08-13 18:38:15 +00:00
} ,
2022-10-28 15:36:42 +00:00
"pluginVersion" : "9.1.6" ,
2021-08-13 18:38:15 +00:00
"targets" : [
{
"alias" : "" ,
2022-09-20 15:55:40 +00:00
"datasource" : {
"type" : "influxdb" ,
2022-10-28 15:36:42 +00:00
"uid" : "${DS_HMCI}"
2022-09-20 15:55:40 +00:00
} ,
2021-08-13 18:38:15 +00:00
"groupBy" : [
{
"params" : [
"$__interval"
] ,
"type" : "time"
} ,
{
"params" : [
"poolname"
] ,
"type" : "tag"
} ,
{
"params" : [
"null"
] ,
"type" : "fill"
}
] ,
"measurement" : "server_sharedProcessorPool" ,
"orderByTime" : "ASC" ,
"policy" : "default" ,
2022-10-28 11:16:05 +00:00
"query" : "SELECT mean(\"utilizedProcUnits\") / mean(\"totalProcUnits\") AS \"Utilization\" FROM \"server_processor\" WHERE (\"servername\" =~ /^$ServerName$/) AND $timeFilter GROUP BY time($__interval) fill(none)" ,
2021-08-13 18:38:15 +00:00
"rawQuery" : true ,
"refId" : "A" ,
"resultFormat" : "time_series" ,
"select" : [
[
{
"params" : [
"utilizedProcUnits"
] ,
"type" : "field"
} ,
{
"params" : [ ] ,
"type" : "mean"
}
]
] ,
"tags" : [
{
"key" : "servername" ,
"operator" : "=~" ,
"value" : "/^$ServerName$/"
}
]
}
] ,
2022-04-27 08:36:07 +00:00
"title" : "Processors - Utilization / Total" ,
2021-08-13 18:38:15 +00:00
"type" : "gauge"
} ,
{
2022-04-27 08:36:07 +00:00
"datasource" : {
"type" : "influxdb" ,
2022-10-28 15:36:42 +00:00
"uid" : "${DS_HMCI}"
2022-04-27 08:36:07 +00:00
} ,
2021-08-13 18:38:15 +00:00
"description" : "" ,
"fieldConfig" : {
"defaults" : {
2021-10-29 06:38:10 +00:00
"color" : {
"mode" : "palette-classic"
} ,
"custom" : {
2022-09-20 15:55:40 +00:00
"axisCenteredZero" : false ,
"axisColorMode" : "text" ,
2021-10-29 06:38:10 +00:00
"axisLabel" : "cores" ,
"axisPlacement" : "auto" ,
"barAlignment" : 0 ,
"drawStyle" : "line" ,
"fillOpacity" : 10 ,
"gradientMode" : "opacity" ,
"hideFrom" : {
"legend" : false ,
"tooltip" : false ,
"viz" : false
} ,
"lineInterpolation" : "linear" ,
"lineWidth" : 1 ,
"pointSize" : 5 ,
"scaleDistribution" : {
"type" : "linear"
} ,
"showPoints" : "never" ,
"spanNulls" : false ,
"stacking" : {
"group" : "A" ,
"mode" : "none"
} ,
"thresholdsStyle" : {
"mode" : "off"
}
} ,
2022-10-28 11:16:05 +00:00
"decimals" : 2 ,
2021-10-29 06:38:10 +00:00
"links" : [ ] ,
"mappings" : [ ] ,
"min" : 0 ,
"thresholds" : {
"mode" : "absolute" ,
"steps" : [
{
"color" : "green" ,
"value" : null
}
]
} ,
"unit" : "short"
2021-08-13 18:38:15 +00:00
} ,
"overrides" : [ ]
} ,
"gridPos" : {
"h" : 9 ,
2022-04-27 08:36:07 +00:00
"w" : 8 ,
2021-08-13 18:38:15 +00:00
"x" : 0 ,
2022-10-28 11:16:05 +00:00
"y" : 12
2021-08-13 18:38:15 +00:00
} ,
"id" : 27 ,
"links" : [ ] ,
"options" : {
2021-10-29 06:38:10 +00:00
"legend" : {
"calcs" : [ ] ,
"displayMode" : "list" ,
2022-09-20 15:55:40 +00:00
"placement" : "bottom" ,
"showLegend" : true
2021-10-29 06:38:10 +00:00
} ,
"tooltip" : {
2022-04-27 08:36:07 +00:00
"mode" : "multi" ,
"sort" : "none"
2021-10-29 06:38:10 +00:00
}
2021-08-13 18:38:15 +00:00
} ,
2021-10-25 16:56:24 +00:00
"pluginVersion" : "8.1.4" ,
2021-08-13 18:38:15 +00:00
"targets" : [
{
"alias" : "$col" ,
2022-09-20 15:55:40 +00:00
"datasource" : {
"type" : "influxdb" ,
2022-10-28 15:36:42 +00:00
"uid" : "${DS_HMCI}"
2022-09-20 15:55:40 +00:00
} ,
2021-08-13 18:38:15 +00:00
"dsType" : "influxdb" ,
"groupBy" : [
{
"params" : [
"$interval"
] ,
"type" : "time"
} ,
{
"params" : [
"servername"
] ,
"type" : "tag"
} ,
{
"params" : [
2022-10-28 11:16:05 +00:00
"none"
2021-08-13 18:38:15 +00:00
] ,
"type" : "fill"
}
] ,
"hide" : false ,
"measurement" : "server_physicalProcessorPool" ,
"orderByTime" : "ASC" ,
"policy" : "default" ,
"refId" : "A" ,
"resultFormat" : "time_series" ,
"select" : [
[
{
"params" : [
"utilizedProcUnits"
] ,
"type" : "field"
} ,
{
"params" : [ ] ,
"type" : "mean"
} ,
{
"params" : [
"utlized"
] ,
"type" : "alias"
}
] ,
[
{
"params" : [
"borrowedProcUnits"
] ,
"type" : "field"
} ,
{
"params" : [ ] ,
"type" : "mean"
} ,
{
"params" : [
"borrowed"
] ,
"type" : "alias"
}
] ,
[
{
"params" : [
"availableProcUnits"
] ,
"type" : "field"
} ,
{
"params" : [ ] ,
"type" : "mean"
} ,
{
"params" : [
"available"
] ,
"type" : "alias"
}
2022-10-28 11:16:05 +00:00
] ,
[
{
"params" : [
"configuredProcUnits"
] ,
"type" : "field"
} ,
{
"params" : [ ] ,
"type" : "mean"
} ,
{
"params" : [
"configured"
] ,
"type" : "alias"
}
2021-08-13 18:38:15 +00:00
]
] ,
"tags" : [
{
"key" : "servername" ,
"operator" : "=~" ,
"value" : "/^$ServerName$/"
}
]
}
] ,
"title" : "Physical Processor Pool - Core Utilization" ,
2021-10-29 06:38:10 +00:00
"type" : "timeseries"
2021-08-13 18:38:15 +00:00
} ,
{
2022-09-20 15:55:40 +00:00
"datasource" : {
"type" : "influxdb" ,
2022-10-28 15:36:42 +00:00
"uid" : "${DS_HMCI}"
2022-09-20 15:55:40 +00:00
} ,
2022-04-27 08:36:07 +00:00
"description" : "" ,
"fieldConfig" : {
"defaults" : {
"color" : {
"mode" : "palette-classic"
} ,
"custom" : {
2022-09-20 15:55:40 +00:00
"axisCenteredZero" : false ,
"axisColorMode" : "text" ,
2022-04-27 08:36:07 +00:00
"axisLabel" : "cores" ,
"axisPlacement" : "auto" ,
"barAlignment" : 0 ,
"drawStyle" : "line" ,
"fillOpacity" : 10 ,
"gradientMode" : "opacity" ,
"hideFrom" : {
"legend" : false ,
"tooltip" : false ,
"viz" : false
} ,
"lineInterpolation" : "linear" ,
"lineWidth" : 1 ,
"pointSize" : 5 ,
"scaleDistribution" : {
"type" : "linear"
} ,
"showPoints" : "never" ,
"spanNulls" : false ,
"stacking" : {
"group" : "A" ,
"mode" : "none"
} ,
"thresholdsStyle" : {
"mode" : "off"
}
} ,
2022-10-28 11:16:05 +00:00
"decimals" : 2 ,
2022-04-27 08:36:07 +00:00
"links" : [ ] ,
"mappings" : [ ] ,
"min" : 0 ,
"thresholds" : {
"mode" : "absolute" ,
"steps" : [
{
"color" : "green" ,
"value" : null
}
]
} ,
"unit" : "short"
} ,
"overrides" : [ ]
} ,
"gridPos" : {
"h" : 9 ,
"w" : 8 ,
"x" : 8 ,
2022-10-28 11:16:05 +00:00
"y" : 12
2022-04-27 08:36:07 +00:00
} ,
"id" : 31 ,
"links" : [ ] ,
"options" : {
"legend" : {
"calcs" : [ ] ,
"displayMode" : "list" ,
2022-09-20 15:55:40 +00:00
"placement" : "bottom" ,
"showLegend" : true
2022-04-27 08:36:07 +00:00
} ,
"tooltip" : {
"mode" : "multi" ,
2022-10-28 11:16:05 +00:00
"sort" : "desc"
2022-04-27 08:36:07 +00:00
}
} ,
"pluginVersion" : "8.1.4" ,
"targets" : [
{
"alias" : "$col" ,
"datasource" : {
"type" : "influxdb" ,
2022-10-28 15:36:42 +00:00
"uid" : "${DS_HMCI}"
2022-04-27 08:36:07 +00:00
} ,
"dsType" : "influxdb" ,
"groupBy" : [
{
"params" : [
"$interval"
] ,
"type" : "time"
} ,
{
"params" : [
"servername"
] ,
"type" : "tag"
} ,
{
"params" : [
2022-10-28 11:16:05 +00:00
"none"
2022-04-27 08:36:07 +00:00
] ,
"type" : "fill"
}
] ,
"hide" : false ,
"measurement" : "server_processor" ,
"orderByTime" : "ASC" ,
"policy" : "default" ,
"refId" : "A" ,
"resultFormat" : "time_series" ,
"select" : [
[
{
"params" : [
"utilizedProcUnits"
] ,
"type" : "field"
} ,
{
"params" : [ ] ,
"type" : "mean"
} ,
{
"params" : [
"utlized"
] ,
"type" : "alias"
}
] ,
[
{
"params" : [
"totalProcUnits"
] ,
"type" : "field"
} ,
{
"params" : [ ] ,
"type" : "mean"
} ,
{
"params" : [
"total"
] ,
"type" : "alias"
}
] ,
[
{
"params" : [
"availableProcUnits"
] ,
"type" : "field"
} ,
{
"params" : [ ] ,
"type" : "mean"
} ,
{
"params" : [
"available"
] ,
"type" : "alias"
}
] ,
[
{
"params" : [
"configurableProcUnits"
] ,
"type" : "field"
} ,
{
"params" : [ ] ,
"type" : "mean"
} ,
{
"params" : [
"configured"
] ,
"type" : "alias"
}
]
] ,
"tags" : [
{
"key" : "servername" ,
"operator" : "=~" ,
"value" : "/^$ServerName$/"
}
]
}
] ,
"title" : "Processor - Core Utilization" ,
"type" : "timeseries"
} ,
{
"datasource" : {
"type" : "influxdb" ,
2022-10-28 15:36:42 +00:00
"uid" : "${DS_HMCI}"
2022-04-27 08:36:07 +00:00
} ,
2021-10-25 16:56:24 +00:00
"description" : "" ,
2021-08-13 18:38:15 +00:00
"fieldConfig" : {
"defaults" : {
2021-10-29 06:38:10 +00:00
"color" : {
"mode" : "palette-classic"
} ,
"custom" : {
2022-09-20 15:55:40 +00:00
"axisCenteredZero" : false ,
"axisColorMode" : "text" ,
2021-10-29 06:38:10 +00:00
"axisLabel" : "Memory" ,
"axisPlacement" : "auto" ,
"barAlignment" : 0 ,
"drawStyle" : "line" ,
"fillOpacity" : 10 ,
"gradientMode" : "opacity" ,
"hideFrom" : {
"legend" : false ,
"tooltip" : false ,
"viz" : false
} ,
"lineInterpolation" : "linear" ,
"lineWidth" : 1 ,
"pointSize" : 5 ,
"scaleDistribution" : {
"type" : "linear"
} ,
"showPoints" : "never" ,
"spanNulls" : false ,
"stacking" : {
"group" : "A" ,
"mode" : "none"
} ,
"thresholdsStyle" : {
"mode" : "off"
}
} ,
"links" : [ ] ,
"mappings" : [ ] ,
"thresholds" : {
"mode" : "absolute" ,
"steps" : [
{
"color" : "green" ,
"value" : null
} ,
{
"color" : "red" ,
"value" : 80
}
]
} ,
"unit" : "decmbytes"
2021-08-13 18:38:15 +00:00
} ,
"overrides" : [ ]
} ,
"gridPos" : {
"h" : 9 ,
2022-04-27 08:36:07 +00:00
"w" : 8 ,
"x" : 16 ,
2022-10-28 11:16:05 +00:00
"y" : 12
2021-08-13 18:38:15 +00:00
} ,
"id" : 2 ,
"links" : [ ] ,
"options" : {
2021-10-29 06:38:10 +00:00
"legend" : {
"calcs" : [ ] ,
"displayMode" : "list" ,
2022-09-20 15:55:40 +00:00
"placement" : "bottom" ,
"showLegend" : true
2021-10-29 06:38:10 +00:00
} ,
"tooltip" : {
2022-04-27 08:36:07 +00:00
"mode" : "multi" ,
"sort" : "none"
2021-10-29 06:38:10 +00:00
}
2021-08-13 18:38:15 +00:00
} ,
2021-10-25 16:56:24 +00:00
"pluginVersion" : "8.1.4" ,
2021-08-13 18:38:15 +00:00
"targets" : [
{
"alias" : "$col" ,
2022-09-20 15:55:40 +00:00
"datasource" : {
"type" : "influxdb" ,
2022-10-28 15:36:42 +00:00
"uid" : "${DS_HMCI}"
2022-09-20 15:55:40 +00:00
} ,
2021-08-13 18:38:15 +00:00
"dsType" : "influxdb" ,
"groupBy" : [
{
"params" : [
"$interval"
] ,
"type" : "time"
} ,
{
"params" : [
"servername"
] ,
"type" : "tag"
} ,
{
"params" : [
2022-10-28 11:16:05 +00:00
"none"
2021-08-13 18:38:15 +00:00
] ,
"type" : "fill"
}
] ,
"hide" : false ,
2021-10-25 16:56:24 +00:00
"measurement" : "server_memory" ,
2021-08-13 18:38:15 +00:00
"orderByTime" : "ASC" ,
"policy" : "default" ,
"refId" : "A" ,
"resultFormat" : "time_series" ,
"select" : [
[
{
"params" : [
2021-10-25 16:56:24 +00:00
"assignedMemToLpars"
2021-08-13 18:38:15 +00:00
] ,
"type" : "field"
} ,
{
"params" : [ ] ,
"type" : "mean"
} ,
{
"params" : [
2021-10-25 16:56:24 +00:00
"assigned"
2021-08-13 18:38:15 +00:00
] ,
"type" : "alias"
}
] ,
[
{
"params" : [
2021-10-25 16:56:24 +00:00
"availableMem"
2021-08-13 18:38:15 +00:00
] ,
"type" : "field"
} ,
{
"params" : [ ] ,
"type" : "mean"
} ,
{
"params" : [
"available"
] ,
"type" : "alias"
}
]
] ,
"tags" : [
{
"key" : "servername" ,
"operator" : "=~" ,
"value" : "/^$ServerName$/"
}
]
}
] ,
2021-10-25 16:56:24 +00:00
"title" : "Memory Utilization" ,
2021-10-29 06:38:10 +00:00
"type" : "timeseries"
2021-08-13 18:38:15 +00:00
} ,
{
2022-04-27 08:36:07 +00:00
"datasource" : {
"type" : "influxdb" ,
2022-10-28 15:36:42 +00:00
"uid" : "${DS_HMCI}"
2022-04-27 08:36:07 +00:00
} ,
2021-08-13 18:38:15 +00:00
"description" : "" ,
"fieldConfig" : {
"defaults" : {
2021-10-29 06:38:10 +00:00
"color" : {
"mode" : "palette-classic"
} ,
"custom" : {
2022-09-20 15:55:40 +00:00
"axisCenteredZero" : false ,
"axisColorMode" : "text" ,
2021-10-29 06:38:10 +00:00
"axisLabel" : "bytes" ,
"axisPlacement" : "auto" ,
"barAlignment" : 0 ,
"drawStyle" : "line" ,
"fillOpacity" : 20 ,
"gradientMode" : "opacity" ,
"hideFrom" : {
"legend" : false ,
"tooltip" : false ,
"viz" : false
} ,
"lineInterpolation" : "linear" ,
"lineWidth" : 1 ,
"pointSize" : 5 ,
"scaleDistribution" : {
"type" : "linear"
} ,
"showPoints" : "never" ,
"spanNulls" : false ,
"stacking" : {
"group" : "A" ,
2022-10-28 11:16:05 +00:00
"mode" : "normal"
2021-10-29 06:38:10 +00:00
} ,
"thresholdsStyle" : {
"mode" : "off"
}
} ,
"links" : [ ] ,
"mappings" : [ ] ,
"thresholds" : {
"mode" : "absolute" ,
"steps" : [
{
"color" : "green" ,
"value" : null
}
]
} ,
"unit" : "binBps"
2021-08-13 18:38:15 +00:00
} ,
2021-10-29 06:38:10 +00:00
"overrides" : [
{
"matcher" : {
"id" : "byName" ,
"options" : "vlan 1 - tx pkts"
} ,
"properties" : [
{
"id" : "unit" ,
"value" : "none"
} ,
{
"id" : "custom.axisLabel" ,
"value" : "pkts"
}
]
} ,
{
"matcher" : {
"id" : "byName" ,
"options" : "vlan 1 - rx pkts"
} ,
"properties" : [
{
"id" : "unit" ,
"value" : "none"
} ,
{
"id" : "custom.axisLabel" ,
"value" : "pkts"
}
]
}
]
2021-08-13 18:38:15 +00:00
} ,
"gridPos" : {
"h" : 9 ,
"w" : 12 ,
"x" : 0 ,
2022-10-28 11:16:05 +00:00
"y" : 21
2021-08-13 18:38:15 +00:00
} ,
"id" : 11 ,
"links" : [ ] ,
"options" : {
2021-10-29 06:38:10 +00:00
"legend" : {
"calcs" : [ ] ,
"displayMode" : "list" ,
2022-09-20 15:55:40 +00:00
"placement" : "bottom" ,
"showLegend" : true
2021-10-25 16:56:24 +00:00
} ,
2021-10-29 06:38:10 +00:00
"tooltip" : {
2022-04-27 08:36:07 +00:00
"mode" : "multi" ,
2022-10-28 11:16:05 +00:00
"sort" : "desc"
2021-10-25 16:56:24 +00:00
}
2021-10-29 06:38:10 +00:00
} ,
"pluginVersion" : "8.1.4" ,
2021-08-13 18:38:15 +00:00
"targets" : [
{
2022-10-28 11:16:05 +00:00
"alias" : "vlan $tag_vlanId" ,
2022-09-20 15:55:40 +00:00
"datasource" : {
"type" : "influxdb" ,
2022-10-28 15:36:42 +00:00
"uid" : "${DS_HMCI}"
2022-09-20 15:55:40 +00:00
} ,
2021-08-13 18:38:15 +00:00
"dsType" : "influxdb" ,
"groupBy" : [
{
"params" : [
"$interval"
] ,
"type" : "time"
} ,
{
"params" : [
"servername"
] ,
"type" : "tag"
} ,
{
"params" : [
"vlanId"
] ,
"type" : "tag"
} ,
{
"params" : [
2022-10-28 11:16:05 +00:00
"none"
2021-08-13 18:38:15 +00:00
] ,
"type" : "fill"
}
] ,
"hide" : false ,
"measurement" : "lpar_net_virtual" ,
"orderByTime" : "ASC" ,
"policy" : "default" ,
"refId" : "A" ,
"resultFormat" : "time_series" ,
"select" : [
[
{
"params" : [
2022-10-28 11:16:05 +00:00
"transferredBytes"
2021-08-13 18:38:15 +00:00
] ,
"type" : "field"
} ,
{
"params" : [ ] ,
2021-10-29 06:38:10 +00:00
"type" : "mean"
2021-08-13 18:38:15 +00:00
}
]
] ,
"tags" : [
{
"key" : "servername" ,
"operator" : "=~" ,
"value" : "/^$ServerName$/"
}
]
}
] ,
2021-10-25 16:56:24 +00:00
"title" : "Network Throughput - By VLAN" ,
2021-10-29 06:38:10 +00:00
"type" : "timeseries"
2021-08-13 18:38:15 +00:00
} ,
{
2022-04-27 08:36:07 +00:00
"datasource" : {
"type" : "influxdb" ,
2022-10-28 15:36:42 +00:00
"uid" : "${DS_HMCI}"
2022-04-27 08:36:07 +00:00
} ,
2021-08-13 18:38:15 +00:00
"description" : "" ,
"fieldConfig" : {
"defaults" : {
2021-10-29 06:38:10 +00:00
"color" : {
"mode" : "palette-classic"
} ,
"custom" : {
2022-09-20 15:55:40 +00:00
"axisCenteredZero" : false ,
"axisColorMode" : "text" ,
2021-10-29 06:38:10 +00:00
"axisLabel" : "" ,
"axisPlacement" : "auto" ,
"barAlignment" : 0 ,
"drawStyle" : "line" ,
"fillOpacity" : 10 ,
"gradientMode" : "opacity" ,
"hideFrom" : {
"legend" : false ,
"tooltip" : false ,
"viz" : false
} ,
"lineInterpolation" : "linear" ,
"lineWidth" : 1 ,
"pointSize" : 5 ,
"scaleDistribution" : {
"type" : "linear"
} ,
"showPoints" : "never" ,
"spanNulls" : false ,
"stacking" : {
"group" : "A" ,
"mode" : "normal"
} ,
"thresholdsStyle" : {
"mode" : "off"
}
} ,
"links" : [ ] ,
"mappings" : [ ] ,
"thresholds" : {
"mode" : "absolute" ,
"steps" : [
{
"color" : "green" ,
"value" : null
} ,
{
"color" : "red" ,
"value" : 80
}
]
} ,
"unit" : "Bps"
2021-08-13 18:38:15 +00:00
} ,
"overrides" : [ ]
} ,
"gridPos" : {
"h" : 9 ,
"w" : 12 ,
"x" : 12 ,
2022-10-28 11:16:05 +00:00
"y" : 21
2021-08-13 18:38:15 +00:00
} ,
"id" : 16 ,
"links" : [ ] ,
"options" : {
2021-10-29 06:38:10 +00:00
"legend" : {
"calcs" : [ ] ,
"displayMode" : "list" ,
2022-09-20 15:55:40 +00:00
"placement" : "bottom" ,
"showLegend" : true
2021-10-29 06:38:10 +00:00
} ,
"tooltip" : {
2022-04-27 08:36:07 +00:00
"mode" : "multi" ,
2022-10-28 11:16:05 +00:00
"sort" : "desc"
2021-10-29 06:38:10 +00:00
}
2021-08-13 18:38:15 +00:00
} ,
2021-10-25 16:56:24 +00:00
"pluginVersion" : "8.1.4" ,
2021-08-13 18:38:15 +00:00
"targets" : [
{
2022-10-28 11:16:05 +00:00
"alias" : "$tag_location $col" ,
2022-09-20 15:55:40 +00:00
"datasource" : {
"type" : "influxdb" ,
2022-10-28 15:36:42 +00:00
"uid" : "${DS_HMCI}"
2022-09-20 15:55:40 +00:00
} ,
2021-08-13 18:38:15 +00:00
"dsType" : "influxdb" ,
"groupBy" : [
{
"params" : [
"$interval"
] ,
"type" : "time"
} ,
{
"params" : [
"location"
] ,
"type" : "tag"
} ,
{
"params" : [
"servername"
] ,
"type" : "tag"
} ,
{
"params" : [
2022-10-28 11:16:05 +00:00
"none"
2021-08-13 18:38:15 +00:00
] ,
"type" : "fill"
}
] ,
"hide" : false ,
"measurement" : "vios_storage_FC" ,
"orderByTime" : "ASC" ,
"policy" : "default" ,
"refId" : "A" ,
"resultFormat" : "time_series" ,
"select" : [
[
{
"params" : [
"transmittedBytes"
] ,
"type" : "field"
} ,
{
"params" : [ ] ,
2021-10-29 06:38:10 +00:00
"type" : "mean"
2021-08-13 18:38:15 +00:00
}
]
] ,
"tags" : [
{
"key" : "servername" ,
"operator" : "=~" ,
"value" : "/^$ServerName$/"
}
]
}
] ,
"title" : "Physical Fiber Channel Adapters" ,
2021-10-29 06:38:10 +00:00
"type" : "timeseries"
2021-08-13 18:38:15 +00:00
} ,
{
2022-04-27 08:36:07 +00:00
"datasource" : {
"type" : "influxdb" ,
2022-10-28 15:36:42 +00:00
"uid" : "${DS_HMCI}"
2022-04-27 08:36:07 +00:00
} ,
2021-08-13 18:38:15 +00:00
"description" : "" ,
"fieldConfig" : {
"defaults" : {
2021-10-29 06:38:10 +00:00
"color" : {
2022-10-28 15:36:42 +00:00
"mode" : "continuous-BlYlRd"
2021-10-29 06:38:10 +00:00
} ,
2022-10-28 15:36:42 +00:00
"decimals" : 1 ,
2021-10-29 06:38:10 +00:00
"mappings" : [ ] ,
"thresholds" : {
"mode" : "absolute" ,
"steps" : [
{
2022-10-28 15:36:42 +00:00
"color" : "green" ,
2021-10-29 06:38:10 +00:00
"value" : null
} ,
2022-10-28 11:16:05 +00:00
{
"color" : "red" ,
2022-10-28 15:36:42 +00:00
"value" : 80
2021-10-29 06:38:10 +00:00
}
]
} ,
2021-08-13 18:38:15 +00:00
"unit" : "celsius"
} ,
"overrides" : [ ]
} ,
"gridPos" : {
"h" : 10 ,
"w" : 12 ,
"x" : 0 ,
2022-10-28 11:16:05 +00:00
"y" : 30
2021-08-13 18:38:15 +00:00
} ,
"id" : 26 ,
"options" : {
2022-10-28 15:36:42 +00:00
"displayMode" : "lcd" ,
"minVizHeight" : 10 ,
"minVizWidth" : 0 ,
"orientation" : "horizontal" ,
"reduceOptions" : {
"calcs" : [
"lastNotNull"
] ,
"fields" : "" ,
"values" : false
2021-10-29 06:38:10 +00:00
} ,
2022-10-28 15:36:42 +00:00
"showUnfilled" : true
2021-08-13 18:38:15 +00:00
} ,
2022-10-28 15:36:42 +00:00
"pluginVersion" : "9.1.6" ,
2021-08-13 18:38:15 +00:00
"targets" : [
{
"alias" : "$col" ,
2022-09-20 15:55:40 +00:00
"datasource" : {
"type" : "influxdb" ,
2022-10-28 15:36:42 +00:00
"uid" : "${DS_HMCI}"
2022-09-20 15:55:40 +00:00
} ,
2021-08-13 18:38:15 +00:00
"groupBy" : [
{
"params" : [
"$__interval"
] ,
"type" : "time"
} ,
{
"params" : [
"system"
] ,
"type" : "tag"
} ,
{
"params" : [
2022-10-28 11:16:05 +00:00
"none"
2021-08-13 18:38:15 +00:00
] ,
"type" : "fill"
}
] ,
"measurement" : "server_energy_thermal" ,
"orderByTime" : "ASC" ,
"policy" : "default" ,
"query" : "SELECT mean(\"cpuTemperature*\") FROM \"server_energy_thermal\" WHERE (\"servername\" =~ /^$ServerName$/) AND $timeFilter GROUP BY time($__interval), \"system\", \"servername\" fill(linear)" ,
"rawQuery" : false ,
"refId" : "A" ,
"resultFormat" : "time_series" ,
"select" : [
[
{
"params" : [
"cpuTemperature_1"
] ,
"type" : "field"
} ,
{
"params" : [ ] ,
"type" : "mean"
} ,
{
"params" : [
"CPU-1"
] ,
"type" : "alias"
}
] ,
[
{
"params" : [
"cpuTemperature_2"
] ,
"type" : "field"
} ,
{
"params" : [ ] ,
"type" : "mean"
} ,
{
"params" : [
"CPU-2"
] ,
"type" : "alias"
}
] ,
[
{
"params" : [
"cpuTemperature_3"
] ,
"type" : "field"
} ,
{
"params" : [ ] ,
"type" : "mean"
} ,
{
"params" : [
"CPU-3"
] ,
"type" : "alias"
}
] ,
[
{
"params" : [
"cpuTemperature_4"
] ,
"type" : "field"
} ,
{
"params" : [ ] ,
"type" : "mean"
} ,
{
"params" : [
"CPU-4"
] ,
"type" : "alias"
}
]
] ,
"tags" : [
{
"key" : "servername" ,
"operator" : "=~" ,
"value" : "/^$ServerName$/"
}
]
}
] ,
"title" : "CPU Temperature" ,
2022-10-28 15:36:42 +00:00
"type" : "bargauge"
2021-08-13 18:38:15 +00:00
} ,
{
2022-04-27 08:36:07 +00:00
"datasource" : {
"type" : "influxdb" ,
2022-10-28 15:36:42 +00:00
"uid" : "${DS_HMCI}"
2022-04-27 08:36:07 +00:00
} ,
2022-10-28 15:36:42 +00:00
"description" : "" ,
2021-08-13 18:38:15 +00:00
"fieldConfig" : {
"defaults" : {
2021-10-29 06:38:10 +00:00
"color" : {
2022-10-28 15:36:42 +00:00
"mode" : "continuous-BlYlRd"
2021-10-29 06:38:10 +00:00
} ,
"custom" : {
2022-09-20 15:55:40 +00:00
"axisCenteredZero" : false ,
"axisColorMode" : "text" ,
2021-10-29 06:38:10 +00:00
"axisLabel" : "" ,
"axisPlacement" : "auto" ,
"barAlignment" : 0 ,
"drawStyle" : "line" ,
2022-10-28 15:36:42 +00:00
"fillOpacity" : 20 ,
"gradientMode" : "scheme" ,
2021-10-29 06:38:10 +00:00
"hideFrom" : {
"legend" : false ,
"tooltip" : false ,
"viz" : false
} ,
2022-04-27 08:36:07 +00:00
"lineInterpolation" : "smooth" ,
2022-10-28 15:36:42 +00:00
"lineWidth" : 3 ,
2021-10-29 06:38:10 +00:00
"pointSize" : 5 ,
"scaleDistribution" : {
"type" : "linear"
} ,
2022-10-28 15:36:42 +00:00
"showPoints" : "auto" ,
"spanNulls" : false ,
2021-10-29 06:38:10 +00:00
"stacking" : {
"group" : "A" ,
"mode" : "none"
} ,
"thresholdsStyle" : {
"mode" : "off"
}
} ,
"mappings" : [ ] ,
"thresholds" : {
"mode" : "absolute" ,
"steps" : [
{
"color" : "green" ,
"value" : null
2022-10-28 15:36:42 +00:00
} ,
{
"color" : "red" ,
"value" : 80
2021-10-29 06:38:10 +00:00
}
]
2022-10-28 15:36:42 +00:00
}
2021-08-13 18:38:15 +00:00
} ,
"overrides" : [ ]
} ,
"gridPos" : {
"h" : 10 ,
2022-10-28 11:16:05 +00:00
"w" : 6 ,
2021-08-13 18:38:15 +00:00
"x" : 12 ,
2022-10-28 11:16:05 +00:00
"y" : 30
2021-08-13 18:38:15 +00:00
} ,
2022-10-28 15:36:42 +00:00
"id" : 34 ,
2021-08-13 18:38:15 +00:00
"options" : {
2021-10-29 06:38:10 +00:00
"legend" : {
"calcs" : [ ] ,
"displayMode" : "list" ,
2022-09-20 15:55:40 +00:00
"placement" : "bottom" ,
"showLegend" : true
2021-10-29 06:38:10 +00:00
} ,
"tooltip" : {
2022-10-28 15:36:42 +00:00
"mode" : "single" ,
2022-04-27 08:36:07 +00:00
"sort" : "none"
2021-10-29 06:38:10 +00:00
}
2021-08-13 18:38:15 +00:00
} ,
2021-10-25 16:56:24 +00:00
"pluginVersion" : "8.1.4" ,
2021-08-13 18:38:15 +00:00
"targets" : [
{
"alias" : "$tag_servername" ,
2022-09-20 15:55:40 +00:00
"datasource" : {
"type" : "influxdb" ,
2022-10-28 15:36:42 +00:00
"uid" : "${DS_HMCI}"
2022-09-20 15:55:40 +00:00
} ,
2021-08-13 18:38:15 +00:00
"groupBy" : [
{
"params" : [
"$__interval"
] ,
"type" : "time"
} ,
{
"params" : [
"servername"
] ,
"type" : "tag"
} ,
{
"params" : [
2022-10-28 11:16:05 +00:00
"none"
2021-08-13 18:38:15 +00:00
] ,
"type" : "fill"
}
] ,
2022-10-28 15:36:42 +00:00
"measurement" : "server_energy_thermal" ,
2021-08-13 18:38:15 +00:00
"orderByTime" : "ASC" ,
"policy" : "default" ,
"refId" : "A" ,
"resultFormat" : "time_series" ,
"select" : [
[
{
"params" : [
2022-10-28 15:36:42 +00:00
"inletTemperature_1"
2021-08-13 18:38:15 +00:00
] ,
"type" : "field"
} ,
{
"params" : [ ] ,
"type" : "mean"
}
]
] ,
"tags" : [
{
"key" : "servername" ,
"operator" : "=~" ,
"value" : "/^$ServerName$/"
}
]
}
] ,
2022-10-28 15:36:42 +00:00
"title" : "Inlet Temperature" ,
2021-10-29 06:38:10 +00:00
"type" : "timeseries"
2022-10-28 11:16:05 +00:00
} ,
{
"datasource" : {
"type" : "influxdb" ,
2022-10-28 15:36:42 +00:00
"uid" : "${DS_HMCI}"
2022-10-28 11:16:05 +00:00
} ,
"fieldConfig" : {
"defaults" : {
"color" : {
2022-10-28 15:36:42 +00:00
"mode" : "continuous-GrYlRd"
2022-10-28 11:16:05 +00:00
} ,
"custom" : {
"axisCenteredZero" : false ,
"axisColorMode" : "text" ,
"axisLabel" : "" ,
"axisPlacement" : "auto" ,
"barAlignment" : 0 ,
"drawStyle" : "line" ,
2022-10-28 15:36:42 +00:00
"fillOpacity" : 20 ,
"gradientMode" : "scheme" ,
2022-10-28 11:16:05 +00:00
"hideFrom" : {
"legend" : false ,
"tooltip" : false ,
"viz" : false
} ,
"lineInterpolation" : "smooth" ,
2022-10-28 15:36:42 +00:00
"lineWidth" : 3 ,
2022-10-28 11:16:05 +00:00
"pointSize" : 5 ,
"scaleDistribution" : {
"type" : "linear"
} ,
2022-10-28 15:36:42 +00:00
"showPoints" : "auto" ,
"spanNulls" : false ,
2022-10-28 11:16:05 +00:00
"stacking" : {
"group" : "A" ,
"mode" : "none"
} ,
"thresholdsStyle" : {
"mode" : "off"
}
} ,
"mappings" : [ ] ,
"thresholds" : {
"mode" : "absolute" ,
"steps" : [
{
"color" : "green" ,
"value" : null
2022-10-28 15:36:42 +00:00
} ,
{
"color" : "red" ,
"value" : 80
2022-10-28 11:16:05 +00:00
}
]
2022-10-28 15:36:42 +00:00
}
2022-10-28 11:16:05 +00:00
} ,
"overrides" : [ ]
} ,
"gridPos" : {
"h" : 10 ,
"w" : 6 ,
"x" : 18 ,
"y" : 30
} ,
2022-10-28 15:36:42 +00:00
"id" : 22 ,
2022-10-28 11:16:05 +00:00
"options" : {
"legend" : {
"calcs" : [ ] ,
"displayMode" : "list" ,
"placement" : "bottom" ,
"showLegend" : true
} ,
"tooltip" : {
2022-10-28 15:36:42 +00:00
"mode" : "single" ,
2022-10-28 11:16:05 +00:00
"sort" : "none"
}
} ,
"pluginVersion" : "8.1.4" ,
"targets" : [
{
"alias" : "$tag_servername" ,
"datasource" : {
"type" : "influxdb" ,
2022-10-28 15:36:42 +00:00
"uid" : "${DS_HMCI}"
2022-10-28 11:16:05 +00:00
} ,
"groupBy" : [
{
"params" : [
"$__interval"
] ,
"type" : "time"
} ,
{
"params" : [
"servername"
] ,
"type" : "tag"
} ,
{
"params" : [
"none"
] ,
"type" : "fill"
}
] ,
2022-10-28 15:36:42 +00:00
"measurement" : "server_energy_power" ,
2022-10-28 11:16:05 +00:00
"orderByTime" : "ASC" ,
"policy" : "default" ,
"refId" : "A" ,
"resultFormat" : "time_series" ,
"select" : [
[
{
"params" : [
2022-10-28 15:36:42 +00:00
"powerReading"
2022-10-28 11:16:05 +00:00
] ,
"type" : "field"
} ,
{
"params" : [ ] ,
"type" : "mean"
}
]
] ,
"tags" : [
{
"key" : "servername" ,
"operator" : "=~" ,
"value" : "/^$ServerName$/"
}
]
}
] ,
2022-10-28 15:36:42 +00:00
"title" : "Power Consumption" ,
2022-10-28 11:16:05 +00:00
"type" : "timeseries"
2021-08-13 18:38:15 +00:00
}
] ,
2022-04-27 08:36:07 +00:00
"refresh" : "30s" ,
2022-09-20 15:55:40 +00:00
"schemaVersion" : 37 ,
2021-08-13 18:38:15 +00:00
"style" : "dark" ,
"tags" : [
"Power"
] ,
"templating" : {
"list" : [
{
"allFormat" : "regex values" ,
"current" : { } ,
2022-04-27 08:36:07 +00:00
"datasource" : {
"type" : "influxdb" ,
2022-10-28 15:36:42 +00:00
"uid" : "${DS_HMCI}"
2022-04-27 08:36:07 +00:00
} ,
2021-08-13 18:38:15 +00:00
"definition" : "SHOW TAG VALUES FROM \"server_processor\" WITH KEY = \"servername\" WHERE time > now() - 24h" ,
"hide" : 0 ,
"includeAll" : false ,
"label" : "Server" ,
2022-10-28 11:16:05 +00:00
"multi" : false ,
2021-08-13 18:38:15 +00:00
"multiFormat" : "regex values" ,
"name" : "ServerName" ,
"options" : [ ] ,
"query" : "SHOW TAG VALUES FROM \"server_processor\" WITH KEY = \"servername\" WHERE time > now() - 24h" ,
"refresh" : 1 ,
"refresh_on_load" : false ,
"regex" : "" ,
"skipUrlSync" : false ,
2022-04-27 08:36:07 +00:00
"sort" : 5 ,
2021-08-13 18:38:15 +00:00
"type" : "query" ,
"useTags" : false
}
]
} ,
"time" : {
2022-10-28 15:36:42 +00:00
"from" : "now-7d" ,
2021-08-13 18:38:15 +00:00
"now" : false ,
"to" : "now-30s"
} ,
"timepicker" : {
"nowDelay" : "30s" ,
"refresh_intervals" : [
"30s" ,
"1m" ,
"5m" ,
"15m" ,
"30m" ,
"1h" ,
"2h" ,
"1d"
] ,
"time_options" : [
"5m" ,
"15m" ,
"1h" ,
"6h" ,
"12h" ,
"24h" ,
"2d" ,
"7d" ,
"30d"
]
} ,
"timezone" : "browser" ,
2022-10-28 11:16:05 +00:00
"title" : "HMCi - Power System Overview" ,
2021-08-13 18:38:15 +00:00
"uid" : "ClJhHPIGz" ,
2022-10-28 15:36:42 +00:00
"version" : 3 ,
2022-04-27 08:36:07 +00:00
"weekStart" : ""
2022-12-05 14:18:42 +00:00
}