2018-01-04 09:55:47 -08:00
{
"__inputs" : [
{
2020-01-18 10:37:18 -08:00
"name" : "DS_PROMETHEUS" ,
"label" : "Prometheus" ,
2018-01-04 09:55:47 -08:00
"description" : "" ,
"type" : "datasource" ,
"pluginId" : "prometheus" ,
"pluginName" : "Prometheus"
}
] ,
2022-10-21 04:17:37 -07:00
"__elements" : { } ,
2018-01-04 09:55:47 -08:00
"__requires" : [
2020-01-18 10:37:18 -08:00
{
"type" : "panel" ,
"id" : "gauge" ,
"name" : "Gauge" ,
"version" : ""
} ,
2018-01-04 09:55:47 -08:00
{
"type" : "grafana" ,
"id" : "grafana" ,
"name" : "Grafana" ,
2022-10-21 04:17:37 -07:00
"version" : "9.2.0"
2018-01-04 09:55:47 -08:00
} ,
{
"type" : "datasource" ,
"id" : "prometheus" ,
"name" : "Prometheus" ,
"version" : "1.0.0"
} ,
{
"type" : "panel" ,
2022-10-21 04:17:37 -07:00
"id" : "stat" ,
"name" : "Stat" ,
"version" : ""
} ,
{
"type" : "panel" ,
"id" : "timeseries" ,
"name" : "Time series" ,
2018-01-04 09:55:47 -08:00
"version" : ""
}
] ,
"annotations" : {
2020-01-18 10:37:18 -08:00
"list" : [
{
2020-07-27 01:51:05 -07:00
"$$hashKey" : "object:16" ,
2020-01-18 10:37:18 -08:00
"builtIn" : 1 ,
2022-10-21 04:17:37 -07:00
"datasource" : {
"type" : "datasource" ,
"uid" : "grafana"
} ,
2020-01-18 10:37:18 -08:00
"enable" : true ,
"hide" : true ,
"iconColor" : "rgba(0, 211, 255, 1)" ,
"name" : "Annotations & Alerts" ,
2022-10-21 04:17:37 -07:00
"target" : {
"limit" : 100 ,
"matchAny" : false ,
"tags" : [ ] ,
"type" : "dashboard"
} ,
2020-01-18 10:37:18 -08:00
"type" : "dashboard"
}
]
2018-01-04 09:55:47 -08:00
} ,
"editable" : true ,
2022-10-21 04:17:37 -07:00
"fiscalYearStartMonth" : 0 ,
2018-01-04 09:55:47 -08:00
"gnetId" : 1860 ,
"graphTooltip" : 0 ,
"id" : null ,
2022-10-21 04:17:37 -07:00
"links" : [
{
"asDropdown" : false ,
"icon" : "external link" ,
"includeVars" : false ,
"keepTime" : false ,
"tags" : [ ] ,
"targetBlank" : true ,
2022-11-08 12:19:23 -08:00
"title" : "GitHub" ,
2022-10-21 04:17:37 -07:00
"tooltip" : "" ,
"type" : "link" ,
"url" : " https://github.com/rfmoz/grafana-dashboards"
} ,
{
"asDropdown" : false ,
"icon" : "external link" ,
"includeVars" : false ,
"keepTime" : false ,
"tags" : [ ] ,
"targetBlank" : true ,
"title" : "Grafana" ,
"tooltip" : "" ,
"type" : "link" ,
"url" : "https://grafana.com/grafana/dashboards/4260"
}
] ,
"liveNow" : false ,
2020-01-18 10:37:18 -08:00
"panels" : [
2018-01-04 09:55:47 -08:00
{
2020-01-18 10:37:18 -08:00
"collapsed" : false ,
2022-10-21 04:17:37 -07:00
"datasource" : {
"type" : "prometheus" ,
"uid" : "000000001"
} ,
2020-01-18 10:37:18 -08:00
"gridPos" : {
"h" : 1 ,
"w" : 24 ,
"x" : 0 ,
"y" : 0
} ,
"id" : 239 ,
"panels" : [ ] ,
2022-10-21 04:17:37 -07:00
"targets" : [
{
"datasource" : {
"type" : "prometheus" ,
"uid" : "000000001"
} ,
"refId" : "A"
}
] ,
2020-01-18 10:37:18 -08:00
"title" : "Quick CPU / Mem / Disk Gauge" ,
"type" : "row"
} ,
{
2022-10-21 04:17:37 -07:00
"datasource" : {
"type" : "prometheus" ,
"uid" : "${DS_PROMETHEUS}"
} ,
2020-01-18 10:37:18 -08:00
"description" : "Busy state of all CPU cores together" ,
2022-10-21 04:17:37 -07:00
"fieldConfig" : {
"defaults" : {
"color" : {
"mode" : "thresholds"
} ,
"mappings" : [
{
"id" : 0 ,
"op" : "=" ,
"text" : "N/A" ,
"type" : 1 ,
"value" : "null"
}
] ,
"max" : 100 ,
"min" : 0 ,
"thresholds" : {
"mode" : "absolute" ,
"steps" : [
{
"color" : "rgba(50, 172, 45, 0.97)" ,
"value" : null
} ,
{
"color" : "rgba(237, 129, 40, 0.89)" ,
"value" : 85
} ,
{
"color" : "rgba(245, 54, 54, 0.9)" ,
"value" : 95
}
]
} ,
"unit" : "percent"
} ,
"overrides" : [ ]
} ,
2020-01-18 10:37:18 -08:00
"gridPos" : {
"h" : 4 ,
"w" : 3 ,
"x" : 0 ,
"y" : 1
} ,
"id" : 20 ,
"links" : [ ] ,
"options" : {
2022-10-21 04:17:37 -07:00
"orientation" : "horizontal" ,
"reduceOptions" : {
2020-01-18 10:37:18 -08:00
"calcs" : [
"lastNotNull"
] ,
2022-10-21 04:17:37 -07:00
"fields" : "" ,
2020-01-18 10:37:18 -08:00
"values" : false
} ,
"showThresholdLabels" : false ,
"showThresholdMarkers" : true
} ,
2022-10-21 04:17:37 -07:00
"pluginVersion" : "9.2.0" ,
2020-01-18 10:37:18 -08:00
"targets" : [
2018-01-04 09:55:47 -08:00
{
2022-10-21 04:17:37 -07:00
"datasource" : {
"type" : "prometheus" ,
"uid" : "${DS_PROMETHEUS}"
} ,
2022-11-08 12:19:23 -08:00
"editorMode" : "code" ,
"expr" : "(sum by(instance) (irate(node_cpu_seconds_total{instance=\"$node\",job=\"$job\", mode!=\"idle\"}[$__rate_interval])) / on(instance) group_left sum by (instance)((irate(node_cpu_seconds_total{instance=\"$node\",job=\"$job\"}[$__rate_interval])))) * 100" ,
2020-01-18 10:37:18 -08:00
"hide" : false ,
"interval" : "" ,
"intervalFactor" : 1 ,
"legendFormat" : "" ,
2022-11-08 12:19:23 -08:00
"range" : true ,
2020-01-18 10:37:18 -08:00
"refId" : "A" ,
2022-10-21 04:17:37 -07:00
"step" : 900
2020-01-18 10:37:18 -08:00
}
] ,
"title" : "CPU Busy" ,
"type" : "gauge"
} ,
{
2022-10-21 04:17:37 -07:00
"datasource" : {
"type" : "prometheus" ,
"uid" : "${DS_PROMETHEUS}"
} ,
2020-01-18 10:37:18 -08:00
"description" : "Busy state of all CPU cores together (5 min average)" ,
2022-10-21 04:17:37 -07:00
"fieldConfig" : {
"defaults" : {
"color" : {
"mode" : "thresholds"
} ,
"mappings" : [
{
"id" : 0 ,
"op" : "=" ,
"text" : "N/A" ,
"type" : 1 ,
"value" : "null"
}
] ,
"max" : 100 ,
"min" : 0 ,
"thresholds" : {
"mode" : "absolute" ,
"steps" : [
{
"color" : "rgba(50, 172, 45, 0.97)" ,
"value" : null
} ,
{
"color" : "rgba(237, 129, 40, 0.89)" ,
"value" : 85
} ,
{
"color" : "rgba(245, 54, 54, 0.9)" ,
"value" : 95
}
]
} ,
"unit" : "percent"
} ,
"overrides" : [ ]
} ,
2020-01-18 10:37:18 -08:00
"gridPos" : {
"h" : 4 ,
"w" : 3 ,
"x" : 3 ,
"y" : 1
} ,
"id" : 155 ,
"links" : [ ] ,
"options" : {
2022-10-21 04:17:37 -07:00
"orientation" : "horizontal" ,
"reduceOptions" : {
2020-01-18 10:37:18 -08:00
"calcs" : [
"lastNotNull"
] ,
2022-10-21 04:17:37 -07:00
"fields" : "" ,
2020-01-18 10:37:18 -08:00
"values" : false
2018-01-04 09:55:47 -08:00
} ,
2020-01-18 10:37:18 -08:00
"showThresholdLabels" : false ,
"showThresholdMarkers" : true
} ,
2022-10-21 04:17:37 -07:00
"pluginVersion" : "9.2.0" ,
2020-01-18 10:37:18 -08:00
"targets" : [
2018-01-04 09:55:47 -08:00
{
2022-10-21 04:17:37 -07:00
"datasource" : {
"type" : "prometheus" ,
"uid" : "${DS_PROMETHEUS}"
} ,
2020-07-27 01:51:05 -07:00
"expr" : "avg(node_load5{instance=\"$node\",job=\"$job\"}) / count(count(node_cpu_seconds_total{instance=\"$node\",job=\"$job\"}) by (cpu)) * 100" ,
2020-01-18 10:37:18 -08:00
"format" : "time_series" ,
"hide" : false ,
"intervalFactor" : 1 ,
"refId" : "A" ,
2022-10-21 04:17:37 -07:00
"step" : 900
2020-01-18 10:37:18 -08:00
}
] ,
"title" : "Sys Load (5m avg)" ,
"type" : "gauge"
} ,
{
2022-10-21 04:17:37 -07:00
"datasource" : {
"type" : "prometheus" ,
"uid" : "${DS_PROMETHEUS}"
} ,
2020-01-18 10:37:18 -08:00
"description" : "Busy state of all CPU cores together (5 min average)" ,
2022-10-21 04:17:37 -07:00
"fieldConfig" : {
"defaults" : {
"color" : {
"mode" : "thresholds"
} ,
"mappings" : [
{
"id" : 0 ,
"op" : "=" ,
"text" : "N/A" ,
"type" : 1 ,
"value" : "null"
}
] ,
"max" : 100 ,
"min" : 0 ,
"thresholds" : {
"mode" : "absolute" ,
"steps" : [
{
"color" : "rgba(50, 172, 45, 0.97)" ,
"value" : null
} ,
{
"color" : "rgba(237, 129, 40, 0.89)" ,
"value" : 85
} ,
{
"color" : "rgba(245, 54, 54, 0.9)" ,
"value" : 95
}
]
} ,
"unit" : "percent"
} ,
"overrides" : [ ]
} ,
2020-01-18 10:37:18 -08:00
"gridPos" : {
"h" : 4 ,
"w" : 3 ,
"x" : 6 ,
"y" : 1
} ,
"id" : 246 ,
"links" : [ ] ,
"options" : {
2022-10-21 04:17:37 -07:00
"orientation" : "horizontal" ,
"reduceOptions" : {
2020-01-18 10:37:18 -08:00
"calcs" : [
"lastNotNull"
] ,
2022-10-21 04:17:37 -07:00
"fields" : "" ,
2020-01-18 10:37:18 -08:00
"values" : false
2018-01-04 09:55:47 -08:00
} ,
2020-01-18 10:37:18 -08:00
"showThresholdLabels" : false ,
"showThresholdMarkers" : true
} ,
2022-10-21 04:17:37 -07:00
"pluginVersion" : "9.2.0" ,
2020-01-18 10:37:18 -08:00
"targets" : [
2018-01-04 09:55:47 -08:00
{
2022-10-21 04:17:37 -07:00
"datasource" : {
"type" : "prometheus" ,
"uid" : "${DS_PROMETHEUS}"
} ,
2020-07-27 01:51:05 -07:00
"expr" : "avg(node_load15{instance=\"$node\",job=\"$job\"}) / count(count(node_cpu_seconds_total{instance=\"$node\",job=\"$job\"}) by (cpu)) * 100" ,
2020-01-18 10:37:18 -08:00
"format" : "time_series" ,
"hide" : false ,
"intervalFactor" : 1 ,
"refId" : "A" ,
2022-10-21 04:17:37 -07:00
"step" : 900
2020-01-18 10:37:18 -08:00
}
] ,
"title" : "Sys Load (15m avg)" ,
"type" : "gauge"
} ,
{
2022-10-21 04:17:37 -07:00
"datasource" : {
"type" : "prometheus" ,
"uid" : "${DS_PROMETHEUS}"
} ,
2020-01-18 10:37:18 -08:00
"description" : "Non available RAM memory" ,
2022-10-21 04:17:37 -07:00
"fieldConfig" : {
"defaults" : {
"color" : {
"mode" : "thresholds"
} ,
"decimals" : 0 ,
"mappings" : [ ] ,
"max" : 100 ,
"min" : 0 ,
"thresholds" : {
"mode" : "absolute" ,
"steps" : [
{
"color" : "rgba(50, 172, 45, 0.97)" ,
"value" : null
} ,
{
"color" : "rgba(237, 129, 40, 0.89)" ,
"value" : 80
} ,
{
"color" : "rgba(245, 54, 54, 0.9)" ,
"value" : 90
}
]
} ,
"unit" : "percent"
} ,
"overrides" : [ ]
} ,
2020-01-18 10:37:18 -08:00
"gridPos" : {
"h" : 4 ,
"w" : 3 ,
"x" : 9 ,
"y" : 1
} ,
"hideTimeOverride" : false ,
"id" : 16 ,
"links" : [ ] ,
"options" : {
2022-10-21 04:17:37 -07:00
"orientation" : "horizontal" ,
"reduceOptions" : {
2020-01-18 10:37:18 -08:00
"calcs" : [
"lastNotNull"
] ,
2022-10-21 04:17:37 -07:00
"fields" : "" ,
2020-01-18 10:37:18 -08:00
"values" : false
2018-01-04 09:55:47 -08:00
} ,
2020-01-18 10:37:18 -08:00
"showThresholdLabels" : false ,
"showThresholdMarkers" : true
} ,
2022-10-21 04:17:37 -07:00
"pluginVersion" : "9.2.0" ,
2020-01-18 10:37:18 -08:00
"targets" : [
2018-01-04 09:55:47 -08:00
{
2022-10-21 04:17:37 -07:00
"datasource" : {
"type" : "prometheus" ,
"uid" : "${DS_PROMETHEUS}"
} ,
2020-07-27 01:51:05 -07:00
"expr" : "(node_memory_active_bytes{instance=\"$node\",job=\"$job\"} * 100) / node_memory_size_bytes{instance=\"$node\",job=\"$job\"}" ,
2020-01-18 10:37:18 -08:00
"format" : "time_series" ,
"hide" : false ,
"instant" : false ,
"intervalFactor" : 1 ,
"refId" : "B" ,
2022-10-21 04:17:37 -07:00
"step" : 900
2020-01-18 10:37:18 -08:00
}
] ,
"title" : "RAM Used" ,
"type" : "gauge"
} ,
{
2022-10-21 04:17:37 -07:00
"datasource" : {
"type" : "prometheus" ,
"uid" : "${DS_PROMETHEUS}"
} ,
2020-01-18 10:37:18 -08:00
"description" : "Waiting to: https://github.com/derekmarcotte/node_exporter/blob/3bcdd14906307da57641ea8321d47909b90d98fa/collector/memory_bsd.go" ,
2022-10-21 04:17:37 -07:00
"fieldConfig" : {
"defaults" : {
"color" : {
"mode" : "thresholds"
} ,
"mappings" : [
{
"id" : 0 ,
"op" : "=" ,
"text" : "N/A" ,
"type" : 1 ,
"value" : "null"
}
] ,
"max" : 100 ,
"min" : 0 ,
"thresholds" : {
"mode" : "absolute" ,
"steps" : [
{
"color" : "rgba(50, 172, 45, 0.97)" ,
"value" : null
} ,
{
"color" : "rgba(237, 129, 40, 0.89)" ,
"value" : 10
} ,
{
"color" : "rgba(245, 54, 54, 0.9)" ,
"value" : 25
}
]
} ,
"unit" : "percent"
} ,
"overrides" : [ ]
} ,
2020-01-18 10:37:18 -08:00
"gridPos" : {
"h" : 4 ,
"w" : 3 ,
"x" : 12 ,
"y" : 1
} ,
"id" : 21 ,
"links" : [ ] ,
"options" : {
2022-10-21 04:17:37 -07:00
"orientation" : "horizontal" ,
"reduceOptions" : {
2020-01-18 10:37:18 -08:00
"calcs" : [
"lastNotNull"
] ,
2022-10-21 04:17:37 -07:00
"fields" : "" ,
2020-01-18 10:37:18 -08:00
"values" : false
2018-01-04 09:55:47 -08:00
} ,
2020-01-18 10:37:18 -08:00
"showThresholdLabels" : false ,
"showThresholdMarkers" : true
} ,
2022-10-21 04:17:37 -07:00
"pluginVersion" : "9.2.0" ,
2020-01-18 10:37:18 -08:00
"targets" : [
2018-01-04 09:55:47 -08:00
{
2022-10-21 04:17:37 -07:00
"datasource" : {
"type" : "prometheus" ,
"uid" : "${DS_PROMETHEUS}"
} ,
2020-08-11 07:02:27 -07:00
"expr" : "(node_memory_swap_used_bytes{instance=\"$node\",job=\"$job\"} * 100) / node_memory_swap_size_bytes{instance=\"$node\",job=\"$job\"}" ,
2020-01-18 10:37:18 -08:00
"intervalFactor" : 1 ,
"refId" : "A" ,
2022-10-21 04:17:37 -07:00
"step" : 900
2020-01-18 10:37:18 -08:00
}
] ,
"title" : "SWAP Used" ,
"type" : "gauge"
} ,
{
2022-10-21 04:17:37 -07:00
"datasource" : {
"type" : "prometheus" ,
"uid" : "${DS_PROMETHEUS}"
} ,
2020-01-18 10:37:18 -08:00
"description" : "Used Root FS" ,
2022-10-21 04:17:37 -07:00
"fieldConfig" : {
"defaults" : {
"color" : {
"mode" : "thresholds"
} ,
"mappings" : [
{
"id" : 0 ,
"op" : "=" ,
"text" : "N/A" ,
"type" : 1 ,
"value" : "null"
}
] ,
"max" : 100 ,
"min" : 0 ,
"thresholds" : {
"mode" : "absolute" ,
"steps" : [
{
"color" : "rgba(50, 172, 45, 0.97)" ,
"value" : null
} ,
{
"color" : "rgba(237, 129, 40, 0.89)" ,
"value" : 80
} ,
{
"color" : "rgba(245, 54, 54, 0.9)" ,
"value" : 90
}
]
} ,
"unit" : "percent"
} ,
"overrides" : [ ]
} ,
2020-01-18 10:37:18 -08:00
"gridPos" : {
"h" : 4 ,
"w" : 3 ,
"x" : 15 ,
"y" : 1
} ,
"id" : 154 ,
"links" : [ ] ,
"options" : {
2022-10-21 04:17:37 -07:00
"orientation" : "horizontal" ,
"reduceOptions" : {
2020-01-18 10:37:18 -08:00
"calcs" : [
"lastNotNull"
] ,
2022-10-21 04:17:37 -07:00
"fields" : "" ,
2020-01-18 10:37:18 -08:00
"values" : false
2018-01-04 09:55:47 -08:00
} ,
2020-01-18 10:37:18 -08:00
"showThresholdLabels" : false ,
"showThresholdMarkers" : true
} ,
2022-10-21 04:17:37 -07:00
"pluginVersion" : "9.2.0" ,
2020-01-18 10:37:18 -08:00
"targets" : [
2018-01-04 09:55:47 -08:00
{
2022-10-21 04:17:37 -07:00
"datasource" : {
"type" : "prometheus" ,
"uid" : "${DS_PROMETHEUS}"
} ,
2020-07-27 01:51:05 -07:00
"expr" : "100 - ((node_filesystem_avail_bytes{instance=\"$node\",job=\"$job\",mountpoint=\"/\"} * 100) / node_filesystem_size_bytes{instance=\"$node\",job=\"$job\",mountpoint=\"/\"})" ,
2020-01-18 10:37:18 -08:00
"format" : "time_series" ,
"intervalFactor" : 1 ,
"refId" : "A" ,
2022-10-21 04:17:37 -07:00
"step" : 900
2018-01-04 09:55:47 -08:00
}
] ,
2020-01-18 10:37:18 -08:00
"title" : "Root FS Used" ,
"type" : "gauge"
2018-01-04 09:55:47 -08:00
} ,
{
2022-10-21 04:17:37 -07:00
"datasource" : {
"type" : "prometheus" ,
"uid" : "${DS_PROMETHEUS}"
} ,
2020-01-18 10:37:18 -08:00
"description" : "Total number of CPU cores" ,
2022-10-21 04:17:37 -07:00
"fieldConfig" : {
"defaults" : {
"color" : {
"mode" : "thresholds"
} ,
"mappings" : [
{
"options" : {
"match" : "null" ,
"result" : {
"text" : "N/A"
}
} ,
"type" : "special"
}
] ,
"thresholds" : {
"mode" : "absolute" ,
"steps" : [
{
"color" : "green" ,
"value" : null
} ,
{
"color" : "red" ,
"value" : 80
}
]
} ,
"unit" : "short"
} ,
"overrides" : [ ]
2020-01-18 10:37:18 -08:00
} ,
"gridPos" : {
"h" : 2 ,
"w" : 2 ,
"x" : 18 ,
"y" : 1
} ,
"id" : 14 ,
"links" : [ ] ,
"maxDataPoints" : 100 ,
2022-10-21 04:17:37 -07:00
"options" : {
"colorMode" : "none" ,
"graphMode" : "none" ,
"justifyMode" : "auto" ,
"orientation" : "horizontal" ,
"reduceOptions" : {
"calcs" : [
"lastNotNull"
] ,
"fields" : "" ,
"values" : false
} ,
"textMode" : "auto"
2020-01-18 10:37:18 -08:00
} ,
2022-10-21 04:17:37 -07:00
"pluginVersion" : "9.2.0" ,
2020-01-18 10:37:18 -08:00
"targets" : [
{
2022-10-21 04:17:37 -07:00
"datasource" : {
"type" : "prometheus" ,
"uid" : "${DS_PROMETHEUS}"
} ,
2020-07-27 01:51:05 -07:00
"expr" : "count(count(node_cpu_seconds_total{instance=\"$node\",job=\"$job\"}) by (cpu))" ,
2020-01-18 10:37:18 -08:00
"intervalFactor" : 1 ,
"refId" : "A" ,
2022-10-21 04:17:37 -07:00
"step" : 900
2020-01-18 10:37:18 -08:00
}
] ,
"title" : "CPU Cores" ,
2022-10-21 04:17:37 -07:00
"type" : "stat"
2020-01-18 10:37:18 -08:00
} ,
{
2022-10-21 04:17:37 -07:00
"datasource" : {
"type" : "prometheus" ,
"uid" : "${DS_PROMETHEUS}"
} ,
2020-01-18 10:37:18 -08:00
"description" : "Total RAM" ,
2022-10-21 04:17:37 -07:00
"fieldConfig" : {
"defaults" : {
"color" : {
"mode" : "thresholds"
} ,
"decimals" : 0 ,
"mappings" : [
{
"options" : {
"match" : "null" ,
"result" : {
"text" : "N/A"
}
} ,
"type" : "special"
}
] ,
"thresholds" : {
"mode" : "absolute" ,
"steps" : [
{
"color" : "green" ,
"value" : null
} ,
{
"color" : "red" ,
"value" : 80
}
]
} ,
"unit" : "bytes"
} ,
"overrides" : [ ]
2020-01-18 10:37:18 -08:00
} ,
"gridPos" : {
"h" : 2 ,
"w" : 2 ,
"x" : 20 ,
"y" : 1
} ,
"id" : 75 ,
"links" : [ ] ,
"maxDataPoints" : 100 ,
2022-10-21 04:17:37 -07:00
"options" : {
"colorMode" : "none" ,
"graphMode" : "none" ,
"justifyMode" : "auto" ,
"orientation" : "horizontal" ,
"reduceOptions" : {
"calcs" : [
"lastNotNull"
] ,
"fields" : "" ,
"values" : false
} ,
"textMode" : "auto"
2020-01-18 10:37:18 -08:00
} ,
2022-10-21 04:17:37 -07:00
"pluginVersion" : "9.2.0" ,
2020-01-18 10:37:18 -08:00
"targets" : [
{
2022-10-21 04:17:37 -07:00
"datasource" : {
"type" : "prometheus" ,
"uid" : "${DS_PROMETHEUS}"
} ,
2020-07-27 01:51:05 -07:00
"expr" : "node_memory_size_bytes{instance=\"$node\",job=\"$job\"}" ,
2020-01-18 10:37:18 -08:00
"intervalFactor" : 1 ,
"refId" : "A" ,
2022-10-21 04:17:37 -07:00
"step" : 900
2020-01-18 10:37:18 -08:00
}
] ,
"title" : "RAM Total" ,
2022-10-21 04:17:37 -07:00
"type" : "stat"
2020-01-18 10:37:18 -08:00
} ,
{
2022-10-21 04:17:37 -07:00
"datasource" : {
"type" : "prometheus" ,
"uid" : "${DS_PROMETHEUS}"
} ,
2020-01-18 10:37:18 -08:00
"description" : "Total SWAP" ,
2022-10-21 04:17:37 -07:00
"fieldConfig" : {
"defaults" : {
"color" : {
"mode" : "thresholds"
} ,
"decimals" : 0 ,
"mappings" : [
{
"options" : {
"match" : "null" ,
"result" : {
"text" : "N/A"
}
} ,
"type" : "special"
}
] ,
"thresholds" : {
"mode" : "absolute" ,
"steps" : [
{
"color" : "green" ,
"value" : null
} ,
{
"color" : "red" ,
"value" : 80
}
]
} ,
"unit" : "bytes"
} ,
"overrides" : [ ]
2020-01-18 10:37:18 -08:00
} ,
"gridPos" : {
"h" : 2 ,
"w" : 2 ,
"x" : 22 ,
"y" : 1
} ,
"id" : 18 ,
"links" : [ ] ,
"maxDataPoints" : 100 ,
2022-10-21 04:17:37 -07:00
"options" : {
"colorMode" : "none" ,
"graphMode" : "none" ,
"justifyMode" : "auto" ,
"orientation" : "horizontal" ,
"reduceOptions" : {
"calcs" : [
"lastNotNull"
] ,
"fields" : "" ,
"values" : false
} ,
"textMode" : "auto"
2020-01-18 10:37:18 -08:00
} ,
2022-10-21 04:17:37 -07:00
"pluginVersion" : "9.2.0" ,
2020-01-18 10:37:18 -08:00
"targets" : [
{
2022-10-21 04:17:37 -07:00
"datasource" : {
"type" : "prometheus" ,
"uid" : "${DS_PROMETHEUS}"
} ,
2020-07-27 01:51:05 -07:00
"expr" : "node_memory_swap_size_bytes{instance=\"$node\",job=\"$job\"}" ,
2020-01-18 10:37:18 -08:00
"intervalFactor" : 1 ,
"refId" : "A" ,
2022-10-21 04:17:37 -07:00
"step" : 900
2020-01-18 10:37:18 -08:00
}
] ,
"title" : "SWAP Total" ,
2022-10-21 04:17:37 -07:00
"type" : "stat"
2020-01-18 10:37:18 -08:00
} ,
{
2022-10-21 04:17:37 -07:00
"datasource" : {
"type" : "prometheus" ,
"uid" : "${DS_PROMETHEUS}"
} ,
2020-01-18 10:37:18 -08:00
"description" : "System Load (1m avg)" ,
2022-10-21 04:17:37 -07:00
"fieldConfig" : {
"defaults" : {
"color" : {
"mode" : "thresholds"
} ,
"decimals" : 2 ,
"mappings" : [
{
"options" : {
"match" : "null" ,
"result" : {
"text" : "N/A"
}
} ,
"type" : "special"
}
] ,
"thresholds" : {
"mode" : "absolute" ,
"steps" : [
{
"color" : "green" ,
"value" : null
} ,
{
"color" : "red" ,
"value" : 80
}
]
} ,
"unit" : "short"
} ,
"overrides" : [ ]
2020-01-18 10:37:18 -08:00
} ,
"gridPos" : {
"h" : 2 ,
"w" : 2 ,
"x" : 18 ,
"y" : 3
} ,
"id" : 17 ,
"links" : [ ] ,
"maxDataPoints" : 100 ,
2022-10-21 04:17:37 -07:00
"options" : {
"colorMode" : "none" ,
"graphMode" : "none" ,
"justifyMode" : "auto" ,
"orientation" : "horizontal" ,
"reduceOptions" : {
"calcs" : [
"lastNotNull"
] ,
"fields" : "" ,
"values" : false
} ,
"textMode" : "auto"
2020-01-18 10:37:18 -08:00
} ,
2022-10-21 04:17:37 -07:00
"pluginVersion" : "9.2.0" ,
2020-01-18 10:37:18 -08:00
"targets" : [
{
2022-10-21 04:17:37 -07:00
"datasource" : {
"type" : "prometheus" ,
"uid" : "${DS_PROMETHEUS}"
} ,
2020-07-27 01:51:05 -07:00
"expr" : "node_load1{instance=\"$node\",job=\"$job\"}" ,
2020-01-18 10:37:18 -08:00
"hide" : false ,
"intervalFactor" : 1 ,
"refId" : "A" ,
2022-10-21 04:17:37 -07:00
"step" : 900
2020-01-18 10:37:18 -08:00
}
] ,
"title" : "Sys Load (1m avg)" ,
2022-10-21 04:17:37 -07:00
"type" : "stat"
2020-01-18 10:37:18 -08:00
} ,
{
2022-10-21 04:17:37 -07:00
"datasource" : {
"type" : "prometheus" ,
"uid" : "${DS_PROMETHEUS}"
} ,
2020-01-18 10:37:18 -08:00
"description" : "Total RootFS" ,
2022-10-21 04:17:37 -07:00
"fieldConfig" : {
"defaults" : {
"color" : {
"mode" : "thresholds"
} ,
"decimals" : 0 ,
"mappings" : [
{
"options" : {
"match" : "null" ,
"result" : {
"text" : "N/A"
}
} ,
"type" : "special"
}
] ,
"thresholds" : {
"mode" : "absolute" ,
"steps" : [
{
"color" : "rgba(50, 172, 45, 0.97)" ,
"value" : null
} ,
{
"color" : "rgba(237, 129, 40, 0.89)" ,
"value" : 70
} ,
{
"color" : "rgba(245, 54, 54, 0.9)" ,
"value" : 90
}
]
} ,
"unit" : "bytes"
} ,
"overrides" : [ ]
2020-01-18 10:37:18 -08:00
} ,
"gridPos" : {
"h" : 2 ,
"w" : 2 ,
"x" : 20 ,
"y" : 3
} ,
"id" : 23 ,
"links" : [ ] ,
"maxDataPoints" : 100 ,
2022-10-21 04:17:37 -07:00
"options" : {
"colorMode" : "none" ,
"graphMode" : "none" ,
"justifyMode" : "auto" ,
"orientation" : "horizontal" ,
"reduceOptions" : {
"calcs" : [
"lastNotNull"
] ,
"fields" : "" ,
"values" : false
} ,
"textMode" : "auto"
2020-01-18 10:37:18 -08:00
} ,
2022-10-21 04:17:37 -07:00
"pluginVersion" : "9.2.0" ,
2020-01-18 10:37:18 -08:00
"targets" : [
{
2022-10-21 04:17:37 -07:00
"datasource" : {
"type" : "prometheus" ,
"uid" : "${DS_PROMETHEUS}"
} ,
2020-07-27 01:51:05 -07:00
"expr" : "node_filesystem_size_bytes{instance=\"$node\",job=\"$job\",mountpoint=\"/\"}" ,
2020-01-18 10:37:18 -08:00
"format" : "time_series" ,
"hide" : false ,
"intervalFactor" : 1 ,
"refId" : "A" ,
2022-10-21 04:17:37 -07:00
"step" : 900
2020-01-18 10:37:18 -08:00
}
] ,
"title" : "RootFS Total" ,
2022-10-21 04:17:37 -07:00
"type" : "stat"
2020-01-18 10:37:18 -08:00
} ,
{
2022-10-21 04:17:37 -07:00
"datasource" : {
"type" : "prometheus" ,
"uid" : "${DS_PROMETHEUS}"
} ,
2020-01-18 10:37:18 -08:00
"description" : "System uptime - Pending https://github.com/prometheus/node_exporter/pull/550" ,
2022-10-21 04:17:37 -07:00
"fieldConfig" : {
"defaults" : {
"color" : {
"mode" : "thresholds"
} ,
"decimals" : 1 ,
"mappings" : [
{
"options" : {
"match" : "null" ,
"result" : {
"text" : "N/A"
}
} ,
"type" : "special"
}
] ,
"thresholds" : {
"mode" : "absolute" ,
"steps" : [
{
"color" : "green" ,
"value" : null
} ,
{
"color" : "red" ,
"value" : 80
}
]
} ,
"unit" : "s"
} ,
"overrides" : [ ]
2020-01-18 10:37:18 -08:00
} ,
"gridPos" : {
"h" : 2 ,
"w" : 2 ,
"x" : 22 ,
"y" : 3
} ,
"hideTimeOverride" : true ,
"id" : 15 ,
"links" : [ ] ,
"maxDataPoints" : 100 ,
2022-10-21 04:17:37 -07:00
"options" : {
"colorMode" : "none" ,
"graphMode" : "none" ,
"justifyMode" : "auto" ,
"orientation" : "horizontal" ,
"reduceOptions" : {
"calcs" : [
"lastNotNull"
] ,
"fields" : "" ,
"values" : false
} ,
"textMode" : "auto"
2020-01-18 10:37:18 -08:00
} ,
2022-10-21 04:17:37 -07:00
"pluginVersion" : "9.2.0" ,
2020-01-18 10:37:18 -08:00
"targets" : [
{
2022-10-21 04:17:37 -07:00
"datasource" : {
"type" : "prometheus" ,
"uid" : "${DS_PROMETHEUS}"
} ,
2020-07-27 01:51:05 -07:00
"expr" : "node_time_seconds{instance=\"$node\",job=\"$job\"} - node_boot_time_seconds{instance=\"$node\",job=\"$job\"}" ,
2022-10-21 04:17:37 -07:00
"intervalFactor" : 2 ,
2020-01-18 10:37:18 -08:00
"refId" : "A" ,
2022-10-21 04:17:37 -07:00
"step" : 1800
2020-01-18 10:37:18 -08:00
}
] ,
"title" : "Uptime" ,
2022-10-21 04:17:37 -07:00
"type" : "stat"
2020-01-18 10:37:18 -08:00
} ,
{
"collapsed" : false ,
2022-10-21 04:17:37 -07:00
"datasource" : {
"type" : "prometheus" ,
"uid" : "000000001"
} ,
2020-01-18 10:37:18 -08:00
"gridPos" : {
"h" : 1 ,
"w" : 24 ,
"x" : 0 ,
"y" : 5
} ,
"id" : 241 ,
"panels" : [ ] ,
2022-10-21 04:17:37 -07:00
"targets" : [
{
"datasource" : {
"type" : "prometheus" ,
"uid" : "000000001"
} ,
"refId" : "A"
}
] ,
2018-01-04 09:55:47 -08:00
"title" : "Basic CPU / Mem / Net / Disk" ,
2020-01-18 10:37:18 -08:00
"type" : "row"
2018-01-04 09:55:47 -08:00
} ,
{
2022-10-21 04:17:37 -07:00
"datasource" : {
"type" : "prometheus" ,
"uid" : "${DS_PROMETHEUS}"
} ,
2020-01-18 10:37:18 -08:00
"description" : "" ,
2022-10-21 04:17:37 -07:00
"fieldConfig" : {
"defaults" : {
"color" : {
"mode" : "palette-classic"
} ,
"custom" : {
"axisCenteredZero" : false ,
"axisColorMode" : "text" ,
"axisLabel" : "Percentage" ,
"axisPlacement" : "auto" ,
"barAlignment" : 0 ,
"drawStyle" : "line" ,
"fillOpacity" : 40 ,
"gradientMode" : "none" ,
"hideFrom" : {
"legend" : false ,
"tooltip" : false ,
"viz" : false
} ,
"lineInterpolation" : "linear" ,
"lineWidth" : 1 ,
"pointSize" : 5 ,
"scaleDistribution" : {
"type" : "linear"
} ,
"showPoints" : "never" ,
"spanNulls" : false ,
"stacking" : {
"group" : "A" ,
"mode" : "percent"
} ,
"thresholdsStyle" : {
"mode" : "off"
}
} ,
"links" : [ ] ,
"mappings" : [ ] ,
"max" : 100 ,
"thresholds" : {
"mode" : "absolute" ,
"steps" : [
{
"color" : "green" ,
"value" : null
} ,
{
"color" : "red" ,
"value" : 80
}
]
} ,
"unit" : "short"
} ,
"overrides" : [
{
"matcher" : {
"id" : "byName" ,
"options" : "Busy"
} ,
"properties" : [
{
"id" : "color" ,
"value" : {
"fixedColor" : "#EAB839" ,
"mode" : "fixed"
}
}
]
} ,
{
"matcher" : {
"id" : "byName" ,
"options" : "Busy Iowait"
} ,
"properties" : [
{
"id" : "color" ,
"value" : {
"fixedColor" : "#890F02" ,
"mode" : "fixed"
}
}
]
} ,
{
"matcher" : {
"id" : "byName" ,
"options" : "Busy other"
} ,
"properties" : [
{
"id" : "color" ,
"value" : {
"fixedColor" : "#1F78C1" ,
"mode" : "fixed"
}
}
]
} ,
{
"matcher" : {
"id" : "byName" ,
"options" : "Idle"
} ,
"properties" : [
{
"id" : "color" ,
"value" : {
"fixedColor" : "#052B51" ,
"mode" : "fixed"
}
}
]
} ,
{
"matcher" : {
"id" : "byName" ,
"options" : "Idle - Waiting for something to happen"
} ,
"properties" : [
{
"id" : "color" ,
"value" : {
"fixedColor" : "#052B51" ,
"mode" : "fixed"
}
}
]
} ,
{
"matcher" : {
"id" : "byName" ,
"options" : "guest"
} ,
"properties" : [
{
"id" : "color" ,
"value" : {
"fixedColor" : "#9AC48A" ,
"mode" : "fixed"
}
}
]
} ,
{
"matcher" : {
"id" : "byName" ,
"options" : "idle"
} ,
"properties" : [
{
"id" : "color" ,
"value" : {
"fixedColor" : "#052B51" ,
"mode" : "fixed"
}
}
]
} ,
{
"matcher" : {
"id" : "byName" ,
"options" : "iowait"
} ,
"properties" : [
{
"id" : "color" ,
"value" : {
"fixedColor" : "#EAB839" ,
"mode" : "fixed"
}
}
]
} ,
{
"matcher" : {
"id" : "byName" ,
"options" : "irq"
} ,
"properties" : [
{
"id" : "color" ,
"value" : {
"fixedColor" : "#BF1B00" ,
"mode" : "fixed"
}
}
]
} ,
{
"matcher" : {
"id" : "byName" ,
"options" : "nice"
} ,
"properties" : [
{
"id" : "color" ,
"value" : {
"fixedColor" : "#C15C17" ,
"mode" : "fixed"
}
}
]
} ,
{
"matcher" : {
"id" : "byName" ,
"options" : "softirq"
} ,
"properties" : [
{
"id" : "color" ,
"value" : {
"fixedColor" : "#E24D42" ,
"mode" : "fixed"
}
}
]
} ,
{
"matcher" : {
"id" : "byName" ,
"options" : "steal"
} ,
"properties" : [
{
"id" : "color" ,
"value" : {
"fixedColor" : "#FCE2DE" ,
"mode" : "fixed"
}
}
]
} ,
{
"matcher" : {
"id" : "byName" ,
"options" : "system"
} ,
"properties" : [
{
"id" : "color" ,
"value" : {
"fixedColor" : "#508642" ,
"mode" : "fixed"
}
}
]
} ,
{
"matcher" : {
"id" : "byName" ,
"options" : "user"
} ,
"properties" : [
{
"id" : "color" ,
"value" : {
"fixedColor" : "#5195CE" ,
"mode" : "fixed"
}
}
]
}
]
} ,
2020-01-18 10:37:18 -08:00
"gridPos" : {
"h" : 11 ,
"w" : 12 ,
"x" : 0 ,
"y" : 6
} ,
"id" : 77 ,
"links" : [ ] ,
"options" : {
2022-10-21 04:17:37 -07:00
"legend" : {
"calcs" : [
"mean" ,
"lastNotNull" ,
"max" ,
"min"
] ,
"displayMode" : "table" ,
"placement" : "bottom" ,
"showLegend" : true ,
"width" : 250
} ,
"tooltip" : {
"mode" : "multi" ,
"sort" : "none"
}
} ,
"pluginVersion" : "9.2.0" ,
2020-01-18 10:37:18 -08:00
"targets" : [
2018-01-04 09:55:47 -08:00
{
2022-10-21 04:17:37 -07:00
"datasource" : {
"type" : "prometheus" ,
"uid" : "${DS_PROMETHEUS}"
} ,
2022-11-08 12:19:23 -08:00
"editorMode" : "code" ,
"expr" : "sum by(instance) (irate(node_cpu_seconds_total{instance=\"$node\",job=\"$job\", mode=\"system\"}[$__rate_interval])) / on(instance) group_left sum by (instance)((irate(node_cpu_seconds_total{instance=\"$node\",job=\"$job\"}[$__rate_interval])))" ,
2020-01-18 10:37:18 -08:00
"format" : "time_series" ,
"hide" : false ,
2022-10-21 04:17:37 -07:00
"intervalFactor" : 2 ,
2020-01-18 10:37:18 -08:00
"legendFormat" : "System - Processes executing in kernel mode" ,
2022-11-08 12:19:23 -08:00
"range" : true ,
2020-01-18 10:37:18 -08:00
"refId" : "B" ,
"step" : 240
2018-01-04 09:55:47 -08:00
} ,
{
2022-10-21 04:17:37 -07:00
"datasource" : {
"type" : "prometheus" ,
"uid" : "${DS_PROMETHEUS}"
} ,
2022-11-08 12:19:23 -08:00
"editorMode" : "code" ,
"expr" : "sum by(instance) (irate(node_cpu_seconds_total{instance=\"$node\",job=\"$job\", mode=\"user\"}[$__rate_interval])) / on(instance) group_left sum by (instance)((irate(node_cpu_seconds_total{instance=\"$node\",job=\"$job\"}[$__rate_interval])))" ,
2020-01-18 10:37:18 -08:00
"format" : "time_series" ,
"hide" : false ,
2022-10-21 04:17:37 -07:00
"intervalFactor" : 2 ,
2020-01-18 10:37:18 -08:00
"legendFormat" : "User - Normal processes executing in user mode" ,
2022-11-08 12:19:23 -08:00
"range" : true ,
2020-01-18 10:37:18 -08:00
"refId" : "D" ,
"step" : 240
2018-01-04 09:55:47 -08:00
} ,
{
2022-10-21 04:17:37 -07:00
"datasource" : {
"type" : "prometheus" ,
"uid" : "${DS_PROMETHEUS}"
} ,
2022-11-08 12:19:23 -08:00
"editorMode" : "code" ,
"expr" : "sum by(instance) (irate(node_cpu_seconds_total{instance=\"$node\",job=\"$job\", mode=\"idle\"}[$__rate_interval])) / on(instance) group_left sum by (instance)((irate(node_cpu_seconds_total{instance=\"$node\",job=\"$job\"}[$__rate_interval])))" ,
2020-01-18 10:37:18 -08:00
"format" : "time_series" ,
2022-10-21 04:17:37 -07:00
"intervalFactor" : 2 ,
2020-01-18 10:37:18 -08:00
"legendFormat" : "Idle - Waiting for something to happen" ,
2022-11-08 12:19:23 -08:00
"range" : true ,
2020-01-18 10:37:18 -08:00
"refId" : "C" ,
"step" : 240
2018-01-04 09:55:47 -08:00
} ,
{
2022-10-21 04:17:37 -07:00
"datasource" : {
"type" : "prometheus" ,
"uid" : "${DS_PROMETHEUS}"
} ,
"editorMode" : "code" ,
2022-11-08 12:19:23 -08:00
"expr" : "sum by(instance) (irate(node_cpu_seconds_total{instance=\"$node\",job=\"$job\", mode=\"interrupt\"}[$__rate_interval])) / on(instance) group_left sum by (instance)((irate(node_cpu_seconds_total{instance=\"$node\",job=\"$job\"}[$__rate_interval])))" ,
2020-01-18 10:37:18 -08:00
"format" : "time_series" ,
2022-10-21 04:17:37 -07:00
"intervalFactor" : 2 ,
2020-01-18 10:37:18 -08:00
"legendFormat" : "Interrupt - Servicing interrupts" ,
2022-10-21 04:17:37 -07:00
"range" : true ,
2020-01-18 10:37:18 -08:00
"refId" : "E" ,
"step" : 240
} ,
{
2022-10-21 04:17:37 -07:00
"datasource" : {
"type" : "prometheus" ,
"uid" : "${DS_PROMETHEUS}"
} ,
"editorMode" : "code" ,
"expr" : "sum by (instance)(irate(node_cpu_seconds_total{mode='nice',instance=\"$node\",job=\"$job\"}[5m])) * 100" ,
2020-01-18 10:37:18 -08:00
"format" : "time_series" ,
2022-10-21 04:17:37 -07:00
"intervalFactor" : 2 ,
2020-01-18 10:37:18 -08:00
"legendFormat" : "Nice - Niced processes executing in user mode" ,
2022-10-21 04:17:37 -07:00
"range" : true ,
2020-01-18 10:37:18 -08:00
"refId" : "F" ,
"step" : 240
}
] ,
"title" : "CPU" ,
2022-10-21 04:17:37 -07:00
"type" : "timeseries"
2020-01-18 10:37:18 -08:00
} ,
{
2022-10-21 04:17:37 -07:00
"datasource" : {
"type" : "prometheus" ,
"uid" : "${DS_PROMETHEUS}"
2020-01-18 10:37:18 -08:00
} ,
"description" : "" ,
2022-10-21 04:17:37 -07:00
"fieldConfig" : {
"defaults" : {
"color" : {
"mode" : "palette-classic"
} ,
"custom" : {
"axisCenteredZero" : false ,
"axisColorMode" : "text" ,
"axisLabel" : "Bytes" ,
"axisPlacement" : "auto" ,
"barAlignment" : 0 ,
"drawStyle" : "line" ,
"fillOpacity" : 40 ,
"gradientMode" : "none" ,
"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" : [ ] ,
"min" : 0 ,
"thresholds" : {
"mode" : "absolute" ,
"steps" : [
{
"color" : "green" ,
"value" : null
} ,
{
"color" : "red" ,
"value" : 80
}
]
} ,
"unit" : "bytes"
2020-01-18 10:37:18 -08:00
} ,
2022-10-21 04:17:37 -07:00
"overrides" : [
{
"matcher" : {
"id" : "byName" ,
"options" : "Apps"
} ,
"properties" : [
{
"id" : "color" ,
"value" : {
"fixedColor" : "#629E51" ,
"mode" : "fixed"
}
}
]
} ,
{
"matcher" : {
"id" : "byName" ,
"options" : "Buffers"
} ,
"properties" : [
{
"id" : "color" ,
"value" : {
"fixedColor" : "#614D93" ,
"mode" : "fixed"
}
}
]
} ,
{
"matcher" : {
"id" : "byName" ,
"options" : "Cache"
} ,
"properties" : [
{
"id" : "color" ,
"value" : {
"fixedColor" : "#6D1F62" ,
"mode" : "fixed"
}
}
]
} ,
{
"matcher" : {
"id" : "byName" ,
"options" : "Cached"
} ,
"properties" : [
{
"id" : "color" ,
"value" : {
"fixedColor" : "#511749" ,
"mode" : "fixed"
}
}
]
} ,
{
"matcher" : {
"id" : "byName" ,
"options" : "Committed"
} ,
"properties" : [
{
"id" : "color" ,
"value" : {
"fixedColor" : "#508642" ,
"mode" : "fixed"
}
}
]
} ,
{
"matcher" : {
"id" : "byName" ,
"options" : "Free"
} ,
"properties" : [
{
"id" : "color" ,
"value" : {
"fixedColor" : "#0A437C" ,
"mode" : "fixed"
}
}
]
} ,
{
"matcher" : {
"id" : "byName" ,
"options" : "Hardware Corrupted - Amount of RAM that the kernel identified as corrupted / not working"
} ,
"properties" : [
{
"id" : "color" ,
"value" : {
"fixedColor" : "#CFFAFF" ,
"mode" : "fixed"
}
}
]
} ,
{
"matcher" : {
"id" : "byName" ,
"options" : "Inactive"
} ,
"properties" : [
{
"id" : "color" ,
"value" : {
"fixedColor" : "#584477" ,
"mode" : "fixed"
}
}
]
} ,
{
"matcher" : {
"id" : "byName" ,
"options" : "PageTables"
} ,
"properties" : [
{
"id" : "color" ,
"value" : {
"fixedColor" : "#0A50A1" ,
"mode" : "fixed"
}
}
]
} ,
{
"matcher" : {
"id" : "byName" ,
"options" : "Page_Tables"
} ,
"properties" : [
{
"id" : "color" ,
"value" : {
"fixedColor" : "#0A50A1" ,
"mode" : "fixed"
}
}
]
} ,
{
"matcher" : {
"id" : "byName" ,
"options" : "RAM_Free"
} ,
"properties" : [
{
"id" : "color" ,
"value" : {
"fixedColor" : "#E0F9D7" ,
"mode" : "fixed"
}
}
]
} ,
{
"matcher" : {
"id" : "byName" ,
"options" : "Slab"
} ,
"properties" : [
{
"id" : "color" ,
"value" : {
"fixedColor" : "#806EB7" ,
"mode" : "fixed"
}
}
]
} ,
{
"matcher" : {
"id" : "byName" ,
"options" : "Slab_Cache"
} ,
"properties" : [
{
"id" : "color" ,
"value" : {
"fixedColor" : "#E0752D" ,
"mode" : "fixed"
}
}
]
} ,
{
"matcher" : {
"id" : "byName" ,
"options" : "Swap"
} ,
"properties" : [
{
"id" : "color" ,
"value" : {
"fixedColor" : "#BF1B00" ,
"mode" : "fixed"
}
}
]
} ,
{
"matcher" : {
"id" : "byName" ,
"options" : "Swap - Swap memory usage"
} ,
"properties" : [
{
"id" : "color" ,
"value" : {
"fixedColor" : "#BF1B00" ,
"mode" : "fixed"
}
}
]
} ,
{
"matcher" : {
"id" : "byName" ,
"options" : "Swap_Cache"
} ,
"properties" : [
{
"id" : "color" ,
"value" : {
"fixedColor" : "#C15C17" ,
"mode" : "fixed"
}
}
]
} ,
{
"matcher" : {
"id" : "byName" ,
"options" : "Swap_Free"
} ,
"properties" : [
{
"id" : "color" ,
"value" : {
"fixedColor" : "#2F575E" ,
"mode" : "fixed"
}
}
]
} ,
{
"matcher" : {
"id" : "byName" ,
"options" : "Unused"
} ,
"properties" : [
{
"id" : "color" ,
"value" : {
"fixedColor" : "#EAB839" ,
"mode" : "fixed"
}
}
]
} ,
{
"matcher" : {
"id" : "byName" ,
"options" : "Unused - Free memory unassigned"
} ,
"properties" : [
{
"id" : "color" ,
"value" : {
"fixedColor" : "#052B51" ,
"mode" : "fixed"
}
}
]
} ,
{
"matcher" : {
"id" : "byRegexp" ,
"options" : "/.*Free.*/"
} ,
"properties" : [
{
"id" : "color" ,
"value" : {
"fixedColor" : "#7EB26D" ,
"mode" : "fixed"
}
}
]
}
]
} ,
2020-01-18 10:37:18 -08:00
"gridPos" : {
"h" : 11 ,
"w" : 12 ,
"x" : 12 ,
"y" : 6
} ,
"id" : 24 ,
"links" : [ ] ,
"options" : {
2022-10-21 04:17:37 -07:00
"legend" : {
"calcs" : [
"mean" ,
"lastNotNull" ,
"max" ,
"min"
] ,
"displayMode" : "table" ,
"placement" : "bottom" ,
"showLegend" : true ,
"width" : 350
} ,
"tooltip" : {
"mode" : "multi" ,
"sort" : "none"
2020-01-18 10:37:18 -08:00
}
} ,
2022-10-21 04:17:37 -07:00
"pluginVersion" : "9.2.0" ,
2020-01-18 10:37:18 -08:00
"targets" : [
{
2022-10-21 04:17:37 -07:00
"datasource" : {
"type" : "prometheus" ,
"uid" : "${DS_PROMETHEUS}"
} ,
2020-07-27 01:51:05 -07:00
"expr" : "node_memory_inactive_bytes{instance=\"$node\",job=\"$job\"}" ,
2020-01-18 10:37:18 -08:00
"format" : "time_series" ,
"hide" : false ,
2022-10-21 04:17:37 -07:00
"intervalFactor" : 2 ,
2020-01-18 10:37:18 -08:00
"legendFormat" : "Inactive - Memory that is completely free and ready to use" ,
"refId" : "A" ,
"step" : 240
} ,
{
2022-10-21 04:17:37 -07:00
"datasource" : {
"type" : "prometheus" ,
"uid" : "${DS_PROMETHEUS}"
} ,
2020-07-27 01:51:05 -07:00
"expr" : "node_memory_active_bytes{instance=\"$node\",job=\"$job\"}" ,
2020-01-18 10:37:18 -08:00
"format" : "time_series" ,
"hide" : false ,
2022-10-21 04:17:37 -07:00
"intervalFactor" : 2 ,
2020-01-18 10:37:18 -08:00
"legendFormat" : "Active - Memory currently being used by a process" ,
"refId" : "C" ,
"step" : 240
} ,
{
2022-10-21 04:17:37 -07:00
"datasource" : {
"type" : "prometheus" ,
"uid" : "${DS_PROMETHEUS}"
} ,
2020-07-27 01:51:05 -07:00
"expr" : "node_memory_buffer_bytes{instance=\"$node\",job=\"$job\"}" ,
2020-01-18 10:37:18 -08:00
"format" : "time_series" ,
"hide" : false ,
2022-10-21 04:17:37 -07:00
"intervalFactor" : 2 ,
2020-01-18 10:37:18 -08:00
"legendFormat" : "Buffers - Disk cache" ,
"refId" : "D" ,
"step" : 240
} ,
{
2022-10-21 04:17:37 -07:00
"datasource" : {
"type" : "prometheus" ,
"uid" : "${DS_PROMETHEUS}"
} ,
2020-07-27 01:51:05 -07:00
"expr" : "node_memory_cache_bytes{instance=\"$node\",job=\"$job\"}" ,
2020-01-18 10:37:18 -08:00
"format" : "time_series" ,
"hide" : true ,
2022-10-21 04:17:37 -07:00
"intervalFactor" : 2 ,
2020-01-18 10:37:18 -08:00
"legendFormat" : "Cache - Memory being used to cache data, can be freed immediately if required" ,
"refId" : "F" ,
2022-10-21 04:17:37 -07:00
"step" : 120
2020-01-18 10:37:18 -08:00
} ,
{
2022-10-21 04:17:37 -07:00
"datasource" : {
"type" : "prometheus" ,
"uid" : "${DS_PROMETHEUS}"
} ,
2020-07-27 01:51:05 -07:00
"expr" : "node_memory_wired_bytes{instance=\"$node\",job=\"$job\"}" ,
2020-01-18 10:37:18 -08:00
"format" : "time_series" ,
"hide" : false ,
2022-10-21 04:17:37 -07:00
"intervalFactor" : 2 ,
2020-01-18 10:37:18 -08:00
"legendFormat" : "Wired - Memory in use by the Kernel" ,
"refId" : "I" ,
"step" : 240
} ,
{
2022-10-21 04:17:37 -07:00
"datasource" : {
"type" : "prometheus" ,
"uid" : "${DS_PROMETHEUS}"
} ,
2020-07-27 01:51:05 -07:00
"expr" : "node_memory_free_bytes{instance=\"$node\",job=\"$job\"}" ,
2020-01-18 10:37:18 -08:00
"hide" : false ,
2022-10-21 04:17:37 -07:00
"intervalFactor" : 2 ,
2020-01-18 10:37:18 -08:00
"legendFormat" : "Free - Memory that has been freed but is still cached since it may be used again" ,
"refId" : "E" ,
"step" : 240
}
] ,
"title" : "Memory" ,
2022-10-21 04:17:37 -07:00
"type" : "timeseries"
2020-01-18 10:37:18 -08:00
} ,
{
2022-10-21 04:17:37 -07:00
"datasource" : {
"type" : "prometheus" ,
"uid" : "${DS_PROMETHEUS}"
} ,
"fieldConfig" : {
"defaults" : {
"color" : {
"mode" : "palette-classic"
} ,
"custom" : {
"axisCenteredZero" : false ,
"axisColorMode" : "text" ,
"axisLabel" : "Bites out (-) / in (+)" ,
"axisPlacement" : "auto" ,
"barAlignment" : 0 ,
"drawStyle" : "line" ,
"fillOpacity" : 40 ,
"gradientMode" : "none" ,
"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" : "bps"
} ,
"overrides" : [
{
"matcher" : {
"id" : "byName" ,
"options" : "receive_packets_eth0"
} ,
"properties" : [
{
"id" : "color" ,
"value" : {
"fixedColor" : "#7EB26D" ,
"mode" : "fixed"
}
}
]
} ,
{
"matcher" : {
"id" : "byName" ,
"options" : "receive_packets_lo"
} ,
"properties" : [
{
"id" : "color" ,
"value" : {
"fixedColor" : "#E24D42" ,
"mode" : "fixed"
}
}
]
} ,
{
"matcher" : {
"id" : "byName" ,
"options" : "transmit_packets_eth0"
} ,
"properties" : [
{
"id" : "color" ,
"value" : {
"fixedColor" : "#7EB26D" ,
"mode" : "fixed"
}
}
]
} ,
{
"matcher" : {
"id" : "byName" ,
"options" : "transmit_packets_lo"
} ,
"properties" : [
{
"id" : "color" ,
"value" : {
"fixedColor" : "#E24D42" ,
"mode" : "fixed"
}
}
]
} ,
{
"matcher" : {
"id" : "byRegexp" ,
"options" : "/.*Trans.*/"
} ,
"properties" : [
{
"id" : "custom.transform" ,
"value" : "negative-Y"
}
]
} ,
{
"matcher" : {
"id" : "byRegexp" ,
"options" : "/.*lo0.*/"
} ,
"properties" : [
{
"id" : "color" ,
"value" : {
"fixedColor" : "#7EB26D" ,
"mode" : "fixed"
}
}
]
} ,
{
"matcher" : {
"id" : "byRegexp" ,
"options" : "/.*lo1.*/"
} ,
"properties" : [
{
"id" : "color" ,
"value" : {
"fixedColor" : "#EAB839" ,
"mode" : "fixed"
}
}
]
} ,
{
"matcher" : {
"id" : "byRegexp" ,
"options" : "/.*em0.*/"
} ,
"properties" : [
{
"id" : "color" ,
"value" : {
"fixedColor" : "#EF843C" ,
"mode" : "fixed"
}
}
]
} ,
{
"matcher" : {
"id" : "byRegexp" ,
"options" : "/.*em1.*/"
} ,
"properties" : [
{
"id" : "color" ,
"value" : {
"fixedColor" : "#E24D42" ,
"mode" : "fixed"
}
}
]
}
]
} ,
2020-01-18 10:37:18 -08:00
"gridPos" : {
"h" : 11 ,
"w" : 12 ,
"x" : 0 ,
"y" : 17
} ,
"id" : 84 ,
"links" : [ ] ,
"options" : {
2022-10-21 04:17:37 -07:00
"legend" : {
"calcs" : [
"mean" ,
"lastNotNull" ,
"max" ,
"min"
] ,
"displayMode" : "table" ,
"placement" : "bottom" ,
"showLegend" : true
2020-01-18 10:37:18 -08:00
} ,
2022-10-21 04:17:37 -07:00
"tooltip" : {
"mode" : "multi" ,
"sort" : "none"
2020-01-18 10:37:18 -08:00
}
2022-10-21 04:17:37 -07:00
} ,
"pluginVersion" : "9.2.0" ,
2020-01-18 10:37:18 -08:00
"targets" : [
{
2022-10-21 04:17:37 -07:00
"datasource" : {
"type" : "prometheus" ,
"uid" : "${DS_PROMETHEUS}"
} ,
"expr" : "(irate(node_network_receive_bytes_total{instance=\"$node\",job=\"$job\"}[5m]))*8" ,
2020-01-18 10:37:18 -08:00
"format" : "time_series" ,
2022-10-21 04:17:37 -07:00
"intervalFactor" : 2 ,
2020-01-18 10:37:18 -08:00
"legendFormat" : "{{device}} - Receive" ,
"refId" : "O" ,
"step" : 240
} ,
{
2022-10-21 04:17:37 -07:00
"datasource" : {
"type" : "prometheus" ,
"uid" : "${DS_PROMETHEUS}"
} ,
"expr" : "(irate(node_network_transmit_bytes_total{instance=\"$node\",job=\"$job\"}[5m]))*8" ,
2020-01-18 10:37:18 -08:00
"format" : "time_series" ,
2022-10-21 04:17:37 -07:00
"intervalFactor" : 2 ,
2020-01-18 10:37:18 -08:00
"legendFormat" : "{{device}} - Transmit" ,
"refId" : "P" ,
"step" : 240
}
] ,
"title" : "Network Traffic" ,
2022-10-21 04:17:37 -07:00
"type" : "timeseries"
2020-01-18 10:37:18 -08:00
} ,
{
2022-10-21 04:17:37 -07:00
"datasource" : {
"type" : "prometheus" ,
"uid" : "${DS_PROMETHEUS}"
} ,
"fieldConfig" : {
"defaults" : {
"color" : {
"mode" : "palette-classic"
} ,
"custom" : {
"axisCenteredZero" : false ,
"axisColorMode" : "text" ,
"axisLabel" : "Bytes out (-) / in (+)" ,
"axisPlacement" : "auto" ,
"barAlignment" : 0 ,
"drawStyle" : "line" ,
"fillOpacity" : 40 ,
"gradientMode" : "none" ,
"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" : "Bps"
} ,
"overrides" : [
{
"matcher" : {
"id" : "byName" ,
"options" : "receive_packets_eth0"
} ,
"properties" : [
{
"id" : "color" ,
"value" : {
"fixedColor" : "#7EB26D" ,
"mode" : "fixed"
}
}
]
} ,
{
"matcher" : {
"id" : "byName" ,
"options" : "receive_packets_lo"
} ,
"properties" : [
{
"id" : "color" ,
"value" : {
"fixedColor" : "#E24D42" ,
"mode" : "fixed"
}
}
]
} ,
{
"matcher" : {
"id" : "byName" ,
"options" : "transmit_packets_eth0"
} ,
"properties" : [
{
"id" : "color" ,
"value" : {
"fixedColor" : "#7EB26D" ,
"mode" : "fixed"
}
}
]
} ,
{
"matcher" : {
"id" : "byName" ,
"options" : "transmit_packets_lo"
} ,
"properties" : [
{
"id" : "color" ,
"value" : {
"fixedColor" : "#E24D42" ,
"mode" : "fixed"
}
}
]
} ,
{
"matcher" : {
"id" : "byRegexp" ,
"options" : "/.*out.*/"
} ,
"properties" : [
{
"id" : "custom.transform" ,
"value" : "negative-Y"
}
]
}
]
} ,
2020-01-18 10:37:18 -08:00
"gridPos" : {
"h" : 11 ,
"w" : 12 ,
"x" : 12 ,
"y" : 17
} ,
"id" : 233 ,
"links" : [ ] ,
"options" : {
2022-10-21 04:17:37 -07:00
"legend" : {
"calcs" : [
"mean" ,
"lastNotNull" ,
"max" ,
"min"
] ,
"displayMode" : "table" ,
"placement" : "bottom" ,
"showLegend" : true
} ,
"tooltip" : {
"mode" : "multi" ,
"sort" : "none"
2020-01-18 10:37:18 -08:00
}
2022-10-21 04:17:37 -07:00
} ,
"pluginVersion" : "9.2.0" ,
2020-01-18 10:37:18 -08:00
"targets" : [
{
2022-10-21 04:17:37 -07:00
"datasource" : {
"type" : "prometheus" ,
"uid" : "${DS_PROMETHEUS}"
} ,
"expr" : "irate(node_memory_swap_in_bytes_total{instance=\"$node\",job=\"$job\"}[5m])" ,
2020-01-18 10:37:18 -08:00
"format" : "time_series" ,
2022-10-21 04:17:37 -07:00
"intervalFactor" : 2 ,
2020-01-18 10:37:18 -08:00
"legendFormat" : "Swap in" ,
"refId" : "O" ,
"step" : 240
} ,
{
2022-10-21 04:17:37 -07:00
"datasource" : {
"type" : "prometheus" ,
"uid" : "${DS_PROMETHEUS}"
} ,
"expr" : "irate(node_memory_swap_out_bytes_total{instance=\"$node\",job=\"$job\"}[5m])" ,
2020-01-18 10:37:18 -08:00
"format" : "time_series" ,
2022-10-21 04:17:37 -07:00
"intervalFactor" : 2 ,
2020-01-18 10:37:18 -08:00
"legendFormat" : "Swap out" ,
"refId" : "P" ,
"step" : 240
}
] ,
"title" : "Memory Swap in/out" ,
2022-10-21 04:17:37 -07:00
"type" : "timeseries"
2020-01-18 10:37:18 -08:00
} ,
{
2022-10-21 04:17:37 -07:00
"datasource" : {
"type" : "prometheus" ,
"uid" : "${DS_PROMETHEUS}"
} ,
2020-01-18 10:37:18 -08:00
"description" : "" ,
2022-10-21 04:17:37 -07:00
"fieldConfig" : {
"defaults" : {
"color" : {
"mode" : "palette-classic"
} ,
"custom" : {
"axisCenteredZero" : false ,
"axisColorMode" : "text" ,
"axisLabel" : "" ,
"axisPlacement" : "auto" ,
"barAlignment" : 0 ,
"drawStyle" : "line" ,
"fillOpacity" : 40 ,
"gradientMode" : "none" ,
"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" : [ ] ,
"max" : 100 ,
"min" : 0 ,
"thresholds" : {
"mode" : "absolute" ,
"steps" : [
{
2022-11-08 12:19:23 -08:00
"color" : "green" ,
"value" : null
2022-10-21 04:17:37 -07:00
} ,
{
"color" : "red" ,
"value" : 80
}
]
} ,
"unit" : "percent"
} ,
"overrides" : [ ]
} ,
2020-01-18 10:37:18 -08:00
"gridPos" : {
"h" : 11 ,
"w" : 12 ,
"x" : 0 ,
"y" : 28
} ,
"id" : 152 ,
"links" : [ ] ,
"options" : {
2022-10-21 04:17:37 -07:00
"legend" : {
"calcs" : [
"mean" ,
"lastNotNull" ,
"max" ,
"min"
] ,
"displayMode" : "table" ,
"placement" : "bottom" ,
"showLegend" : true
} ,
"tooltip" : {
"mode" : "multi" ,
"sort" : "none"
}
} ,
"pluginVersion" : "9.2.0" ,
2020-01-18 10:37:18 -08:00
"targets" : [
{
2022-10-21 04:17:37 -07:00
"datasource" : {
"type" : "prometheus" ,
"uid" : "${DS_PROMETHEUS}"
} ,
2020-07-27 01:51:05 -07:00
"expr" : "100 - ((node_filesystem_avail_bytes{instance=\"$node\",job=\"$job\",mountpoint=\"/\"} * 100) / node_filesystem_size_bytes{instance=\"$node\",job=\"$job\",mountpoint=\"/\"})" ,
2020-01-18 10:37:18 -08:00
"format" : "time_series" ,
2022-10-21 04:17:37 -07:00
"intervalFactor" : 2 ,
2020-01-18 10:37:18 -08:00
"legendFormat" : "{{device}} - {{mountpoint}} " ,
"refId" : "A" ,
"step" : 240
}
] ,
"title" : "Disk Percentage Used" ,
2022-10-21 04:17:37 -07:00
"type" : "timeseries"
2020-01-18 10:37:18 -08:00
} ,
{
2022-10-21 04:17:37 -07:00
"datasource" : {
"type" : "prometheus" ,
"uid" : "${DS_PROMETHEUS}"
} ,
2020-01-18 10:37:18 -08:00
"description" : "" ,
2022-10-21 04:17:37 -07:00
"fieldConfig" : {
"defaults" : {
"color" : {
"mode" : "palette-classic"
} ,
"custom" : {
"axisCenteredZero" : false ,
"axisColorMode" : "text" ,
"axisLabel" : "Bytes used (-) / available (+)" ,
"axisPlacement" : "auto" ,
"barAlignment" : 0 ,
"drawStyle" : "line" ,
"fillOpacity" : 40 ,
"gradientMode" : "none" ,
"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" : [
{
2022-11-08 12:19:23 -08:00
"color" : "green" ,
"value" : null
2022-10-21 04:17:37 -07:00
} ,
{
"color" : "red" ,
"value" : 80
}
]
} ,
"unit" : "bytes"
} ,
"overrides" : [
{
"matcher" : {
"id" : "byRegexp" ,
"options" : "/.*Used.*/"
} ,
"properties" : [
{
"id" : "custom.transform" ,
"value" : "negative-Y"
}
]
} ,
{
"matcher" : {
"id" : "byRegexp" ,
"options" : "/.*Used.*/"
} ,
"properties" : [
{
"id" : "color" ,
"value" : {
"fixedColor" : "#E24D42" ,
"mode" : "fixed"
}
}
]
} ,
{
"matcher" : {
"id" : "byRegexp" ,
"options" : "/.*Available.*/"
} ,
"properties" : [
{
"id" : "color" ,
"value" : {
"fixedColor" : "#7EB26D" ,
"mode" : "fixed"
}
}
]
}
]
} ,
2020-01-18 10:37:18 -08:00
"gridPos" : {
"h" : 11 ,
"w" : 12 ,
"x" : 12 ,
"y" : 28
} ,
"id" : 156 ,
"links" : [ ] ,
"options" : {
2022-10-21 04:17:37 -07:00
"legend" : {
"calcs" : [
"mean" ,
"lastNotNull" ,
"max" ,
"min"
] ,
"displayMode" : "table" ,
"placement" : "bottom" ,
"showLegend" : true
2020-01-18 10:37:18 -08:00
} ,
2022-10-21 04:17:37 -07:00
"tooltip" : {
"mode" : "multi" ,
"sort" : "none"
2018-01-04 09:55:47 -08:00
}
2022-10-21 04:17:37 -07:00
} ,
"pluginVersion" : "9.2.0" ,
2020-01-18 10:37:18 -08:00
"targets" : [
{
2022-10-21 04:17:37 -07:00
"datasource" : {
"type" : "prometheus" ,
"uid" : "${DS_PROMETHEUS}"
} ,
2020-07-27 01:51:05 -07:00
"expr" : "node_filesystem_size_bytes{instance=\"$node\",job=\"$job\"} - node_filesystem_free_bytes{instance=\"$node\",job=\"$job\"}" ,
2020-01-18 10:37:18 -08:00
"format" : "time_series" ,
2022-10-21 04:17:37 -07:00
"intervalFactor" : 2 ,
2020-01-18 10:37:18 -08:00
"legendFormat" : "{{device}} - {{mountpoint}} - Used" ,
"refId" : "A" ,
"step" : 240
} ,
{
2022-10-21 04:17:37 -07:00
"datasource" : {
"type" : "prometheus" ,
"uid" : "${DS_PROMETHEUS}"
} ,
2020-07-27 01:51:05 -07:00
"expr" : "node_filesystem_free_bytes{instance=\"$node\",job=\"$job\"}" ,
2020-01-18 10:37:18 -08:00
"format" : "time_series" ,
"hide" : true ,
2022-10-21 04:17:37 -07:00
"intervalFactor" : 2 ,
2020-01-18 10:37:18 -08:00
"legendFormat" : "{{device}} - {{mountpoint}} - Free" ,
"refId" : "B" ,
2022-10-21 04:17:37 -07:00
"step" : 30
2020-01-18 10:37:18 -08:00
} ,
{
2022-10-21 04:17:37 -07:00
"datasource" : {
"type" : "prometheus" ,
"uid" : "${DS_PROMETHEUS}"
} ,
2020-07-27 01:51:05 -07:00
"expr" : "node_filesystem_avail_bytes{instance=\"$node\",job=\"$job\"}" ,
2020-01-18 10:37:18 -08:00
"format" : "time_series" ,
2022-10-21 04:17:37 -07:00
"intervalFactor" : 2 ,
2020-01-18 10:37:18 -08:00
"legendFormat" : "{{device}} - {{mountpoint}} - Available" ,
"refId" : "C" ,
"step" : 240
}
] ,
"title" : "Disk Space Available / Used" ,
2022-10-21 04:17:37 -07:00
"type" : "timeseries"
2018-01-04 09:55:47 -08:00
} ,
{
2020-01-18 10:37:18 -08:00
"collapsed" : true ,
2022-10-21 04:17:37 -07:00
"datasource" : {
"type" : "prometheus" ,
"uid" : "000000001"
} ,
2020-01-18 10:37:18 -08:00
"gridPos" : {
"h" : 1 ,
"w" : 24 ,
"x" : 0 ,
"y" : 39
} ,
"id" : 242 ,
2018-01-04 09:55:47 -08:00
"panels" : [
{
2022-10-21 04:17:37 -07:00
"datasource" : {
"type" : "prometheus" ,
"uid" : "${DS_PROMETHEUS}"
} ,
"fieldConfig" : {
"defaults" : {
"color" : {
"mode" : "palette-classic"
} ,
"custom" : {
"axisCenteredZero" : false ,
"axisColorMode" : "text" ,
"axisLabel" : "Packets out (-) / in (+)" ,
"axisPlacement" : "auto" ,
"barAlignment" : 0 ,
"drawStyle" : "line" ,
"fillOpacity" : 40 ,
"gradientMode" : "none" ,
"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"
} ,
{
"color" : "red" ,
"value" : 80
}
]
} ,
"unit" : "pps"
} ,
"overrides" : [
{
"matcher" : {
"id" : "byName" ,
"options" : "receive_packets_eth0"
} ,
"properties" : [
{
"id" : "color" ,
"value" : {
"fixedColor" : "#7EB26D" ,
"mode" : "fixed"
}
}
]
} ,
{
"matcher" : {
"id" : "byName" ,
"options" : "receive_packets_lo"
} ,
"properties" : [
{
"id" : "color" ,
"value" : {
"fixedColor" : "#E24D42" ,
"mode" : "fixed"
}
}
]
} ,
{
"matcher" : {
"id" : "byName" ,
"options" : "transmit_packets_eth0"
} ,
"properties" : [
{
"id" : "color" ,
"value" : {
"fixedColor" : "#7EB26D" ,
"mode" : "fixed"
}
}
]
} ,
{
"matcher" : {
"id" : "byName" ,
"options" : "transmit_packets_lo"
} ,
"properties" : [
{
"id" : "color" ,
"value" : {
"fixedColor" : "#E24D42" ,
"mode" : "fixed"
}
}
]
} ,
{
"matcher" : {
"id" : "byRegexp" ,
"options" : "/.*Trans.*/"
} ,
"properties" : [
{
"id" : "custom.transform" ,
"value" : "negative-Y"
}
]
} ,
{
"matcher" : {
"id" : "byRegexp" ,
"options" : "/.*lo0.*/"
} ,
"properties" : [
{
"id" : "color" ,
"value" : {
"fixedColor" : "#7EB26D" ,
"mode" : "fixed"
}
}
]
} ,
{
"matcher" : {
"id" : "byRegexp" ,
"options" : "/.*lo1.*/"
} ,
"properties" : [
{
"id" : "color" ,
"value" : {
"fixedColor" : "#EAB839" ,
"mode" : "fixed"
}
}
]
} ,
{
"matcher" : {
"id" : "byRegexp" ,
"options" : "/.*em0.*/"
} ,
"properties" : [
{
"id" : "color" ,
"value" : {
"fixedColor" : "#EF843C" ,
"mode" : "fixed"
}
}
]
} ,
{
"matcher" : {
"id" : "byRegexp" ,
"options" : "/.*em1.*/"
} ,
"properties" : [
{
"id" : "color" ,
"value" : {
"fixedColor" : "#E24D42" ,
"mode" : "fixed"
}
}
]
}
]
} ,
2020-01-18 10:37:18 -08:00
"gridPos" : {
"h" : 12 ,
"w" : 12 ,
"x" : 0 ,
2022-10-21 04:17:37 -07:00
"y" : 40
2020-01-18 10:37:18 -08:00
} ,
2018-01-04 09:55:47 -08:00
"id" : 232 ,
"links" : [ ] ,
2020-01-18 10:37:18 -08:00
"options" : {
2022-10-21 04:17:37 -07:00
"legend" : {
"calcs" : [
"mean" ,
"lastNotNull" ,
"max" ,
"min"
] ,
"displayMode" : "table" ,
"placement" : "bottom" ,
"showLegend" : true
2018-01-04 09:55:47 -08:00
} ,
2022-10-21 04:17:37 -07:00
"tooltip" : {
"mode" : "multi" ,
"sort" : "none"
2018-01-04 09:55:47 -08:00
}
2022-10-21 04:17:37 -07:00
} ,
"pluginVersion" : "9.2.0" ,
2018-01-04 09:55:47 -08:00
"targets" : [
{
2022-10-21 04:17:37 -07:00
"datasource" : {
"type" : "prometheus" ,
"uid" : "${DS_PROMETHEUS}"
} ,
"expr" : "irate(node_network_transmit_packets_total{instance=\"$node\",job=\"$job\"}[5m])" ,
2018-01-04 09:55:47 -08:00
"format" : "time_series" ,
2022-10-21 04:17:37 -07:00
"intervalFactor" : 2 ,
2018-01-04 09:55:47 -08:00
"legendFormat" : "{{device}} - Transmit packets" ,
"refId" : "P" ,
"step" : 240
} ,
{
2022-10-21 04:17:37 -07:00
"datasource" : {
"type" : "prometheus" ,
"uid" : "${DS_PROMETHEUS}"
} ,
"expr" : "irate(node_network_receive_packets_total{instance=\"$node\",job=\"$job\"}[5m])" ,
2018-01-04 09:55:47 -08:00
"format" : "time_series" ,
2022-10-21 04:17:37 -07:00
"intervalFactor" : 2 ,
2018-01-04 09:55:47 -08:00
"legendFormat" : "{{device}} - Receive packets" ,
"refId" : "B" ,
"step" : 240
}
] ,
"title" : "Network Traffic Packets" ,
2022-10-21 04:17:37 -07:00
"type" : "timeseries"
2018-01-04 09:55:47 -08:00
} ,
{
2022-10-21 04:17:37 -07:00
"datasource" : {
"type" : "prometheus" ,
"uid" : "${DS_PROMETHEUS}"
} ,
"fieldConfig" : {
"defaults" : {
"color" : {
"mode" : "palette-classic"
} ,
"custom" : {
"axisCenteredZero" : false ,
"axisColorMode" : "text" ,
"axisLabel" : "Packets out (-) / in (+)" ,
"axisPlacement" : "auto" ,
"barAlignment" : 0 ,
"drawStyle" : "line" ,
"fillOpacity" : 40 ,
"gradientMode" : "none" ,
"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"
} ,
{
"color" : "red" ,
"value" : 80
}
]
} ,
"unit" : "pps"
} ,
"overrides" : [
{
"matcher" : {
"id" : "byName" ,
"options" : "receive_packets_eth0"
} ,
"properties" : [
{
"id" : "color" ,
"value" : {
"fixedColor" : "#7EB26D" ,
"mode" : "fixed"
}
}
]
} ,
{
"matcher" : {
"id" : "byName" ,
"options" : "receive_packets_lo"
} ,
"properties" : [
{
"id" : "color" ,
"value" : {
"fixedColor" : "#E24D42" ,
"mode" : "fixed"
}
}
]
} ,
{
"matcher" : {
"id" : "byName" ,
"options" : "transmit_packets_eth0"
} ,
"properties" : [
{
"id" : "color" ,
"value" : {
"fixedColor" : "#7EB26D" ,
"mode" : "fixed"
}
}
]
} ,
{
"matcher" : {
"id" : "byName" ,
"options" : "transmit_packets_lo"
} ,
"properties" : [
{
"id" : "color" ,
"value" : {
"fixedColor" : "#E24D42" ,
"mode" : "fixed"
}
}
]
} ,
{
"matcher" : {
"id" : "byRegexp" ,
"options" : "/.*Trans.*/"
} ,
"properties" : [
{
"id" : "custom.transform" ,
"value" : "negative-Y"
}
]
} ,
{
"matcher" : {
"id" : "byRegexp" ,
"options" : "/.*lo0.*/"
} ,
"properties" : [
{
"id" : "color" ,
"value" : {
"fixedColor" : "#7EB26D" ,
"mode" : "fixed"
}
}
]
} ,
{
"matcher" : {
"id" : "byRegexp" ,
"options" : "/.*lo1.*/"
} ,
"properties" : [
{
"id" : "color" ,
"value" : {
"fixedColor" : "#EAB839" ,
"mode" : "fixed"
}
}
]
} ,
{
"matcher" : {
"id" : "byRegexp" ,
"options" : "/.*em0.*/"
} ,
"properties" : [
{
"id" : "color" ,
"value" : {
"fixedColor" : "#EF843C" ,
"mode" : "fixed"
}
}
]
} ,
{
"matcher" : {
"id" : "byRegexp" ,
"options" : "/.*em1.*/"
} ,
"properties" : [
{
"id" : "color" ,
"value" : {
"fixedColor" : "#E24D42" ,
"mode" : "fixed"
}
}
]
}
]
} ,
2020-01-18 10:37:18 -08:00
"gridPos" : {
"h" : 12 ,
"w" : 12 ,
"x" : 12 ,
2022-10-21 04:17:37 -07:00
"y" : 40
2020-01-18 10:37:18 -08:00
} ,
2018-01-04 09:55:47 -08:00
"id" : 229 ,
"links" : [ ] ,
2020-01-18 10:37:18 -08:00
"options" : {
2022-10-21 04:17:37 -07:00
"legend" : {
"calcs" : [
"mean" ,
"lastNotNull" ,
"max" ,
"min"
] ,
"displayMode" : "table" ,
"placement" : "bottom" ,
"showLegend" : true
2018-01-04 09:55:47 -08:00
} ,
2022-10-21 04:17:37 -07:00
"tooltip" : {
"mode" : "multi" ,
"sort" : "none"
2018-01-04 09:55:47 -08:00
}
2022-10-21 04:17:37 -07:00
} ,
"pluginVersion" : "9.2.0" ,
2018-01-04 09:55:47 -08:00
"targets" : [
{
2022-10-21 04:17:37 -07:00
"datasource" : {
"type" : "prometheus" ,
"uid" : "${DS_PROMETHEUS}"
} ,
"expr" : "irate(node_network_receive_drop_total{instance=\"$node\",job=\"$job\"}[5m])" ,
2018-01-04 09:55:47 -08:00
"format" : "time_series" ,
2022-10-21 04:17:37 -07:00
"intervalFactor" : 2 ,
2018-01-04 09:55:47 -08:00
"legendFormat" : "{{device}} - Receive drop" ,
"refId" : "O" ,
"step" : 240
} ,
{
2022-10-21 04:17:37 -07:00
"datasource" : {
"type" : "prometheus" ,
"uid" : "${DS_PROMETHEUS}"
} ,
"expr" : "irate(node_network_transmit_drop_total{instance=\"$node\",job=\"$job\"}[5m])" ,
2018-01-04 09:55:47 -08:00
"format" : "time_series" ,
2022-10-21 04:17:37 -07:00
"intervalFactor" : 2 ,
2018-01-04 09:55:47 -08:00
"legendFormat" : "{{device}} - Transmit drop" ,
"refId" : "A" ,
"step" : 240
}
] ,
"title" : "Network Traffic Drops" ,
2022-10-21 04:17:37 -07:00
"type" : "timeseries"
2018-01-04 09:55:47 -08:00
} ,
{
2022-10-21 04:17:37 -07:00
"datasource" : {
"type" : "prometheus" ,
"uid" : "${DS_PROMETHEUS}"
} ,
"fieldConfig" : {
"defaults" : {
"color" : {
"mode" : "palette-classic"
} ,
"custom" : {
"axisCenteredZero" : false ,
"axisColorMode" : "text" ,
"axisLabel" : "Packets out (-) / in (+)" ,
"axisPlacement" : "auto" ,
"barAlignment" : 0 ,
"drawStyle" : "line" ,
"fillOpacity" : 40 ,
"gradientMode" : "none" ,
"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"
} ,
{
"color" : "red" ,
"value" : 80
}
]
} ,
"unit" : "pps"
} ,
"overrides" : [
{
"matcher" : {
"id" : "byName" ,
"options" : "receive_packets_eth0"
} ,
"properties" : [
{
"id" : "color" ,
"value" : {
"fixedColor" : "#7EB26D" ,
"mode" : "fixed"
}
}
]
} ,
{
"matcher" : {
"id" : "byName" ,
"options" : "receive_packets_lo"
} ,
"properties" : [
{
"id" : "color" ,
"value" : {
"fixedColor" : "#E24D42" ,
"mode" : "fixed"
}
}
]
} ,
{
"matcher" : {
"id" : "byName" ,
"options" : "transmit_packets_eth0"
} ,
"properties" : [
{
"id" : "color" ,
"value" : {
"fixedColor" : "#7EB26D" ,
"mode" : "fixed"
}
}
]
} ,
{
"matcher" : {
"id" : "byName" ,
"options" : "transmit_packets_lo"
} ,
"properties" : [
{
"id" : "color" ,
"value" : {
"fixedColor" : "#E24D42" ,
"mode" : "fixed"
}
}
]
} ,
{
"matcher" : {
"id" : "byRegexp" ,
"options" : "/.*Trans.*/"
} ,
"properties" : [
{
"id" : "custom.transform" ,
"value" : "negative-Y"
}
]
} ,
{
"matcher" : {
"id" : "byRegexp" ,
"options" : "/.*lo0.*/"
} ,
"properties" : [
{
"id" : "color" ,
"value" : {
"fixedColor" : "#7EB26D" ,
"mode" : "fixed"
}
}
]
} ,
{
"matcher" : {
"id" : "byRegexp" ,
"options" : "/.*lo1.*/"
} ,
"properties" : [
{
"id" : "color" ,
"value" : {
"fixedColor" : "#EAB839" ,
"mode" : "fixed"
}
}
]
} ,
{
"matcher" : {
"id" : "byRegexp" ,
"options" : "/.*em0.*/"
} ,
"properties" : [
{
"id" : "color" ,
"value" : {
"fixedColor" : "#EF843C" ,
"mode" : "fixed"
}
}
]
} ,
{
"matcher" : {
"id" : "byRegexp" ,
"options" : "/.*em1.*/"
} ,
"properties" : [
{
"id" : "color" ,
"value" : {
"fixedColor" : "#E24D42" ,
"mode" : "fixed"
}
}
]
}
]
} ,
2020-01-18 10:37:18 -08:00
"gridPos" : {
"h" : 12 ,
"w" : 12 ,
"x" : 0 ,
2022-10-21 04:17:37 -07:00
"y" : 52
2020-01-18 10:37:18 -08:00
} ,
2018-01-04 09:55:47 -08:00
"id" : 230 ,
"links" : [ ] ,
2020-01-18 10:37:18 -08:00
"options" : {
2022-10-21 04:17:37 -07:00
"legend" : {
"calcs" : [
"mean" ,
"lastNotNull" ,
"max" ,
"min"
] ,
"displayMode" : "table" ,
"placement" : "bottom" ,
"showLegend" : true
2018-01-04 09:55:47 -08:00
} ,
2022-10-21 04:17:37 -07:00
"tooltip" : {
"mode" : "multi" ,
"sort" : "none"
2018-01-04 09:55:47 -08:00
}
2022-10-21 04:17:37 -07:00
} ,
"pluginVersion" : "9.2.0" ,
2018-01-04 09:55:47 -08:00
"targets" : [
{
2022-10-21 04:17:37 -07:00
"datasource" : {
"type" : "prometheus" ,
"uid" : "${DS_PROMETHEUS}"
} ,
"expr" : "irate(node_network_transmit_errs_total{instance=\"$node\",job=\"$job\"}[5m])" ,
2018-01-04 09:55:47 -08:00
"format" : "time_series" ,
2022-10-21 04:17:37 -07:00
"intervalFactor" : 2 ,
2018-01-04 09:55:47 -08:00
"legendFormat" : "{{device}} - Transmit errors" ,
"refId" : "P" ,
"step" : 240
} ,
{
2022-10-21 04:17:37 -07:00
"datasource" : {
"type" : "prometheus" ,
"uid" : "${DS_PROMETHEUS}"
} ,
"expr" : "irate(node_network_receive_errs_total{instance=\"$node\",job=\"$job\"}[5m])" ,
2018-01-04 09:55:47 -08:00
"format" : "time_series" ,
2022-10-21 04:17:37 -07:00
"intervalFactor" : 2 ,
2018-01-04 09:55:47 -08:00
"legendFormat" : "{{device}} - Receive errors" ,
"refId" : "B" ,
"step" : 240
}
] ,
"title" : "Network Traffic Errors" ,
2022-10-21 04:17:37 -07:00
"type" : "timeseries"
2018-01-04 09:55:47 -08:00
} ,
{
2022-10-21 04:17:37 -07:00
"datasource" : {
"type" : "prometheus" ,
"uid" : "${DS_PROMETHEUS}"
} ,
"fieldConfig" : {
"defaults" : {
"color" : {
"mode" : "palette-classic"
} ,
"custom" : {
"axisCenteredZero" : false ,
"axisColorMode" : "text" ,
"axisLabel" : "Packets out (-) / in (+)" ,
"axisPlacement" : "auto" ,
"barAlignment" : 0 ,
"drawStyle" : "line" ,
"fillOpacity" : 40 ,
"gradientMode" : "none" ,
"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"
} ,
{
"color" : "red" ,
"value" : 80
}
]
} ,
"unit" : "pps"
} ,
"overrides" : [
{
"matcher" : {
"id" : "byName" ,
"options" : "receive_packets_eth0"
} ,
"properties" : [
{
"id" : "color" ,
"value" : {
"fixedColor" : "#7EB26D" ,
"mode" : "fixed"
}
}
]
} ,
{
"matcher" : {
"id" : "byName" ,
"options" : "receive_packets_lo"
} ,
"properties" : [
{
"id" : "color" ,
"value" : {
"fixedColor" : "#E24D42" ,
"mode" : "fixed"
}
}
]
} ,
{
"matcher" : {
"id" : "byName" ,
"options" : "transmit_packets_eth0"
} ,
"properties" : [
{
"id" : "color" ,
"value" : {
"fixedColor" : "#7EB26D" ,
"mode" : "fixed"
}
}
]
} ,
{
"matcher" : {
"id" : "byName" ,
"options" : "transmit_packets_lo"
} ,
"properties" : [
{
"id" : "color" ,
"value" : {
"fixedColor" : "#E24D42" ,
"mode" : "fixed"
}
}
]
} ,
{
"matcher" : {
"id" : "byRegexp" ,
"options" : "/.*Trans.*/"
} ,
"properties" : [
{
"id" : "custom.transform" ,
"value" : "negative-Y"
}
]
} ,
{
"matcher" : {
"id" : "byRegexp" ,
"options" : "/.*lo0.*/"
} ,
"properties" : [
{
"id" : "color" ,
"value" : {
"fixedColor" : "#7EB26D" ,
"mode" : "fixed"
}
}
]
} ,
{
"matcher" : {
"id" : "byRegexp" ,
"options" : "/.*lo1.*/"
} ,
"properties" : [
{
"id" : "color" ,
"value" : {
"fixedColor" : "#EAB839" ,
"mode" : "fixed"
}
}
]
} ,
{
"matcher" : {
"id" : "byRegexp" ,
"options" : "/.*em0.*/"
} ,
"properties" : [
{
"id" : "color" ,
"value" : {
"fixedColor" : "#EF843C" ,
"mode" : "fixed"
}
}
]
} ,
{
"matcher" : {
"id" : "byRegexp" ,
"options" : "/.*em1.*/"
} ,
"properties" : [
{
"id" : "color" ,
"value" : {
"fixedColor" : "#E24D42" ,
"mode" : "fixed"
}
}
]
}
]
} ,
2020-01-18 10:37:18 -08:00
"gridPos" : {
"h" : 12 ,
"w" : 12 ,
"x" : 12 ,
2022-10-21 04:17:37 -07:00
"y" : 52
2020-01-18 10:37:18 -08:00
} ,
2018-01-04 09:55:47 -08:00
"id" : 231 ,
"links" : [ ] ,
2020-01-18 10:37:18 -08:00
"options" : {
2022-10-21 04:17:37 -07:00
"legend" : {
"calcs" : [
"mean" ,
"lastNotNull" ,
"max" ,
"min"
] ,
"displayMode" : "table" ,
"placement" : "bottom" ,
"showLegend" : true
2018-01-04 09:55:47 -08:00
} ,
2022-10-21 04:17:37 -07:00
"tooltip" : {
"mode" : "multi" ,
"sort" : "none"
2018-01-04 09:55:47 -08:00
}
2022-10-21 04:17:37 -07:00
} ,
"pluginVersion" : "9.2.0" ,
2018-01-04 09:55:47 -08:00
"targets" : [
{
2022-10-21 04:17:37 -07:00
"datasource" : {
"type" : "prometheus" ,
"uid" : "${DS_PROMETHEUS}"
} ,
"expr" : "irate(node_network_transmit_multicast_total{instance=\"$node\",job=\"$job\"}[5m])" ,
2018-01-04 09:55:47 -08:00
"format" : "time_series" ,
2022-10-21 04:17:37 -07:00
"intervalFactor" : 2 ,
2018-01-04 09:55:47 -08:00
"legendFormat" : "{{device}} - Transmit multicast" ,
"refId" : "P" ,
"step" : 240
} ,
{
2022-10-21 04:17:37 -07:00
"datasource" : {
"type" : "prometheus" ,
"uid" : "${DS_PROMETHEUS}"
} ,
"expr" : "irate(node_network_receive_multicast_total{instance=\"$node\",job=\"$job\"}[5m])" ,
2018-01-04 09:55:47 -08:00
"format" : "time_series" ,
2022-10-21 04:17:37 -07:00
"intervalFactor" : 2 ,
2018-01-04 09:55:47 -08:00
"legendFormat" : "{{device}} - Receive multicast" ,
"refId" : "B" ,
"step" : 240
}
] ,
"title" : "Network Traffic Multicast" ,
2022-10-21 04:17:37 -07:00
"type" : "timeseries"
}
] ,
"targets" : [
{
"datasource" : {
"type" : "prometheus" ,
"uid" : "000000001"
} ,
"refId" : "A"
2018-01-04 09:55:47 -08:00
}
] ,
2020-01-18 10:37:18 -08:00
"title" : "Network Traffic" ,
"type" : "row"
2018-01-04 09:55:47 -08:00
} ,
{
2022-11-08 12:19:23 -08:00
"collapsed" : false ,
2022-10-21 04:17:37 -07:00
"datasource" : {
"type" : "prometheus" ,
"uid" : "000000001"
} ,
2020-01-18 10:37:18 -08:00
"gridPos" : {
"h" : 1 ,
"w" : 24 ,
"x" : 0 ,
"y" : 40
} ,
"id" : 243 ,
2022-11-08 12:19:23 -08:00
"panels" : [ ] ,
"targets" : [
2018-01-04 09:55:47 -08:00
{
2022-10-21 04:17:37 -07:00
"datasource" : {
"type" : "prometheus" ,
2022-11-08 12:19:23 -08:00
"uid" : "000000001"
2022-10-21 04:17:37 -07:00
} ,
2022-11-08 12:19:23 -08:00
"refId" : "A"
}
] ,
"title" : "System" ,
"type" : "row"
} ,
{
"datasource" : {
"type" : "prometheus" ,
"uid" : "${DS_PROMETHEUS}"
} ,
"fieldConfig" : {
"defaults" : {
"color" : {
"mode" : "palette-classic"
2020-01-18 10:37:18 -08:00
} ,
2022-11-08 12:19:23 -08:00
"custom" : {
"axisCenteredZero" : false ,
"axisColorMode" : "text" ,
"axisLabel" : "Counter" ,
"axisPlacement" : "auto" ,
"barAlignment" : 0 ,
"drawStyle" : "line" ,
"fillOpacity" : 20 ,
"gradientMode" : "none" ,
"hideFrom" : {
"legend" : false ,
"tooltip" : false ,
"viz" : false
2018-01-04 09:55:47 -08:00
} ,
2022-11-08 12:19:23 -08:00
"lineInterpolation" : "linear" ,
"lineWidth" : 1 ,
"pointSize" : 5 ,
"scaleDistribution" : {
"type" : "linear"
} ,
"showPoints" : "never" ,
"spanNulls" : false ,
"stacking" : {
"group" : "A" ,
"mode" : "none"
} ,
"thresholdsStyle" : {
"mode" : "off"
2018-01-04 09:55:47 -08:00
}
2022-10-21 04:17:37 -07:00
} ,
2022-11-08 12:19:23 -08:00
"links" : [ ] ,
"mappings" : [ ] ,
"min" : 0 ,
"thresholds" : {
"mode" : "absolute" ,
"steps" : [
{
"color" : "green" ,
"value" : null
2022-10-21 04:17:37 -07:00
} ,
2022-11-08 12:19:23 -08:00
{
"color" : "red" ,
"value" : 80
}
]
} ,
"unit" : "short"
} ,
"overrides" : [ ]
} ,
"gridPos" : {
"h" : 10 ,
"w" : 12 ,
"x" : 0 ,
"y" : 41
} ,
"id" : 8 ,
"links" : [ ] ,
"options" : {
"legend" : {
"calcs" : [
"mean" ,
"lastNotNull" ,
"max" ,
"min"
2020-01-18 10:37:18 -08:00
] ,
2022-11-08 12:19:23 -08:00
"displayMode" : "table" ,
"placement" : "bottom" ,
"showLegend" : true
2018-01-04 09:55:47 -08:00
} ,
2022-11-08 12:19:23 -08:00
"tooltip" : {
"mode" : "multi" ,
"sort" : "none"
}
} ,
"pluginVersion" : "9.2.0" ,
"targets" : [
2018-01-04 09:55:47 -08:00
{
2022-10-21 04:17:37 -07:00
"datasource" : {
"type" : "prometheus" ,
"uid" : "${DS_PROMETHEUS}"
} ,
2022-11-08 12:19:23 -08:00
"expr" : "irate(node_exec_context_switches_total{instance=\"$node\",job=\"$job\"}[5m])" ,
"format" : "time_series" ,
"intervalFactor" : 2 ,
"legendFormat" : "Context switches" ,
"refId" : "A" ,
"step" : 240
}
] ,
"title" : "Context Switches" ,
"type" : "timeseries"
} ,
{
"datasource" : {
"type" : "prometheus" ,
"uid" : "${DS_PROMETHEUS}"
} ,
"fieldConfig" : {
"defaults" : {
"color" : {
"mode" : "palette-classic"
2022-10-21 04:17:37 -07:00
} ,
2022-11-08 12:19:23 -08:00
"custom" : {
"axisCenteredZero" : false ,
"axisColorMode" : "text" ,
"axisLabel" : "Counter" ,
"axisPlacement" : "auto" ,
"barAlignment" : 0 ,
"drawStyle" : "line" ,
"fillOpacity" : 20 ,
"gradientMode" : "none" ,
"hideFrom" : {
"legend" : false ,
"tooltip" : false ,
"viz" : false
2018-01-04 09:55:47 -08:00
} ,
2022-11-08 12:19:23 -08:00
"lineInterpolation" : "linear" ,
"lineWidth" : 1 ,
"pointSize" : 5 ,
"scaleDistribution" : {
"type" : "linear"
2018-01-04 09:55:47 -08:00
} ,
2022-11-08 12:19:23 -08:00
"showPoints" : "never" ,
"spanNulls" : false ,
"stacking" : {
"group" : "A" ,
"mode" : "none"
} ,
"thresholdsStyle" : {
"mode" : "off"
2018-01-04 09:55:47 -08:00
}
2022-10-21 04:17:37 -07:00
} ,
2022-11-08 12:19:23 -08:00
"links" : [ ] ,
"mappings" : [ ] ,
"min" : 0 ,
"thresholds" : {
"mode" : "absolute" ,
"steps" : [
{
"color" : "green" ,
"value" : null
2022-10-21 04:17:37 -07:00
} ,
2022-11-08 12:19:23 -08:00
{
"color" : "red" ,
"value" : 80
}
]
} ,
"unit" : "short"
} ,
"overrides" : [ ]
} ,
"gridPos" : {
"h" : 10 ,
"w" : 12 ,
"x" : 12 ,
"y" : 41
} ,
"id" : 236 ,
"links" : [ ] ,
"options" : {
"legend" : {
"calcs" : [
"mean" ,
"lastNotNull" ,
"max" ,
"min"
2020-01-18 10:37:18 -08:00
] ,
2022-11-08 12:19:23 -08:00
"displayMode" : "table" ,
"placement" : "bottom" ,
"showLegend" : true
2018-01-04 09:55:47 -08:00
} ,
2022-11-08 12:19:23 -08:00
"tooltip" : {
"mode" : "multi" ,
"sort" : "none"
}
} ,
"pluginVersion" : "9.2.0" ,
"targets" : [
2018-01-04 09:55:47 -08:00
{
2022-10-21 04:17:37 -07:00
"datasource" : {
"type" : "prometheus" ,
"uid" : "${DS_PROMETHEUS}"
} ,
2022-11-08 12:19:23 -08:00
"expr" : "irate(node_exec_device_interrupts_total{instance=\"$node\",job=\"$job\"}[5m])" ,
"format" : "time_series" ,
"intervalFactor" : 2 ,
"legendFormat" : "Device Interrupts" ,
"refId" : "B" ,
"step" : 240
2018-01-04 09:55:47 -08:00
} ,
{
2022-10-21 04:17:37 -07:00
"datasource" : {
"type" : "prometheus" ,
"uid" : "${DS_PROMETHEUS}"
} ,
2022-11-08 12:19:23 -08:00
"expr" : "irate(node_exec_software_interrupts_total{instance=\"$node\",job=\"$job\"}[5m])" ,
"format" : "time_series" ,
"intervalFactor" : 2 ,
"legendFormat" : "Software Interrupts" ,
"refId" : "C" ,
"step" : 240
}
] ,
"title" : "Context Interrupts" ,
"type" : "timeseries"
} ,
{
"datasource" : {
"type" : "prometheus" ,
"uid" : "${DS_PROMETHEUS}"
} ,
"fieldConfig" : {
"defaults" : {
"color" : {
"mode" : "palette-classic"
2020-01-18 10:37:18 -08:00
} ,
2022-11-08 12:19:23 -08:00
"custom" : {
"axisCenteredZero" : false ,
"axisColorMode" : "text" ,
"axisLabel" : "Load" ,
"axisPlacement" : "auto" ,
"barAlignment" : 0 ,
"drawStyle" : "line" ,
"fillOpacity" : 20 ,
"gradientMode" : "none" ,
"hideFrom" : {
"legend" : false ,
"tooltip" : false ,
"viz" : false
2018-01-04 09:55:47 -08:00
} ,
2022-11-08 12:19:23 -08:00
"lineInterpolation" : "linear" ,
"lineWidth" : 1 ,
"pointSize" : 5 ,
"scaleDistribution" : {
"type" : "linear"
2018-01-04 09:55:47 -08:00
} ,
2022-11-08 12:19:23 -08:00
"showPoints" : "never" ,
"spanNulls" : false ,
"stacking" : {
"group" : "A" ,
"mode" : "none"
2018-01-04 09:55:47 -08:00
} ,
2022-11-08 12:19:23 -08:00
"thresholdsStyle" : {
"mode" : "off"
2018-01-04 09:55:47 -08:00
}
2022-10-21 04:17:37 -07:00
} ,
2022-11-08 12:19:23 -08:00
"links" : [ ] ,
"mappings" : [ ] ,
"min" : 0 ,
"thresholds" : {
"mode" : "absolute" ,
"steps" : [
{
"color" : "green" ,
"value" : null
2022-10-21 04:17:37 -07:00
} ,
2022-11-08 12:19:23 -08:00
{
"color" : "red" ,
"value" : 80
}
]
} ,
"unit" : "short"
} ,
"overrides" : [ ]
} ,
"gridPos" : {
"h" : 10 ,
"w" : 12 ,
"x" : 0 ,
"y" : 51
} ,
"id" : 7 ,
"links" : [ ] ,
"options" : {
"legend" : {
"calcs" : [
"mean" ,
"lastNotNull" ,
"max" ,
"min"
2020-01-18 10:37:18 -08:00
] ,
2022-11-08 12:19:23 -08:00
"displayMode" : "table" ,
"placement" : "bottom" ,
"showLegend" : true
2018-01-04 09:55:47 -08:00
} ,
2022-11-08 12:19:23 -08:00
"tooltip" : {
"mode" : "multi" ,
"sort" : "none"
}
} ,
"pluginVersion" : "9.2.0" ,
"targets" : [
2018-01-04 09:55:47 -08:00
{
2022-10-21 04:17:37 -07:00
"datasource" : {
"type" : "prometheus" ,
"uid" : "${DS_PROMETHEUS}"
} ,
2022-11-08 12:19:23 -08:00
"expr" : "node_load1{instance=\"$node\",job=\"$job\"}" ,
"format" : "time_series" ,
"intervalFactor" : 4 ,
"legendFormat" : "Load 1m" ,
"refId" : "A" ,
"step" : 480
} ,
{
"datasource" : {
"type" : "prometheus" ,
"uid" : "${DS_PROMETHEUS}"
2022-10-21 04:17:37 -07:00
} ,
2022-11-08 12:19:23 -08:00
"expr" : "node_load5{instance=\"$node\",job=\"$job\"}" ,
"format" : "time_series" ,
"intervalFactor" : 4 ,
"legendFormat" : "Load 5m" ,
"refId" : "B" ,
"step" : 480
2018-01-04 09:55:47 -08:00
} ,
{
2022-10-21 04:17:37 -07:00
"datasource" : {
"type" : "prometheus" ,
"uid" : "${DS_PROMETHEUS}"
} ,
2022-11-08 12:19:23 -08:00
"expr" : "node_load15{instance=\"$node\",job=\"$job\"}" ,
"format" : "time_series" ,
"intervalFactor" : 4 ,
"legendFormat" : "Load 15m" ,
"refId" : "C" ,
"step" : 480
}
] ,
"title" : "System Load" ,
"type" : "timeseries"
} ,
{
"datasource" : {
"type" : "prometheus" ,
"uid" : "${DS_PROMETHEUS}"
} ,
"fieldConfig" : {
"defaults" : {
"color" : {
"mode" : "palette-classic"
2022-10-21 04:17:37 -07:00
} ,
2022-11-08 12:19:23 -08:00
"custom" : {
"axisCenteredZero" : false ,
"axisColorMode" : "text" ,
"axisLabel" : "Counter" ,
"axisPlacement" : "auto" ,
"barAlignment" : 0 ,
"drawStyle" : "line" ,
"fillOpacity" : 20 ,
"gradientMode" : "none" ,
"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"
2018-01-04 09:55:47 -08:00
}
2020-01-18 10:37:18 -08:00
} ,
2018-01-04 09:55:47 -08:00
"links" : [ ] ,
2022-11-08 12:19:23 -08:00
"mappings" : [ ] ,
"min" : 0 ,
"thresholds" : {
"mode" : "absolute" ,
"steps" : [
{
"color" : "green" ,
"value" : null
} ,
{
"color" : "red" ,
"value" : 80
}
]
} ,
"unit" : "short"
} ,
"overrides" : [ ]
} ,
"gridPos" : {
"h" : 10 ,
"w" : 12 ,
"x" : 12 ,
"y" : 51
} ,
"id" : 237 ,
"links" : [ ] ,
"options" : {
"legend" : {
"calcs" : [
"mean" ,
"lastNotNull" ,
"max" ,
"min"
2018-01-04 09:55:47 -08:00
] ,
2022-11-08 12:19:23 -08:00
"displayMode" : "table" ,
"placement" : "bottom" ,
"showLegend" : true
} ,
"tooltip" : {
"mode" : "multi" ,
"sort" : "none"
}
} ,
"pluginVersion" : "9.2.0" ,
"targets" : [
{
"datasource" : {
"type" : "prometheus" ,
"uid" : "${DS_PROMETHEUS}"
} ,
"expr" : "irate(node_exec_system_calls_total{instance=\"$node\",job=\"$job\"}[5m])" ,
"format" : "time_series" ,
"intervalFactor" : 2 ,
"legendFormat" : "System calls" ,
"refId" : "A" ,
"step" : 240
}
] ,
"title" : "System Calls" ,
"type" : "timeseries"
} ,
{
"datasource" : {
"type" : "prometheus" ,
"uid" : "${DS_PROMETHEUS}"
} ,
"fieldConfig" : {
"defaults" : {
"color" : {
"mode" : "palette-classic"
} ,
"custom" : {
"axisCenteredZero" : false ,
"axisColorMode" : "text" ,
"axisLabel" : "Forks / sec" ,
"axisPlacement" : "auto" ,
"barAlignment" : 0 ,
"drawStyle" : "line" ,
"fillOpacity" : 20 ,
"gradientMode" : "none" ,
"hideFrom" : {
"legend" : false ,
"tooltip" : false ,
"viz" : false
2018-01-04 09:55:47 -08:00
} ,
2022-11-08 12:19:23 -08:00
"lineInterpolation" : "linear" ,
"lineWidth" : 1 ,
"pointSize" : 5 ,
"scaleDistribution" : {
"type" : "linear"
} ,
"showPoints" : "never" ,
"spanNulls" : false ,
"stacking" : {
"group" : "A" ,
"mode" : "none"
} ,
"thresholdsStyle" : {
"mode" : "off"
2018-01-04 09:55:47 -08:00
}
2022-10-21 04:17:37 -07:00
} ,
2022-11-08 12:19:23 -08:00
"links" : [ ] ,
"mappings" : [ ] ,
"min" : 0 ,
"thresholds" : {
"mode" : "absolute" ,
"steps" : [
{
"color" : "green" ,
"value" : null
2022-10-21 04:17:37 -07:00
} ,
2022-11-08 12:19:23 -08:00
{
"color" : "red" ,
"value" : 80
}
]
} ,
"unit" : "short"
} ,
"overrides" : [ ]
} ,
"gridPos" : {
"h" : 10 ,
"w" : 12 ,
"x" : 0 ,
"y" : 61
} ,
"id" : 148 ,
"links" : [ ] ,
"options" : {
"legend" : {
"calcs" : [
"mean" ,
"lastNotNull" ,
"max" ,
"min"
2020-01-18 10:37:18 -08:00
] ,
2022-11-08 12:19:23 -08:00
"displayMode" : "table" ,
"placement" : "bottom" ,
"showLegend" : true
2018-01-04 09:55:47 -08:00
} ,
2022-11-08 12:19:23 -08:00
"tooltip" : {
"mode" : "multi" ,
"sort" : "none"
}
} ,
"pluginVersion" : "9.2.0" ,
"targets" : [
2018-01-04 09:55:47 -08:00
{
2022-11-08 12:19:23 -08:00
"datasource" : {
"type" : "prometheus" ,
"uid" : "${DS_PROMETHEUS}"
} ,
"expr" : "irate(node_exec_forks_total{instance=\"$node\",job=\"$job\"}[5m])" ,
"format" : "time_series" ,
"hide" : false ,
"intervalFactor" : 2 ,
"legendFormat" : "Processes forks second" ,
"refId" : "C" ,
"step" : 240
}
] ,
"title" : "Processes Forks" ,
"type" : "timeseries"
} ,
{
"datasource" : {
"type" : "prometheus" ,
"uid" : "${DS_PROMETHEUS}"
} ,
"fieldConfig" : {
"defaults" : {
"color" : {
"mode" : "palette-classic"
} ,
"custom" : {
"axisCenteredZero" : false ,
"axisColorMode" : "text" ,
"axisLabel" : "Counter" ,
"axisPlacement" : "auto" ,
"barAlignment" : 0 ,
"drawStyle" : "line" ,
"fillOpacity" : 20 ,
"gradientMode" : "none" ,
"hideFrom" : {
"legend" : false ,
"tooltip" : false ,
"viz" : false
2018-01-04 09:55:47 -08:00
} ,
2022-11-08 12:19:23 -08:00
"lineInterpolation" : "linear" ,
"lineWidth" : 1 ,
"pointSize" : 5 ,
"scaleDistribution" : {
"type" : "linear"
} ,
"showPoints" : "never" ,
"spanNulls" : false ,
"stacking" : {
"group" : "A" ,
"mode" : "none"
} ,
"thresholdsStyle" : {
"mode" : "off"
2018-01-04 09:55:47 -08:00
}
2022-11-08 12:19:23 -08:00
} ,
"links" : [ ] ,
"mappings" : [ ] ,
"min" : 0 ,
"thresholds" : {
"mode" : "absolute" ,
"steps" : [
{
"color" : "green" ,
"value" : null
} ,
{
"color" : "red" ,
"value" : 80
}
]
} ,
"unit" : "short"
} ,
"overrides" : [ ]
} ,
"gridPos" : {
"h" : 10 ,
"w" : 12 ,
"x" : 12 ,
"y" : 61
} ,
"id" : 238 ,
"links" : [ ] ,
"options" : {
"legend" : {
"calcs" : [
"mean" ,
"lastNotNull" ,
"max" ,
"min"
2020-01-18 10:37:18 -08:00
] ,
2022-11-08 12:19:23 -08:00
"displayMode" : "table" ,
"placement" : "bottom" ,
"showLegend" : true
2018-01-04 09:55:47 -08:00
} ,
2022-11-08 12:19:23 -08:00
"tooltip" : {
"mode" : "multi" ,
"sort" : "none"
}
} ,
"pluginVersion" : "9.2.0" ,
"targets" : [
2018-01-04 09:55:47 -08:00
{
2022-10-21 04:17:37 -07:00
"datasource" : {
"type" : "prometheus" ,
"uid" : "${DS_PROMETHEUS}"
} ,
2022-11-08 12:19:23 -08:00
"expr" : "irate(node_exec_traps_total{instance=\"$node\",job=\"$job\"}[5m])" ,
"format" : "time_series" ,
"intervalFactor" : 2 ,
"legendFormat" : "Traps" ,
"refId" : "A" ,
"step" : 240
}
] ,
"title" : "Traps" ,
"type" : "timeseries"
} ,
{
"datasource" : {
"type" : "prometheus" ,
"uid" : "${DS_PROMETHEUS}"
} ,
"description" : "" ,
"fieldConfig" : {
"defaults" : {
"color" : {
"mode" : "palette-classic"
} ,
"custom" : {
"axisCenteredZero" : false ,
"axisColorMode" : "text" ,
"axisLabel" : "Seconds" ,
"axisPlacement" : "auto" ,
"barAlignment" : 0 ,
"drawStyle" : "line" ,
"fillOpacity" : 20 ,
"gradientMode" : "none" ,
"hideFrom" : {
"legend" : false ,
"tooltip" : false ,
"viz" : false
2018-01-04 09:55:47 -08:00
} ,
2022-11-08 12:19:23 -08:00
"lineInterpolation" : "linear" ,
"lineWidth" : 1 ,
"pointSize" : 5 ,
"scaleDistribution" : {
"type" : "linear"
} ,
"showPoints" : "never" ,
"spanNulls" : false ,
"stacking" : {
"group" : "A" ,
"mode" : "none"
} ,
"thresholdsStyle" : {
"mode" : "off"
2018-01-04 09:55:47 -08:00
}
2022-11-08 12:19:23 -08:00
} ,
2018-01-04 09:55:47 -08:00
"links" : [ ] ,
2022-11-08 12:19:23 -08:00
"mappings" : [ ] ,
"min" : 0 ,
"thresholds" : {
"mode" : "absolute" ,
"steps" : [
2022-10-21 04:17:37 -07:00
{
2022-11-08 12:19:23 -08:00
"color" : "green" ,
"value" : null
} ,
{
"color" : "red" ,
"value" : 80
2022-10-21 04:17:37 -07:00
}
]
2020-01-18 10:37:18 -08:00
} ,
2022-11-08 12:19:23 -08:00
"unit" : "s"
} ,
"overrides" : [
{
"matcher" : {
"id" : "byRegexp" ,
"options" : "/.*Variation*./"
2018-01-04 09:55:47 -08:00
} ,
2022-11-08 12:19:23 -08:00
"properties" : [
{
"id" : "color" ,
"value" : {
"fixedColor" : "#890F02" ,
"mode" : "fixed"
}
}
]
2020-01-18 10:37:18 -08:00
}
2022-11-08 12:19:23 -08:00
]
} ,
"gridPos" : {
"h" : 10 ,
"w" : 12 ,
"x" : 0 ,
"y" : 71
} ,
"id" : 168 ,
"links" : [ ] ,
"options" : {
"legend" : {
"calcs" : [
"mean" ,
"lastNotNull" ,
"max" ,
"min"
2018-01-04 09:55:47 -08:00
] ,
2022-11-08 12:19:23 -08:00
"displayMode" : "table" ,
"placement" : "bottom" ,
"showLegend" : true
} ,
"tooltip" : {
"mode" : "multi" ,
"sort" : "none"
2022-10-21 04:17:37 -07:00
}
2022-11-08 12:19:23 -08:00
} ,
"pluginVersion" : "9.2.0" ,
2022-10-21 04:17:37 -07:00
"targets" : [
{
"datasource" : {
"type" : "prometheus" ,
2022-11-08 12:19:23 -08:00
"uid" : "${DS_PROMETHEUS}"
2022-10-21 04:17:37 -07:00
} ,
2022-11-08 12:19:23 -08:00
"expr" : "irate(node_time_seconds{instance=\"$node\",job=\"$job\"}[5m])" ,
"format" : "time_series" ,
"interval" : "" ,
"intervalFactor" : 2 ,
"legendFormat" : "Of reported time" ,
"refId" : "B" ,
"step" : 240
2018-01-04 09:55:47 -08:00
}
] ,
2022-11-08 12:19:23 -08:00
"title" : "Time Variation" ,
"type" : "timeseries"
2018-01-04 09:55:47 -08:00
} ,
{
2020-01-18 10:37:18 -08:00
"collapsed" : true ,
2022-10-21 04:17:37 -07:00
"datasource" : {
"type" : "prometheus" ,
"uid" : "000000001"
} ,
2020-01-18 10:37:18 -08:00
"gridPos" : {
"h" : 1 ,
"w" : 24 ,
"x" : 0 ,
2022-11-08 12:19:23 -08:00
"y" : 81
2020-01-18 10:37:18 -08:00
} ,
"id" : 244 ,
2018-01-04 09:55:47 -08:00
"panels" : [
{
2022-10-21 04:17:37 -07:00
"datasource" : {
"type" : "prometheus" ,
"uid" : "${DS_PROMETHEUS}"
} ,
2018-01-04 09:55:47 -08:00
"description" : "" ,
2022-10-21 04:17:37 -07:00
"fieldConfig" : {
"defaults" : {
"color" : {
"mode" : "palette-classic"
} ,
"custom" : {
"axisCenteredZero" : false ,
"axisColorMode" : "text" ,
"axisLabel" : "Bytes" ,
"axisPlacement" : "auto" ,
"barAlignment" : 0 ,
"drawStyle" : "line" ,
"fillOpacity" : 40 ,
"gradientMode" : "none" ,
"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" : [ ] ,
"min" : 0 ,
"thresholds" : {
"mode" : "absolute" ,
"steps" : [
{
"color" : "green"
} ,
{
"color" : "red" ,
"value" : 80
}
]
} ,
"unit" : "bytes"
} ,
"overrides" : [ ]
} ,
2020-01-18 10:37:18 -08:00
"gridPos" : {
"h" : 11 ,
"w" : 12 ,
"x" : 0 ,
2022-10-21 04:17:37 -07:00
"y" : 42
2020-01-18 10:37:18 -08:00
} ,
2018-01-04 09:55:47 -08:00
"id" : 43 ,
"links" : [ ] ,
2020-01-18 10:37:18 -08:00
"options" : {
2022-10-21 04:17:37 -07:00
"legend" : {
"calcs" : [
"mean" ,
"lastNotNull" ,
"max" ,
"min"
] ,
"displayMode" : "table" ,
"placement" : "bottom" ,
"showLegend" : true
} ,
"tooltip" : {
"mode" : "multi" ,
"sort" : "none"
}
} ,
"pluginVersion" : "9.2.0" ,
2018-01-04 09:55:47 -08:00
"targets" : [
{
2022-10-21 04:17:37 -07:00
"datasource" : {
"type" : "prometheus" ,
"uid" : "${DS_PROMETHEUS}"
} ,
2020-07-27 01:51:05 -07:00
"expr" : "node_filesystem_avail_bytes{instance=\"$node\",job=\"$job\",device!~'rootfs'}" ,
2018-01-04 09:55:47 -08:00
"format" : "time_series" ,
"hide" : false ,
2022-10-21 04:17:37 -07:00
"intervalFactor" : 2 ,
2018-01-04 09:55:47 -08:00
"legendFormat" : "{{device}} - {{mountpoint}} - Available" ,
"metric" : "" ,
"refId" : "A" ,
"step" : 240
}
] ,
"title" : "Filesystem space available" ,
2022-10-21 04:17:37 -07:00
"type" : "timeseries"
2018-01-04 09:55:47 -08:00
} ,
{
2022-10-21 04:17:37 -07:00
"datasource" : {
"type" : "prometheus" ,
"uid" : "${DS_PROMETHEUS}"
} ,
2018-01-04 09:55:47 -08:00
"description" : "" ,
2022-10-21 04:17:37 -07:00
"fieldConfig" : {
"defaults" : {
"color" : {
"mode" : "palette-classic"
} ,
"custom" : {
"axisCenteredZero" : false ,
"axisColorMode" : "text" ,
"axisLabel" : "Filenodes" ,
"axisPlacement" : "auto" ,
"barAlignment" : 0 ,
"drawStyle" : "line" ,
"fillOpacity" : 40 ,
"gradientMode" : "none" ,
"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"
} ,
{
"color" : "red" ,
"value" : 80
}
]
} ,
"unit" : "short"
} ,
"overrides" : [ ]
} ,
2020-01-18 10:37:18 -08:00
"gridPos" : {
"h" : 11 ,
"w" : 12 ,
"x" : 12 ,
2022-10-21 04:17:37 -07:00
"y" : 42
2020-01-18 10:37:18 -08:00
} ,
2018-01-04 09:55:47 -08:00
"id" : 234 ,
"links" : [ ] ,
2020-01-18 10:37:18 -08:00
"options" : {
2022-10-21 04:17:37 -07:00
"legend" : {
"calcs" : [
"mean" ,
"lastNotNull" ,
"max" ,
"min"
] ,
"displayMode" : "table" ,
"placement" : "bottom" ,
"showLegend" : true
} ,
"tooltip" : {
"mode" : "multi" ,
"sort" : "none"
}
} ,
"pluginVersion" : "9.2.0" ,
2018-01-04 09:55:47 -08:00
"targets" : [
{
2022-10-21 04:17:37 -07:00
"datasource" : {
"type" : "prometheus" ,
"uid" : "${DS_PROMETHEUS}"
} ,
2020-07-27 01:51:05 -07:00
"expr" : "node_filesystem_files_free{instance=\"$node\",job=\"$job\"}" ,
2018-01-04 09:55:47 -08:00
"format" : "time_series" ,
2022-10-21 04:17:37 -07:00
"intervalFactor" : 2 ,
2018-01-04 09:55:47 -08:00
"legendFormat" : "{{device}} - {{mountpoint}} - Filenodes free" ,
"refId" : "A" ,
"step" : 240
} ,
{
2022-10-21 04:17:37 -07:00
"datasource" : {
"type" : "prometheus" ,
"uid" : "${DS_PROMETHEUS}"
} ,
2020-07-27 01:51:05 -07:00
"expr" : "node_filesystem_files{instance=\"$node\",job=\"$job\"}" ,
2018-01-04 09:55:47 -08:00
"format" : "time_series" ,
"hide" : true ,
2022-10-21 04:17:37 -07:00
"intervalFactor" : 2 ,
2018-01-04 09:55:47 -08:00
"legendFormat" : "{{device}} - {{mountpoint}} - Filenodes total" ,
"refId" : "B" ,
"step" : 240
}
] ,
"title" : "Filesystem Filenodes" ,
2022-10-21 04:17:37 -07:00
"type" : "timeseries"
2018-01-04 09:55:47 -08:00
} ,
{
2022-10-21 04:17:37 -07:00
"datasource" : {
"type" : "prometheus" ,
"uid" : "${DS_PROMETHEUS}"
} ,
2018-01-04 09:55:47 -08:00
"description" : "" ,
2022-10-21 04:17:37 -07:00
"fieldConfig" : {
"defaults" : {
"color" : {
"mode" : "palette-classic"
} ,
"custom" : {
"axisCenteredZero" : false ,
"axisColorMode" : "text" ,
"axisLabel" : "Read Only" ,
"axisPlacement" : "auto" ,
"barAlignment" : 0 ,
"drawStyle" : "line" ,
"fillOpacity" : 40 ,
"gradientMode" : "none" ,
"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" : [ ] ,
"max" : 1 ,
"min" : 0 ,
"thresholds" : {
"mode" : "absolute" ,
"steps" : [
{
"color" : "green"
} ,
{
"color" : "red" ,
"value" : 80
}
]
} ,
"unit" : "short"
} ,
"overrides" : [
{
"matcher" : {
"id" : "byName" ,
"options" : "/ ReadOnly"
} ,
"properties" : [
{
"id" : "color" ,
"value" : {
"fixedColor" : "#890F02" ,
"mode" : "fixed"
}
}
]
}
]
} ,
2020-01-18 10:37:18 -08:00
"gridPos" : {
"h" : 11 ,
"w" : 12 ,
"x" : 0 ,
2022-10-21 04:17:37 -07:00
"y" : 53
2020-01-18 10:37:18 -08:00
} ,
2018-01-04 09:55:47 -08:00
"id" : 44 ,
"links" : [ ] ,
2020-01-18 10:37:18 -08:00
"options" : {
2022-10-21 04:17:37 -07:00
"legend" : {
"calcs" : [
"mean" ,
"lastNotNull" ,
"max" ,
"min"
] ,
"displayMode" : "table" ,
"placement" : "bottom" ,
"showLegend" : true
} ,
"tooltip" : {
"mode" : "multi" ,
"sort" : "none"
}
} ,
"pluginVersion" : "9.2.0" ,
2018-01-04 09:55:47 -08:00
"targets" : [
{
2022-10-21 04:17:37 -07:00
"datasource" : {
"type" : "prometheus" ,
"uid" : "${DS_PROMETHEUS}"
} ,
2020-07-27 01:51:05 -07:00
"expr" : "node_filesystem_readonly{instance=\"$node\",job=\"$job\",device!~'rootfs'}" ,
2018-01-04 09:55:47 -08:00
"format" : "time_series" ,
2022-10-21 04:17:37 -07:00
"intervalFactor" : 2 ,
2018-01-04 09:55:47 -08:00
"legendFormat" : "{{device}} - {{mountpoint}} - ReadOnly" ,
"refId" : "C" ,
"step" : 240
}
] ,
"title" : "Filesystem in ReadOnly" ,
2022-10-21 04:17:37 -07:00
"type" : "timeseries"
}
] ,
"targets" : [
{
"datasource" : {
"type" : "prometheus" ,
"uid" : "000000001"
} ,
"refId" : "A"
2018-01-04 09:55:47 -08:00
}
] ,
2020-01-18 10:37:18 -08:00
"title" : "Filesystem" ,
"type" : "row"
2018-01-04 09:55:47 -08:00
} ,
{
2020-01-18 10:37:18 -08:00
"collapsed" : true ,
2022-10-21 04:17:37 -07:00
"datasource" : {
"type" : "prometheus" ,
"uid" : "000000001"
} ,
2020-01-18 10:37:18 -08:00
"gridPos" : {
"h" : 1 ,
"w" : 24 ,
"x" : 0 ,
2022-11-08 12:19:23 -08:00
"y" : 82
2020-01-18 10:37:18 -08:00
} ,
"id" : 245 ,
2018-01-04 09:55:47 -08:00
"panels" : [
{
2022-10-21 04:17:37 -07:00
"datasource" : {
"type" : "prometheus" ,
"uid" : "${DS_PROMETHEUS}"
} ,
2018-01-04 09:55:47 -08:00
"description" : "" ,
2022-10-21 04:17:37 -07:00
"fieldConfig" : {
"defaults" : {
"color" : {
"mode" : "palette-classic"
} ,
"custom" : {
"axisCenteredZero" : false ,
"axisColorMode" : "text" ,
"axisLabel" : "Seconds" ,
"axisPlacement" : "auto" ,
"barAlignment" : 0 ,
"drawStyle" : "line" ,
"fillOpacity" : 20 ,
"gradientMode" : "none" ,
"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"
} ,
{
"color" : "red" ,
"value" : 80
}
]
} ,
"unit" : "s"
} ,
"overrides" : [ ]
} ,
2020-01-18 10:37:18 -08:00
"gridPos" : {
"h" : 10 ,
"w" : 12 ,
"x" : 0 ,
2022-10-21 04:17:37 -07:00
"y" : 43
2020-01-18 10:37:18 -08:00
} ,
2018-01-04 09:55:47 -08:00
"id" : 40 ,
"links" : [ ] ,
2020-01-18 10:37:18 -08:00
"options" : {
2022-10-21 04:17:37 -07:00
"legend" : {
"calcs" : [
"mean" ,
"lastNotNull" ,
"max" ,
"min"
] ,
"displayMode" : "table" ,
"placement" : "bottom" ,
"showLegend" : true
} ,
"tooltip" : {
"mode" : "multi" ,
"sort" : "none"
}
} ,
"pluginVersion" : "9.2.0" ,
2018-01-04 09:55:47 -08:00
"targets" : [
{
2022-10-21 04:17:37 -07:00
"datasource" : {
"type" : "prometheus" ,
"uid" : "${DS_PROMETHEUS}"
} ,
"expr" : "irate(node_scrape_collector_duration_seconds{instance=\"$node\",job=\"$job\"}[5m])" ,
2018-01-04 09:55:47 -08:00
"format" : "time_series" ,
"hide" : false ,
2022-10-21 04:17:37 -07:00
"intervalFactor" : 2 ,
2018-01-04 09:55:47 -08:00
"legendFormat" : "{{collector}} - Scrape duration" ,
"refId" : "A" ,
2022-10-21 04:17:37 -07:00
"step" : 30
2018-01-04 09:55:47 -08:00
}
] ,
"title" : "Duration of a collector scrape" ,
2022-10-21 04:17:37 -07:00
"type" : "timeseries"
2018-01-04 09:55:47 -08:00
} ,
{
2022-10-21 04:17:37 -07:00
"datasource" : {
"type" : "prometheus" ,
"uid" : "${DS_PROMETHEUS}"
} ,
2018-01-04 09:55:47 -08:00
"description" : "" ,
2022-10-21 04:17:37 -07:00
"fieldConfig" : {
"defaults" : {
"color" : {
"mode" : "palette-classic"
} ,
"custom" : {
"axisCenteredZero" : false ,
"axisColorMode" : "text" ,
"axisLabel" : "Counter" ,
"axisPlacement" : "auto" ,
"barAlignment" : 0 ,
"drawStyle" : "line" ,
"fillOpacity" : 20 ,
"gradientMode" : "none" ,
"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" : [ ] ,
"max" : 1 ,
"min" : -1 ,
"thresholds" : {
"mode" : "absolute" ,
"steps" : [
{
"color" : "green"
} ,
{
"color" : "red" ,
"value" : 80
}
]
} ,
"unit" : "short"
} ,
"overrides" : [ ]
} ,
2020-01-18 10:37:18 -08:00
"gridPos" : {
"h" : 10 ,
"w" : 12 ,
"x" : 12 ,
2022-10-21 04:17:37 -07:00
"y" : 43
2020-01-18 10:37:18 -08:00
} ,
2018-01-04 09:55:47 -08:00
"id" : 157 ,
"links" : [ ] ,
2020-01-18 10:37:18 -08:00
"options" : {
2022-10-21 04:17:37 -07:00
"legend" : {
"calcs" : [
"mean" ,
"lastNotNull" ,
"max" ,
"min"
] ,
"displayMode" : "table" ,
"placement" : "bottom" ,
"showLegend" : true
} ,
"tooltip" : {
"mode" : "multi" ,
"sort" : "none"
}
} ,
"pluginVersion" : "9.2.0" ,
2018-01-04 09:55:47 -08:00
"targets" : [
{
2022-10-21 04:17:37 -07:00
"datasource" : {
"type" : "prometheus" ,
"uid" : "${DS_PROMETHEUS}"
} ,
2020-07-27 01:51:05 -07:00
"expr" : "node_scrape_collector_success{instance=\"$node\",job=\"$job\"} -1" ,
2018-01-04 09:55:47 -08:00
"format" : "time_series" ,
"hide" : false ,
2022-10-21 04:17:37 -07:00
"intervalFactor" : 2 ,
2018-01-04 09:55:47 -08:00
"legendFormat" : "{{collector}} - Scrape fail" ,
"refId" : "A" ,
2022-10-21 04:17:37 -07:00
"step" : 30
2018-01-04 09:55:47 -08:00
} ,
{
2022-10-21 04:17:37 -07:00
"datasource" : {
"type" : "prometheus" ,
"uid" : "${DS_PROMETHEUS}"
} ,
2020-07-27 01:51:05 -07:00
"expr" : "node_textfile_scrape_error{instance=\"$node\",job=\"$job\"}" ,
2018-01-04 09:55:47 -08:00
"format" : "time_series" ,
"hide" : false ,
2022-10-21 04:17:37 -07:00
"intervalFactor" : 2 ,
2018-01-04 09:55:47 -08:00
"legendFormat" : "opening or reading a file - Scrape fail" ,
"refId" : "B" ,
2022-10-21 04:17:37 -07:00
"step" : 30
2018-01-04 09:55:47 -08:00
}
] ,
"title" : "Whether a collector fails" ,
2022-10-21 04:17:37 -07:00
"type" : "timeseries"
}
] ,
"targets" : [
{
"datasource" : {
"type" : "prometheus" ,
"uid" : "000000001"
} ,
"refId" : "A"
2018-01-04 09:55:47 -08:00
}
] ,
"title" : "Node Exporter" ,
2020-01-18 10:37:18 -08:00
"type" : "row"
2018-01-04 09:55:47 -08:00
}
] ,
2020-01-18 10:37:18 -08:00
"refresh" : "" ,
2022-10-21 04:17:37 -07:00
"schemaVersion" : 37 ,
2018-01-04 09:55:47 -08:00
"style" : "dark" ,
2022-02-12 19:27:40 -08:00
"tags" : [
"freebsd"
] ,
2018-01-04 09:55:47 -08:00
"templating" : {
"list" : [
2022-02-12 19:27:40 -08:00
{
"current" : {
"selected" : false ,
"text" : "default" ,
"value" : "default"
} ,
"error" : null ,
"hide" : 0 ,
"includeAll" : false ,
"label" : "datasource" ,
"multi" : false ,
"name" : "DS_PROMETHEUS" ,
"options" : [ ] ,
"query" : "prometheus" ,
"refresh" : 1 ,
"regex" : "" ,
"skipUrlSync" : false ,
"type" : "datasource"
} ,
2020-01-18 10:37:18 -08:00
{
2019-10-21 21:19:05 -07:00
"allValue" : null ,
"current" : { } ,
2022-10-21 04:17:37 -07:00
"datasource" : {
"type" : "prometheus" ,
"uid" : "${DS_PROMETHEUS}"
} ,
2020-01-18 10:37:18 -08:00
"definition" : "" ,
2019-10-21 21:19:05 -07:00
"hide" : 0 ,
"includeAll" : false ,
"label" : "job" ,
"multi" : false ,
"name" : "job" ,
"options" : [ ] ,
2022-10-21 04:17:37 -07:00
"query" : {
"query" : "label_values(node_uname_info, job)" ,
"refId" : "Prometheus-job-Variable-Query"
} ,
2019-10-21 21:19:05 -07:00
"refresh" : 1 ,
"regex" : "" ,
"skipUrlSync" : false ,
"sort" : 0 ,
"tagValuesQuery" : "" ,
"tagsQuery" : "" ,
"type" : "query" ,
"useTags" : false
} ,
2018-01-04 09:55:47 -08:00
{
"current" : { } ,
2022-10-21 04:17:37 -07:00
"datasource" : {
"type" : "prometheus" ,
"uid" : "${DS_PROMETHEUS}"
} ,
2020-07-27 01:51:05 -07:00
"definition" : "label_values(node_uname_info{job=\"$job\"}, instance)" ,
2018-01-04 09:55:47 -08:00
"hide" : 0 ,
"includeAll" : false ,
"label" : "Host:" ,
"multi" : false ,
"name" : "node" ,
"options" : [ ] ,
2022-10-21 04:17:37 -07:00
"query" : {
"query" : "label_values(node_uname_info{job=\"$job\"}, instance)" ,
"refId" : "Prometheus-node-Variable-Query"
} ,
2018-01-04 09:55:47 -08:00
"refresh" : 1 ,
2020-07-27 01:51:05 -07:00
"regex" : "" ,
2020-01-18 10:37:18 -08:00
"skipUrlSync" : false ,
2018-01-04 09:55:47 -08:00
"sort" : 0 ,
"tagValuesQuery" : "" ,
"tagsQuery" : "" ,
"type" : "query" ,
"useTags" : false
}
]
} ,
"time" : {
"from" : "now-24h" ,
"to" : "now"
} ,
"timepicker" : {
"refresh_intervals" : [
"5s" ,
"10s" ,
"30s" ,
"1m" ,
"5m" ,
"15m" ,
"30m" ,
"1h" ,
"2h" ,
"1d"
] ,
"time_options" : [
"5m" ,
"15m" ,
"1h" ,
"6h" ,
"12h" ,
"24h" ,
"2d" ,
"7d" ,
"30d"
]
} ,
"timezone" : "browser" ,
"title" : "Node Exporter FreeBSD" ,
2020-01-18 10:37:18 -08:00
"uid" : "Kczn-jPZz" ,
2022-11-08 12:19:23 -08:00
"version" : 11 ,
2022-10-21 04:17:37 -07:00
"weekStart" : ""
}