Commit Graph

2 Commits

Author SHA1 Message Date
Phil Porada e284f508b4
Add metric for num.rpz.action (#70)
Unbound exporter is now able to scrape each num.rpz.action.rpz-TYPE labeled by type. RPZ mode must be enabled in the unbound configuration and functioning for this metric to appear.
2024-01-08 15:07:44 -05:00
Matthew McPherrin e54ee016b6
Add Dockerfile, compose.yaml, and an unbound example config (#66)
This adds a Dockerfile for unbound exporter, which we can publish in the future. An example docker compose.yml is included to demonstrate and test using it with unbound, along with a sample configuration file for unbound showing how to set up the remote-control.

The unbound example config file is based on the one inside the mvance/docker image that's used here.

A small integration test runs against the docker-compose setup to smoke-test unbound_exporter.
2023-11-17 13:12:02 -05:00