New unbound dashboard

This commit is contained in:
Ricardo F 2024-05-06 19:10:26 +02:00
parent 13bdeaf900
commit c944f456f5
2 changed files with 3099 additions and 0 deletions

View file

@ -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

File diff suppressed because it is too large Load diff