ybovard / knot_exporter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

knot_exporter

knot_exporter is a Prometheus exporter for Knot DNS's server and query statistics.

Getting Started

knot_exporter uses Python libknot wrapper to communicate with the Knot DNS server via a control unix socket, so Knot has to be installed on the same machine as knot_exporter, and knot_exporter must be executed by a user with access to Knot's socket path.

The Knot instance also needs to be configured to collect per-zone query statistic. This can be done by enabling and configuring the stats module.

Once everything is in place, knot_exporter can be started like so:

$ ./knot_exporter --knot-library-path /path/to/libknot.so

To get a complete list of the available options, run:

$ ./knot_exporter --help

Copyright

Copyright (C) 2018 Alessandro Ghedini <alessandro@ghedini.me>

Copyright (C) 2020 CZ.NIC, z.s.p.o. <knot-dns@labs.nic.cz>

See COPYING for the license.

About

License:GNU General Public License v3.0


Languages

Language:Python 100.0%