Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/egguy/unbound-prometheus-exporter
A container for unbound exporter
https://github.com/egguy/unbound-prometheus-exporter
Last synced: 16 days ago
JSON representation
A container for unbound exporter
- Host: GitHub
- URL: https://github.com/egguy/unbound-prometheus-exporter
- Owner: egguy
- License: mit
- Created: 2019-02-02T17:45:01.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2021-04-29T19:43:31.000Z (over 3 years ago)
- Last Synced: 2023-03-15T20:22:20.848Z (almost 2 years ago)
- Language: Dockerfile
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# unbound-prometheus-exporter
A container for unbound exporter## Run the container
```bash
$ docker run -p 9167:9167 --network="host" -v /etc/unbound/:/etc/unbound/ egguy/unbound-prometheus-exporter:latest
```