mirror of
https://github.com/rfmoz/grafana-dashboards.git
synced 2024-11-12 16:44:17 -08:00
Adding bind9 dashboard
This commit is contained in:
parent
0139c19f94
commit
7bffb39676
15
README.md
15
README.md
|
@ -85,3 +85,18 @@ Check that the process was started with the arguments "--collector.nfs" and "--c
|
||||||
The same as Node Exporter Full. Only requires the default job_name: node, add as many targets as you need in '/etc/prometheus/prometheus.yml'.
|
The same as Node Exporter Full. Only requires the default job_name: node, add as many targets as you need in '/etc/prometheus/prometheus.yml'.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
### Bind9 Full
|
||||||
|
|
||||||
|
For prometheus-bind-exporter
|
||||||
|
|
||||||
|
Monitor Bind9 service.
|
||||||
|
|
||||||
|
Only requires a configured target under any job_name. For example:
|
||||||
|
|
||||||
|
```
|
||||||
|
- job_name: 'bind'
|
||||||
|
static_configs:
|
||||||
|
- targets:
|
||||||
|
- server_hostname:9119
|
||||||
|
```
|
||||||
|
|
1822
prometheus/bind9-full.json
Normal file
1822
prometheus/bind9-full.json
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue