homelab/ansible/archive/roles/monitoring_stack/templates/grafana-monitoring-coverage.json.j2

289 lines
6.2 KiB
Django/Jinja

{
"annotations": {
"list": [
{
"builtIn": 1,
"datasource": {
"type": "grafana",
"uid": "-- Grafana --"
},
"enable": true,
"hide": true,
"iconColor": "rgba(0, 211, 255, 1)",
"name": "Annotations & Alerts",
"type": "dashboard"
}
]
},
"editable": true,
"fiscalYearStartMonth": 0,
"graphTooltip": 0,
"id": null,
"links": [],
"liveNow": false,
"panels": [
{
"datasource": {
"type": "prometheus",
"uid": "{{ grafana_prometheus_datasource_uid }}"
},
"fieldConfig": {
"defaults": {
"color": {
"mode": "thresholds"
},
"thresholds": {
"mode": "absolute",
"steps": [
{
"color": "green",
"value": null
},
{
"color": "red",
"value": 1
}
]
}
},
"overrides": []
},
"gridPos": {
"h": 5,
"w": 8,
"x": 0,
"y": 0
},
"id": 1,
"options": {
"colorMode": "background",
"graphMode": "none",
"justifyMode": "center",
"orientation": "auto",
"reduceOptions": {
"calcs": [
"lastNotNull"
],
"fields": "",
"values": false
},
"textMode": "value"
},
"pluginVersion": "11.0.0",
"targets": [
{
"expr": "count(up{job=~\"watchtower-node|docker-hosts-node|swarm-managers-node|swarm-workers-node|proxmox\"} == 0)",
"instant": true,
"refId": "A"
}
],
"title": "Host metrics targets down",
"type": "stat"
},
{
"datasource": {
"type": "prometheus",
"uid": "{{ grafana_prometheus_datasource_uid }}"
},
"fieldConfig": {
"defaults": {
"color": {
"mode": "thresholds"
},
"thresholds": {
"mode": "absolute",
"steps": [
{
"color": "green",
"value": null
},
{
"color": "red",
"value": 1
}
]
}
},
"overrides": []
},
"gridPos": {
"h": 5,
"w": 8,
"x": 8,
"y": 0
},
"id": 2,
"options": {
"colorMode": "background",
"graphMode": "none",
"justifyMode": "center",
"orientation": "auto",
"reduceOptions": {
"calcs": [
"lastNotNull"
],
"fields": "",
"values": false
},
"textMode": "value"
},
"pluginVersion": "11.0.0",
"targets": [
{
"expr": "count(up{job=~\"swarm-managers-containers|swarm-workers-containers|watchtower-containers\"} == 0)",
"instant": true,
"refId": "A"
}
],
"title": "Container metrics targets down",
"type": "stat"
},
{
"datasource": {
"type": "prometheus",
"uid": "{{ grafana_prometheus_datasource_uid }}"
},
"fieldConfig": {
"defaults": {
"color": {
"mode": "thresholds"
},
"thresholds": {
"mode": "absolute",
"steps": [
{
"color": "green",
"value": null
},
{
"color": "red",
"value": 1
}
]
}
},
"overrides": []
},
"gridPos": {
"h": 5,
"w": 8,
"x": 16,
"y": 0
},
"id": 3,
"options": {
"colorMode": "background",
"graphMode": "none",
"justifyMode": "center",
"orientation": "auto",
"reduceOptions": {
"calcs": [
"lastNotNull"
],
"fields": "",
"values": false
},
"textMode": "value"
},
"pluginVersion": "11.0.0",
"targets": [
{
"expr": "count(probe_success{job=\"blackbox-probes\"} == 0)",
"instant": true,
"refId": "A"
}
],
"title": "Probe targets down",
"type": "stat"
},
{
"datasource": {
"type": "prometheus",
"uid": "{{ grafana_prometheus_datasource_uid }}"
},
"fieldConfig": {
"defaults": {
"mappings": [],
"thresholds": {
"mode": "absolute",
"steps": [
{
"color": "green",
"value": null
}
]
}
},
"overrides": []
},
"gridPos": {
"h": 10,
"w": 24,
"x": 0,
"y": 5
},
"id": 4,
"options": {
"cellHeight": "sm",
"footer": {
"countRows": false,
"fields": "",
"reducer": [
"sum"
],
"show": false
},
"showHeader": true
},
"pluginVersion": "11.0.0",
"targets": [
{
"editorMode": "code",
"expr": "up{job=~\"watchtower-node|docker-hosts-node|swarm-managers-node|swarm-workers-node|swarm-managers-containers|swarm-workers-containers|watchtower-containers\"}",
"format": "table",
"instant": true,
"refId": "A"
}
],
"title": "Active scrape targets",
"transformations": [
{
"id": "organize",
"options": {
"excludeByName": {
"Time": true,
"Value #A": false,
"__name__": true
},
"renameByName": {
"Value #A": "up"
}
}
}
],
"type": "table"
}
],
"refresh": "30s",
"schemaVersion": 39,
"style": "dark",
"tags": [
"homelab",
"coverage",
"targets"
],
"templating": {
"list": []
},
"time": {
"from": "now-6h",
"to": "now"
},
"timepicker": {},
"timezone": "browser",
"title": "Monitoring Coverage",
"uid": "monitoring-coverage",
"version": 1,
"weekStart": ""
}