summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2022-11-10 22:57:42 +0100
committerChristian Pointner <equinox@spreadspace.org>2022-11-10 22:57:42 +0100
commit3e8075cea705e5e18ec1cd4c3ee55c732bbe49d4 (patch)
tree469308571d570b0c285d2fe432a494db9661d8e0
parentprometheus: add exporter for bind (diff)
minor cleanups
-rw-r--r--inventory/host_vars/ch-mimas.yml7
-rw-r--r--roles/monitoring/grafana/files/dashboard-bind.json16
2 files changed, 14 insertions, 9 deletions
diff --git a/inventory/host_vars/ch-mimas.yml b/inventory/host_vars/ch-mimas.yml
index b5de8e27..db4c0c0b 100644
--- a/inventory/host_vars/ch-mimas.yml
+++ b/inventory/host_vars/ch-mimas.yml
@@ -48,13 +48,6 @@ bind_slave_zones:
## formerly known as others
- gimpf.org
- movetogether.at
- ## formerly known as otti
- #- anytun.org
- #- gsenger.com
- #- wirdorange.org
- #- xn--3-0fa.at
- - 5.208.106.89.in-addr.arpa
- - 5.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.e.3.0.2.0.a.2.ip6.arpa
realraum:
masters:
diff --git a/roles/monitoring/grafana/files/dashboard-bind.json b/roles/monitoring/grafana/files/dashboard-bind.json
index 658761ed..facac443 100644
--- a/roles/monitoring/grafana/files/dashboard-bind.json
+++ b/roles/monitoring/grafana/files/dashboard-bind.json
@@ -1091,6 +1091,18 @@
"refId": "C",
"step": 4,
"target": ""
+ },
+ {
+ "datasource": {
+ "type": "prometheus",
+ "uid": "${DS_PROMETHEUS}"
+ },
+ "editorMode": "code",
+ "expr": "increase(bind_incoming_requests_total{opcode=\"QUERY\", instance=\"$node\"}[120s])",
+ "hide": false,
+ "legendFormat": "Total",
+ "range": true,
+ "refId": "D"
}
],
"thresholds": [],
@@ -2248,6 +2260,6 @@
"timezone": "browser",
"title": "Bind9",
"uid": "XTqyUORMz",
- "version": 5,
+ "version": 1,
"weekStart": ""
-} \ No newline at end of file
+}