mirror of
https://github.com/rfmoz/grafana-dashboards.git
synced 2024-11-09 23:24:08 -08:00
New unbound dashboard
This commit is contained in:
parent
13bdeaf900
commit
c944f456f5
26
README.md
26
README.md
|
@ -88,3 +88,29 @@ On Grafana, it only requires a configured target under any `job_name`. For examp
|
||||||
- targets:
|
- targets:
|
||||||
- server_hostname:9000
|
- server_hostname:9000
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
## Unbound Full
|
||||||
|
|
||||||
|
- For [unbound_exporter](https://github.com/letsencrypt/unbound_exporter)
|
||||||
|
- Monitor Unbound DNS service.
|
||||||
|
|
||||||
|
Required configuration in `/etc/unbound/unbound.conf`:
|
||||||
|
|
||||||
|
```server:
|
||||||
|
extended-statistics: yes
|
||||||
|
|
||||||
|
remote-control:
|
||||||
|
control-enable: yes
|
||||||
|
control-interface: /run/unbound.ctl
|
||||||
|
```
|
||||||
|
|
||||||
|
On Grafana, it only requires a configured target under any `job_name`. For example:
|
||||||
|
|
||||||
|
```yaml
|
||||||
|
- job_name: 'unbound'
|
||||||
|
static_configs:
|
||||||
|
- targets:
|
||||||
|
- server_hostname:9167
|
||||||
|
```
|
||||||
|
|
3073
prometheus/unbound-full.json
Normal file
3073
prometheus/unbound-full.json
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue