diff options
-rw-r--r-- | inventory/host_vars/ch-mimas.yml | 7 | ||||
-rw-r--r-- | roles/monitoring/grafana/files/dashboard-bind.json | 16 |
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 +} |