Git Product home page Git Product logo

powerdns_exporter's Introduction

PowerDNS Exporter

Build Status

PowerDNS exporter for Prometheus

Periodically scrapes metrics via the PowerDNS HTTP-API and exports them via HTTP/JSON for consumption by Prometheus.

The following PowerDNS products are supported


Flags

Name Description Default
listen-address Host:Port pair to run exporter on :9120
metric-path Path under which to expose metrics for Prometheus /metrics
api-url Base-URL of PowerDNS authoritative server/recursor API http://localhost:8001/
api-key PowerDNS API Key -

The api-url flag value should be passed in this format:

  • PowerDNS server/recursor 3.x: http://<HOST>:<API-PORT>/
  • PowerDNS server/recursor 4.x: http://<HOST>:<API-PORT>/api/v1

Installation

Typical way of installing in Go should work.

go install

A Makefile is provided in case you find a need for it.

Usage

See here for instructions on how to enable the HTTP API in PowerDNS.

Then run the exporter like this:

go run powerdns_exporter -api-url http://<HOST>:<API-PORT>/ -api-key=<YOUR_API_KEY>

Show help:

go run powerdns_exporter --help

Docker

To run the PowerDNS exporter as a Docker container, run:

$ docker run -p 9120:9120 anbraten/powerdns-exporter -api-url http://<HOST>:<API-PORT>/ -api-key <YOUR_API_KEY>

powerdns_exporter's People

Contributors

anbraten avatar denderello avatar ledgr avatar luqasn avatar thechile avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.