unbound_exporter/README.md

26 lines
723 B
Markdown
Raw Normal View History

2017-01-09 08:27:01 +00:00
# Prometheus Unbound exporter
This repository provides code for a simple Prometheus metrics exporter
for [the Unbound DNS resolver](https://unbound.net/). This exporter
connects to Unbounds TLS control socket and sends the `stats_noreset`
command, causing Unbound to return metrics as key-value pairs. The
metrics exporter converts Unbound metric names to Prometheus metric
names and labels by using a set of regular expressions.
2017-07-28 16:49:11 +00:00
- - - -
# Installation
To install this code and in your go environment. You can then add the binary to your `PATH`.
go get github.com/kumina/unbound_exporter
2017-07-28 16:49:11 +00:00
go install github.com/kumina/unbound_exporter
2017-07-28 01:16:21 +00:00
- - - -
2017-07-28 16:49:11 +00:00
# Usage
To show all CLI flags available
unbound_exporter -h