Prometheus exporter for the fastd VPN daemon
Find a file
2017-03-27 22:21:19 +02:00
.gitignore initial commit 2017-03-27 20:06:16 +02:00
fastd-exporter.go Added basic prometheus export for global fastd statistics 2017-03-27 22:20:39 +02:00
LICENSE Added myself to LICENSE file 2017-03-27 22:21:19 +02:00
README.md initial commit 2017-03-27 20:06:16 +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

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.