Prometheus exporter for the fastd VPN daemon
Find a file
2017-03-29 00:22:32 +02:00
.gitignore initial commit 2017-03-27 20:06:16 +02:00
fastd-exporter.go Readd multi-instance support, attach interface name as label 2017-03-29 00:22:32 +02:00
LICENSE Added myself to LICENSE file 2017-03-27 22:21:19 +02:00
README.md Add splash page, make metrics path configuriable 2017-03-28 22:21:39 +02:00

fastd-exporter

We are building a prometheus exporter for the fastd vpn daemon. We don't have a working version yet, stay tuned

Formatting

We are using go fmt for formatting the code.

Getting Started

For now run

$ go build

and

$ ./fastd-exporter --instance ffda

It will print json data received from the socket and maybe also show metrics on http://127.0.0.1:9099/metrics.