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"
}
] ,
"__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" ,
2020-07-27 01:51:05 -07:00
"version" : "6.7.3"
2018-01-04 09:55:47 -08:00
} ,
{
"type" : "panel" ,
"id" : "graph" ,
"name" : "Graph" ,
"version" : ""
} ,
{
"type" : "datasource" ,
"id" : "prometheus" ,
"name" : "Prometheus" ,
"version" : "1.0.0"
} ,
{
"type" : "panel" ,
"id" : "singlestat" ,
"name" : "Singlestat" ,
"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 ,
"datasource" : "-- Grafana --" ,
"enable" : true ,
"hide" : true ,
"iconColor" : "rgba(0, 211, 255, 1)" ,
"name" : "Annotations & Alerts" ,
"type" : "dashboard"
}
]
2018-01-04 09:55:47 -08:00
} ,
"editable" : true ,
"gnetId" : 1860 ,
"graphTooltip" : 0 ,
"id" : null ,
2020-07-27 01:51:05 -07:00
"iteration" : 1595839754933 ,
2018-01-04 09:55:47 -08:00
"links" : [ ] ,
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 ,
"datasource" : "${DS_PROMETHEUS}" ,
"gridPos" : {
"h" : 1 ,
"w" : 24 ,
"x" : 0 ,
"y" : 0
} ,
"id" : 239 ,
"panels" : [ ] ,
"repeat" : null ,
"title" : "Quick CPU / Mem / Disk Gauge" ,
"type" : "row"
} ,
{
"cacheTimeout" : null ,
"datasource" : "${DS_PROMETHEUS}" ,
"description" : "Busy state of all CPU cores together" ,
"gridPos" : {
"h" : 4 ,
"w" : 3 ,
"x" : 0 ,
"y" : 1
} ,
"id" : 20 ,
"links" : [ ] ,
"options" : {
"fieldOptions" : {
"calcs" : [
"lastNotNull"
] ,
"defaults" : {
2020-07-27 01:51:05 -07:00
"color" : {
"mode" : "thresholds"
} ,
2020-01-18 10:37:18 -08:00
"mappings" : [
{
"id" : 0 ,
"op" : "=" ,
"text" : "N/A" ,
"type" : 1 ,
"value" : "null"
}
] ,
"max" : 100 ,
"min" : 0 ,
"nullValueMode" : "null" ,
2020-07-27 01:51:05 -07:00
"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
}
]
} ,
2020-01-18 10:37:18 -08:00
"unit" : "percent"
} ,
2020-07-27 01:51:05 -07:00
"overrides" : [ ] ,
2020-01-18 10:37:18 -08:00
"values" : false
} ,
"orientation" : "horizontal" ,
"showThresholdLabels" : false ,
"showThresholdMarkers" : true
} ,
2020-07-27 01:51:05 -07:00
"pluginVersion" : "6.7.3" ,
2020-01-18 10:37:18 -08:00
"targets" : [
2018-01-04 09:55:47 -08:00
{
2021-03-03 02:44:44 -08:00
"expr" : "(((count(count(node_cpu_seconds_total{instance=\"$node\",job=\"$job\"}) by (cpu))) - avg(sum by (mode)(rate(node_cpu_seconds_total{mode='idle',instance=\"$node\",job=\"$job\"}[$__rate_interval])))) * 100) / count(count(node_cpu_seconds_total{instance=\"$node\",job=\"$job\"}) by (cpu))" ,
2020-01-18 10:37:18 -08:00
"hide" : false ,
"interval" : "" ,
"intervalFactor" : 1 ,
"legendFormat" : "" ,
"refId" : "A" ,
2021-03-01 03:26:13 -08:00
"step" : 240
2020-01-18 10:37:18 -08:00
}
] ,
"title" : "CPU Busy" ,
"type" : "gauge"
} ,
{
"cacheTimeout" : null ,
"datasource" : "${DS_PROMETHEUS}" ,
"description" : "Busy state of all CPU cores together (5 min average)" ,
"gridPos" : {
"h" : 4 ,
"w" : 3 ,
"x" : 3 ,
"y" : 1
} ,
"id" : 155 ,
"links" : [ ] ,
"options" : {
"fieldOptions" : {
"calcs" : [
"lastNotNull"
] ,
"defaults" : {
2020-07-27 01:51:05 -07:00
"color" : {
"mode" : "thresholds"
} ,
2020-01-18 10:37:18 -08:00
"mappings" : [
{
"id" : 0 ,
"op" : "=" ,
"text" : "N/A" ,
"type" : 1 ,
"value" : "null"
}
] ,
"max" : 100 ,
"min" : 0 ,
"nullValueMode" : "null" ,
2020-07-27 01:51:05 -07:00
"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
}
]
} ,
2020-01-18 10:37:18 -08:00
"unit" : "percent"
} ,
2020-07-27 01:51:05 -07:00
"overrides" : [ ] ,
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
"orientation" : "horizontal" ,
"showThresholdLabels" : false ,
"showThresholdMarkers" : true
} ,
2020-07-27 01:51:05 -07:00
"pluginVersion" : "6.7.3" ,
2020-01-18 10:37:18 -08:00
"targets" : [
2018-01-04 09:55:47 -08:00
{
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" ,
2021-03-01 03:26:13 -08:00
"step" : 240
2020-01-18 10:37:18 -08:00
}
] ,
"title" : "Sys Load (5m avg)" ,
"type" : "gauge"
} ,
{
"cacheTimeout" : null ,
"datasource" : "${DS_PROMETHEUS}" ,
"description" : "Busy state of all CPU cores together (5 min average)" ,
"gridPos" : {
"h" : 4 ,
"w" : 3 ,
"x" : 6 ,
"y" : 1
} ,
"id" : 246 ,
"links" : [ ] ,
"options" : {
"fieldOptions" : {
"calcs" : [
"lastNotNull"
] ,
"defaults" : {
2020-07-27 01:51:05 -07:00
"color" : {
"mode" : "thresholds"
} ,
2020-01-18 10:37:18 -08:00
"mappings" : [
{
"id" : 0 ,
"op" : "=" ,
"text" : "N/A" ,
"type" : 1 ,
"value" : "null"
}
] ,
"max" : 100 ,
"min" : 0 ,
"nullValueMode" : "null" ,
2020-07-27 01:51:05 -07:00
"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
}
]
} ,
2020-01-18 10:37:18 -08:00
"unit" : "percent"
} ,
2020-07-27 01:51:05 -07:00
"overrides" : [ ] ,
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
"orientation" : "horizontal" ,
"showThresholdLabels" : false ,
"showThresholdMarkers" : true
} ,
2020-07-27 01:51:05 -07:00
"pluginVersion" : "6.7.3" ,
2020-01-18 10:37:18 -08:00
"targets" : [
2018-01-04 09:55:47 -08:00
{
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" ,
2021-03-01 03:26:13 -08:00
"step" : 240
2020-01-18 10:37:18 -08:00
}
] ,
"title" : "Sys Load (15m avg)" ,
"type" : "gauge"
} ,
{
"cacheTimeout" : null ,
"datasource" : "${DS_PROMETHEUS}" ,
"description" : "Non available RAM memory" ,
"gridPos" : {
"h" : 4 ,
"w" : 3 ,
"x" : 9 ,
"y" : 1
} ,
"hideTimeOverride" : false ,
"id" : 16 ,
"links" : [ ] ,
"options" : {
"fieldOptions" : {
"calcs" : [
"lastNotNull"
] ,
"defaults" : {
2020-07-27 01:51:05 -07:00
"color" : {
"mode" : "thresholds"
} ,
2020-01-18 10:37:18 -08:00
"decimals" : 0 ,
"mappings" : [ ] ,
"max" : 100 ,
"min" : 0 ,
"nullValueMode" : "null" ,
2020-07-27 01:51:05 -07:00
"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
}
]
} ,
2020-01-18 10:37:18 -08:00
"unit" : "percent"
} ,
2020-07-27 01:51:05 -07:00
"overrides" : [ ] ,
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
"orientation" : "horizontal" ,
"showThresholdLabels" : false ,
"showThresholdMarkers" : true
} ,
2020-07-27 01:51:05 -07:00
"pluginVersion" : "6.7.3" ,
2020-01-18 10:37:18 -08:00
"targets" : [
2018-01-04 09:55:47 -08:00
{
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" ,
2021-03-01 03:26:13 -08:00
"step" : 240
2020-01-18 10:37:18 -08:00
}
] ,
"title" : "RAM Used" ,
"type" : "gauge"
} ,
{
"cacheTimeout" : null ,
"datasource" : "${DS_PROMETHEUS}" ,
"description" : "Waiting to: https://github.com/derekmarcotte/node_exporter/blob/3bcdd14906307da57641ea8321d47909b90d98fa/collector/memory_bsd.go" ,
"gridPos" : {
"h" : 4 ,
"w" : 3 ,
"x" : 12 ,
"y" : 1
} ,
"id" : 21 ,
"links" : [ ] ,
"options" : {
"fieldOptions" : {
"calcs" : [
"lastNotNull"
] ,
"defaults" : {
2020-07-27 01:51:05 -07:00
"color" : {
"mode" : "thresholds"
} ,
2020-01-18 10:37:18 -08:00
"mappings" : [
{
"id" : 0 ,
"op" : "=" ,
"text" : "N/A" ,
"type" : 1 ,
"value" : "null"
}
] ,
"max" : 100 ,
"min" : 0 ,
"nullValueMode" : "null" ,
2020-07-27 01:51:05 -07:00
"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
}
]
} ,
2020-01-18 10:37:18 -08:00
"unit" : "percent"
} ,
2020-07-27 01:51:05 -07:00
"overrides" : [ ] ,
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
"orientation" : "horizontal" ,
"showThresholdLabels" : false ,
"showThresholdMarkers" : true
} ,
2020-07-27 01:51:05 -07:00
"pluginVersion" : "6.7.3" ,
2020-01-18 10:37:18 -08:00
"targets" : [
2018-01-04 09:55:47 -08:00
{
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" ,
2021-03-01 03:26:13 -08:00
"step" : 240
2020-01-18 10:37:18 -08:00
}
] ,
"title" : "SWAP Used" ,
"type" : "gauge"
} ,
{
"cacheTimeout" : null ,
"datasource" : "${DS_PROMETHEUS}" ,
"description" : "Used Root FS" ,
"gridPos" : {
"h" : 4 ,
"w" : 3 ,
"x" : 15 ,
"y" : 1
} ,
"id" : 154 ,
"links" : [ ] ,
"options" : {
"fieldOptions" : {
"calcs" : [
"lastNotNull"
] ,
"defaults" : {
2020-07-27 01:51:05 -07:00
"color" : {
"mode" : "thresholds"
} ,
2020-01-18 10:37:18 -08:00
"mappings" : [
{
"id" : 0 ,
"op" : "=" ,
"text" : "N/A" ,
"type" : 1 ,
"value" : "null"
}
] ,
"max" : 100 ,
"min" : 0 ,
"nullValueMode" : "null" ,
2020-07-27 01:51:05 -07:00
"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
}
]
} ,
2020-01-18 10:37:18 -08:00
"unit" : "percent"
} ,
2020-07-27 01:51:05 -07:00
"overrides" : [ ] ,
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
"orientation" : "horizontal" ,
"showThresholdLabels" : false ,
"showThresholdMarkers" : true
} ,
2020-07-27 01:51:05 -07:00
"pluginVersion" : "6.7.3" ,
2020-01-18 10:37:18 -08:00
"targets" : [
2018-01-04 09:55:47 -08:00
{
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" ,
2021-03-01 03:26:13 -08:00
"step" : 240
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
} ,
{
2020-01-18 10:37:18 -08:00
"cacheTimeout" : null ,
"colorBackground" : false ,
"colorValue" : false ,
"colors" : [
"rgba(245, 54, 54, 0.9)" ,
"rgba(237, 129, 40, 0.89)" ,
"rgba(50, 172, 45, 0.97)"
] ,
"datasource" : "${DS_PROMETHEUS}" ,
"description" : "Total number of CPU cores" ,
"format" : "short" ,
"gauge" : {
"maxValue" : 100 ,
"minValue" : 0 ,
"show" : false ,
"thresholdLabels" : false ,
"thresholdMarkers" : true
} ,
"gridPos" : {
"h" : 2 ,
"w" : 2 ,
"x" : 18 ,
"y" : 1
} ,
"id" : 14 ,
"interval" : null ,
"links" : [ ] ,
"mappingType" : 1 ,
"mappingTypes" : [
2018-01-04 09:55:47 -08:00
{
2020-01-18 10:37:18 -08:00
"name" : "value to text" ,
"value" : 1
2018-01-04 09:55:47 -08:00
} ,
{
2020-01-18 10:37:18 -08:00
"name" : "range to text" ,
"value" : 2
}
] ,
"maxDataPoints" : 100 ,
"maxPerRow" : 6 ,
"nullPointMode" : "null" ,
"nullText" : null ,
"postfix" : "" ,
"postfixFontSize" : "50%" ,
"prefix" : "" ,
"prefixFontSize" : "50%" ,
"rangeMaps" : [
2018-01-04 09:55:47 -08:00
{
2020-01-18 10:37:18 -08:00
"from" : "null" ,
"text" : "N/A" ,
"to" : "null"
}
] ,
"sparkline" : {
"fillColor" : "rgba(31, 118, 189, 0.18)" ,
"full" : false ,
"lineColor" : "rgb(31, 120, 193)" ,
"show" : false
} ,
"tableColumn" : "" ,
"targets" : [
{
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" ,
2021-03-01 03:26:13 -08:00
"step" : 240
2020-01-18 10:37:18 -08:00
}
] ,
"thresholds" : "" ,
"title" : "CPU Cores" ,
"type" : "singlestat" ,
"valueFontSize" : "50%" ,
"valueMaps" : [
{
"op" : "=" ,
"text" : "N/A" ,
"value" : "null"
}
] ,
"valueName" : "current"
} ,
{
"cacheTimeout" : null ,
"colorBackground" : false ,
"colorValue" : false ,
"colors" : [
"rgba(245, 54, 54, 0.9)" ,
"rgba(237, 129, 40, 0.89)" ,
"rgba(50, 172, 45, 0.97)"
] ,
"datasource" : "${DS_PROMETHEUS}" ,
"decimals" : 0 ,
"description" : "Total RAM" ,
"format" : "bytes" ,
"gauge" : {
"maxValue" : 100 ,
"minValue" : 0 ,
"show" : false ,
"thresholdLabels" : false ,
"thresholdMarkers" : true
} ,
"gridPos" : {
"h" : 2 ,
"w" : 2 ,
"x" : 20 ,
"y" : 1
} ,
"id" : 75 ,
"interval" : null ,
"links" : [ ] ,
"mappingType" : 1 ,
"mappingTypes" : [
{
"name" : "value to text" ,
"value" : 1
2018-01-04 09:55:47 -08:00
} ,
{
2020-01-18 10:37:18 -08:00
"name" : "range to text" ,
"value" : 2
}
] ,
"maxDataPoints" : 100 ,
"maxPerRow" : 6 ,
"nullPointMode" : "null" ,
"nullText" : null ,
"postfix" : "" ,
"postfixFontSize" : "70%" ,
"prefix" : "" ,
"prefixFontSize" : "50%" ,
"rangeMaps" : [
{
"from" : "null" ,
"text" : "N/A" ,
"to" : "null"
}
] ,
"sparkline" : {
"fillColor" : "rgba(31, 118, 189, 0.18)" ,
"full" : false ,
"lineColor" : "rgb(31, 120, 193)" ,
"show" : false
} ,
"tableColumn" : "" ,
"targets" : [
{
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" ,
2021-03-01 03:26:13 -08:00
"step" : 240
2020-01-18 10:37:18 -08:00
}
] ,
"thresholds" : "" ,
"title" : "RAM Total" ,
"type" : "singlestat" ,
"valueFontSize" : "50%" ,
"valueMaps" : [
{
"op" : "=" ,
"text" : "N/A" ,
"value" : "null"
}
] ,
"valueName" : "current"
} ,
{
"cacheTimeout" : null ,
"colorBackground" : false ,
"colorValue" : false ,
"colors" : [
"rgba(245, 54, 54, 0.9)" ,
"rgba(237, 129, 40, 0.89)" ,
"rgba(50, 172, 45, 0.97)"
] ,
"datasource" : "${DS_PROMETHEUS}" ,
"decimals" : 0 ,
"description" : "Total SWAP" ,
"format" : "bytes" ,
"gauge" : {
"maxValue" : 100 ,
"minValue" : 0 ,
"show" : false ,
"thresholdLabels" : false ,
"thresholdMarkers" : true
} ,
"gridPos" : {
"h" : 2 ,
"w" : 2 ,
"x" : 22 ,
"y" : 1
} ,
"id" : 18 ,
"interval" : null ,
"links" : [ ] ,
"mappingType" : 1 ,
"mappingTypes" : [
{
"name" : "value to text" ,
"value" : 1
2018-01-04 09:55:47 -08:00
} ,
{
2020-01-18 10:37:18 -08:00
"name" : "range to text" ,
"value" : 2
}
] ,
"maxDataPoints" : 100 ,
"maxPerRow" : 6 ,
"nullPointMode" : "null" ,
"nullText" : null ,
"postfix" : "" ,
"postfixFontSize" : "70%" ,
"prefix" : "" ,
"prefixFontSize" : "50%" ,
"rangeMaps" : [
{
"from" : "null" ,
"text" : "N/A" ,
"to" : "null"
}
] ,
"sparkline" : {
"fillColor" : "rgba(31, 118, 189, 0.18)" ,
"full" : false ,
"lineColor" : "rgb(31, 120, 193)" ,
"show" : false
} ,
"tableColumn" : "" ,
"targets" : [
{
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" ,
2021-03-01 03:26:13 -08:00
"step" : 240
2020-01-18 10:37:18 -08:00
}
] ,
"thresholds" : "" ,
"title" : "SWAP Total" ,
"type" : "singlestat" ,
"valueFontSize" : "50%" ,
"valueMaps" : [
{
"op" : "=" ,
"text" : "N/A" ,
"value" : "null"
}
] ,
"valueName" : "current"
} ,
{
"cacheTimeout" : null ,
"colorBackground" : false ,
"colorValue" : false ,
"colors" : [
"rgba(245, 54, 54, 0.9)" ,
"rgba(237, 129, 40, 0.89)" ,
"rgba(50, 172, 45, 0.97)"
] ,
"datasource" : "${DS_PROMETHEUS}" ,
"decimals" : 2 ,
"description" : "System Load (1m avg)" ,
"format" : "short" ,
"gauge" : {
"maxValue" : 100 ,
"minValue" : 0 ,
"show" : false ,
"thresholdLabels" : false ,
"thresholdMarkers" : true
} ,
"gridPos" : {
"h" : 2 ,
"w" : 2 ,
"x" : 18 ,
"y" : 3
} ,
"id" : 17 ,
"interval" : null ,
"links" : [ ] ,
"mappingType" : 1 ,
"mappingTypes" : [
{
"name" : "value to text" ,
"value" : 1
2018-01-04 09:55:47 -08:00
} ,
{
2020-01-18 10:37:18 -08:00
"name" : "range to text" ,
"value" : 2
}
] ,
"maxDataPoints" : 100 ,
"maxPerRow" : 12 ,
"nullPointMode" : "null" ,
"nullText" : null ,
"postfix" : "" ,
"postfixFontSize" : "50%" ,
"prefix" : "" ,
"prefixFontSize" : "50%" ,
"rangeMaps" : [
{
"from" : "null" ,
"text" : "N/A" ,
"to" : "null"
}
] ,
"sparkline" : {
"fillColor" : "rgba(31, 118, 189, 0.18)" ,
"full" : false ,
"lineColor" : "rgb(31, 120, 193)" ,
"show" : false
} ,
"tableColumn" : "" ,
"targets" : [
{
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" ,
2021-03-01 03:26:13 -08:00
"step" : 240
2020-01-18 10:37:18 -08:00
}
] ,
"thresholds" : "" ,
"title" : "Sys Load (1m avg)" ,
"type" : "singlestat" ,
"valueFontSize" : "50%" ,
"valueMaps" : [
{
"op" : "=" ,
"text" : "N/A" ,
"value" : "null"
}
] ,
"valueName" : "current"
} ,
{
"cacheTimeout" : null ,
"colorBackground" : false ,
"colorValue" : false ,
"colors" : [
"rgba(50, 172, 45, 0.97)" ,
"rgba(237, 129, 40, 0.89)" ,
"rgba(245, 54, 54, 0.9)"
] ,
"datasource" : "${DS_PROMETHEUS}" ,
"decimals" : 0 ,
"description" : "Total RootFS" ,
"format" : "bytes" ,
"gauge" : {
"maxValue" : 100 ,
"minValue" : 0 ,
"show" : false ,
"thresholdLabels" : false ,
"thresholdMarkers" : true
} ,
"gridPos" : {
"h" : 2 ,
"w" : 2 ,
"x" : 20 ,
"y" : 3
} ,
"id" : 23 ,
"interval" : null ,
"links" : [ ] ,
"mappingType" : 1 ,
"mappingTypes" : [
{
"name" : "value to text" ,
"value" : 1
} ,
{
"name" : "range to text" ,
"value" : 2
}
] ,
"maxDataPoints" : 100 ,
"maxPerRow" : 6 ,
"nullPointMode" : "null" ,
"nullText" : null ,
"postfix" : "" ,
"postfixFontSize" : "50%" ,
"prefix" : "" ,
"prefixFontSize" : "50%" ,
"rangeMaps" : [
{
"from" : "null" ,
"text" : "N/A" ,
"to" : "null"
}
] ,
"sparkline" : {
"fillColor" : "rgba(31, 118, 189, 0.18)" ,
"full" : false ,
"lineColor" : "rgb(31, 120, 193)" ,
"show" : false
} ,
"tableColumn" : "" ,
"targets" : [
{
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" ,
2021-03-01 03:26:13 -08:00
"step" : 240
2020-01-18 10:37:18 -08:00
}
] ,
"thresholds" : "70,90" ,
"title" : "RootFS Total" ,
"type" : "singlestat" ,
"valueFontSize" : "50%" ,
"valueMaps" : [
{
"op" : "=" ,
"text" : "N/A" ,
"value" : "null"
}
] ,
"valueName" : "current"
} ,
{
"cacheTimeout" : null ,
"colorBackground" : false ,
"colorValue" : false ,
"colors" : [
"rgba(245, 54, 54, 0.9)" ,
"rgba(237, 129, 40, 0.89)" ,
"rgba(50, 172, 45, 0.97)"
] ,
"datasource" : "${DS_PROMETHEUS}" ,
"decimals" : 1 ,
"description" : "System uptime - Pending https://github.com/prometheus/node_exporter/pull/550" ,
"format" : "s" ,
"gauge" : {
"maxValue" : 100 ,
"minValue" : 0 ,
"show" : false ,
"thresholdLabels" : false ,
"thresholdMarkers" : true
} ,
"gridPos" : {
"h" : 2 ,
"w" : 2 ,
"x" : 22 ,
"y" : 3
} ,
"hideTimeOverride" : true ,
"id" : 15 ,
"interval" : null ,
"links" : [ ] ,
"mappingType" : 1 ,
"mappingTypes" : [
{
2020-07-27 01:51:05 -07:00
"$$hashKey" : "object:408" ,
2020-01-18 10:37:18 -08:00
"name" : "value to text" ,
"value" : 1
} ,
{
2020-07-27 01:51:05 -07:00
"$$hashKey" : "object:409" ,
2020-01-18 10:37:18 -08:00
"name" : "range to text" ,
"value" : 2
}
] ,
"maxDataPoints" : 100 ,
"nullPointMode" : "null" ,
"nullText" : null ,
"postfix" : "s" ,
2020-07-27 01:51:05 -07:00
"postfixFontSize" : "50%" ,
2020-01-18 10:37:18 -08:00
"prefix" : "" ,
"prefixFontSize" : "50%" ,
"rangeMaps" : [
{
"from" : "null" ,
"text" : "N/A" ,
"to" : "null"
2018-01-04 09:55:47 -08:00
}
] ,
2020-01-18 10:37:18 -08:00
"sparkline" : {
"fillColor" : "rgba(31, 118, 189, 0.18)" ,
"full" : false ,
"lineColor" : "rgb(31, 120, 193)" ,
"show" : false
} ,
"tableColumn" : "" ,
"targets" : [
{
2020-07-27 01:51:05 -07:00
"expr" : "node_time_seconds{instance=\"$node\",job=\"$job\"} - node_boot_time_seconds{instance=\"$node\",job=\"$job\"}" ,
2021-12-16 23:23:38 -08:00
"intervalFactor" : 1 ,
2020-01-18 10:37:18 -08:00
"refId" : "A" ,
2021-03-01 03:26:13 -08:00
"step" : 240
2020-01-18 10:37:18 -08:00
}
] ,
"thresholds" : "" ,
"title" : "Uptime" ,
"type" : "singlestat" ,
2020-07-27 01:51:05 -07:00
"valueFontSize" : "50%" ,
2020-01-18 10:37:18 -08:00
"valueMaps" : [
{
2020-07-27 01:51:05 -07:00
"$$hashKey" : "object:411" ,
2020-01-18 10:37:18 -08:00
"op" : "=" ,
"text" : "N/A" ,
"value" : "null"
}
] ,
"valueName" : "current"
} ,
{
"collapsed" : false ,
"datasource" : "${DS_PROMETHEUS}" ,
"gridPos" : {
"h" : 1 ,
"w" : 24 ,
"x" : 0 ,
"y" : 5
} ,
"id" : 241 ,
"panels" : [ ] ,
2018-01-04 09:55:47 -08:00
"repeat" : null ,
"title" : "Basic CPU / Mem / Net / Disk" ,
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
"aliasColors" : {
"Busy" : "#EAB839" ,
"Busy Iowait" : "#890F02" ,
"Busy other" : "#1F78C1" ,
"Idle" : "#052B51" ,
"Idle - Waiting for something to happen" : "#052B51" ,
"guest" : "#9AC48A" ,
"idle" : "#052B51" ,
"iowait" : "#EAB839" ,
"irq" : "#BF1B00" ,
"nice" : "#C15C17" ,
"softirq" : "#E24D42" ,
"steal" : "#FCE2DE" ,
"system" : "#508642" ,
"user" : "#5195CE"
} ,
"bars" : false ,
"dashLength" : 10 ,
"dashes" : false ,
"datasource" : "${DS_PROMETHEUS}" ,
"decimals" : 2 ,
"description" : "" ,
"fill" : 4 ,
"fillGradient" : 0 ,
"gridPos" : {
"h" : 11 ,
"w" : 12 ,
"x" : 0 ,
"y" : 6
} ,
"hiddenSeries" : false ,
"id" : 77 ,
"legend" : {
"alignAsTable" : true ,
"avg" : true ,
"current" : true ,
"max" : true ,
"min" : true ,
"rightSide" : false ,
"show" : true ,
"sideWidth" : 250 ,
"sort" : null ,
"sortDesc" : null ,
"total" : false ,
"values" : true
} ,
"lines" : true ,
"linewidth" : 1 ,
"links" : [ ] ,
"maxPerRow" : 6 ,
"nullPointMode" : "null" ,
"options" : {
"dataLinks" : [ ]
} ,
"percentage" : true ,
"pointradius" : 5 ,
"points" : false ,
"renderer" : "flot" ,
"seriesOverrides" : [ ] ,
"spaceLength" : 10 ,
"stack" : true ,
"steppedLine" : false ,
"targets" : [
2018-01-04 09:55:47 -08:00
{
2021-03-03 02:44:44 -08:00
"expr" : "sum by (instance)(rate(node_cpu_seconds_total{mode=\"system\",instance=\"$node\",job=\"$job\"}[$__rate_interval])) * 100" ,
2020-01-18 10:37:18 -08:00
"format" : "time_series" ,
"hide" : false ,
2021-12-16 23:23:38 -08:00
"intervalFactor" : 1 ,
2020-01-18 10:37:18 -08:00
"legendFormat" : "System - Processes executing in kernel mode" ,
"refId" : "B" ,
"step" : 240
2018-01-04 09:55:47 -08:00
} ,
{
2021-03-03 02:44:44 -08:00
"expr" : "sum by (instance)(rate(node_cpu_seconds_total{mode='user',instance=\"$node\",job=\"$job\"}[$__rate_interval])) * 100" ,
2020-01-18 10:37:18 -08:00
"format" : "time_series" ,
"hide" : false ,
2021-12-16 23:23:38 -08:00
"intervalFactor" : 1 ,
2020-01-18 10:37:18 -08:00
"legendFormat" : "User - Normal processes executing in user mode" ,
"refId" : "D" ,
"step" : 240
2018-01-04 09:55:47 -08:00
} ,
{
2021-03-03 02:44:44 -08:00
"expr" : "sum by (mode)(rate(node_cpu_seconds_total{mode='idle',instance=\"$node\",job=\"$job\"}[$__rate_interval])) * 100" ,
2020-01-18 10:37:18 -08:00
"format" : "time_series" ,
2021-12-16 23:23:38 -08:00
"intervalFactor" : 1 ,
2020-01-18 10:37:18 -08:00
"legendFormat" : "Idle - Waiting for something to happen" ,
"refId" : "C" ,
"step" : 240
2018-01-04 09:55:47 -08:00
} ,
{
2021-03-03 02:44:44 -08:00
"expr" : "sum by (mode)(rate(node_cpu_seconds_total{mode='interrupt',instance=\"$node\",job=\"$job\"}[$__rate_interval])) * 100" ,
2020-01-18 10:37:18 -08:00
"format" : "time_series" ,
2021-12-16 23:23:38 -08:00
"intervalFactor" : 1 ,
2020-01-18 10:37:18 -08:00
"legendFormat" : "Interrupt - Servicing interrupts" ,
"refId" : "E" ,
"step" : 240
} ,
{
2021-03-03 02:44:44 -08:00
"expr" : "sum by (mode)(rate(node_cpu_seconds_total{mode='nice',instance=\"$node\",job=\"$job\"}[$__rate_interval])) * 100" ,
2020-01-18 10:37:18 -08:00
"format" : "time_series" ,
2021-12-16 23:23:38 -08:00
"intervalFactor" : 1 ,
2020-01-18 10:37:18 -08:00
"legendFormat" : "Nice - Niced processes executing in user mode" ,
"refId" : "F" ,
"step" : 240
}
] ,
"thresholds" : [ ] ,
"timeFrom" : null ,
"timeRegions" : [ ] ,
"timeShift" : null ,
"title" : "CPU" ,
"tooltip" : {
"shared" : true ,
"sort" : 0 ,
"value_type" : "individual"
} ,
"type" : "graph" ,
"xaxis" : {
"buckets" : null ,
"mode" : "time" ,
"name" : null ,
"show" : true ,
"values" : [ ]
} ,
"yaxes" : [
{
"format" : "short" ,
"label" : "Percentage" ,
"logBase" : 1 ,
"max" : "100" ,
"min" : "0" ,
"show" : true
} ,
{
"format" : "short" ,
"label" : null ,
"logBase" : 1 ,
"max" : null ,
"min" : null ,
"show" : false
}
] ,
"yaxis" : {
"align" : false ,
"alignLevel" : null
}
} ,
{
"aliasColors" : {
"Apps" : "#629E51" ,
"Buffers" : "#614D93" ,
"Cache" : "#6D1F62" ,
"Cached" : "#511749" ,
"Committed" : "#508642" ,
"Free" : "#0A437C" ,
"Hardware Corrupted - Amount of RAM that the kernel identified as corrupted / not working" : "#CFFAFF" ,
"Inactive" : "#584477" ,
"PageTables" : "#0A50A1" ,
"Page_Tables" : "#0A50A1" ,
"RAM_Free" : "#E0F9D7" ,
"Slab" : "#806EB7" ,
"Slab_Cache" : "#E0752D" ,
"Swap" : "#BF1B00" ,
"Swap - Swap memory usage" : "#BF1B00" ,
"Swap_Cache" : "#C15C17" ,
"Swap_Free" : "#2F575E" ,
"Unused" : "#EAB839" ,
"Unused - Free memory unassigned" : "#052B51"
} ,
"bars" : false ,
"dashLength" : 10 ,
"dashes" : false ,
"datasource" : "${DS_PROMETHEUS}" ,
"decimals" : 2 ,
"description" : "" ,
"fill" : 4 ,
"fillGradient" : 0 ,
"gridPos" : {
"h" : 11 ,
"w" : 12 ,
"x" : 12 ,
"y" : 6
} ,
"hiddenSeries" : false ,
"id" : 24 ,
"legend" : {
"alignAsTable" : true ,
"avg" : true ,
"current" : true ,
"max" : true ,
"min" : true ,
"rightSide" : false ,
"show" : true ,
"sideWidth" : 350 ,
"sort" : null ,
"sortDesc" : null ,
"total" : false ,
"values" : true
} ,
"lines" : true ,
"linewidth" : 1 ,
"links" : [ ] ,
"maxPerRow" : 6 ,
"nullPointMode" : "null" ,
"options" : {
"dataLinks" : [ ]
} ,
"percentage" : true ,
"pointradius" : 5 ,
"points" : false ,
"renderer" : "flot" ,
"seriesOverrides" : [
{
"alias" : "/.*Free.*/" ,
"color" : "#7EB26D"
}
] ,
"spaceLength" : 10 ,
"stack" : true ,
"steppedLine" : false ,
"targets" : [
{
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 ,
2021-12-16 23:23:38 -08:00
"intervalFactor" : 1 ,
2020-01-18 10:37:18 -08:00
"legendFormat" : "Inactive - Memory that is completely free and ready to use" ,
"refId" : "A" ,
"step" : 240
} ,
{
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 ,
2021-12-16 23:23:38 -08:00
"intervalFactor" : 1 ,
2020-01-18 10:37:18 -08:00
"legendFormat" : "Active - Memory currently being used by a process" ,
"refId" : "C" ,
"step" : 240
} ,
{
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 ,
2021-12-16 23:23:38 -08:00
"intervalFactor" : 1 ,
2020-01-18 10:37:18 -08:00
"legendFormat" : "Buffers - Disk cache" ,
"refId" : "D" ,
"step" : 240
} ,
{
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 ,
2021-12-16 23:23:38 -08:00
"intervalFactor" : 1 ,
2020-01-18 10:37:18 -08:00
"legendFormat" : "Cache - Memory being used to cache data, can be freed immediately if required" ,
"refId" : "F" ,
2021-03-01 03:26:13 -08:00
"step" : 240
2020-01-18 10:37:18 -08:00
} ,
{
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 ,
2021-12-16 23:23:38 -08:00
"intervalFactor" : 1 ,
2020-01-18 10:37:18 -08:00
"legendFormat" : "Wired - Memory in use by the Kernel" ,
"refId" : "I" ,
"step" : 240
} ,
{
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 ,
2021-12-16 23:23:38 -08:00
"intervalFactor" : 1 ,
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
}
] ,
"thresholds" : [ ] ,
"timeFrom" : null ,
"timeRegions" : [ ] ,
"timeShift" : null ,
"title" : "Memory" ,
"tooltip" : {
"shared" : true ,
"sort" : 0 ,
"value_type" : "individual"
} ,
"type" : "graph" ,
"xaxis" : {
"buckets" : null ,
"mode" : "time" ,
"name" : null ,
"show" : true ,
"values" : [ ]
} ,
"yaxes" : [
{
"format" : "bytes" ,
"label" : "Bytes" ,
"logBase" : 1 ,
"max" : null ,
"min" : "0" ,
"show" : true
} ,
{
"format" : "short" ,
"label" : null ,
"logBase" : 1 ,
"max" : null ,
"min" : null ,
"show" : false
}
] ,
"yaxis" : {
"align" : false ,
"alignLevel" : null
}
} ,
{
"aliasColors" : {
"receive_packets_eth0" : "#7EB26D" ,
"receive_packets_lo" : "#E24D42" ,
"transmit_packets_eth0" : "#7EB26D" ,
"transmit_packets_lo" : "#E24D42"
} ,
"bars" : false ,
"dashLength" : 10 ,
"dashes" : false ,
"datasource" : "${DS_PROMETHEUS}" ,
"fill" : 4 ,
"fillGradient" : 0 ,
"gridPos" : {
"h" : 11 ,
"w" : 12 ,
"x" : 0 ,
"y" : 17
} ,
"hiddenSeries" : false ,
"id" : 84 ,
"legend" : {
"alignAsTable" : true ,
"avg" : true ,
"current" : true ,
"max" : true ,
"min" : true ,
"rightSide" : false ,
"show" : true ,
"total" : false ,
"values" : true
} ,
"lines" : true ,
"linewidth" : 1 ,
"links" : [ ] ,
"nullPointMode" : "null" ,
"options" : {
"dataLinks" : [ ]
} ,
"percentage" : false ,
"pointradius" : 5 ,
"points" : false ,
"renderer" : "flot" ,
"seriesOverrides" : [
{
"alias" : "/.*Trans.*/" ,
"transform" : "negative-Y"
} ,
{
"alias" : "/.*lo0.*/" ,
"color" : "#7EB26D"
} ,
{
"alias" : "/.*lo1.*/" ,
"color" : "#EAB839"
} ,
{
"alias" : "/.*em0.*/" ,
"color" : "#EF843C"
} ,
{
"alias" : "/.*em1.*/" ,
"color" : "#E24D42"
}
] ,
"spaceLength" : 10 ,
"stack" : false ,
"steppedLine" : false ,
"targets" : [
{
2021-03-03 02:44:44 -08:00
"expr" : "(rate(node_network_receive_bytes_total{instance=\"$node\",job=\"$job\"}[$__rate_interval]))*8" ,
2020-01-18 10:37:18 -08:00
"format" : "time_series" ,
2021-12-16 23:23:38 -08:00
"intervalFactor" : 1 ,
2020-01-18 10:37:18 -08:00
"legendFormat" : "{{device}} - Receive" ,
"refId" : "O" ,
"step" : 240
} ,
{
2021-03-03 02:44:44 -08:00
"expr" : "(rate(node_network_transmit_bytes_total{instance=\"$node\",job=\"$job\"}[$__rate_interval]))*8" ,
2020-01-18 10:37:18 -08:00
"format" : "time_series" ,
2021-12-16 23:23:38 -08:00
"intervalFactor" : 1 ,
2020-01-18 10:37:18 -08:00
"legendFormat" : "{{device}} - Transmit" ,
"refId" : "P" ,
"step" : 240
}
] ,
"thresholds" : [ ] ,
"timeFrom" : null ,
"timeRegions" : [ ] ,
"timeShift" : null ,
"title" : "Network Traffic" ,
"tooltip" : {
"shared" : true ,
"sort" : 0 ,
"value_type" : "individual"
} ,
"type" : "graph" ,
"xaxis" : {
"buckets" : null ,
"mode" : "time" ,
"name" : null ,
"show" : true ,
"values" : [ ]
} ,
"yaxes" : [
{
"format" : "bps" ,
"label" : "Bites out (-) / in (+)" ,
"logBase" : 1 ,
"max" : null ,
"min" : null ,
"show" : true
} ,
{
"format" : "short" ,
"label" : null ,
"logBase" : 1 ,
"max" : null ,
"min" : null ,
"show" : false
}
] ,
"yaxis" : {
"align" : false ,
"alignLevel" : null
}
} ,
{
"aliasColors" : {
"receive_packets_eth0" : "#7EB26D" ,
"receive_packets_lo" : "#E24D42" ,
"transmit_packets_eth0" : "#7EB26D" ,
"transmit_packets_lo" : "#E24D42"
} ,
"bars" : false ,
"dashLength" : 10 ,
"dashes" : false ,
"datasource" : "${DS_PROMETHEUS}" ,
"fill" : 4 ,
"fillGradient" : 0 ,
"gridPos" : {
"h" : 11 ,
"w" : 12 ,
"x" : 12 ,
"y" : 17
} ,
"hiddenSeries" : false ,
"id" : 233 ,
"legend" : {
"alignAsTable" : true ,
"avg" : true ,
"current" : true ,
"max" : true ,
"min" : true ,
"rightSide" : false ,
"show" : true ,
"total" : false ,
"values" : true
} ,
"lines" : true ,
"linewidth" : 1 ,
"links" : [ ] ,
"nullPointMode" : "null" ,
"options" : {
"dataLinks" : [ ]
} ,
"percentage" : false ,
"pointradius" : 5 ,
"points" : false ,
"renderer" : "flot" ,
"seriesOverrides" : [
{
"alias" : "/.*out.*/" ,
"transform" : "negative-Y"
}
] ,
"spaceLength" : 10 ,
"stack" : false ,
"steppedLine" : false ,
"targets" : [
{
2021-03-03 02:44:44 -08:00
"expr" : "rate(node_memory_swap_in_bytes_total{instance=\"$node\",job=\"$job\"}[$__rate_interval])" ,
2020-01-18 10:37:18 -08:00
"format" : "time_series" ,
2021-12-16 23:23:38 -08:00
"intervalFactor" : 1 ,
2020-01-18 10:37:18 -08:00
"legendFormat" : "Swap in" ,
"refId" : "O" ,
"step" : 240
} ,
{
2021-03-03 02:44:44 -08:00
"expr" : "rate(node_memory_swap_out_bytes_total{instance=\"$node\",job=\"$job\"}[$__rate_interval])" ,
2020-01-18 10:37:18 -08:00
"format" : "time_series" ,
2021-12-16 23:23:38 -08:00
"intervalFactor" : 1 ,
2020-01-18 10:37:18 -08:00
"legendFormat" : "Swap out" ,
"refId" : "P" ,
"step" : 240
}
] ,
"thresholds" : [ ] ,
"timeFrom" : null ,
"timeRegions" : [ ] ,
"timeShift" : null ,
"title" : "Memory Swap in/out" ,
"tooltip" : {
"shared" : true ,
"sort" : 0 ,
"value_type" : "individual"
} ,
"type" : "graph" ,
"xaxis" : {
"buckets" : null ,
"mode" : "time" ,
"name" : null ,
"show" : true ,
"values" : [ ]
} ,
"yaxes" : [
{
"format" : "Bps" ,
"label" : "Bytes out (-) / in (+)" ,
"logBase" : 1 ,
"max" : null ,
"min" : null ,
"show" : true
} ,
{
"format" : "short" ,
"label" : null ,
"logBase" : 1 ,
"max" : null ,
"min" : null ,
"show" : false
}
] ,
"yaxis" : {
"align" : false ,
"alignLevel" : null
}
} ,
{
"aliasColors" : { } ,
"bars" : false ,
"dashLength" : 10 ,
"dashes" : false ,
"datasource" : "${DS_PROMETHEUS}" ,
"decimals" : 3 ,
"description" : "" ,
"fill" : 4 ,
"fillGradient" : 0 ,
"gridPos" : {
"h" : 11 ,
"w" : 12 ,
"x" : 0 ,
"y" : 28
} ,
"height" : "" ,
"hiddenSeries" : false ,
"id" : 152 ,
"legend" : {
"alignAsTable" : true ,
"avg" : true ,
"current" : true ,
"max" : true ,
"min" : true ,
"rightSide" : false ,
"show" : true ,
"sort" : "current" ,
"sortDesc" : false ,
"total" : false ,
"values" : true
} ,
"lines" : true ,
"linewidth" : 1 ,
"links" : [ ] ,
"maxPerRow" : 6 ,
"nullPointMode" : "null" ,
"options" : {
"dataLinks" : [ ]
} ,
"percentage" : false ,
"pointradius" : 5 ,
"points" : false ,
"renderer" : "flot" ,
"seriesOverrides" : [ ] ,
"spaceLength" : 10 ,
"stack" : false ,
"steppedLine" : false ,
"targets" : [
{
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" ,
2021-12-16 23:23:38 -08:00
"intervalFactor" : 1 ,
2020-01-18 10:37:18 -08:00
"legendFormat" : "{{device}} - {{mountpoint}} " ,
"refId" : "A" ,
"step" : 240
}
] ,
"thresholds" : [ ] ,
"timeFrom" : null ,
"timeRegions" : [ ] ,
"timeShift" : null ,
"title" : "Disk Percentage Used" ,
"tooltip" : {
"shared" : true ,
"sort" : 0 ,
"value_type" : "individual"
} ,
"type" : "graph" ,
"xaxis" : {
"buckets" : null ,
"mode" : "time" ,
"name" : null ,
"show" : true ,
"values" : [ ]
} ,
"yaxes" : [
{
"format" : "percent" ,
"label" : null ,
"logBase" : 1 ,
"max" : "100" ,
"min" : "0" ,
"show" : true
2018-01-04 09:55:47 -08:00
} ,
{
2020-01-18 10:37:18 -08:00
"format" : "short" ,
"label" : null ,
"logBase" : 1 ,
"max" : null ,
"min" : null ,
"show" : false
}
] ,
"yaxis" : {
"align" : false ,
"alignLevel" : null
}
} ,
{
"aliasColors" : { } ,
"bars" : false ,
"dashLength" : 10 ,
"dashes" : false ,
"datasource" : "${DS_PROMETHEUS}" ,
"decimals" : 3 ,
"description" : "" ,
"fill" : 4 ,
"fillGradient" : 0 ,
"gridPos" : {
"h" : 11 ,
"w" : 12 ,
"x" : 12 ,
"y" : 28
} ,
"height" : "" ,
"hiddenSeries" : false ,
"id" : 156 ,
"legend" : {
"alignAsTable" : true ,
"avg" : true ,
"current" : true ,
"max" : true ,
"min" : true ,
"rightSide" : false ,
"show" : true ,
"sort" : "current" ,
"sortDesc" : false ,
"total" : false ,
"values" : true
} ,
"lines" : true ,
"linewidth" : 1 ,
"links" : [ ] ,
"maxPerRow" : 6 ,
"nullPointMode" : "null" ,
"options" : {
"dataLinks" : [ ]
} ,
"percentage" : false ,
"pointradius" : 5 ,
"points" : false ,
"renderer" : "flot" ,
"seriesOverrides" : [
{
"alias" : "/.*Used.*/" ,
"transform" : "negative-Y"
2018-01-04 09:55:47 -08:00
} ,
{
2020-01-18 10:37:18 -08:00
"alias" : "/.*Used.*/" ,
"color" : "#E24D42"
} ,
{
"alias" : "/.*Available.*/" ,
"color" : "#7EB26D"
2018-01-04 09:55:47 -08:00
}
] ,
2020-01-18 10:37:18 -08:00
"spaceLength" : 10 ,
"stack" : false ,
"steppedLine" : false ,
"targets" : [
{
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" ,
2021-12-16 23:23:38 -08:00
"intervalFactor" : 1 ,
2020-01-18 10:37:18 -08:00
"legendFormat" : "{{device}} - {{mountpoint}} - Used" ,
"refId" : "A" ,
"step" : 240
} ,
{
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 ,
2021-12-16 23:23:38 -08:00
"intervalFactor" : 1 ,
2020-01-18 10:37:18 -08:00
"legendFormat" : "{{device}} - {{mountpoint}} - Free" ,
"refId" : "B" ,
2021-03-01 03:26:13 -08:00
"step" : 240
2020-01-18 10:37:18 -08:00
} ,
{
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" ,
2021-12-16 23:23:38 -08:00
"intervalFactor" : 1 ,
2020-01-18 10:37:18 -08:00
"legendFormat" : "{{device}} - {{mountpoint}} - Available" ,
"refId" : "C" ,
"step" : 240
}
] ,
"thresholds" : [ ] ,
"timeFrom" : null ,
"timeRegions" : [ ] ,
"timeShift" : null ,
"title" : "Disk Space Available / Used" ,
"tooltip" : {
"shared" : true ,
"sort" : 0 ,
"value_type" : "individual"
} ,
"type" : "graph" ,
"xaxis" : {
"buckets" : null ,
"mode" : "time" ,
"name" : null ,
"show" : true ,
"values" : [ ]
} ,
"yaxes" : [
{
"format" : "bytes" ,
"label" : "Bytes used (-) / available (+)" ,
"logBase" : 1 ,
"max" : null ,
"min" : null ,
"show" : true
} ,
{
"format" : "short" ,
"label" : null ,
"logBase" : 1 ,
"max" : null ,
"min" : null ,
"show" : false
}
] ,
"yaxis" : {
"align" : false ,
"alignLevel" : null
}
2018-01-04 09:55:47 -08:00
} ,
{
2020-01-18 10:37:18 -08:00
"collapsed" : true ,
"datasource" : "${DS_PROMETHEUS}" ,
"gridPos" : {
"h" : 1 ,
"w" : 24 ,
"x" : 0 ,
"y" : 39
} ,
"id" : 242 ,
2018-01-04 09:55:47 -08:00
"panels" : [
{
"aliasColors" : {
"receive_packets_eth0" : "#7EB26D" ,
"receive_packets_lo" : "#E24D42" ,
"transmit_packets_eth0" : "#7EB26D" ,
"transmit_packets_lo" : "#E24D42"
} ,
"bars" : false ,
"dashLength" : 10 ,
"dashes" : false ,
2020-01-18 10:37:18 -08:00
"datasource" : "${DS_PROMETHEUS}" ,
2018-01-04 09:55:47 -08:00
"fill" : 4 ,
2020-01-18 10:37:18 -08:00
"fillGradient" : 0 ,
"gridPos" : {
"h" : 12 ,
"w" : 12 ,
"x" : 0 ,
"y" : 7
} ,
"hiddenSeries" : false ,
2018-01-04 09:55:47 -08:00
"id" : 232 ,
"legend" : {
"alignAsTable" : true ,
"avg" : true ,
"current" : true ,
"max" : true ,
"min" : true ,
"rightSide" : false ,
"show" : true ,
"total" : false ,
"values" : true
} ,
"lines" : true ,
"linewidth" : 1 ,
"links" : [ ] ,
"nullPointMode" : "null" ,
2020-01-18 10:37:18 -08:00
"options" : {
"dataLinks" : [ ]
} ,
2018-01-04 09:55:47 -08:00
"percentage" : false ,
"pointradius" : 5 ,
"points" : false ,
"renderer" : "flot" ,
"seriesOverrides" : [
{
"alias" : "/.*Trans.*/" ,
"transform" : "negative-Y"
} ,
{
"alias" : "/.*lo0.*/" ,
"color" : "#7EB26D"
} ,
{
"alias" : "/.*lo1.*/" ,
"color" : "#EAB839"
} ,
{
"alias" : "/.*em0.*/" ,
"color" : "#EF843C"
} ,
{
"alias" : "/.*em1.*/" ,
"color" : "#E24D42"
}
] ,
"spaceLength" : 10 ,
"stack" : false ,
"steppedLine" : false ,
"targets" : [
{
2021-03-03 02:44:44 -08:00
"expr" : "rate(node_network_transmit_packets_total{instance=\"$node\",job=\"$job\"}[$__rate_interval])" ,
2018-01-04 09:55:47 -08:00
"format" : "time_series" ,
2021-12-16 23:23:38 -08:00
"intervalFactor" : 1 ,
2018-01-04 09:55:47 -08:00
"legendFormat" : "{{device}} - Transmit packets" ,
"refId" : "P" ,
"step" : 240
} ,
{
2021-03-03 02:44:44 -08:00
"expr" : "rate(node_network_receive_packets_total{instance=\"$node\",job=\"$job\"}[$__rate_interval])" ,
2018-01-04 09:55:47 -08:00
"format" : "time_series" ,
2021-12-16 23:23:38 -08:00
"intervalFactor" : 1 ,
2018-01-04 09:55:47 -08:00
"legendFormat" : "{{device}} - Receive packets" ,
"refId" : "B" ,
"step" : 240
}
] ,
"thresholds" : [ ] ,
"timeFrom" : null ,
2020-01-18 10:37:18 -08:00
"timeRegions" : [ ] ,
2018-01-04 09:55:47 -08:00
"timeShift" : null ,
"title" : "Network Traffic Packets" ,
"tooltip" : {
"shared" : true ,
"sort" : 0 ,
"value_type" : "individual"
} ,
"type" : "graph" ,
"xaxis" : {
"buckets" : null ,
"mode" : "time" ,
"name" : null ,
"show" : true ,
"values" : [ ]
} ,
"yaxes" : [
{
"format" : "pps" ,
"label" : "Packets out (-) / in (+)" ,
"logBase" : 1 ,
"max" : null ,
"min" : null ,
"show" : true
} ,
{
"format" : "short" ,
"label" : null ,
"logBase" : 1 ,
"max" : null ,
"min" : null ,
"show" : false
}
2020-01-18 10:37:18 -08:00
] ,
"yaxis" : {
"align" : false ,
"alignLevel" : null
}
2018-01-04 09:55:47 -08:00
} ,
{
"aliasColors" : {
"receive_packets_eth0" : "#7EB26D" ,
"receive_packets_lo" : "#E24D42" ,
"transmit_packets_eth0" : "#7EB26D" ,
"transmit_packets_lo" : "#E24D42"
} ,
"bars" : false ,
"dashLength" : 10 ,
"dashes" : false ,
2020-01-18 10:37:18 -08:00
"datasource" : "${DS_PROMETHEUS}" ,
2018-01-04 09:55:47 -08:00
"fill" : 4 ,
2020-01-18 10:37:18 -08:00
"fillGradient" : 0 ,
"gridPos" : {
"h" : 12 ,
"w" : 12 ,
"x" : 12 ,
"y" : 7
} ,
"hiddenSeries" : false ,
2018-01-04 09:55:47 -08:00
"id" : 229 ,
"legend" : {
"alignAsTable" : true ,
"avg" : true ,
"current" : true ,
"max" : true ,
"min" : true ,
"rightSide" : false ,
"show" : true ,
"total" : false ,
"values" : true
} ,
"lines" : true ,
"linewidth" : 1 ,
"links" : [ ] ,
"nullPointMode" : "null" ,
2020-01-18 10:37:18 -08:00
"options" : {
"dataLinks" : [ ]
} ,
2018-01-04 09:55:47 -08:00
"percentage" : false ,
"pointradius" : 5 ,
"points" : false ,
"renderer" : "flot" ,
"seriesOverrides" : [
{
"alias" : "/.*Trans.*/" ,
"transform" : "negative-Y"
} ,
{
"alias" : "/.*lo0.*/" ,
"color" : "#7EB26D"
} ,
{
"alias" : "/.*lo1.*/" ,
"color" : "#EAB839"
} ,
{
"alias" : "/.*em0.*/" ,
"color" : "#EF843C"
} ,
{
"alias" : "/.*em1.*/" ,
"color" : "#E24D42"
}
] ,
"spaceLength" : 10 ,
"stack" : false ,
"steppedLine" : false ,
"targets" : [
{
2021-03-03 02:44:44 -08:00
"expr" : "rate(node_network_receive_drop_total{instance=\"$node\",job=\"$job\"}[$__rate_interval])" ,
2018-01-04 09:55:47 -08:00
"format" : "time_series" ,
2021-12-16 23:23:38 -08:00
"intervalFactor" : 1 ,
2018-01-04 09:55:47 -08:00
"legendFormat" : "{{device}} - Receive drop" ,
"refId" : "O" ,
"step" : 240
} ,
{
2021-03-03 02:44:44 -08:00
"expr" : "rate(node_network_transmit_drop_total{instance=\"$node\",job=\"$job\"}[$__rate_interval])" ,
2018-01-04 09:55:47 -08:00
"format" : "time_series" ,
2021-12-16 23:23:38 -08:00
"intervalFactor" : 1 ,
2018-01-04 09:55:47 -08:00
"legendFormat" : "{{device}} - Transmit drop" ,
"refId" : "A" ,
"step" : 240
}
] ,
"thresholds" : [ ] ,
"timeFrom" : null ,
2020-01-18 10:37:18 -08:00
"timeRegions" : [ ] ,
2018-01-04 09:55:47 -08:00
"timeShift" : null ,
"title" : "Network Traffic Drops" ,
"tooltip" : {
"shared" : true ,
"sort" : 0 ,
"value_type" : "individual"
} ,
"type" : "graph" ,
"xaxis" : {
"buckets" : null ,
"mode" : "time" ,
"name" : null ,
"show" : true ,
"values" : [ ]
} ,
"yaxes" : [
{
"format" : "pps" ,
"label" : "Packets out (-) / in (+)" ,
"logBase" : 1 ,
"max" : null ,
"min" : null ,
"show" : true
} ,
{
"format" : "short" ,
"label" : null ,
"logBase" : 1 ,
"max" : null ,
"min" : null ,
"show" : false
}
2020-01-18 10:37:18 -08:00
] ,
"yaxis" : {
"align" : false ,
"alignLevel" : null
}
2018-01-04 09:55:47 -08:00
} ,
{
"aliasColors" : {
"receive_packets_eth0" : "#7EB26D" ,
"receive_packets_lo" : "#E24D42" ,
"transmit_packets_eth0" : "#7EB26D" ,
"transmit_packets_lo" : "#E24D42"
} ,
"bars" : false ,
"dashLength" : 10 ,
"dashes" : false ,
2020-01-18 10:37:18 -08:00
"datasource" : "${DS_PROMETHEUS}" ,
2018-01-04 09:55:47 -08:00
"fill" : 4 ,
2020-01-18 10:37:18 -08:00
"fillGradient" : 0 ,
"gridPos" : {
"h" : 12 ,
"w" : 12 ,
"x" : 0 ,
"y" : 19
} ,
"hiddenSeries" : false ,
2018-01-04 09:55:47 -08:00
"id" : 230 ,
"legend" : {
"alignAsTable" : true ,
"avg" : true ,
"current" : true ,
"max" : true ,
"min" : true ,
"rightSide" : false ,
"show" : true ,
"total" : false ,
"values" : true
} ,
"lines" : true ,
"linewidth" : 1 ,
"links" : [ ] ,
"nullPointMode" : "null" ,
2020-01-18 10:37:18 -08:00
"options" : {
"dataLinks" : [ ]
} ,
2018-01-04 09:55:47 -08:00
"percentage" : false ,
"pointradius" : 5 ,
"points" : false ,
"renderer" : "flot" ,
"seriesOverrides" : [
{
"alias" : "/.*Trans.*/" ,
"transform" : "negative-Y"
} ,
{
"alias" : "/.*lo0.*/" ,
"color" : "#7EB26D"
} ,
{
"alias" : "/.*lo1.*/" ,
"color" : "#EAB839"
} ,
{
"alias" : "/.*em0.*/" ,
"color" : "#EF843C"
} ,
{
"alias" : "/.*em1.*/" ,
"color" : "#E24D42"
}
] ,
"spaceLength" : 10 ,
"stack" : false ,
"steppedLine" : false ,
"targets" : [
{
2021-03-03 02:44:44 -08:00
"expr" : "rate(node_network_transmit_errs_total{instance=\"$node\",job=\"$job\"}[$__rate_interval])" ,
2018-01-04 09:55:47 -08:00
"format" : "time_series" ,
2021-12-16 23:23:38 -08:00
"intervalFactor" : 1 ,
2018-01-04 09:55:47 -08:00
"legendFormat" : "{{device}} - Transmit errors" ,
"refId" : "P" ,
"step" : 240
} ,
{
2021-03-03 02:44:44 -08:00
"expr" : "rate(node_network_receive_errs_total{instance=\"$node\",job=\"$job\"}[$__rate_interval])" ,
2018-01-04 09:55:47 -08:00
"format" : "time_series" ,
2021-12-16 23:23:38 -08:00
"intervalFactor" : 1 ,
2018-01-04 09:55:47 -08:00
"legendFormat" : "{{device}} - Receive errors" ,
"refId" : "B" ,
"step" : 240
}
] ,
"thresholds" : [ ] ,
"timeFrom" : null ,
2020-01-18 10:37:18 -08:00
"timeRegions" : [ ] ,
2018-01-04 09:55:47 -08:00
"timeShift" : null ,
"title" : "Network Traffic Errors" ,
"tooltip" : {
"shared" : true ,
"sort" : 0 ,
"value_type" : "individual"
} ,
"type" : "graph" ,
"xaxis" : {
"buckets" : null ,
"mode" : "time" ,
"name" : null ,
"show" : true ,
"values" : [ ]
} ,
"yaxes" : [
{
"format" : "pps" ,
"label" : "Packets out (-) / in (+)" ,
"logBase" : 1 ,
"max" : null ,
"min" : null ,
"show" : true
} ,
{
"format" : "short" ,
"label" : null ,
"logBase" : 1 ,
"max" : null ,
"min" : null ,
"show" : false
}
2020-01-18 10:37:18 -08:00
] ,
"yaxis" : {
"align" : false ,
"alignLevel" : null
}
2018-01-04 09:55:47 -08:00
} ,
{
"aliasColors" : {
"receive_packets_eth0" : "#7EB26D" ,
"receive_packets_lo" : "#E24D42" ,
"transmit_packets_eth0" : "#7EB26D" ,
"transmit_packets_lo" : "#E24D42"
} ,
"bars" : false ,
"dashLength" : 10 ,
"dashes" : false ,
2020-01-18 10:37:18 -08:00
"datasource" : "${DS_PROMETHEUS}" ,
2018-01-04 09:55:47 -08:00
"fill" : 4 ,
2020-01-18 10:37:18 -08:00
"fillGradient" : 0 ,
"gridPos" : {
"h" : 12 ,
"w" : 12 ,
"x" : 12 ,
"y" : 19
} ,
"hiddenSeries" : false ,
2018-01-04 09:55:47 -08:00
"id" : 231 ,
"legend" : {
"alignAsTable" : true ,
"avg" : true ,
"current" : true ,
"max" : true ,
"min" : true ,
"rightSide" : false ,
"show" : true ,
"total" : false ,
"values" : true
} ,
"lines" : true ,
"linewidth" : 1 ,
"links" : [ ] ,
"nullPointMode" : "null" ,
2020-01-18 10:37:18 -08:00
"options" : {
"dataLinks" : [ ]
} ,
2018-01-04 09:55:47 -08:00
"percentage" : false ,
"pointradius" : 5 ,
"points" : false ,
"renderer" : "flot" ,
"seriesOverrides" : [
{
"alias" : "/.*Trans.*/" ,
"transform" : "negative-Y"
} ,
{
"alias" : "/.*lo0.*/" ,
"color" : "#7EB26D"
} ,
{
"alias" : "/.*lo1.*/" ,
"color" : "#EAB839"
} ,
{
"alias" : "/.*em0.*/" ,
"color" : "#EF843C"
} ,
{
"alias" : "/.*em1.*/" ,
"color" : "#E24D42"
}
] ,
"spaceLength" : 10 ,
"stack" : false ,
"steppedLine" : false ,
"targets" : [
{
2021-03-03 02:44:44 -08:00
"expr" : "rate(node_network_transmit_multicast_total{instance=\"$node\",job=\"$job\"}[$__rate_interval])" ,
2018-01-04 09:55:47 -08:00
"format" : "time_series" ,
2021-12-16 23:23:38 -08:00
"intervalFactor" : 1 ,
2018-01-04 09:55:47 -08:00
"legendFormat" : "{{device}} - Transmit multicast" ,
"refId" : "P" ,
"step" : 240
} ,
{
2021-03-03 02:44:44 -08:00
"expr" : "rate(node_network_receive_multicast_total{instance=\"$node\",job=\"$job\"}[$__rate_interval])" ,
2018-01-04 09:55:47 -08:00
"format" : "time_series" ,
2021-12-16 23:23:38 -08:00
"intervalFactor" : 1 ,
2018-01-04 09:55:47 -08:00
"legendFormat" : "{{device}} - Receive multicast" ,
"refId" : "B" ,
"step" : 240
}
] ,
"thresholds" : [ ] ,
"timeFrom" : null ,
2020-01-18 10:37:18 -08:00
"timeRegions" : [ ] ,
2018-01-04 09:55:47 -08:00
"timeShift" : null ,
"title" : "Network Traffic Multicast" ,
"tooltip" : {
"shared" : true ,
"sort" : 0 ,
"value_type" : "individual"
} ,
"type" : "graph" ,
"xaxis" : {
"buckets" : null ,
"mode" : "time" ,
"name" : null ,
"show" : true ,
"values" : [ ]
} ,
"yaxes" : [
{
"format" : "pps" ,
"label" : "Packets out (-) / in (+)" ,
"logBase" : 1 ,
"max" : null ,
"min" : null ,
"show" : true
} ,
{
"format" : "short" ,
"label" : null ,
"logBase" : 1 ,
"max" : null ,
"min" : null ,
"show" : false
}
2020-01-18 10:37:18 -08:00
] ,
"yaxis" : {
"align" : false ,
"alignLevel" : null
}
2018-01-04 09:55:47 -08:00
}
] ,
"repeat" : null ,
2020-01-18 10:37:18 -08:00
"title" : "Network Traffic" ,
"type" : "row"
2018-01-04 09:55:47 -08:00
} ,
{
2020-01-18 10:37:18 -08:00
"collapsed" : true ,
"datasource" : "${DS_PROMETHEUS}" ,
"gridPos" : {
"h" : 1 ,
"w" : 24 ,
"x" : 0 ,
"y" : 40
} ,
"id" : 243 ,
2018-01-04 09:55:47 -08:00
"panels" : [
{
"aliasColors" : { } ,
"bars" : false ,
"dashLength" : 10 ,
"dashes" : false ,
2020-01-18 10:37:18 -08:00
"datasource" : "${DS_PROMETHEUS}" ,
2018-01-04 09:55:47 -08:00
"fill" : 2 ,
2020-01-18 10:37:18 -08:00
"fillGradient" : 0 ,
"gridPos" : {
"h" : 10 ,
"w" : 12 ,
"x" : 0 ,
"y" : 8
} ,
"hiddenSeries" : false ,
2018-01-04 09:55:47 -08:00
"id" : 8 ,
"legend" : {
"alignAsTable" : true ,
"avg" : true ,
"current" : true ,
"max" : true ,
"min" : true ,
"show" : true ,
"total" : false ,
"values" : true
} ,
"lines" : true ,
"linewidth" : 1 ,
"links" : [ ] ,
2020-01-18 10:37:18 -08:00
"maxPerRow" : 6 ,
2018-01-04 09:55:47 -08:00
"nullPointMode" : "null" ,
2020-01-18 10:37:18 -08:00
"options" : {
"dataLinks" : [ ]
} ,
2018-01-04 09:55:47 -08:00
"percentage" : false ,
"pointradius" : 5 ,
"points" : false ,
"renderer" : "flot" ,
"repeat" : null ,
"seriesOverrides" : [ ] ,
"spaceLength" : 10 ,
"stack" : false ,
"steppedLine" : false ,
"targets" : [
{
2021-03-03 02:44:44 -08:00
"expr" : "rate(node_exec_context_switches_total{instance=\"$node\",job=\"$job\"}[$__rate_interval])" ,
2018-01-04 09:55:47 -08:00
"format" : "time_series" ,
2021-12-16 23:23:38 -08:00
"intervalFactor" : 1 ,
2018-01-04 09:55:47 -08:00
"legendFormat" : "Context switches" ,
"refId" : "A" ,
"step" : 240
}
] ,
"thresholds" : [ ] ,
"timeFrom" : null ,
2020-01-18 10:37:18 -08:00
"timeRegions" : [ ] ,
2018-01-04 09:55:47 -08:00
"timeShift" : null ,
"title" : "Context Switches" ,
"tooltip" : {
"shared" : true ,
"sort" : 0 ,
"value_type" : "individual"
} ,
"type" : "graph" ,
"xaxis" : {
"buckets" : null ,
"mode" : "time" ,
"name" : null ,
"show" : true ,
"values" : [ ]
} ,
"yaxes" : [
{
"format" : "short" ,
"label" : "Counter" ,
"logBase" : 1 ,
"max" : null ,
"min" : "0" ,
"show" : true
} ,
{
"format" : "short" ,
"label" : null ,
"logBase" : 1 ,
"max" : null ,
"min" : null ,
"show" : false
}
2020-01-18 10:37:18 -08:00
] ,
"yaxis" : {
"align" : false ,
"alignLevel" : null
}
2018-01-04 09:55:47 -08:00
} ,
{
"aliasColors" : { } ,
"bars" : false ,
"dashLength" : 10 ,
"dashes" : false ,
2020-01-18 10:37:18 -08:00
"datasource" : "${DS_PROMETHEUS}" ,
2018-01-04 09:55:47 -08:00
"fill" : 2 ,
2020-01-18 10:37:18 -08:00
"fillGradient" : 0 ,
"gridPos" : {
"h" : 10 ,
"w" : 12 ,
"x" : 12 ,
"y" : 8
} ,
"hiddenSeries" : false ,
2018-01-04 09:55:47 -08:00
"id" : 236 ,
"legend" : {
"alignAsTable" : true ,
"avg" : true ,
"current" : true ,
"max" : true ,
"min" : true ,
"show" : true ,
"total" : false ,
"values" : true
} ,
"lines" : true ,
"linewidth" : 1 ,
"links" : [ ] ,
2020-01-18 10:37:18 -08:00
"maxPerRow" : 6 ,
2018-01-04 09:55:47 -08:00
"nullPointMode" : "null" ,
2020-01-18 10:37:18 -08:00
"options" : {
"dataLinks" : [ ]
} ,
2018-01-04 09:55:47 -08:00
"percentage" : false ,
"pointradius" : 5 ,
"points" : false ,
"renderer" : "flot" ,
"seriesOverrides" : [ ] ,
"spaceLength" : 10 ,
"stack" : false ,
"steppedLine" : false ,
"targets" : [
{
2021-03-03 02:44:44 -08:00
"expr" : "rate(node_exec_device_interrupts_total{instance=\"$node\",job=\"$job\"}[$__rate_interval])" ,
2018-01-04 09:55:47 -08:00
"format" : "time_series" ,
2021-12-16 23:23:38 -08:00
"intervalFactor" : 1 ,
2018-01-04 09:55:47 -08:00
"legendFormat" : "Device Interrupts" ,
"refId" : "B" ,
"step" : 240
} ,
{
2021-03-03 02:44:44 -08:00
"expr" : "rate(node_exec_software_interrupts_total{instance=\"$node\",job=\"$job\"}[$__rate_interval])" ,
2018-01-04 09:55:47 -08:00
"format" : "time_series" ,
2021-12-16 23:23:38 -08:00
"intervalFactor" : 1 ,
2018-01-04 09:55:47 -08:00
"legendFormat" : "Software Interrupts" ,
"refId" : "C" ,
"step" : 240
}
] ,
"thresholds" : [ ] ,
"timeFrom" : null ,
2020-01-18 10:37:18 -08:00
"timeRegions" : [ ] ,
2018-01-04 09:55:47 -08:00
"timeShift" : null ,
"title" : "Context Interrupts" ,
"tooltip" : {
"shared" : true ,
"sort" : 0 ,
"value_type" : "individual"
} ,
"type" : "graph" ,
"xaxis" : {
"buckets" : null ,
"mode" : "time" ,
"name" : null ,
"show" : true ,
"values" : [ ]
} ,
"yaxes" : [
{
"format" : "short" ,
"label" : "Counter" ,
"logBase" : 1 ,
"max" : null ,
"min" : "0" ,
"show" : true
} ,
{
"format" : "short" ,
"label" : null ,
"logBase" : 1 ,
"max" : null ,
"min" : null ,
"show" : false
}
2020-01-18 10:37:18 -08:00
] ,
"yaxis" : {
"align" : false ,
"alignLevel" : null
}
2018-01-04 09:55:47 -08:00
} ,
{
"aliasColors" : { } ,
"bars" : false ,
"dashLength" : 10 ,
"dashes" : false ,
2020-01-18 10:37:18 -08:00
"datasource" : "${DS_PROMETHEUS}" ,
2018-01-04 09:55:47 -08:00
"fill" : 2 ,
2020-01-18 10:37:18 -08:00
"fillGradient" : 0 ,
"gridPos" : {
"h" : 10 ,
"w" : 12 ,
"x" : 0 ,
"y" : 18
} ,
"hiddenSeries" : false ,
2018-01-04 09:55:47 -08:00
"id" : 7 ,
"legend" : {
"alignAsTable" : true ,
"avg" : true ,
"current" : true ,
"max" : true ,
"min" : true ,
"show" : true ,
"total" : false ,
"values" : true
} ,
"lines" : true ,
"linewidth" : 1 ,
"links" : [ ] ,
2020-01-18 10:37:18 -08:00
"maxPerRow" : 6 ,
2018-01-04 09:55:47 -08:00
"nullPointMode" : "null" ,
2020-01-18 10:37:18 -08:00
"options" : {
"dataLinks" : [ ]
} ,
2018-01-04 09:55:47 -08:00
"percentage" : false ,
"pointradius" : 5 ,
"points" : false ,
"renderer" : "flot" ,
"repeat" : null ,
"seriesOverrides" : [ ] ,
"spaceLength" : 10 ,
"stack" : false ,
"steppedLine" : false ,
"targets" : [
{
2020-07-27 01:51:05 -07:00
"expr" : "node_load1{instance=\"$node\",job=\"$job\"}" ,
2018-01-04 09:55:47 -08:00
"format" : "time_series" ,
"intervalFactor" : 4 ,
"legendFormat" : "Load 1m" ,
"refId" : "A" ,
2021-03-01 03:26:13 -08:00
"step" : 240
2018-01-04 09:55:47 -08:00
} ,
{
2020-07-27 01:51:05 -07:00
"expr" : "node_load5{instance=\"$node\",job=\"$job\"}" ,
2018-01-04 09:55:47 -08:00
"format" : "time_series" ,
"intervalFactor" : 4 ,
"legendFormat" : "Load 5m" ,
"refId" : "B" ,
2021-03-01 03:26:13 -08:00
"step" : 240
2018-01-04 09:55:47 -08:00
} ,
{
2020-07-27 01:51:05 -07:00
"expr" : "node_load15{instance=\"$node\",job=\"$job\"}" ,
2018-01-04 09:55:47 -08:00
"format" : "time_series" ,
"intervalFactor" : 4 ,
"legendFormat" : "Load 15m" ,
"refId" : "C" ,
2021-03-01 03:26:13 -08:00
"step" : 240
2018-01-04 09:55:47 -08:00
}
] ,
"thresholds" : [ ] ,
"timeFrom" : null ,
2020-01-18 10:37:18 -08:00
"timeRegions" : [ ] ,
2018-01-04 09:55:47 -08:00
"timeShift" : null ,
"title" : "System Load" ,
"tooltip" : {
"shared" : true ,
"sort" : 0 ,
"value_type" : "individual"
} ,
"type" : "graph" ,
"xaxis" : {
"buckets" : null ,
"mode" : "time" ,
"name" : null ,
"show" : true ,
"values" : [ ]
} ,
"yaxes" : [
{
"format" : "short" ,
"label" : "Load" ,
"logBase" : 1 ,
"max" : null ,
"min" : "0" ,
"show" : true
} ,
{
"format" : "short" ,
"label" : null ,
"logBase" : 1 ,
"max" : null ,
"min" : null ,
"show" : false
}
2020-01-18 10:37:18 -08:00
] ,
"yaxis" : {
"align" : false ,
"alignLevel" : null
}
2018-01-04 09:55:47 -08:00
} ,
{
"aliasColors" : { } ,
"bars" : false ,
"dashLength" : 10 ,
"dashes" : false ,
2020-01-18 10:37:18 -08:00
"datasource" : "${DS_PROMETHEUS}" ,
2018-01-04 09:55:47 -08:00
"fill" : 2 ,
2020-01-18 10:37:18 -08:00
"fillGradient" : 0 ,
"gridPos" : {
"h" : 10 ,
"w" : 12 ,
"x" : 12 ,
"y" : 18
} ,
"hiddenSeries" : false ,
2018-01-04 09:55:47 -08:00
"id" : 237 ,
"legend" : {
"alignAsTable" : true ,
"avg" : true ,
"current" : true ,
"max" : true ,
"min" : true ,
"show" : true ,
"total" : false ,
"values" : true
} ,
"lines" : true ,
"linewidth" : 1 ,
"links" : [ ] ,
2020-01-18 10:37:18 -08:00
"maxPerRow" : 6 ,
2018-01-04 09:55:47 -08:00
"nullPointMode" : "null" ,
2020-01-18 10:37:18 -08:00
"options" : {
"dataLinks" : [ ]
} ,
2018-01-04 09:55:47 -08:00
"percentage" : false ,
"pointradius" : 5 ,
"points" : false ,
"renderer" : "flot" ,
"seriesOverrides" : [ ] ,
"spaceLength" : 10 ,
"stack" : false ,
"steppedLine" : false ,
"targets" : [
{
2021-03-03 02:44:44 -08:00
"expr" : "rate(node_exec_system_calls_total{instance=\"$node\",job=\"$job\"}[$__rate_interval])" ,
2018-01-04 09:55:47 -08:00
"format" : "time_series" ,
2021-12-16 23:23:38 -08:00
"intervalFactor" : 1 ,
2018-01-04 09:55:47 -08:00
"legendFormat" : "System calls" ,
"refId" : "A" ,
"step" : 240
}
] ,
"thresholds" : [ ] ,
"timeFrom" : null ,
2020-01-18 10:37:18 -08:00
"timeRegions" : [ ] ,
2018-01-04 09:55:47 -08:00
"timeShift" : null ,
"title" : "System Calls" ,
"tooltip" : {
"shared" : true ,
"sort" : 0 ,
"value_type" : "individual"
} ,
"type" : "graph" ,
"xaxis" : {
"buckets" : null ,
"mode" : "time" ,
"name" : null ,
"show" : true ,
"values" : [ ]
} ,
"yaxes" : [
{
"format" : "short" ,
"label" : "Counter" ,
"logBase" : 1 ,
"max" : null ,
"min" : "0" ,
"show" : true
} ,
{
"format" : "short" ,
"label" : null ,
"logBase" : 1 ,
"max" : null ,
"min" : null ,
"show" : false
}
2020-01-18 10:37:18 -08:00
] ,
"yaxis" : {
"align" : false ,
"alignLevel" : null
}
2018-01-04 09:55:47 -08:00
} ,
{
"aliasColors" : { } ,
"bars" : false ,
"dashLength" : 10 ,
"dashes" : false ,
2020-01-18 10:37:18 -08:00
"datasource" : "${DS_PROMETHEUS}" ,
2018-01-04 09:55:47 -08:00
"fill" : 2 ,
2020-01-18 10:37:18 -08:00
"fillGradient" : 0 ,
"gridPos" : {
"h" : 10 ,
"w" : 12 ,
"x" : 0 ,
"y" : 28
} ,
"hiddenSeries" : false ,
2018-01-04 09:55:47 -08:00
"id" : 148 ,
"legend" : {
"alignAsTable" : true ,
"avg" : true ,
"current" : true ,
"max" : true ,
"min" : true ,
"show" : true ,
"total" : false ,
"values" : true
} ,
"lines" : true ,
"linewidth" : 1 ,
"links" : [ ] ,
2020-01-18 10:37:18 -08:00
"maxPerRow" : 6 ,
2018-01-04 09:55:47 -08:00
"nullPointMode" : "null" ,
2020-01-18 10:37:18 -08:00
"options" : {
"dataLinks" : [ ]
} ,
2018-01-04 09:55:47 -08:00
"percentage" : false ,
"pointradius" : 5 ,
"points" : false ,
"renderer" : "flot" ,
"seriesOverrides" : [ ] ,
"spaceLength" : 10 ,
"stack" : false ,
"steppedLine" : false ,
"targets" : [
{
2021-03-03 02:44:44 -08:00
"expr" : "rate(node_exec_forks_total{instance=\"$node\",job=\"$job\"}[$__rate_interval])" ,
2018-01-04 09:55:47 -08:00
"format" : "time_series" ,
"hide" : false ,
2021-12-16 23:23:38 -08:00
"intervalFactor" : 1 ,
2018-01-04 09:55:47 -08:00
"legendFormat" : "Processes forks second" ,
"refId" : "C" ,
"step" : 240
}
] ,
"thresholds" : [ ] ,
"timeFrom" : null ,
2020-01-18 10:37:18 -08:00
"timeRegions" : [ ] ,
2018-01-04 09:55:47 -08:00
"timeShift" : null ,
"title" : "Processes Forks" ,
"tooltip" : {
"shared" : true ,
"sort" : 0 ,
"value_type" : "individual"
} ,
"type" : "graph" ,
"xaxis" : {
"buckets" : null ,
"mode" : "time" ,
"name" : null ,
"show" : true ,
"values" : [ ]
} ,
"yaxes" : [
{
"format" : "short" ,
"label" : "Forks / sec" ,
"logBase" : 1 ,
"max" : null ,
"min" : "0" ,
"show" : true
} ,
{
"format" : "short" ,
"label" : null ,
"logBase" : 1 ,
"max" : null ,
"min" : null ,
"show" : false
}
2020-01-18 10:37:18 -08:00
] ,
"yaxis" : {
"align" : false ,
"alignLevel" : null
}
2018-01-04 09:55:47 -08:00
} ,
{
"aliasColors" : { } ,
"bars" : false ,
"dashLength" : 10 ,
"dashes" : false ,
2020-01-18 10:37:18 -08:00
"datasource" : "${DS_PROMETHEUS}" ,
2018-01-04 09:55:47 -08:00
"fill" : 2 ,
2020-01-18 10:37:18 -08:00
"fillGradient" : 0 ,
"gridPos" : {
"h" : 10 ,
"w" : 12 ,
"x" : 12 ,
"y" : 28
} ,
"hiddenSeries" : false ,
2018-01-04 09:55:47 -08:00
"id" : 238 ,
"legend" : {
"alignAsTable" : true ,
"avg" : true ,
"current" : true ,
"max" : true ,
"min" : true ,
"show" : true ,
"total" : false ,
"values" : true
} ,
"lines" : true ,
"linewidth" : 1 ,
"links" : [ ] ,
2020-01-18 10:37:18 -08:00
"maxPerRow" : 6 ,
2018-01-04 09:55:47 -08:00
"nullPointMode" : "null" ,
2020-01-18 10:37:18 -08:00
"options" : {
"dataLinks" : [ ]
} ,
2018-01-04 09:55:47 -08:00
"percentage" : false ,
"pointradius" : 5 ,
"points" : false ,
"renderer" : "flot" ,
"seriesOverrides" : [ ] ,
"spaceLength" : 10 ,
"stack" : false ,
"steppedLine" : false ,
"targets" : [
{
2021-03-03 02:44:44 -08:00
"expr" : "rate(node_exec_traps_total{instance=\"$node\",job=\"$job\"}[$__rate_interval])" ,
2018-01-04 09:55:47 -08:00
"format" : "time_series" ,
2021-12-16 23:23:38 -08:00
"intervalFactor" : 1 ,
2018-01-04 09:55:47 -08:00
"legendFormat" : "Traps" ,
"refId" : "A" ,
"step" : 240
}
] ,
"thresholds" : [ ] ,
"timeFrom" : null ,
2020-01-18 10:37:18 -08:00
"timeRegions" : [ ] ,
2018-01-04 09:55:47 -08:00
"timeShift" : null ,
"title" : "Traps" ,
"tooltip" : {
"shared" : true ,
"sort" : 0 ,
"value_type" : "individual"
} ,
"type" : "graph" ,
"xaxis" : {
"buckets" : null ,
"mode" : "time" ,
"name" : null ,
"show" : true ,
"values" : [ ]
} ,
"yaxes" : [
{
"format" : "short" ,
"label" : "Counter" ,
"logBase" : 1 ,
"max" : null ,
"min" : "0" ,
"show" : true
} ,
{
"format" : "short" ,
"label" : null ,
"logBase" : 1 ,
"max" : null ,
"min" : null ,
"show" : false
}
2020-01-18 10:37:18 -08:00
] ,
"yaxis" : {
"align" : false ,
"alignLevel" : null
}
2018-01-04 09:55:47 -08:00
} ,
{
"aliasColors" : { } ,
"bars" : false ,
"dashLength" : 10 ,
"dashes" : false ,
2020-01-18 10:37:18 -08:00
"datasource" : "${DS_PROMETHEUS}" ,
2018-01-04 09:55:47 -08:00
"description" : "" ,
"fill" : 2 ,
2020-01-18 10:37:18 -08:00
"fillGradient" : 0 ,
"gridPos" : {
"h" : 10 ,
"w" : 12 ,
"x" : 0 ,
"y" : 38
} ,
"hiddenSeries" : false ,
2018-01-04 09:55:47 -08:00
"id" : 168 ,
"legend" : {
"alignAsTable" : true ,
"avg" : true ,
"current" : true ,
"max" : true ,
"min" : true ,
"show" : true ,
"total" : false ,
"values" : true
} ,
"lines" : true ,
"linewidth" : 1 ,
"links" : [ ] ,
"nullPointMode" : "null" ,
2020-01-18 10:37:18 -08:00
"options" : {
"dataLinks" : [ ]
} ,
2018-01-04 09:55:47 -08:00
"percentage" : false ,
"pointradius" : 5 ,
"points" : false ,
"renderer" : "flot" ,
"seriesOverrides" : [
{
"alias" : "/.*Variation*./" ,
"color" : "#890F02"
}
] ,
"spaceLength" : 10 ,
"stack" : false ,
"steppedLine" : false ,
"targets" : [
{
2021-03-03 02:44:44 -08:00
"expr" : "rate(node_time_seconds{instance=\"$node\",job=\"$job\"}[$__rate_interval])" ,
2018-01-04 09:55:47 -08:00
"format" : "time_series" ,
"interval" : "" ,
2021-12-16 23:23:38 -08:00
"intervalFactor" : 1 ,
2018-01-04 09:55:47 -08:00
"legendFormat" : "Of reported time" ,
"refId" : "B" ,
"step" : 240
}
] ,
"thresholds" : [ ] ,
"timeFrom" : null ,
2020-01-18 10:37:18 -08:00
"timeRegions" : [ ] ,
2018-01-04 09:55:47 -08:00
"timeShift" : null ,
"title" : "Time Variation" ,
"tooltip" : {
"shared" : true ,
"sort" : 0 ,
"value_type" : "individual"
} ,
"type" : "graph" ,
"xaxis" : {
"buckets" : null ,
"mode" : "time" ,
"name" : null ,
"show" : true ,
"values" : [ ]
} ,
"yaxes" : [
{
"format" : "s" ,
"label" : "Seconds" ,
"logBase" : 1 ,
"max" : null ,
"min" : "0" ,
"show" : true
} ,
{
"format" : "short" ,
"label" : null ,
"logBase" : 1 ,
"max" : null ,
"min" : null ,
"show" : false
}
2020-01-18 10:37:18 -08:00
] ,
"yaxis" : {
"align" : false ,
"alignLevel" : null
}
2018-01-04 09:55:47 -08:00
}
] ,
"repeat" : null ,
2020-01-18 10:37:18 -08:00
"title" : "System" ,
"type" : "row"
2018-01-04 09:55:47 -08:00
} ,
{
2020-01-18 10:37:18 -08:00
"collapsed" : true ,
"datasource" : "${DS_PROMETHEUS}" ,
"gridPos" : {
"h" : 1 ,
"w" : 24 ,
"x" : 0 ,
"y" : 41
} ,
"id" : 244 ,
2018-01-04 09:55:47 -08:00
"panels" : [
{
"aliasColors" : { } ,
"bars" : false ,
"dashLength" : 10 ,
"dashes" : false ,
2020-01-18 10:37:18 -08:00
"datasource" : "${DS_PROMETHEUS}" ,
2018-01-04 09:55:47 -08:00
"decimals" : 3 ,
"description" : "" ,
"fill" : 4 ,
2020-01-18 10:37:18 -08:00
"fillGradient" : 0 ,
"gridPos" : {
"h" : 11 ,
"w" : 12 ,
"x" : 0 ,
"y" : 13
} ,
"hiddenSeries" : false ,
2018-01-04 09:55:47 -08:00
"id" : 43 ,
"legend" : {
"alignAsTable" : true ,
"avg" : true ,
"current" : true ,
"max" : true ,
"min" : true ,
"rightSide" : false ,
"show" : true ,
"total" : false ,
"values" : true
} ,
"lines" : true ,
"linewidth" : 1 ,
"links" : [ ] ,
2020-01-18 10:37:18 -08:00
"maxPerRow" : 6 ,
2018-01-04 09:55:47 -08:00
"nullPointMode" : "null" ,
2020-01-18 10:37:18 -08:00
"options" : {
"dataLinks" : [ ]
} ,
2018-01-04 09:55:47 -08:00
"percentage" : false ,
"pointradius" : 5 ,
"points" : false ,
"renderer" : "flot" ,
"seriesOverrides" : [ ] ,
"spaceLength" : 10 ,
"stack" : false ,
"steppedLine" : false ,
"targets" : [
{
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 ,
2021-12-16 23:23:38 -08:00
"intervalFactor" : 1 ,
2018-01-04 09:55:47 -08:00
"legendFormat" : "{{device}} - {{mountpoint}} - Available" ,
"metric" : "" ,
"refId" : "A" ,
"step" : 240
}
] ,
"thresholds" : [ ] ,
"timeFrom" : null ,
2020-01-18 10:37:18 -08:00
"timeRegions" : [ ] ,
2018-01-04 09:55:47 -08:00
"timeShift" : null ,
"title" : "Filesystem space available" ,
"tooltip" : {
"shared" : true ,
"sort" : 0 ,
"value_type" : "individual"
} ,
"type" : "graph" ,
"xaxis" : {
"buckets" : null ,
"mode" : "time" ,
"name" : null ,
"show" : true ,
"values" : [ ]
} ,
"yaxes" : [
{
"format" : "bytes" ,
"label" : "Bytes" ,
"logBase" : 1 ,
"max" : null ,
"min" : "0" ,
"show" : true
} ,
{
"format" : "short" ,
"label" : null ,
"logBase" : 1 ,
"max" : null ,
"min" : null ,
"show" : false
}
2020-01-18 10:37:18 -08:00
] ,
"yaxis" : {
"align" : false ,
"alignLevel" : null
}
2018-01-04 09:55:47 -08:00
} ,
{
"aliasColors" : { } ,
"bars" : false ,
"dashLength" : 10 ,
"dashes" : false ,
2020-01-18 10:37:18 -08:00
"datasource" : "${DS_PROMETHEUS}" ,
2018-01-04 09:55:47 -08:00
"decimals" : 3 ,
"description" : "" ,
"fill" : 4 ,
2020-01-18 10:37:18 -08:00
"fillGradient" : 0 ,
"gridPos" : {
"h" : 11 ,
"w" : 12 ,
"x" : 12 ,
"y" : 13
} ,
2018-01-04 09:55:47 -08:00
"height" : "" ,
2020-01-18 10:37:18 -08:00
"hiddenSeries" : false ,
2018-01-04 09:55:47 -08:00
"id" : 234 ,
"legend" : {
"alignAsTable" : true ,
"avg" : true ,
"current" : true ,
"max" : true ,
"min" : true ,
"rightSide" : false ,
"show" : true ,
"sort" : "current" ,
"sortDesc" : false ,
"total" : false ,
"values" : true
} ,
"lines" : true ,
"linewidth" : 1 ,
"links" : [ ] ,
2020-01-18 10:37:18 -08:00
"maxPerRow" : 6 ,
2018-01-04 09:55:47 -08:00
"nullPointMode" : "null" ,
2020-01-18 10:37:18 -08:00
"options" : {
"dataLinks" : [ ]
} ,
2018-01-04 09:55:47 -08:00
"percentage" : false ,
"pointradius" : 5 ,
"points" : false ,
"renderer" : "flot" ,
"seriesOverrides" : [ ] ,
"spaceLength" : 10 ,
"stack" : false ,
"steppedLine" : false ,
"targets" : [
{
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" ,
2021-12-16 23:23:38 -08:00
"intervalFactor" : 1 ,
2018-01-04 09:55:47 -08:00
"legendFormat" : "{{device}} - {{mountpoint}} - Filenodes free" ,
"refId" : "A" ,
"step" : 240
} ,
{
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 ,
2021-12-16 23:23:38 -08:00
"intervalFactor" : 1 ,
2018-01-04 09:55:47 -08:00
"legendFormat" : "{{device}} - {{mountpoint}} - Filenodes total" ,
"refId" : "B" ,
"step" : 240
}
] ,
"thresholds" : [ ] ,
"timeFrom" : null ,
2020-01-18 10:37:18 -08:00
"timeRegions" : [ ] ,
2018-01-04 09:55:47 -08:00
"timeShift" : null ,
"title" : "Filesystem Filenodes" ,
"tooltip" : {
"shared" : true ,
"sort" : 0 ,
"value_type" : "individual"
} ,
"type" : "graph" ,
"xaxis" : {
"buckets" : null ,
"mode" : "time" ,
"name" : null ,
"show" : true ,
"values" : [ ]
} ,
"yaxes" : [
{
"format" : "short" ,
"label" : "Filenodes" ,
"logBase" : 1 ,
"max" : null ,
"min" : null ,
"show" : true
} ,
{
"format" : "short" ,
"label" : null ,
"logBase" : 1 ,
"max" : null ,
"min" : null ,
"show" : false
}
2020-01-18 10:37:18 -08:00
] ,
"yaxis" : {
"align" : false ,
"alignLevel" : null
}
2018-01-04 09:55:47 -08:00
} ,
{
"aliasColors" : {
"/ ReadOnly" : "#890F02"
} ,
"bars" : false ,
"dashLength" : 10 ,
"dashes" : false ,
2020-01-18 10:37:18 -08:00
"datasource" : "${DS_PROMETHEUS}" ,
2018-01-04 09:55:47 -08:00
"decimals" : null ,
"description" : "" ,
"fill" : 4 ,
2020-01-18 10:37:18 -08:00
"fillGradient" : 0 ,
"gridPos" : {
"h" : 11 ,
"w" : 12 ,
"x" : 0 ,
"y" : 24
} ,
"hiddenSeries" : false ,
2018-01-04 09:55:47 -08:00
"id" : 44 ,
"legend" : {
"alignAsTable" : true ,
"avg" : true ,
"current" : true ,
"hideEmpty" : true ,
"hideZero" : true ,
"max" : true ,
"min" : true ,
"rightSide" : false ,
"show" : true ,
"total" : false ,
"values" : true
} ,
"lines" : true ,
"linewidth" : 1 ,
"links" : [ ] ,
2020-01-18 10:37:18 -08:00
"maxPerRow" : 6 ,
2018-01-04 09:55:47 -08:00
"nullPointMode" : "null" ,
2020-01-18 10:37:18 -08:00
"options" : {
"dataLinks" : [ ]
} ,
2018-01-04 09:55:47 -08:00
"percentage" : false ,
"pointradius" : 5 ,
"points" : false ,
"renderer" : "flot" ,
"seriesOverrides" : [ ] ,
"spaceLength" : 10 ,
"stack" : true ,
"steppedLine" : false ,
"targets" : [
{
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" ,
2021-12-16 23:23:38 -08:00
"intervalFactor" : 1 ,
2018-01-04 09:55:47 -08:00
"legendFormat" : "{{device}} - {{mountpoint}} - ReadOnly" ,
"refId" : "C" ,
"step" : 240
}
] ,
"thresholds" : [ ] ,
"timeFrom" : null ,
2020-01-18 10:37:18 -08:00
"timeRegions" : [ ] ,
2018-01-04 09:55:47 -08:00
"timeShift" : null ,
"title" : "Filesystem in ReadOnly" ,
"tooltip" : {
"shared" : true ,
"sort" : 0 ,
"value_type" : "individual"
} ,
"type" : "graph" ,
"xaxis" : {
"buckets" : null ,
"mode" : "time" ,
"name" : null ,
"show" : true ,
"values" : [ ]
} ,
"yaxes" : [
{
"format" : "short" ,
"label" : "Read Only" ,
"logBase" : 1 ,
"max" : "1" ,
"min" : "0" ,
"show" : true
} ,
{
"format" : "short" ,
"label" : null ,
"logBase" : 1 ,
"max" : null ,
"min" : null ,
"show" : false
}
2020-01-18 10:37:18 -08:00
] ,
"yaxis" : {
"align" : false ,
"alignLevel" : null
}
2018-01-04 09:55:47 -08:00
}
] ,
"repeat" : null ,
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 ,
"datasource" : "${DS_PROMETHEUS}" ,
"gridPos" : {
"h" : 1 ,
"w" : 24 ,
"x" : 0 ,
"y" : 42
} ,
"id" : 245 ,
2018-01-04 09:55:47 -08:00
"panels" : [
{
"aliasColors" : { } ,
"bars" : false ,
"dashLength" : 10 ,
"dashes" : false ,
2020-01-18 10:37:18 -08:00
"datasource" : "${DS_PROMETHEUS}" ,
2018-01-04 09:55:47 -08:00
"description" : "" ,
"fill" : 2 ,
2020-01-18 10:37:18 -08:00
"fillGradient" : 0 ,
"gridPos" : {
"h" : 10 ,
"w" : 12 ,
"x" : 0 ,
"y" : 14
} ,
"hiddenSeries" : false ,
2018-01-04 09:55:47 -08:00
"id" : 40 ,
"legend" : {
"alignAsTable" : true ,
"avg" : true ,
"current" : true ,
"max" : true ,
"min" : true ,
"show" : true ,
"total" : false ,
"values" : true
} ,
"lines" : true ,
"linewidth" : 1 ,
"links" : [ ] ,
"nullPointMode" : "null" ,
2020-01-18 10:37:18 -08:00
"options" : {
"dataLinks" : [ ]
} ,
2018-01-04 09:55:47 -08:00
"percentage" : false ,
"pointradius" : 5 ,
"points" : false ,
"renderer" : "flot" ,
"seriesOverrides" : [ ] ,
"spaceLength" : 10 ,
"stack" : true ,
"steppedLine" : false ,
"targets" : [
{
2021-03-03 02:44:44 -08:00
"expr" : "rate(node_scrape_collector_duration_seconds{instance=\"$node\",job=\"$job\"}[$__rate_interval])" ,
2018-01-04 09:55:47 -08:00
"format" : "time_series" ,
"hide" : false ,
2021-12-16 23:23:38 -08:00
"intervalFactor" : 1 ,
2018-01-04 09:55:47 -08:00
"legendFormat" : "{{collector}} - Scrape duration" ,
"refId" : "A" ,
2021-03-01 03:26:13 -08:00
"step" : 240
2018-01-04 09:55:47 -08:00
}
] ,
"thresholds" : [ ] ,
"timeFrom" : null ,
2020-01-18 10:37:18 -08:00
"timeRegions" : [ ] ,
2018-01-04 09:55:47 -08:00
"timeShift" : null ,
"title" : "Duration of a collector scrape" ,
"tooltip" : {
"shared" : true ,
"sort" : 0 ,
"value_type" : "individual"
} ,
"type" : "graph" ,
"xaxis" : {
"buckets" : null ,
"mode" : "time" ,
"name" : null ,
"show" : true ,
"values" : [ ]
} ,
"yaxes" : [
{
"format" : "s" ,
"label" : "Seconds" ,
"logBase" : 1 ,
"max" : null ,
"min" : null ,
"show" : true
} ,
{
"format" : "short" ,
"label" : null ,
"logBase" : 1 ,
"max" : null ,
"min" : null ,
"show" : false
}
2020-01-18 10:37:18 -08:00
] ,
"yaxis" : {
"align" : false ,
"alignLevel" : null
}
2018-01-04 09:55:47 -08:00
} ,
{
"aliasColors" : { } ,
"bars" : false ,
"dashLength" : 10 ,
"dashes" : false ,
2020-01-18 10:37:18 -08:00
"datasource" : "${DS_PROMETHEUS}" ,
2018-01-04 09:55:47 -08:00
"description" : "" ,
"fill" : 2 ,
2020-01-18 10:37:18 -08:00
"fillGradient" : 0 ,
"gridPos" : {
"h" : 10 ,
"w" : 12 ,
"x" : 12 ,
"y" : 14
} ,
"hiddenSeries" : false ,
2018-01-04 09:55:47 -08:00
"id" : 157 ,
"legend" : {
"alignAsTable" : true ,
"avg" : true ,
"current" : true ,
"max" : true ,
"min" : true ,
"show" : true ,
"total" : false ,
"values" : true
} ,
"lines" : true ,
"linewidth" : 1 ,
"links" : [ ] ,
"nullPointMode" : "null" ,
2020-01-18 10:37:18 -08:00
"options" : {
"dataLinks" : [ ]
} ,
2018-01-04 09:55:47 -08:00
"percentage" : false ,
"pointradius" : 5 ,
"points" : false ,
"renderer" : "flot" ,
"seriesOverrides" : [ ] ,
"spaceLength" : 10 ,
"stack" : false ,
"steppedLine" : false ,
"targets" : [
{
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 ,
2021-12-16 23:23:38 -08:00
"intervalFactor" : 1 ,
2018-01-04 09:55:47 -08:00
"legendFormat" : "{{collector}} - Scrape fail" ,
"refId" : "A" ,
2021-03-01 03:26:13 -08:00
"step" : 240
2018-01-04 09:55:47 -08:00
} ,
{
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 ,
2021-12-16 23:23:38 -08:00
"intervalFactor" : 1 ,
2018-01-04 09:55:47 -08:00
"legendFormat" : "opening or reading a file - Scrape fail" ,
"refId" : "B" ,
2021-03-01 03:26:13 -08:00
"step" : 240
2018-01-04 09:55:47 -08:00
}
] ,
"thresholds" : [ ] ,
"timeFrom" : null ,
2020-01-18 10:37:18 -08:00
"timeRegions" : [ ] ,
2018-01-04 09:55:47 -08:00
"timeShift" : null ,
"title" : "Whether a collector fails" ,
"tooltip" : {
"shared" : true ,
"sort" : 0 ,
"value_type" : "individual"
} ,
"type" : "graph" ,
"xaxis" : {
"buckets" : null ,
"mode" : "time" ,
"name" : null ,
"show" : true ,
"values" : [ ]
} ,
"yaxes" : [
{
"format" : "short" ,
"label" : "Counter" ,
"logBase" : 1 ,
"max" : "1" ,
"min" : "-1" ,
"show" : true
} ,
{
"format" : "short" ,
"label" : null ,
"logBase" : 1 ,
"max" : null ,
"min" : null ,
"show" : false
}
2020-01-18 10:37:18 -08:00
] ,
"yaxis" : {
"align" : false ,
"alignLevel" : null
}
2018-01-04 09:55:47 -08:00
}
] ,
"repeat" : null ,
"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" : "" ,
2020-07-27 01:51:05 -07:00
"schemaVersion" : 22 ,
2018-01-04 09:55:47 -08:00
"style" : "dark" ,
"tags" : [ ] ,
"templating" : {
"list" : [
2020-01-18 10:37:18 -08:00
{
2019-10-21 21:19:05 -07:00
"allValue" : null ,
"current" : { } ,
2020-01-18 10:37:18 -08:00
"datasource" : "${DS_PROMETHEUS}" ,
"definition" : "" ,
2019-10-21 21:19:05 -07:00
"hide" : 0 ,
"includeAll" : false ,
2020-07-27 01:51:05 -07:00
"index" : -1 ,
2019-10-21 21:19:05 -07:00
"label" : "job" ,
"multi" : false ,
"name" : "job" ,
"options" : [ ] ,
"query" : "label_values(node_uname_info, job)" ,
"refresh" : 1 ,
"regex" : "" ,
"skipUrlSync" : false ,
"sort" : 0 ,
"tagValuesQuery" : "" ,
"tags" : [ ] ,
"tagsQuery" : "" ,
"type" : "query" ,
"useTags" : false
} ,
2018-01-04 09:55:47 -08:00
{
"allValue" : null ,
"current" : { } ,
2020-01-18 10:37:18 -08:00
"datasource" : "${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 ,
2020-07-27 01:51:05 -07:00
"index" : -1 ,
2018-01-04 09:55:47 -08:00
"label" : "Host:" ,
"multi" : false ,
"name" : "node" ,
"options" : [ ] ,
2020-07-27 01:51:05 -07:00
"query" : "label_values(node_uname_info{job=\"$job\"}, instance)" ,
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" : "" ,
"tags" : [ ] ,
"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" ,
2020-07-27 01:51:05 -07:00
"variables" : {
"list" : [ ]
} ,
"version" : 4
2020-08-11 07:02:27 -07:00
}